/*slider------------------------------------------------------*/
.rangeSlider {
--range-slider:          #cdcccc; /* slider main background color */
 --range-handle-inactive: var(--primary-color); /* inactive handle color */
 --range-handle:          var(--primary-color); /* non-focussed handle color */
 --range-handle-focus:    var(--primary-color); /* focussed handle color */
 --range-handle-border:   var(--range-handle);
 --range-range-inactive:  var(--range-handle-inactive); /* inactive range bar background color */
 --range-range:           var(--range-handle-focus); /* active range bar background color */
 --range-float-inactive:  var(--range-handle-inactive); /* inactive floating label background color */
 --range-float:           var(--range-handle-focus); /* floating label background color */
 --range-float-text:      white; /* text color on floating label */
 --range-radius:      2px;  
}

.sar_theme .rangeSlider  {
  --range-radius:      10px; 
}


.rangeSlider {
  border-radius: var(--range-radius);
  height: 20px;
  overflow: visible; /* Set to visible to allow overflow */
}


  .rangeSlider .rangeBar {
    height: 20px;
    border-radius: var(--range-radius);
  }
  .rangeSlider .rangeHandle {
    top: 10px;
    height: 20px;
    width: 20px;
  }
  .rangeSlider .rangeHandle .rangeNub {
    border: 2.5px solid rgb(246, 252, 255);
  }

  .rangeSlider > .rangeHandle.hoverable {
    border: 2.5px solid rgb(246, 252, 255); 
  }
  /*checkbox switch------------------------------------------------------*/
  /*
.switch {
  appearance: none;
  padding: 16px 30px;
  border-radius: 16px;
  background: radial-gradient(circle 12px, white 100%, transparent calc(100% + 1px)) dodgerBlue -14px;
  transition: 0.3s ease-in-out;
}

.switch:checked {
  background-position: 14px;
}
*/

.switch {
  appearance: none;
  height: 30px;
  width: 50px;
    background-image: linear-gradient(to bottom, transparent 0 22px, var(--primary-off_element) 22px), 
                    linear-gradient(to right, white 0 16px, var(--primary-off_element) 16px 60px); 
  transition: 0.3s ease-in-out;
  background-position: 4px 4px;
}
.switch:checked {
  background-position: 30px 4px;
    background-image: linear-gradient(to bottom, transparent 0 22px, var(--primary-color_light) 22px), 
                    linear-gradient(to right, white 0 16px, var(--primary-color_light) 16px 60px);
}

.sar_theme .switch {
    position: relative;
    appearance: none;
    width: 56px;
    height: 28px;
    background-color: var(--primary-off_element);   /* OFF barva */
    border-radius: 999px;
    padding: 0;
    outline: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.25s ease-in-out;
    background-image: none;
}

/* bílá kulička */
.sar_theme .switch::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: white;
    transition: transform 0.25s ease-in-out;
}

/* ON stav */
.sar_theme .switch:checked {
    background-color: var(--primary-color_light); /* ON barva */
}

