.input-group-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.775rem + 1px);
    padding-bottom: calc(0.775rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    font-weight: bold;
    line-height: 1.5;
    color: #3f4254;
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn.btn-success-2 {
    color: #ffffff;
    border-color: #50cd89;
    background-color: #50cd89;
    padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
}

.d-flex {
    display: flex !important;
}

.btn-box {
    padding-top: 20px;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.btn-success-2 {
    --bs-btn-color: #000000;
    --bs-btn-bg: #50cd89;
    --bs-btn-border-color: #50cd89;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #6ad59b;
    --bs-btn-hover-border-color: #62d295;
    --bs-btn-focus-shadow-rgb: 68, 174, 116;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #73d7a1;
    --bs-btn-active-border-color: #62d295;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #50cd89;
    --bs-btn-disabled-border-color: #50cd89;
}

.w-100 {
    width: 100% !important;
}

.search-result {
    padding-top: 30px;
}

.spliter {
    width: 90% !important;
    text-align: left;
    border-bottom: 1px dotted #AAA;
}

 .cover_status {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.40);
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 23px;
    z-index: 101;
    font-size: 18px;
    padding: 0px 0;
}
 .cover_status .span1 {
    background: rgba(0,0,0,0.80);
    letter-spacing: 1px;
    display: block;
    width: 100%;
    padding: 3px 0 5px 0;
    color: #f00;
}
 .cover_status .span2 {
    background: rgba(0,0,0,0.80);
    letter-spacing: 1px;
    display: block;
    width: 100%;
    padding: 3px 0 5px 0;
    color: #fa0;
}

.is-invalid {
    border-color: #dc3545 !important;  
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);  
  }
  
  .invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    display: none;
  }
  
  .is-invalid + .invalid-feedback {
    display: block;
  }

  .margin-top-15{
    margin-top: 15px;
  }

  .blue{
    color:darkcyan
  }

  .desc-select{
    font-size: 0.875em;
    color:#fa0
  }

  .desc-select span{
    font-weight: 1000;
  }
 
  .button-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    margin: 20px 0;
  }

  .btn-result {
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .btn-green-augur {
    background-color: #4CAF50;
    color: white;
  }

  .btn-blue-augur {
    background-color: #2196F3;
    color: white;
  }

  .btn-result:hover {
    opacity: 0.85;
    transform: translateY(-2px);
  }

  .btn-result:active {
    transform: scale(0.97);
  }