
/* all felid css */
.material-input{
    position: relative;
}
.material-input input{
  width: 100%;
  padding: 6px 10px;
  border-radius: 4px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  min-height: 40px;
  max-height: 40px;
  height: 100%;
  cursor: pointer;
  color: #000 !important;
  line-height: 1.2;
}
.brieftextarea{
    margin-top: 40px;
}
.material-input label {
    position: absolute;
    left: 14px;
    top: 7px;
    color: black;
    font-size: 16px;
    pointer-events: none;
    font-weight: 400;
    background: rgb(255, 255, 255);
    padding: 0px 2px;
    transition: 0.2s;
    width: fit-content;
}
.material-input input:focus + label{
    top:-12px
}
.material-input input:not(:placeholder-shown) + label, .material-input textarea:focus + label, .material-input textarea:not(:placeholder-shown) + label, .material-input select:focus + label, .material-input select:valid + label {
    top: -12px;
    left: 12px;
    font-size: 14px;
    color: black;
}
.custom-file-upload_file span {
    color: rgb(51, 51, 51);
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
}
.custom-icon {
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    fill: rgb(30, 30, 30);
}
.custom-file-upload_file{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    padding: 6px 10px;
    border: 1px solid #ededed;
    border-image: initial;
    border-radius: 3px;
}
.upload-icon_file {
    display: flex;
    align-items: center;
    position: absolute !important;
    right: 8px !important;
    top: 7px !important;
}
#files3 {
    visibility: hidden;
    z-index: -13;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    background: transparent;
}
.file_text_small {
    position: absolute;
    top: 50px;
    left: 7px;
}
.msteam-text-truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80% !important; 
}
.form-select:focus {
    border-color:#00bb6e ;
    outline: 0;
    box-shadow: none;
}
.validation_new {
    border-color: red !important;
}
.getpopup-heading{
    padding: 20px 30px !important;
}
.popup-heading{
    margin-bottom: 0px !important;
}

.popup-loader{
    width: 50px;
    height: 50px;
    border: 4px solid #00E289;
    border-top: 4px solid #0D6CD4;
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    left: 48%;
}

@media screen and (max-width:991px) {
    .custom-file-upload_file span{
        font-size: 10px;
    }
}
@media screen and (max-width:576px) {
    .form_section .form_heading h2 {
        font-size: 22px !important;
    }
    .getpopup-heading{
        padding: 10px 30px !important;
    }
    .popup-heading{
        font-size: 20px !important;
        
    }
}

@media screen and (max-width: 767px) {
    .popup-loader {
        left: 45%;
    }
}
.get_a_free_quote .modal-dialog{
    transform: translate(0 ,0px ) !important;
}
.brieftext-margin-bottom{
    margin-top: 34px ;
}

body .modal.fade .modal-dialog {
  transform: translateY(0px);
}

body .modal.fade.show .modal-dialog {
  transform: translateY(0);
}