body{
	margin:0;
	padding:0;
	box-sizing: border-box;
    background-color: #dee9ff;
    font-family: 'Jost', sans-serif;  
}
a {
    text-decoration: none;
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) { 
    .middle_inner,.registration-form {
        margin: 10px 0px !important;
    }
    .latest-tender{
        padding: 60px 0px !important;
    }
    .registration-form{
        padding: 10px 20px !important;
    }
    label.label-select {
        width: 100%;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .left_box{
        margin-bottom: 20px;
    }
    form#image_upload {
        padding: 20px 0px;
    }
    .tender-search {
        margin-top: 10px;
    }


/*end media*/
}
i{
    color: #4baaed;
    cursor: pointer;
}
/*box*/
.box-main{
    background-color: #fff;
    border-radius: 10px;
    /*padding: 20px 70px;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    margin-bottom: 15px;
}
.space{
    height:90px;
}
.max-space{
    height:60px;
}
.mid-space{
    height:30px;
}
.min-space{
    height:20px;
}


/*header*/
.nav-main {
    flex-basis: 100%;
    flex-grow: 0!important;
    align-items: center;
}
.nav-main li a {
    font-family: 'Jost', sans-serif;
}
.nav-main li {
    padding: 8px 22px;
    font-size: 16px;
}
.search-btn {
    width: 130px;
    margin-right: 30px;
    background: #4baaed;
    border: 0px;
}
.header{
	background-color: #ffffff !important;
	transition: all 1s;
}

/*header*/

.heading-form{
    text-align: center;
}


/*register form*/

.registration-form{
    background-color: #fff;
    padding: 20px 70px;
    border-radius: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    margin-bottom: 15px;

}

.registration-form .form-icon{
	text-align: center;
    font-size: 24px;
    line-height: 76px;
}

.registration-form .item{
	border-radius: 20px;
    margin-bottom: 25px;
    padding: 10px 20px;
}

.registration-form .create-account{
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background-color: #4baaed;
    border: none;
    color: white;
    margin-top: 20px;
}


.submit-btn{
	text-align: center;
}
.forg {
    margin: 10px;
    text-align: center;
}

.register_form {
    padding: 0px 0px 0px 0px !important;
}



/*register form*/


/*login form*/

input.item.usr-ty {
    position: relative;
    top: 4px;
    margin-right: 20px;
    width: 22px;
    height: 16px;
}

.submit-btn a{
	padding: 10px 0;
}
.forgotp{
	justify-content: center;
	text-align: center;
	list-style: none;
}
.forgotp a{
	list-style: none;
}
/*login form*/



/*footer*/
a.text-reset {
    list-style: none;
    text-decoration: none;
}
/*footer*/

a.text-reset_1 {
    color: #0d6efd !important;
}



/*News Feed*/

input[type="Search"] {
    max-width: 100%;
}

}
.advance_search {
    padding: 16px 0px 10px 0px;
}
.tender-info  {
    background: #4baaed;
    border-radius: 7px;
    transition: transform .5s;
    margin:  8px 0;
    color: white;
}
.tender-info:hover{
	color: black;
	-ms-transform: scale(0.95); /* IE 9 */
  -webkit-transform: scale(0.95); /* Safari 3-8 */
  /*transform: scale(1.1);*/ 
  transition: transform .5s;
}
.tender-search {
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.row.input-go {
    padding: 15px 0px;
}
.icon-tend {
    text-shadow: 2px 2px white;
    font-weight: bold;
}

.go-search {
    
    border: 2px solid grey;
    opacity: 0.8;
}
.sidebar-tend {
    top:90px;
   position: -webkit-sticky;
   position: sticky;
   padding: 0px 12px;
}
/*News Feed*/



/*about company*/
.sidebar-about{
   padding: 0px 12px;
   top:90px;
   position: -webkit-sticky;
   position: sticky;
}
.sidebar-index{
   top:90px;
   position: -webkit-sticky;
   position: sticky;   
}

.about-company {
    background:white;
    border-radius: 10px;
    padding: 20px;
    
    
}
.about-company h4 {
    font-weight: 800;
    text-shadow: 2px 2px white;
}
.about-company p {
    text-align: justify;
}

/*about company*/
/*------------------------------------------vendor-dashboard-start---------------------------------*/


/*uploade vender profiel image*/
.upload{
  width: 200px;
  position: relative;
  margin: auto;
}

.upload img{
  border-radius: 50%;
  border: 2px solid #4baaed;
  height: 200px;
  width: 200px;
}

.upload .round{
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #00B4FF;
  width: 32px;
  height: 32px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

.upload .round input[type = "file"]{
  position: absolute;
  transform: scale(2);
  opacity: 0;
}

input[type=file]::-webkit-file-upload-button{
    cursor: pointer;
}
.middle_inner{
     background: white;
     box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
     border-radius: 10px;
}
.container.middle_inner {
    padding: 35px;
}
.vendor_img img{
    width: 210px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    height: 210px;
}
.about_vendor {
    border-bottom: 2px solid #a5a8af;
    padding: 20px;
    margin-bottom: 45px;
}
.left_title,.right_title {
    
        font-size: 27px;
}
.vendor_top{
    padding-left: 20px;
}
.heading{
    padding-bottom: 20px;
}

/*-----------------------------------------vendor-dashboard-end-----------------------------------*/
/*-----------------------------------------Descalaimer-start-----------------------------------*/
.dislaimer_about_in{
    background:white;
    border-radius: 10px;
    padding: 20px;
}
.heading p{
    padding: 0 15px;
}
.dislaimer_about_out{
    padding: 10px;
}
/*----------------------------register-user--------------------*/


#signUpForm .step {
display: none;
}
#signUpForm .form-footer{
overflow:auto;
gap: 20px;
}
#signUpForm .form-footer button{
background-color: #4baaed;
border: 1px solid #4baaed !important;
color: #ffffff;
border: none;
padding: 13px 70px;
font-size: 1em;
cursor: pointer;
border-radius: 50px;
text-align: center;
margin-top: 5px;
}
#signUpForm .form-footer button:hover {
opacity: 0.8;
}

