html {
  scroll-behavior: smooth;
}
.singleBid-head h2 {
    font-size: 32px;
    margin: 0;
}

span.singleBid-category {
    font-size: 17px;
    margin: 4px 0 15px;
    display: block;
}

.singleBid-price p {
    font-size: 15px;
    font-family: "Gotham Rounded Book", sans-serif;
}

.singleBid-price p span {
    font-size: 22px;
    font-family: "Gotham Rounded", sans-serif;
    color: #f26259;
}
.singleBid-jobLocation > span {
    font-size: 17px;
    display: block;
}
.singleBid-jobLocation span span {
    color: #0b4f93;
    margin-right: 4px;
    font-size: 14px;
}

.singleBid-jobSkill {
    margin: 15px 0 10px;
}
.singleBid-jobSkill span{
    margin: 0 6px 10px 0;
    background-color: rgba(11, 79, 147, 0.24);
    border-radius: 4px;
    color: #0b4f93;
    font-size: 12px;
    display: inline-block;
    padding: 8px 13px;
    line-height: 1;
}

.singleBid-topBox{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 40px;
}

.singleBid-jobDescription{
	border-top: 1px solid #eaeaea;
	padding-top: 40px;
}

.singleBid-jobDescription > span,
.singleBid-jobOtherInformation > span {
    font-size: 23px;
    display: block;
    margin-bottom: 20px;
    /*padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;*/
}
.singleBid-jobDescription p{
	font-size: 16px;
}
.singleBid-jobDescription p,
.jobOtherInformation-content p{
    font-family: "Gotham Rounded Book", sans-serif;
}

.jobOtherInformation-content p{
    margin:0;
    font-size: 16px;
}

/*.jobOtherInformation-content {
    display: flex;
    align-items: flex-start;
}*/

.jobOtherInformation-content span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    /*white-space: nowrap;
    width: 100%;
    flex: 0 0 220px;
    max-width: 220px;*/
}
.jobOtherInformation-content p{
    font-size: 15px;
}

.jobOtherInformation-content {
    margin-bottom: 40px;
}
.single-jobFeed-wrapper .mt-40 {
    margin-top: 40px;
}
.single-jobFeed-wrapper .mt-60 {
    margin-top: 60px;
}

.singleBid-languagePre > span {
    font-size: 17px;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    font-family: "Gotham Rounded Book", sans-serif;
    text-transform: capitalize;
}

.languagePre-selected span {
    display: block;
    margin-top: 8px;
}

.singleBid-submitProposal a.btn.submitProposal-btn {
    display: block;
    behavior: 'smooth'
    text-align: center;
    border-radius: 5px;
    background: #f26959;
    color: #fff;
    font-size: 18px;
    font-family: "Gotham Rounded Book", sans-serif;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #f26959;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    cursor: pointer;
    margin-bottom: 40px;
}

.employerContent-selected p {
    margin: 0;
    font-family: "Gotham Rounded Book", sans-serif;
    color: #6f6f6f;
    font-size: 15px;
}

.employerContent-selected p > span {
    font-family: "Gotham Rounded", sans-serif;
        font-weight: 600;
}

.employerContent-selected.employerContent-oneLine p {
    font-size: 16px;
    color: #000;
}

.employerContent-selected {
    margin-top: 18px;
}

.singleBid-right-wrapper{
    position: sticky;
    top: 0;
}  

.proposalFrom-title span {
    font-size: 23px;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.submitFinal-proposal-block .submitFinalProposal-btn {
    text-align: center;
    border-radius: 5px;
    background: #f26959;
    color: #fff;
    font-size: 18px;
    font-family: "Gotham Rounded Book", sans-serif;
    padding: 10px 30px;
    border: 1px solid #f26959;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    cursor: pointer;
    margin-bottom: 40px;
}



.submit_proposal_form .btn-tertiary {
    line-height: 40px;
    width: 100%;
    margin: 0;
    display: block;
    border: 2px solid #555;
    background: none repeat scroll 0% 0% #f5ffff;
    color: #000;
    border: 2px dashed #4ac2bd;
    padding: 10px 0 0 10px;
}
.submit_proposal_form .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.submit_proposal_form .input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}
.submit_proposal_form .input-file + .js-labelFile i{
    color: #4ac2bd;
    margin-right: 5px;
    font-weight: 900;
}
.submit_proposal_form .input-file + .js-labelFile .icon:before {
  content: "\f574";
}
.submit_proposal_form .input-file + .js-labelFile.has-file .icon:before {
  content: "\f058";
}

.submit_proposal_form .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.submit_proposal_form .input-group-text{
    background-color: #0b4f93;
    border: 1px solid #0b4f93;
    color: #ffffff;
}

