.bootstrap-duallistbox-container .filter {
    display: none !important;
}

.bootstrap-duallistbox-container .info {
    display: none !important;
}

.bootstrap-duallistbox-container select .option {
    padding-top: 7px !important;
    padding-left: 5px !important;
}
.service-disabled{
    background-color: #214c78 !important;
    opacity: 1 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .table-responsive td, .table-responsive th {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
}

.sidebar-logo {
    width: 100px;
    height: 100px;
}

.sidebar-logo >img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.check-assign{
    transform: scale(1.3);
    padding: 5px;
}

.scroll-view{
    height: 450px;
    overflow-y: scroll;
}

#map-root >iframe {
    height: 450px;
}

.custom-modal-body {
    padding: 20px;
  }
  
  .custom-progress-text {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  
  .custom-progress-bar {
    height: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f0f0f0;
  }
  
  .custom-bar {
    width: 10%;
    height: 100%;
    font-size: 1rem;
    line-height: 30px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    transition: width 0.4s ease;
  }
  
  .custom-object-text {
    margin-top: 20px;
    font-size: 1.1rem;
    font-weight: 600;
  }
  

  #styled-textarea {
    width: 100%;
    height: 150px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
    font-family: 'Arial', sans-serif;
    resize: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }

  #styled-textarea:focus {
    border-color: #9db8d5;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }

  #styled-textarea::placeholder {
    color: #aaa;
    font-style: italic;
  }