#signUpForm .form-footer #prevBtn {
background-color: #4baaed;
color: white;
}
.form-footer{
    text-align: center;
}
.left_box,.right_box {

display: inline-block;
}
.donate-now{
text-align: center;
}


.donate-now label,
.donate-now input {
  text-align: center;
  align-items: center;
  justify-content: center;
  
  width: 210px;
  height: 130px;
  border: 1px solid #CCC;
  padding: 30px;
  cursor: pointer;
  border-radius: 10px;
}

.donate-now input[type="radio"] {
  display: none;
}

.donate-now label:hover {
  background: #DDD;
}

.donate-now input[type="radio"]:checked + label {
  background: #DDD;
  color: black;
}
.donate-now {
    padding:20px 30px 60px 30px;
}
.mid_title{
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}
/*recent tendor*/
.table1 {
    width: 100%;
    overflow: auto;
}
.tender-detals {
    background: white;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s;
    border: 1px solid white;
}

.tender-detals {
    background: white;
    border-radius: 8px;
    padding: 10px;
    transition: all 0.3s;
    border:1px solid #bfbfbf;
}
.tender-detals:hover{
  border-color:#4baaed;
  transition: all 0.3s;
}
.btn-view{
  background: #4baaed; 
}
/*recent tendor*/
.tender-recent {
    height: 300px;
    overflow-y: auto;
}

input.item {
    position: relative;
    top: 3px;
    margin-left: 3px;
}
/*===========tender-details========*/
.tender-details{
  padding: 10px;
  margin-top: -50px;
}

.tender-details span{
  color: #3270fc;
  line-height: 2;
}

.ten-disc{

}
.ten-disc {
  
  background-color: ;
  transition: transform .7s;
  
}

.ten-disc:hover {
  -ms-transform: scale(1.5); / IE 9 /
  -webkit-transform: scale(1.5); / Safari 3-8 /
  transform: scale(0.98); 
  transition: transform .7s;
  /*box-shadow: 1px 1px white;*/
}

.ten-result {
    text-align: center;
    color: white;
    background: #3270fc;
    padding: 5px;
    border-radius: 5px;
}

.ten-result a{
  text-decoration: none;
  color: white;
}
.ten-result p{
  color: white;
}
.ten-result strong{
  color: white;
}

.file li{
  list-style: none;
}

.file a{
  text-decoration: none;
}


.file a.ui-link {
    display: flex;
}

/*===========tender-details========*/
img.ind-flag {
    width: 20%;
    padding-right: 6px;
}

