
.section_wrapper .loader{
display: none;
}

.loader_active .loader{
    display: block !important;
}
.loader{
    background-color: #EFF1F4;
    border-radius: 4px;
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background-size: 200px 100%;
    background-repeat: no-repeat;
    animation: shiningEffect 0.5s infinite linear;
}

.loading_status{
  width: calc(100% - 20%);
}

.wrapper_main_content_extra .loading_status{
  width: 100% !important;
}


.loader_label{
    width: 100px;
    height: 20px;
}

.loader_input, .loader_inputArea{
    width: 100%;
    height: 40px;
    margin: 8px 0;
}

.loader_inputArea{
    height: 120px;
}

.loader_second_sub_header{
    width: 270px;
    height: 25px;
    margin:8px 0 ;
}

.loader_button{
    width: 100px;
    height: 36px;
    border-radius: 20px;
}

.header_text_loading{
  display: none;
  padding: 8px;
  width: 280px;
  height: 40px;
  margin: 8px 0;
}

.para_normal_loading{
  display: none;
  padding: 8px;
  width: 100%;
  height: 32px;
  margin: 8px 0;
}

.loading_box{
  display: none;
  padding: 16px;
  width: 270px;
  height: 215px;
  margin: 12px;
  border-radius: 8px;
}

.header_loader{
    width: 270px;
    height: 45px;
    margin:8px 0 ;
    background-color: #EFF1F4;
    border-radius: 4px;
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background-size: 200px 100%;
    background-repeat: no-repeat;
    animation: shiningEffect 0.5s infinite linear;  
}


.para_loader{
      background-color: #EFF1F4;
    border-radius: 4px;
    background-image: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    background-size: 200px 100%;
    background-repeat: no-repeat;
    animation: shiningEffect 0.5s infinite linear;
  padding: 8px;
  width: 100%;
  height: 150px;
  margin: 8px 0;
}


.loader_active .loading_box{
  display: flex !important;
}

.loader_active .header_text_loading, .para_normal_loading{
  display: block ;
}


.trip_info_loader{
    
}


.loader_active label, 
.loader_active input, 
.loader_active textarea, 
.loader_active button, 
.loader_active a, 
.loader_active h1, 
.loader_active h2, 
.loader_active h3, 
.loader_active h4, 
.loader_active h5, 
.loader_active h6 {
  display: none;
}

.accordion_item_loading{
  width: 100%;
  padding: 28px;
  margin: 8px 0;
  border-radius: 4px;
}

@keyframes shiningEffect {
    0% {
      background-position: -200px 0;
    }
    100% {
      background-position: 200px 0;
    }
  }
  
  .section_trip_loader{
      margin:12px;
  }
  .loader_active .section_main_title{
  border:1px solid ;
  border: 1px solid #f7f7f7;
  padding: 12px;
  }

  .loader_active .loading_circle{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    border-radius: 50%;
  }

  .loader_active .details::before{
    background-size: 200px 100%;
    background-repeat: no-repeat;
    animation: shiningEffect 0.5s infinite linear;
    border-bottom: 1px solid #EFF1F4;
  }

  .loader_active .details::after{
    content: '';
    position: absolute;
    top: 8px;
    left: -42px;
    width: 33px;
    height: 3px;
    transform: scale(0.5);
    border-radius: 50%;
    padding: 8px;

  }

.loader_active .sub_item_title{
  width: 54px;
  height: 24px;
}

.loader_active .sub_min_detail{
  width: 320px;
  height: 40px;
}

.loading_trip_body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: space-between;
}

.loading_trip_body h6{
  width: 95px;
  height: 20px;
  margin-bottom: 12px;
}

.loading_trip_body p{
  width: 380px;
  height: 20px;
  margin-bottom: 12px;
}
  
  