



.did-floating-label-content {
  position: relative;
  margin-bottom: 20px;
  /* border: 1px solid; */
 
  border-radius: 10px;
}

.did-floating-label {
  color: var( --falcon-body-color);
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 11px;
  padding: 0 5px;
  background: var( --falcon-body-bg);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  
}

.did-floating-input,
.did-floating-select {
  font-size: 15px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: var( --falcon-body-bg);
  color: var( --falcon-body-color);
  /* border: 1px solid #3D85D8; */
  /* border-radius: 10px; */
  border: 1px solid #3D85D8;
  box-sizing: border-box;
  &:focus {
      outline: none;
      ~.did-floating-label {
          top: -8px;
          font-size: 12px;
      }
  }
}

select.did-floating-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  
}


select.did-floating-select::-ms-expand {
  display:block;
  border: 1px solid #3D85D8;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
  top: -8px;
  font-size: 12px;
  color: #0486b5; 
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
  top: -8px;
  font-size: 12px;
  color: #0486b5; 
}

.did-floating-select[value=""]:focus~.did-floating-label {
  top: 11px;
  font-size: 12px;
 
 
  
}

/*.did-floating-select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
  background-position: right 15px top 50%;
  background-repeat: no-repeat;

}*/



./*did-error-input {
  .did-floating-input,
  .did-floating-select {
      border: 2px solid #9d3b3b;
      color: #9d3b3b;
  }*/
  .did-floating-label {
      font-weight: 600;
      color: #9d3b3b;
  }
  /*.did-floating-select:not([multiple]):not([size]) {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
  }*/
}

.input-group {
  display: flex;
  .did-floating-input {
      border-radius: 0 4px 4px 0;
      border-left: 0;
      padding-left: 0;
     
  }
}

.input-group-append {
  display: flex;
  align-items: center;
  /*   margin-left:-1px; */
}

.input-group-text {
  display: flex;
  align-items: center;
  font-weight: 400;
  height: 34px;
  color: #323840;
  padding: 0 5px 0 20px;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #3D85D8;
  border-radius: 4px 0 0 4px;
  border-right: none;
}





.search-box{
  width: 100%;
}


@media (max-width:912px){
  .did-floating-label {
    color: var( --falcon-body-color);
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 11px;
    padding: 0 5px;
    background: var( --falcon-body-bg);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
  .did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -8px;
    font-size: 11px !important;
    color: #0486b5;
}
.did-floating-select:not([value=""]):valid~.did-floating-label {
  top: -8px;
  font-size: 11px;
  color: #0486b5; 
}
}


@media (max-width:820px){
  .did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -13px;
    font-size: 10px !important;
    color: #0486b5;
}
.did-floating-select:not([value=""]):valid~.did-floating-label {
  top: -8px;
  font-size: 10px;
  color: #0486b5; 
}
.search-input{
  width: 100%;
  margin-bottom: 10px;
}
.heading-textpart{
  font-size: 16px;
}
.addnewbtn{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
}

@media (max-width:767px){
  .heading-textpart{
    padding-bottom: 10px;
  }
}

@media (max-width:360px){
  .heading-textpart{
    font-size: 13px;
    padding-bottom: 10px;
  }
}
/****************************************************************/

.master-headlist{
  text-decoration: underline;
}
.sort{
  font-weight: 700 !important;
}