/* posun kuličky */
.sar_theme .switch:checked::before {
    transform: translateX(28px);
}


 /* <input type="checkbox" class="switch">
 $('.myCheckbox').prop('checked', true);
$('.myCheckbox').prop('checked', false);

<input id="AG_Control_Button" type="checkbox" data-el="1" class="cbx switch"/>

$('input.cbx').on('change', function() {     
     console.log($(this).attr("data-el"))     
     console.log($(this).is(':checked'))   
});
 
 */

 .sar_theme .au-breadcrumb-left .badge {
    border-radius: 50% !important;
    min-width: 28px;
    height: 28px;
    padding: 0 !important;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sar_theme .au-breadcrumb-left{
    font-weight: 700;
    font-size: 15px;
    font-family: 'Inter', system-ui, sans-serif;
}

.sar_theme .badge {
    border-radius: 50% !important;
    padding: .2em .4em !important;
}

/*end checkbox switch----------------------------------------------*/
/*sweet aler2------------------------------------------------------*/
.Popup_sweet {
  border-radius: 2px !important;
}
.Popup_confirmButton{
  border-radius: 2px !important;
  box-shadow: none;
  background: var(--primary-color);
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.05em;
  background: initial;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 1em;
}

.Check_block_sweet {
  margin: auto;
  width: 40%;
  padding: 10px;
}

/*end sweet aler2----------------------------------------------------*/
/*tippy tooltip------------------------------------------------------*/
.tippy-box[data-theme~='Service'] {
  background: var(--primary-color_tippy);
  border: 2px solid var(--primary-color_tippy);
  color: white;
  padding-left:12px ;
  padding-right:12px ;
  font-size: 20px ;
  font-weight: 700;
  line-height: 120%;
  border-radius: 1px;
  max-width: 500px !important;
}
.tippy-box[data-theme~='Service'] > .tippy-arrow::before {
  transform: scale(1.5);
  color: var(--primary-color_tippy);
}

.tippy-box[data-theme~='Service'] > i {
  padding-right:12px ;
  padding-left:7px ;
  font-weight: 700;
  margin-right: 2.4em;
}

.tippy-box[data-theme~='Service'] .big {
  margin-right: 0.4em;
}


/*-----------------------------------*/
.tippy-box[data-theme~='Timer'] {
  background: var(--primary-color_tippy);
  border: 2px solid var(--primary-color_tippy);
  color: white;
  padding-left:12px ;
  padding-right:12px ;
  font-size: 20px ;
  font-weight: 700;
  line-height: 95%;
  border-radius: 1px;
}
.tippy-box[data-theme~='Timer'] > .tippy-arrow::before {
  transform: scale(1.5);
  color: var(--primary-color_tippy);
}

.tippy-box[data-theme~='Timer'] > i {
  padding-right:12px ;
  padding-left:7px ;
  font-weight: 700;
  margin-right: 2.4em;
}

.tippy-box[data-theme~='Timer'] .big {
  margin-right: 0.4em;
}

.cold .tippy-box[data-theme~='Timer']  .cold_nvsbl {
  display: none;
}

.tippy-box[data-theme~='TimerSet'] {
  background: #808385;
  border: 2px solid #0c3647;
  color: white;
  padding-left:12px ;
  padding-right:12px ;
  font-size: 15px ;
  font-weight: 700;
  line-height: 95%;
  border-radius: 1px;
}
.tippy-box[data-theme~='TimerSet'] > .tippy-arrow::before {
  transform: scale(1.5);
  color: var(--primary-color_tippy);
}


.tippy-box[data-theme~='TimerSet'] > i {
  padding-right:12px ;
  padding-left:7px ;
  font-weight: 700;
}

.tippy-box[data-theme~='TimerSet']  .big {
  margin-right: 0.4em;
  font-weight: 400;
}

.cold .tippy-box[data-theme~='TimerSet']  .cold_nvsbl {
  display: none;
}


.tippy-box[data-theme~='Normal'] {
  background: var(--primary-color_tippy);
  border: 2px solid var(--primary-color_tippy);
  color: white;
  font-size: 12px ;
  font-weight: 400;
  line-height: 95%;
}
.tippy-box[data-theme~='Normal'] > .tippy-arrow::before {
  color: var(--primary-color_tippy);
}

 /*
tippy('#TestTimer', {
  content: "I'm a Tippy tooltip!<br>ggggg<br>gggg<br>ggf 20",
  animation: 'fade',
  allowHTML: true,
  arrow: true,
  theme: '2vv',
});
 */
/*end tippy------------------------------------------------------*/
/*check box------------------------------------------------------*/
/* The container */
.Check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.Check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.Check_container.dark input ~ .checkmark {
  background-color: rgb(197, 197, 197);
}


/* On mouse-over, add a grey background color */
.Check_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.Check_container.dark:hover input ~ .checkmark {
  background-color: rgb(163, 161, 161);
}

/* When the checkbox is checked, add a blue background */
.Check_container input:checked ~ .checkmark {
  background-color: var(--primary-color);
}

/* When the checkbox is checked, add a blue background */
.Check_container input:disabled ~ .checkmark {
  background-color: #ccc;
  cursor: default;
}

 .Check_container input:disabled > .Check_dis{
  background-color: #ccc;
  cursor: default;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Check_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.Check_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.Check_container .checkmark:after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*end checkbox------------------------------------------------------*/

.progress-bar {
  color: #0c3647;
  font-weight: 700;
}

.au-input_serv_time {
  line-height: 43px;
  border: 3px solid #e5e5e5;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  width: 150px;
  padding: 0 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.au-input_serv_time.ip {
  width: 220px;
}

[data-lngtext]:after { 
  content: attr(data-lngtext);
  /* Also display: block things and such */ 
}

.trans_lng::after { 
  content: attr(data-lngtext);
  /* Also display: block things and such */ 
}