
/* proposalform */



.form-box {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 30px 30px;
}

.form-container{
    width: 90%;
}

.text-orange{
    color: #FF6500;
}

.text-gray-10{
    color: #979797;
}




.btn-orange{
    background: #FF6500;
    color: white;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 50px;
    border-radius: 50px;
    border: #FF6500 2px solid;

}

.btn-outline-orange{
    border: #FF6500 2px solid;
    color: #FF6500;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 50px;
    border-radius: 50px;
}

/* label */

label{
    font-size: 16px;
    position: relative;
    font-weight: 500;
    color: #000000;
}

label::after{
    content: "*";
    color: red;
    font-size: 24px;
    position: absolute;
    top: -8px;
}

/* input form */

.form-control1 {
    border: rgba(18, 18, 18, 0.15) solid 2px;
    outline: black ;
    background-color: rgba(244, 244, 244, 0.2);
    width: 100%;
    padding: 10px;
    border-radius: 8px;

}



.form-control:focus{
    outline-color:black;
}

input::placeholder{
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    opacity: 60%;
    width: 100%;
    outline: 0;

}

input:focus{
    font-size: 14px;
}

/* select form */

select{
    outline: 0;
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    opacity: 60%;
    width: 100%;
    outline: 0;

}


.input-group1{
    border: rgba(18, 18, 18, 0.15) solid 2px;
    background-color: rgba(244, 244, 244, 0.2);

}

/* textarea */
textarea::placeholder{
    font-size: 14px;
    font-weight: 500;
    color: #121212;
    opacity: 60%;
    width: 100%;
    outline: 0;

}

textarea:focus{
    font-size: 14px;
}

.form-control2{
    border: rgba(18, 18, 18, 0.15) solid 2px;
    outline: black ;
    background-color: rgba(244, 244, 244, 0.2);
    width: 100%;
    padding: 10px;
    border-radius: 8px;
}

/* file upload */



.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .custom-file-input::before {
    content: 'Upload attachment';
    display: flex;
    justify-content: center;
    align-items: center;
    background:transparent;
    border: rgba(18, 18, 18, 0.15) solid 2px;
    outline: black ;
    background-color: rgba(244, 244, 244, 0.2);
    width: 100%;
    height: 200px;
    padding: 10px;
    border-radius: 8px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    opacity: 60%;

  }



  .custom-file-input{
    width: 100%;
    height: 200px;
  }

/* terms and conditions */

.slide-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 20px;
    height: 200px;
    overflow-y: scroll;
    font-size: 14px;
    font-weight: 500;
    border: rgba(18, 18, 18, 0.15) solid 2px;
    outline: black ;
    background-color: rgba(244, 244, 244, 0.2);
    width: 100%;
    gap: 0;
    border-radius: 10px;
}

.slide-container::-webkit-scrollbar {
    width: 8px;             
  }
  
.slide-container::-webkit-scrollbar-track {
    background: rgba(116, 116, 116, 0.1);       
  }
  
.slide-container::-webkit-scrollbar-thumb {
    background-color: rgba(255, 101, 0, 0.67);    
    border-radius: 20px;       
    border: 4px rgba(116, 116, 116, 0.1);  
  }
 

  /* timeline */

.timeline1{
    width: 40%;
    height: 70px;
    background:#0169B4 ;
    position: relative;
}


.timeline{
    width: 40%;
    height: 70px;
    background:#F6F6F6;
    position: relative;
}

.timeline3{
    width: 40%;
    height: 70px;
    background:#F6F6F6;
    position: relative;
}

.timeline1::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 17px solid #0169B4;
    position: absolute;
    right: -42px;
    top: 27px;
    background:transparent;
    border-radius: 0;
    transform: rotate(90deg);
    z-index: 10;

}

.timeline::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 17px solid #F6F6F6;
    position: absolute;
    right: -42px;
    top: 27px;
    background:transparent;
    border-radius: 0;
    transform: rotate(90deg);
    z-index: 10;

}

.timeline1::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 17px solid #0169B4;
    position: absolute;
    right: -42px;
    top: 27px;
    background:transparent;
    border-radius: 0;
    transform: rotate(90deg);
    z-index: 10;

}

.timeline::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 17px solid white;
    position: absolute;
    left: -27px;
    top: 27px;
    background:transparent;
    border-radius: 0;
    transform: rotate(90deg);

}

.timeline3::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 17px solid white;
    position: absolute;
    left: -27px;
    top: 27px;
    background:transparent;
    border-radius: 0;
    transform: rotate(90deg);

}

/* end */

/* proposal submitted */

.btn-orange2{
    background: #FF6500;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
    border-radius: 50px;
    border: #FF6500 2px solid;

}


.btn-orange2:hover{
    background: black;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
    border-radius: 50px;
    border: black 2px solid;

}

.btn-text-orange{
    background:transparent ;
    color: #FF6500;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 30px;
    border-radius: 50px;

}




