.slider-selection {
    background-color: #81f9f2;
    background-image: -moz-linear-gradient(top, #c6daff, #1396ad);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c6daff), to(#1396ad));
    background-image: -webkit-linear-gradient(top, #c6daff, #1396ad);
    background-image: -o-linear-gradient(top, #c6daff, #1396ad);
    background-image: linear-gradient(to bottom, #c6daff, #1396ad);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F9F9', endColorstr='#f5f5f5',GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
  }
.custom-btn {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    margin-bottom: 2px;
}
.iti__flag-container{
    height: 38px;
}
label.error{
    color: red;
    font-weight: normal !important;
}
.truncate{
    max-width:50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#processingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1100;
}

#processingOverlay .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
}