.about-company h1 {
    text-shadow: 2px 2px skyblue;
}

.about-company .para {
    padding-left: 35px;
}
.ten-details{
    background: white;
    border-radius: 10px;
    padding: 15px;
}
.ten-details h4{
  color: #4baaed;
}
.com-detail{
  width: 100%;
  border:none;
}
.t-list{
  padding-bottom: 10px;
}





.ten-details table {
    
    border-collapse: collapse;
    width: 100%;
    background: white;
}

.ten-details td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

/*tr:nth-child(even) {
  background-color: #dddddd;
}*/


/*==========tender Name & Detalis===========*/


/*.table1 thead{
  background: black;
  color: white;
}
.table1 tr{
  height: 50px;
}*/
/*tender card page*/

.seperator {
    color: #ff851b;
    font-weight: bold;
    padding-right: 10px; 
}
.accordion-body ul li{
  list-style: none; 
}

.category {
  background-color: white;
  height: 100%;
  width: 100%;
}

.cards-tender a{
  text-decoration: none;

}
.cards-tender {
   padding: 10px;

}
.accordion-button:not(.collapsed){
    background-color: #4baaed;
    color: white;
}
.date_desc p {
   font-size: 14px;
}
.search{
   position: relative;
   box-shadow: 0 0 40px rgba(51, 51, 51, .1);
   width: 96% !important;
   margin: 12px auto;
}
.search input{
   height: 60px;
   text-indent: 25px;
   border: 2px solid #d6d4d4;
}
.search input:focus{
   box-shadow: none;
   border: 2px solid blue;
}
.search .fa-search{
  position: absolute;
  top: 20px;
  left: 16px;
}
.search button{
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
 
}
.cards-tender img {
    height: 220px;
}
.card {
    box-shadow: 0 0 6px rgb(0 0 0 / 40%);
    padding: 10px;
}
.card-view{
    padding: 0px;
}
/*-------------------home-page--------------------*/
.tendor-list{
background: white;
box-shadow: 0 0 6px rgb(0 0 0 / 40%);
padding: 10px;
margin-bottom: 10px;
}
.inner-tendor {
padding-left: 40px;
}
 .serial-no {
position: absolute;
}
.tendor-list h3{
    font-size: 18px;
    color: #0070b8;
    margin: 0 0 10px;
    padding: 0;
    line-height: 18px;
    font-weight: 700;
}
.tendor-list a{
    color: black;
}
  .listing-row {
   box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
#tender-list-table {
    border-collapse: separate;
    border-spacing: 0 19px;
}
#tender-list-table th{
    border-bottom: 1px solid #dddddd !important;
    background: #3270fc;
    color: white;
}
#tender-list-table tr{
background-color: #ffffff;
vertical-align: middle;
}
#tender-list-table_filter label {
    text-align: right;
}
.tender-list-left {
    margin: 30px 0px;
    border: 1px solid #cadbfb;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
    background: white;
    overflow-x: auto;
}
.btn-sm {
    padding: 5px 10px !important;
    }

#tender-list-table thead tr  th:nth-of-type(6) {
  text-align: center !important;
}
#tender-list-table thead tr  td:nth-of-type(6) {
  text-align: center !important;
}
.tender-top {
    background: #3270fc;
    padding: 65px 30px;
}
.tender-top span{
    color: white;
}
.tender-social li {
    display: inline-block;
    float: right;
    padding-right: 10px;
}
.tender-social i{
    color: white;
    font-size: 20px !important;
}
.badge {
    background: #ffc107;
    color: black;
    font-size: 14px;
}
.latest-tender {
    background: #3270fc;
    padding: 60px 40px;
}
.latest-tender h5 {
    color: white;
    font-size: 26px;
    padding-bottom: 20px;
    font-weight: 600;
}
.latest-tender-list {
    background: white;
    padding: 40px;
    height: 1200px !important;
    position: relative;
    overflow-y:scroll;
}

.scrollbar
{
    background: white;
    padding: 40px;
    height: 50px;
    position: relative;
    overflow-y:scroll;
}
#style-1::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ad0808;
}