.submit_proposal_form input[type=number] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    -ms-appearance: none;
}

.submit_proposal_form input::-webkit-outer-spin-button,
.submit_proposal_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.addmilestone-btn-box {
    text-align: right;
    margin: 30px 0 10px 0;
}
.addmilestone-btn-box .btn{
    background-color: #0b4f93;
    border-color: #0b4f93;
    color: #FFF;
    font-size: 15px;
}

.bidMilestone-table.table thead th {
    border: none;
    background: #eff2f9!important;
    font-weight: 400;
}

.bidMilestone-table.table td, .bidMilestone-table.table th {
    border-bottom: 1px solid #f1f1f1;
}

.bidMilestone-table.table{
    margin-bottom: 30px;
}

.showproposal-item {
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 4px;
}
.showproposal-topBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.showproposal-summary p,
.showproposal-od-box p,
.showproposal-od-attchment p,
.showproposal-od-attchment p a,
.showproposal-milestoneTable > p{
    margin: 0;
    color: #56515b;
    font-size: 14px;
    font-family: "Gotham Rounded Book", sans-serif;
}

.showproposal-summary p span,
.showproposal-od-box p span,
.showproposal-od-attchment p > span,
.showproposal-milestoneTable > p{
    font-family: "Gotham Rounded", sans-serif;
}

.showproposal-summary p span.showproposal-summary-check,
.showproposal-summary p span.showproposal-summary-check span{
    margin: 0;
    color: #56515b;
    font-size: 14px;
    font-family: "Gotham Rounded Book", sans-serif;
}

.finalproposal-price span {
    display: block;
    font-size: 20px;
    color: #f26159;
}

.proposalsubmit-date span {
    display: block;
    font-size: 14px;
    color: #0b4f93;
}

a.showproposal-collapse-link {
    font-size: 14px;
}

.showproposal-title span {
    font-size: 22px;
    border-bottom: 1px solid #dadada;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.finalproposal-price {
    display: flex;
    align-items: center;
}

.finalproposal-price span {
    margin-right: 15px;
}

.showproposal-od-attchment p span.iconBox{
    margin: 0 5px 0 8px;
}

.showproposal-od-attchment p span.iconBox i,
.showproposal-tableView-box .tableView-content span.iconBox i{
    transform: rotate(135deg);
    background: #0b4f93;
    height: 26px;
    width: 26px;
    border-radius: 100px;
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
}

.showproposal-od-attchment p {
    display: flex;
    align-items: center;
}

.showproposal-milestoneTable table td {
    font-size: 14px;
}

.showproposal-otherDetails {
    margin-top: 10px;
}

.showproposal-otherDetails .showproposal-od-box,
.showproposal-otherDetails .showproposal-od-attchment {
    margin-bottom: 13px;
}

.showproposal-block{
    padding: 50px 0;
}

.delete-icon-box span {
    color: #f15e5e;
    font-size: 67px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.confirm-delete-modal h5 {
    text-align: center;
    font-size: 26px;
}

.confirm-delete-modal .modal-body p {
    color: #999;
    text-align: center;
    font-size: 14px;
    padding: 0 30px;
    font-family: "Gotham Rounded Book", sans-serif;
    margin-bottom: 30px;
}

.delete-action-box {
    text-align: center;
}

.delete-action-box .btn.delete-acitonBtn {
    padding: 9px 22px;
    margin: 0 6px;
}

.delete-action-box .btn.cancel-acitonBtn{
    padding: 9px 22px;
    margin: 0 6px;
    background: #f0f0f0;
}

.btn.removeAttachment-button {
    border-radius: 100px;
    text-align: center;
    padding: 0;
    display: block;
    width: 26px;
    height: 26px;
    font-size: 15px;
    line-height: 26px;
    margin-left: 15px;
}
.vendorProposal-section{
    padding: 60px 0;
}
.vendorProposal-profile-left{
    padding: 50px 0;
}

.vendorProposal-profile-img-wrap img {
    max-width: 180px;
}
.vendorProposal-profile-name-position {
    padding: 15px 0 0;
}
.vendorProposal-profile-name-position h2 {
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}
.vendorProposal-profile-name-position span {
    font-size: 15px;
    text-align: center;
    display: block;
    font-family: "Gotham Rounded Book", sans-serif;
}
.vendorProposal-profile-badge-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
}

.vendorProposal-profile-badge-item .profile-badgesIcon{
    margin: 0 9px;
}

.vendorProposal-profile-badge-item .profile-badgesIcon img{
    width: 30px;
}

.vendorProposal-profile-Exp-wrap,
.vendorProposal-profile-about-content {
    padding: 30px 0;
    border-bottom: 1px solid #eeee;
}

