.btn-round-right {
	border-top-right-radius: 17px !important;
	border-bottom-right-radius: 17px !important;
}
.btn-cian {
	background-color: #005c7e !important;
	color: white !important;
}
.btn-slider {
    background-color: #e5eff7;
    display: inline-block;
    cursor: pointer;
}
.bg-light-blue {
	background-color: #e5eff7;
}
.custom-checkbox-cian .custom-control-label::before, 
.custom-radio-cian .custom-control-label::before, 
.custom-switch-cian .custom-control-label::before {
    border-color: #005c7e;
}
.custom-switch-cian .custom-control-label::after {
    background-color: #005c7e !important;
}
.custom-checkbox-cian .custom-control-input:checked ~ .custom-control-label::before, 
.custom-radio-cian .custom-control-input:checked ~ .custom-control-label::before, 
.custom-switch-cian .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #005c7e;
    background-color: #005c7e;
}
.custom-switch-cian .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff !important;
    transform: translateX(1.17188rem);
}
/********** clear input button ***********/
span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  span.deleteicon span {
    position: absolute;
    display: block;
    right: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
  }
  span.deleteicon input {
    padding-right: 25px;
    box-sizing: border-box;
  }
  /********** clear input button - end ***********/