.tender-list-social-list li{
    display: inline-block;
}
.latest-tender-right {
    /* float: right !important; */
    text-align: right;
    padding-right: 20px;
}
.each-tender-list{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.tender-list-social-list span,.tender-list-social-list-side span{
    padding: 0px 5px 0px 5px;
}
.closing-date {
    border: 1px solid #3270fc;
    padding: 5px !important;
    border-radius: 50px;
}
.each-tender-list h6{
    font-weight: 700;
}
.tender-list-social-list i {
    font-size: 18px !important;
    padding-left: 10px;
}
.tender-list-social-list-side i {
    font-size: 18px !important;
   
}
.latest-tender-right button {
    border-radius: 50px;
}
.listing-row a {
    color: white;
}
.tender-list-right{    
    margin: 30px 0px;
    padding-right: 15px;
    
}
.tender-search {
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

    .sidebar-tend {
    top:90px;
   position: -webkit-sticky;
   position: sticky;
   padding: 0px 12px;
}
.heading{
    padding-bottom: 20px;
}
.heading p{
    padding: 0 15px;
}
.heading-form{
    text-align: center;
}
.right_title {
    
        font-size: 27px;
}
.input-go {
    padding: 15px 0px;
}
.advance_search {
    padding: 16px 0px 10px 0px;
}
.tender-info  {
    background: #0d6efd;
    border-radius: 7px;
    transition: transform .5s;
    margin:  8px 0;
    color: white;
    padding: 8px;
}
.tender-info:hover{
    color: black;
    -ms-transform: scale(0.95); /* IE 9 */
  -webkit-transform: scale(0.95); /* Safari 3-8 */
  /*transform: scale(1.1);*/ 
  transition: transform .5s;
}
.icon-tend i {
    font-size: 20px !important;
    padding-right: 8px;
}
.fa-right-long {
    color: white;
    padding-right: 10px;
} 
.latest-tender-right a {
    color: white;
}
.latest-tender-side button {
    border-radius: 20px;
}
.latest-tender-side a {
    color: white;
}
#style-2 {
    width: 100%;
    padding: 2px 30px 10px 30px;
}
.latest-tender-list-side {
    height: 500px;
} 

/* ===== Scrollbar CSS ===== */
  /* Firefox */
/*.place_bid{
    text-align: center;
}*/
button#plac_bid {
    border: 1px solid #ffc107;
    background: #3270fc;
    color: white;
}

#bidPlace {
    padding: 30px;
    overflow: hidden;
    border: 1px solid #3270fc;
    margin-top: 20px;
}
.input-bid {
    border-radius: 0px;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 10px;
}
.each-search-list{
    padding: 20px;
    margin-bottom: 20px;
}
#tender-work button{
    background: #3270fc;
    border: none;
}
#tender-work i{
   color: white;
}
.view-bid h4{
  text-align: center;
}
.view-bid-form {
    border: 1px solid #3270fc;
    margin-top: 20px;
    padding: 30px;
}
.user-otp {
    text-align: center;
    padding-bottom: 5px;
}
.capital{
    text-transform: capitalize;
}
.firstCapital::first-letter {
    text-transform: capitalize;
}
#firstCapital::first-letter {
    text-transform: capitalize;
}
.latest-tender-end button {
    border-radius: 50px;
}
.latest-tender-end a {
    color: white;
}
.latest-tender-list-vendor {
    height: 800px;
}
.row.each-search-list h6 {
    text-transform: capitalize;
}.pagination a {
    color: gray;
    border: 1px solid gray;
    padding: 10px;
}
.pagination strong {
    padding: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #37a6db;
    background: #37a6db;
    color: white;
}
.contats-list li a i{
    font-size: 18px;
}



.footer_logo img {
    width: 100% !important;
}

 .heading-top_1
 {
    color: #144273;
    font-size: 23px;
    text-align: left;
    font-weight: 500;
}

.heading-top_2
{
     color: #144273;
    font-size: 20px;
    text-align: left;
    font-weight: 500;
}

.below_about p 
{
    text-align: justify;
 }

.table
{
    width: 75%;
    margin: auto;
}

td, th {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

tr:hover
{
    background: #e9eef7;
}

@media screen and (max-width: 768px)
{
   .table
{
    width: 100% !important;
    margin: auto;
} 
}

a.navbar-brand img {
    height: 80px;
}

#play-store .btn {
    cursor: pointer;
    outline: none;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    background: black;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff !important;
    padding: 0.375rem 1.5rem;
    line-height: 1.6;
    font-size: .875rem;
}

#play-store .btn--black {
    background: #000;
}