.vendorProposal-profile-Exp-wrap:last-child {
    border-bottom: none;
}

.vendorProposal-profile-Exp-wrap h4,
.vendorProposal-about-title h4 {
    font-size: 18px;
    margin: 0 0 12px 0;
}

.vendorProposal-profile-about-content .vendorProposal-about-more{
    font-family: "Gotham Rounded Book", sans-serif;
    font-size: 15px;
    margin: 0;
}

.vendorProposal-profile-Exp-wrap .agencyIndustry-items-block p {
    font-size: 15px;
    font-family: "Gotham Rounded Book", sans-serif;
}

.vendorProposal-profile-Exp-wrap .agencyIndustry-items-block {
    display: flex;
    flex-wrap: wrap;
}

.vendorProposal-profile-Exp-wrap .vendorProposal-profile-industry-block p {
    font-size: 15px;
    font-family: "Gotham Rounded Book", sans-serif;
    border: none;
    background: #0b4f93;
    color: #fff;
    padding: 10px 12px;
    margin: 0 10px 5px 0;
    border-radius: 4px;
}

.vendorProposal-profile-industry-block {
    display: flex;
    flex-wrap: wrap;
}

.vendorProposal-profile-Exp-wrap ul.agencyProfile-skillTags-block li.skillTags-item,
.vendorProposal-profile-Exp-wrap .skillTags-loadMore, .specializationTags-loadMore{
    background: #0b4f93;
}

.vendorProposal-profile-industry-block.profile-locationBlock p {
    padding: 0;
    background: transparent;
    color: #f16059;
}

.jobOtherInformation-content a{
    margin: 0;
    color: #56515b;
    font-size: 14px;
    font-family: "Gotham Rounded Book", sans-serif;
}

.jobOtherInformation-content span.iconBox {
    margin: 0 5px 0 8px;
    display: flex;
        font-size: 16px;
}
.jobOtherInformation-content span.iconBox > span {
    transform: rotate(135deg);
    background: #0b4f93;
    height: 26px;
    width: 26px;
    border-radius: 100px;
    text-align: center;
    line-height: 26px;
    margin-right: 7px;
    font-size: 13px;
    color: #fff;
}

.table-layout-fixed{
    table-layout: fixed;
}

table.table-layout-fixed thead th,
table.table-layout-fixed td, table.table-layout-fixed th {
    background: transparent !important;
    border: 1px solid #e1e1e1 !important;
}

table.table-layout-fixed thead tr th:first-child,
table.table-layout-fixed tbody tr th {
    background: #6384a4 !important;
    color: #fff;
    font-weight: 400;
}

.showPro-cus-box.showproposal-item {
    background: #fafafa;
    border: 1px solid #e7e7e7;
}

.showPro-cus-box span.showpro-box-title {
    font-size: 19px;
    margin-bottom: 7px;
    display: block;
}

.showPro-cus-box .showPro-box-content {
    display: block;
    border: 1px solid #e7e7e7;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-family: "Gotham Rounded Book", sans-serif;
}

.showPro-cus-box span.showpro-box-title {
    background: #0b4f93;
    color: #fff;
    margin: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 12px 15px !important;
    border-radius: 6px 6px 0 0;
}

.showPro-cus-box .showPro-box-content {
    border-color: #0b4f93;
    border-radius: 0 0 6px 6px;
}


.showproposal-tableView-box {
    padding: 30px 0;
}

.tableView-item{
    display: flex;
    align-self: center;
}

.tableView-title{
    background: #6384a4;
    color: #fff;
    font-weight: 400;
    border: 1px solid #6384a4;
    border-right: none;
    flex: 0 0 50%;
    padding: .75rem;
}

.tableView-content{
    border: 1px solid #e1e1e1;
    padding: .75rem;
    flex: 0 0 50%;
}

.tableView-item .tableView-content a {
    font-size: 16px;
    color: #333;
}

.tableView-item .tableView-content a span.iconBox {
    margin-right: 10px;
}

.tableView-item .tableView-content a:hover{
    color: #4bcabc;
}

.viewproposal-profile-dots.vendorProposal-profile-Exp-wrap ul.agencyProfile-skillTags-block li.skillTags-item{
    background: rgba(110, 197, 153, 0.2);
    text-align: left;
    font-size: 13px;
}

.viewproposal-profile-dots .industry_exp-loadMore{
    margin: 0 5px 8px 0;
}

@media (max-width: 767px){
    .showproposal-item {
        padding: 20px 15px;
    }
    .tableView-item .tableView-title,
    .tableView-content{
        flex: 0 0 100%;
    }
    .tableView-item {
        flex-wrap: wrap;
        width: 100%;
    }
    .tableView-item .tableView-content a {
        word-break: break-all;
    }
}