.skipstep {
    width: 85%;
    /*margin:10px;*/
}
/*	Reset & General
---------------------------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
}



.mbuts{
    width: 25px;
    float: left;
    margin-left:10px;
    margin: 10px 0px;
}
.row {
    display: flex;
}

.card-row-left {
  display: flex;
  align-items: center; /* Vertically center align the icon and text */
}

.center {
    margin: 5px auto;
}

.form-control {
width: 20%;
display: inline-block;
}

.range-slider {
    margin: 30px;
}

p {
    margin: 0px;
}


.uitooltip {
    padding: 8px;
    background: #5e77a1;
    color: #fff;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

.noUi-base {
     background: linear-gradient(to right, red 0%, yellow 50%, green 100%);
  }
  
.noUi-connect {
    background: transparent;
}

.noUi-target {
    width: 90%;
    margin: 45px 0;
}

.sp{
    width: 100%;
    margin-left: 10px;
}
.slider-data {
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    margin: 0 10px 10px 0;
}

.noUi-pips-horizontal {
    padding: 0;
    height: 0;
}
/* Custom styling for the combobox */
  .custom-combobox {
    position: relative;
    display: inline-block;
    width: auto; /* Adjust the width as needed */
    height: 20px; /* Adjust the height as needed */
  }

  .custom-combobox select {
    width: 100%;
    height: 100%;
    padding: 4px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .custom-combobox select option {
    background-color: #eaf3fa;
    color: #005a8a;
  }

  .custom-combobox select option:hover {
    background-color: #b3d8f1;
    color: #00395e;
  }
  
.c-title {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

/* Basic CSS spinner animation */
/* style.css */
