.sidebar {
  background-color: #cfe7ec;
  color: #fff;
  width: 250px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
}


.subt.active {
  background-color: #3b9dd4;
  color: #fff;
}


.sect  {
  border-top: 1px solid #444;
  /* display: block; */
  padding-top: 2px;
  font-size: 18px;

}

.sect101{
  border-top: none;
}

.sect a {
  /* display: block; */
  padding: 15px;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.sidebar-footer{
    padding-bottom: 5px;
    border-top: none;
    padding-top: 40%;
}
.sidebar-header{
  /* padding: 5px; */
  /* padding-left: 5%; */
  /* padding-bottom: 5%; */
  /* padding-top: 5%; */
  font-size: 40em;
  color: #000;
  font-weight: bold;
  padding: 1%;
  margin: auto;
  align-items: center;
  justify-content: center;
  display: flex;
  /* align-items: center; */
}

.sidebar-header i {
  display: none;
}
.sidebar-header a{
  text-decoration: none;
  padding: 15px;
  color: #000;
}

.menu-text1 {
  display: inline;
  font-size: 18px;
  color: #000;
  text-align: left;
}
.image-with-text1 {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  /* padding: 15px; */
}

.image-with-text1 img {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: 5px;
}
.image-with-text1 i{
    margin-right: 15px;
}



.image-with-text1 .menu-text1 {
  flex: 1;
}


.menu-text {
  display: inline;
}

.navbar {
  background-color: #fff;
  color: #333;
  width: calc(100% - 250px);
  /* height: 10%; */
  position: fixed;
  top: 0;
  right: 0;
  /* display: flex; */
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.4);
  
}
.navbar-mi{
  position: fixed;
  background-color: #fff;
  color: #333;
  width: calc(100% - 250px);
  height: 10%;
  position: fixed;
  top: 0;
  right: 0;
  /* display: flex; */
  box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.4); 
}

.navbar-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  text-align: left;
}

body {
  background-color: #eeeeee;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', serif;
  font-size: 18px;
}

.chat-sbar {
  position: fixed;
 
  /* border-radius: 25px; */
  margin-top: 6%;
  margin-left: 300px;
  /* margin-right: 80px; */
  height: 700px;
  padding-bottom: 15px;
  background-color: #fff;
  width: 400px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 15px;
  
  
}


.chat-sbar .top-header{
    position: fixed;
      /* top: 0;
  left: 0; */
  width: 100%;
  z-index: 1;


}
.chat-sbar li{
    margin-bottom: 15px;
}
.chat-sbar button{
   border: 0px solid #ccc;
  border-radius: 20px;
  padding: 10px;
  color: #fff;
  background-color: #3f95e4;
  font-weight: bold;
  font-size: 15px; 
}
.text-box {
  border: 0px solid #ccc;
  border-radius: 20px;
  padding: 10px;
  background-color: #e2effb;
}

 .chat-sbar li{
    text-decoration: none;
    list-style-type: none;
}

.image-with-text {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  padding: 15px;
}

.image-with-text img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}



.image-with-text .text {
  flex: 1;
}

.image-with-text h2 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #1761cd;
}



.image-with-text p {
  margin: 0;
  font-size: 16px;
  color: #000;
}

.chat-window{
    position: fixed;
    width: 600px;
    height: 700px;
    margin-left: 700px;
    margin-top: 6%;
    background-color: #cbe9f8;
    padding-bottom: 15px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;



}
.chat-window .chat-nbar{
  background-color: #fff;
  color: #333;
  width: 600px;
  height: 100px;
  border-top-right-radius: 25px;
  margin-top: 0;
  border-top: 0;
  position: fixed;

  /* box-shadow: 0 10px 15px -8px rgba(0, 0, 0, 0.4); */
  
}
.chat-window .chat-area{
    margin-top: 110px;
    overflow: auto;
    height: 550px;
    
}
.chat-area li{
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 1px;
}
/* .ingine{
    display: flex;
}
.mimi{
    display: flex;
} */

/* .chat-area .timestamp{
    flex: 1;
} */

.chat-area .ingine{
    text-align: left;
    
}
.ingine p{
    background-color: #c6c1e9;
    margin-right: 5px;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    text-align: left;

    

}

.chat-area .mimi{
    text-align: right;
    
}

.mimi p{
    background-color: #3f95e4;
    margin-right: 5px;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
    text-align: left;
    color: #fff;

}


.chat-window .chat-footer{
    /* margin-top:120px; */
    position: fixed;
    height: 15px;
    margin-bottom: 2px;
    margin-left: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.chat-footer #chat-text{
  border: 0px solid #ccc;
  /* border-radius: 20px; */
  padding: 10px;
  background-color: #fff;
  text-decoration: none;
  border-radius: 20px 0 0 20px;
  overflow: hidden; /* hides the scrollbar */
  resize: none; /* hides the diagonal marks for resizing */
  outline: none;
  

}

.image-with-text2 {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-left: 30px;
  padding: 15px;
}

.image-with-text2 img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}



.image-with-text2 .text2 {
  flex: 1;
}

.image-with-text2 h2 {
  margin: 0;
  font-size: 18px;
  /* font-weight: bold; */
  color: #1761cd;
}

.navbar-title2{
  /* font-family: ; */
  font-size: 30px;
  font-weight: bolder;
  margin-top:1%;
  margin-bottom: 1%;
  margin-left: 2%;
  text-align: center;
  color: #000;

}



/* .input-with-icon::before {
  content: "\f50e";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 16px;
  color: #999;
  display: inline-block;
  margin-right: 5px;
} */


/* chat badge */
.chat-sbar .chat-badge{
    overflow: auto;
    margin-top: 250px;
    /* margin-bottom: 250px; */
    height: 450px;
    /* padding-top: 300px; */
    padding-bottom: 2px;
    padding: 5px;
    /* align-items: center; */



}

.chat-badge li{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px
}

.chat-badge img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;

}
.chat-badge  .text3 {
  flex: 2;
}

.chat-badge h2 {
  margin: 0;
  font-size: 18px;
  /* font-weight: bold; */
  color: #1761cd;
}

.chat-badge p {
  margin: 0;
  font-size: 16px;
  color: #000;
}

.message-counter {
  display: inline-block;
  border-radius: 50%;
  background-color: #1761cd;
  color: white;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 25px;
  border-left: 5px;
}

.message-counter2 {
  display: inline-block;
  border-radius: 50%;
  background-color: #fd7338;
  color: white;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 25px;
  border-left: 5px;
}

.counter-number {
  font-size: 15px;
  font-weight: bold;
}

.stamp{
    border-left: 30px;
    align-items: center;
}

.order-section{
  margin-top: 10%;
  /* margin-left: 300px; */
  /* width: calc(100%-700px); */
  width: 70%; margin-left: 30%;
}

.new-order-section{
  width: 80%;
  margin-left: 15%;
  margin-top: 8%;
  margin-right: 5%;
  /* position: absolute; */
}




/* end of chat badge */

/* chat messages */

/*start of order placement and confirmation */
.labell{ 
  width: 80%;
  padding: 10px;
  font-size: 20px;

}

.pr0{
  
  display: inline-block;
  text-align: right;
  width: 25%;
  

}

.pr1{
  display: inline-block; 
  width: 60%;
  margin-left: 5%;
  border-radius: 15px;

}

.labell input, select{
  font-size: 18px;
}


#fileUpload{
  padding-right: 10px;
  margin-left: 20px;
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.order-confirmation{
  width: 40%;
  margin-left: 30%;
  margin-top: 15%;
  text-align: center;
  background-color:#e4e5e5 ;
  border-radius:25px;
  padding: 2%;
  height: auto;
  
}
.confirmButton{
  /* align-items: right; */
  padding: 3%;
  margin-left: 65%;
}
.confirmButton button{
  border-radius: 10px;
  padding: 5px;
  background-color: #3f95e4;
  width: auto;
  height: auto;
  color: #fff;
  font-size: large;
  font-weight: bold;
  border: none;
}
#orderSummary h3{
  color: #4564a7;
}

.adjustin{
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.navNum{
  margin-left: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;

}
.navSecon{
background-color: #fff;
border:  #000;
color: #000;
border: solid;

}

.navThird{
  background-color: #3f95e4;
}

.lineNav{
  width: 10%; /* Adjust the width as needed */
    height: 2px; /* Adjust the height as needed */
    background-color: black;
    margin: 10px 0;
    display: inline-block;
    
}
.mailHolder{
  background-color: #c8dcee;
  padding: 10px;
  padding-right: 15px;
  border-radius: 15px;
  padding-left: 15px;
}
.topic{
  background-color: #fff;
  width: 55%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 8px;
  outline:#444;
}

.subt{
  padding: 10px;
}
input[type="number"]:not(#words) {
  width: 50px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: none;
}


.decrement{
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-right: 0px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: none;
  background-color: #fff;
  width: 30px;
}
.increment{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: 50px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  border: none;
  background-color: #fff;
  width: 30px;
}
.order-section button:hover {
  background-color: #c8dcee;
}

.order-section button:active {
  background-color: #c8dcee;
}
#deadline ,#timef{
  border-radius: 15px;
  margin-right: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);

}
#timef{
  margin-left: 20px;
}
.timeLeft{
  padding-right: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);

}
.wformat button{
  background-color: #fff;
  color: #7349ec;
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  
}
.wformat .mla{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.wformat .oth{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#estPrice , #myBudget{
  background-color: #fff;
  width: 40px;
  margin-right: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  /* border: none; */

}
#myBudget{
  margin-left: 30px;
}

.fin-submit{
  margin-left: 60%;
  background-color: #3f95e4;
  height: 45px;
  width: 90px;
  color: #fff;
  border-radius: 15px;
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.fin-submit2{
  margin-left: 10%;
  background-color: #3f95e4;
  height: 45px;
  width: 90px;
  color: #fff;
  border-radius: 15px;
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
}


.spinner-next2{
  display: none;
  /* visibility: hidden; */
}

.spinner-next1{
  display: none;
}

.footer-btn1{
  display: flex;
  flex-direction: row;
}

/* end of place order and confirmation styling */


/* start of my order styling */

.myOrders{
  width: 65%;
  margin: auto;
  margin-top: 5%;
  margin-right: 12%;
  background-color: #fff;
  height: auto;
  border-radius: 20px;
}

.myOrders #topHeader{
  width: 100%;
  align-items: center;
  height: 10%;
  /* margin: auto; */
  border-bottom: 1px solid;
  margin-bottom: 30px;
  align-items: center;
  text-align: center;
}
.myOrders .tiptop{
    display: inline-block;
    margin-left: 8%;
    align-items: center;
    padding-top: 8px;
}
.tiptop a{
  text-decoration: none;
  color: #000;
}
.shadower{
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
/* .table-body{
  display: flex;
  fle
} */
.table-body table{
  border-collapse: collapse;

  width: 90%;
  margin: auto;
  
}
.table-body th td{
  padding: 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  
}
.table-body th:not(:last-child),
td:not(:last-child) {
  margin-right: 10px;
}

.theader {
  height: 50px;  
}
.table-body tr:not(:first-child){
  border-bottom: solid #efeeef;
}

.table-body .order-stat{
  background-color: #3f95e4;
  border-radius: 15px;
  padding: 5px;
  align-items: center;
  /* margin-right: 20px */
  width: 100px;
}

.table-body .in-progress{
  background-color: #fc7239;
}

.table-body .on-bid{
  background-color: #fecf26;
}

.tiptop:hover h3{
  color: #1761cd;
  cursor: pointer;
}
.list-active-style :hover{
  color: #1761cd;
  cursor: pointer;
}
/* end of  */


/* start of view order */

.view-order{
  width: 70%;
  /* height: 60%; */
  /* margin:0 auto; */
  background-color: #fff;
  /* height: 750px; */
  margin-top: 8%;
  margin-right: 2%;
  /* position: fixed; */
  padding-left: 50px;
  margin-left: 20%;
  margin-bottom: 1%;
  padding-bottom: 1%;
}

.view-order .sect11{
  display: inline-block;
}

.view-order .sect12{
  display: inline-block;
}
.view-order .lineNav{
  z-index: 98;
  line-height: 5px;
}

.sect-mdc{
  justify-content: center;
  align-items: center;
}
.sect1{
  width: 80%;
  margin:0 auto;
  /* border-bottom: solid #efeeef; */
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
}
#ordervtitle{
  margin-right: 50px;
  padding-left: 50px;
  color: #3b9dd4;
}

.sect2{
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
  /* line-height: 1px; */
}
.sect22{
  display: flex; 
  flex-direction: row;
}
.submission-btn{
  padding-left: 40%;
  /* color: #1761cd; */
}
.submission-btn button:hover {
  background-color : #1761cd;
  cursor: pointer;
}
/* #moreDetailsContent {
  display: none;
}

#moreDetailsContent.show-details {
  display: block;
} */

/* .hidden{
  display: none;
} */
.sect23{
  margin-right: 4%;
}

#moreDetailsContent{
  background-color: #d7ecf8;
  border-radius: 15px;
  padding: 15px;
  border-bottom: none;
  /* display: none; */
}
.link-style-color{
  color: #3b9dd4;
}
.link-style-color :hover {
  color : #1761cd;
  cursor: pointer;

}



.lpadder{
  padding: 10px;
}

.sect3{
  background-color: #d7ecf8;
  margin-top: 1%;
  padding: 15px;
  border-radius: 15px;
  border-bottom: none;
  /* margin-bottom: 2%; */

}
.sect31{
  align-items: center;
  width: auto;
}
.sect3 .chat-writer-btn{
  /* margin-left: 35%;s */
  text-align: left;

}


.sect3 button{
  border-radius: 15px;
  padding: 8px;
  border: none;
  background-color: #fd7238;
  color: #fff;
  font-size: 15px;
}

.sect3 .lbl button{
  background-color: #3c91e6;
}

.sect3 .lpadder{
  margin-right: 5%;
}

.sect4{
  background-color: #3c91e6;
  justify-content: center;
  padding-left: 2%;
}
.sect4 .ft-text{
  color: #fff;
}
.sect4 .tp-text{
  width: 80%;
  border-bottom: solid #fff;
  margin-bottom: 2%;
  /* padding-bottom: 1%; */
  
}
.sect4 .tp-text p{
  font-size: 20px;
}
.sect4 button{
  background-color: #cfe7ec;
  color: #000;
}

.sect4 .sect42{
  justify-content: right;
  margin-top: 3%;
  text-align: right;
}
.sect4 .sect42 button{
  background-color: #fd7238;
  color: #fff;
  font-weight: bold;
}



/* end of view order */


/* Start of notification styling might refer to styling from other sections watch out */

.notify-body{
  width: 70%;
  height: 60%;
  background-color: #fff;
  margin-top: 8%;
  margin-right: 2%;
  padding-left: 50px;
  margin-left: 20%;
  margin-bottom: 1%;
  border-radius: 15px;
  padding: 15px;
}


.notify-body .top-header{
  margin: 15px;
  width: 80%;
  height: 2%;
  background-color: #fff;
  display: flex;

}

.notify-body.notifi{
width: 90%;
/* display: inline-block; */
}

.notify-body.notifi-from{
  font-size: 15px;
  font-weight: bold;  
}

.notify-body.message-counter2{
  padding-left: 30px;
}

#mark-as-read{
  text-align: right;  
}

#mark-as-read button{
  background-color: #3f95e4;
}

.notify-body img{
  width: 40px;
  height: 40px;
  border-radius: 7px;
}
.boxe{
  display: flex;
  margin-top: 1%;
  background-color: #bbe3e9;
    /* padding-top: 2%; */
  height: 50px;
  padding: 20px;
  /* padding-bottom: 12; */
  border-radius:15px ;
    align-items: center;
  padding-top: 30px;
  padding-bottom: 1px;

}
.boxed{
  width: 50%;
  box-sizing: border-box;


}


.notify-body button{
  border: none;
  border-radius: 15px;
  background-color: #fd7238;
  color: #fff;
  height: 30px;
}

.set-bold{
  font-weight: bold;
}

.opened-notifi{
  display: flex;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  height: auto;
  padding: 15px;
  border-radius:15px ;
  align-items: center;
  width: 80%;
  
}
.opened-notifi .boxed{
  width: 80%;
  box-sizing: border-box;
  margin-left: 10%;

}
/* end of notifications styling  */

/* ******************************************* */
/* start of view writers from client */


.list-writers {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  overflow: hidden;

  justify-content: center;
  /* width: 100%; */
}

.mainList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  transition: transform 0.5s ease;
}

.profile-list {
  /* Define styles for each writer profile */
}

.list-nav-container {
  display: flex;
  justify-content: center;
}

.list-nav {
  display: flex;
  align-items: center;
}

.fa-arrow-left,
.fa-arrow-right {
  cursor: pointer;
  margin: 0 10px;
}

.fa-arrow-left:hover,
.fa-arrow-right:hover {
  color: blue;
}

.pl-top{
  display:flex;
}
.pl-besides{
  display:flex;
  flex-direction:column;
}


.list-writers{
  width: 75%;
  height: auto;
  margin-top: 8%;
  margin-right: 2%;
  padding-left: 50px;
  margin-left: 18%;
  margin-bottom: 1%;
  border-radius: 15px;
  padding: 15px;
  /* display: flex; */
  /* flex-direction: row; */
}

.list-nav{
/* text-align: right;
width: 90%; 
justify-content: right;
height: 15px; */
}

.mainList{
  /* display: flex; */
  /* overflow-x: auto; */
  /* scroll-snap-type: x mandatory; */
  /* width: 100%; */
  /* -ms-overflow-style: none;  */
  /* scrollbar-width: none;  */

}
.list-writers .mainList::-webkit-scrollbar {
  display: none; 
}
.mainList .profile-list{
background-color: #fff;
margin: 5%;
margin-right: 30px;
margin-left: 30px;
padding: 20px;
justify-content: center;
text-align: center;
scroll-snap-align: start;
height: auto;
width:240px ;
flex: 0 0 auto;
border-radius: 25px; 
}
.mainList img{
  width: 60px;
  height: 60px;
  border-radius: 45px;
  margin-right: 10px;
}

.pl-top img{
  outline: 2px solid #28a745;
}

.mainList button{
  width:60%;
  padding: 3%;
  margin-top: 5px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: bold;
  border:none;
}
.mainList .btn1 button{
background-color: #c2f0c2;
}
.mainList .btn2 button{
  color:#fff;
  background-color: #33cc33;
}
.mainList .uname{
  font-weight: bold;
  font-size: 18px;
  margin: 5px;
}
.mainList .subje{
  background-color: #eeeeee;
  border-radius: 15px;
}
.mainList .subje p{
padding: 5px;
}

/* *************************************** */
/* start of billing styling */
.billing-b-main{
  width: 60%;
  /* height: 60%; */
  margin-top: 8%;
  margin-right: 2%;
  padding-left: 50px;
  margin-left: 18%;
  margin-bottom: 1%;
  border-radius: 15px;
  padding: 15px; 
  background-color: #eeeeee;
}
.bill-balances{
  display: flex;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: #1761cd;
  width: 70%;
  margin-left:15%;
  padding: 20px;
  border-radius: 8px;
  /* text-align: center; */
}
.ico-te{
  font-size: 50px;
}
.bal-dp{
  margin-left: 20%;
}
.bh-tt{
  font-size: 25px;
  width: 80%;
  font-weight: bold;
  margin: 2%;
  margin-left: 10%;
}
.bill-lst{
  width: 90%;
  background-color: #dcebf3;
  padding: 20px;
  margin-left: 10% ;
  border-radius: 10px;
  text-align: center;
  justify-content: center;


}
.bill-lst-t{
  margin-bottom:1%;
  font-weight: bold;
}
.bill-lst-h{
  display: flex;
  margin-left: 15%;
  width: 65%;
  margin-bottom:1%;
  border-bottom: 1px solid;
    text-align: center;
  justify-content: center;
  padding: 10px;
}
.bill-md{
  margin-left: 10%;
}
.bill-lst a{
  text-decoration: none;
  color: #000;
}
.bill-lst-h button{
  width: 80px;
  padding: 3px;
  border-radius: 10px;
  border: none;
}
.btn-bill-2 button{
  background-color: #ffce26 ;
}
.btn-bill-1 button{
  background-color: #3c91e6 ;
  color: #fff;
}

/* Set the size of the checkbox */
.my-checkbox {
  width: 20px;
  height: 20px;
}


/* end of billing styling */
/* ************************** */

/* ************************** */
/* start of payment styling */
.pay-lst{
  width: 80%;
  margin: 2%;
  margin-left: 10%;
}
.pay-lst button{
  font-size: 25px;
  width: 20%;
  margin:2%;
  padding: 5px;
}

.stc-lst{
text-align: center;

}
.stc-lst button{
background-color: #7349ec;
border: none;
width: 82%;
border-radius: 5px;
/* color: #fff; */
}
.stc-lst img{
  height: 40px;
}
/* end of payment styling */
/* ************************** */



/* ************************** */
/* start of viewBids styling */

.hw-b2{
  display: none;
}

 .htd{
display: inline-block;
/* margin-right: 25px; */
}
.htd-a{
  margin-left: 3%  ;
  width: 25%;
}
.btn-1 button{
  border: none;
  border-radius: 15px;
  background-color: #fd7238;
  color: #fff;
  height: 30px;

  /*width: 70%;*/
}

.btn-2 button{
  border: none;
  background-color: #a8d4f0;
  border-radius: 5px;
  height: 30px;

}
.secon-head-titles{
  width: 70%;
  margin: auto;
  justify-content: center;
  text-align: center;
  margin-top: 1%;
  margin-bottom: 2%;
  border: none;
  padding: 1%;
}
.active-order-listing{
  width: 80%;
  margin: auto;
  justify-content: center;
  text-align: center;
  border-bottom: 0.5px solid;
  padding: 5px;
  padding-bottom: 10px;
}
.ttl-cl{
color: #3c91e6;
}
.active-order-listing button:hover {
  background-color: #3c91e6;
}
.bid-msg{
  justify-content: left;
  text-align: left;
}
/* end of viewBids styling */
/* ************************** */

/* ************************** */
/* start of view profile styling*/

.profile-view{
  margin-left: 15%;
  margin-top: 10%;
  width: 60%;
  height: 60%;
  background-color: #1761cd;
}                                             

/* end of viewprofile styling */
/* ************************** */

/* ************************** */
/* start of view writers from client*/
.slider-writers{
  /* margin: 50%; */
  margin-top: 8%;
  margin-left: 15%;
  height:600px;
  width: 70%;
  /* display: flex; */
  background-color: #333;
  /* justify-content: center;
  align-items: center; */
}
/* end of viewprofile styling */
/* ************************** */
/* start of view writers from client*/





/* Popup styles */
.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.popup-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  text-align: center;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



   /* Styles for the pop-up menu */
   .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .popup-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
  }

  .popup-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .popup-menu li {
    margin-bottom: 10px;
  }
/* 
  iframe{
    height:57em;
    width:88em;
    margin-top:8%;
    border:none; 
    margin-left:15%;
    position: fixed;
    width: auto;
    height: auto;
  } */

  .msg-contain{
    margin-top: 5%;
    margin-left: 20%;
    border: none;
    border-left: none;
    border: 0;
    
  }



  /* vieworder */

  .writer-info {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.writer-info img.rounded-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.writer-info .menu-text1 {
    font-size: 16px;
    color: #333;
}

.writer-info .count-orders-completed {
    font-size: 14px;
    color: #999;
}

.writer-info .btn {
    padding: 10px;
    margin: 0;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    background-color: #333;
}

.writer-info a.invite-writer {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.writer-info a.invite-writer i {
    margin-right: 5px;
}

.writer-info a.invite-writer:hover {
    text-decoration: underline;
}


.btn-link {
text-decoration: none;
}
.btn-primary {
background-color: #007bff;
border-color: #007bff;
color: #fff;
}
.btn-primary:hover {
background-color: #0062cc;
border-color: #005cbf;
color: #fff;
}

.no-writer {
padding: 0 20px;
}

.no-writer-message {
background-color: #f2f2f2;
padding: 10px;
border-radius: 10px;
}

.no-writer-link {
color: #333;
text-decoration: none;
display: inline-block;
padding: 10px 20px;
border-radius: 10px;
background-color:  #28a745;
color: white;
}



  /*end of  vieworder */


  .list-nav-container {
    overflow-x: auto;
}

.list-nav {
    display: inline-block;
}



.myContent{
  margin-left: 250px;
}




iframe{
  background-color:tranparent;
  height:80%;
  width:70%;
  position:fixed;
  border: 0;
  border: none;
}






















@media (max-width: 767px) {
  .sidebar {
    width: 13%;
    position:fixed;
  }


  .sidebar .menu-text1  {
    display: none;
  }

  .sidebar .message-counter{
    display: none;
  }

  .sidebar .message-counter2{
    display: none;
  }

  .sidebar-header i{
    display:block;
    font-size:15px;
  }
  .chat-sbar{
    border-radius: 12px;
    margin-top: 30%;
    margin-left: 60px;
    margin-right: 20px;
    padding: 20px;
    height: auto;    
    /* margin-bottom: 20%; */
    
  }
  .chat-window{
    /* display: none; */
  }
  iframe{
    position: absolute;
  }

  iframe .chatlist{
    flex-direction: column;
  }

  /* navbar */
    .navbar{
      width: 88%;
      position: fixed;
      height: auto;
      /* z-index: 99; */
      
    }
    .navbar-title2{
      font-size: smaller;
    }

  /* end of navbar */

  /* start of place_order */
    .order-section{
    width: 88%; 
    margin-left: 10%; 
    margin-top:20%;
    /* position: fixed; */
    /* overflow: hidden; */
    overflow-y: scroll;
  }

  .new-order-section{
    width: 88%; 
    margin-left: 10%; 
    margin-top:20%;
    overflow-y: scroll;

  }

  .pr1{
    margin-left: 5%;
    width: 90%;
    justify-content: space-between;
    padding: 2%;
  }

  .pr0{
    /* display: flex; */
    margin-left: 5%;
    width: auto;
    justify-content: space-between;
    padding: 2%;
  }
  .labell{ 
    /* display: none; */
    /* display: flex; */
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    padding: 1px;
    font-size: 18px;
    align-items: start;
    padding: 1%;
  }
  .labell select{
    width: 95%;
  }

  .order-confirmation{
    width: 80%;
    margin-left: 13%;
    margin-top: 40%;
    
  }

  .confirmButton{
    padding: 3%;
    margin-left: 40%;
  }
  .confirmButton button{
    height: auto;
  }

  /* end of place_order */



/* start of billing styling */
  .billing-b-main{
    width: 90%;
    margin-right: 1%;
    margin-left: 8%;
    position: absolute;
    margin-top: 15%;
    /* overflow-y: hidden; */


  }

  .bill-balances{
    flex-direction: column;
    font-size: 15px;
    width: 92%;
    margin-left:5%;
    padding: 13px;

  }
  .bal-dp{
    margin-left: 10%;
  }
  .ico-te{
    font-size: 18px;
  }

  .bill-lst{
    width: 98%;
    padding: 5px;
    margin-left: 1% ;  
  }
  .bill-lst-hh{
    /* display: flex; */
    flex-direction: column;
    width: 90%;
    text-align: left;
    align-items: start;
    margin-left: 2%;
  }

  .bill-md{
    margin-left: 5%;
    font-size: 12px;
  }

  .btn-bill-2 button{
    width: auto;
  }
  .btn-bill-1 button{
    width: auto;
  }
  .bh-tt{
    font-size: 18px;
    width: 90%;
    /* font-weight: bold;
    margin: 2%;
    margin-left: 10%; */
  }
  .stc-lst button{
      height: auto;
      width: 90%;
    }
  .stc-lst img{
    height: 18px;
    }
  .stc-ins{
    width: 85%;
    position: absolute;
  }



/* notification styling */
  .notify-body{
    margin-left: 15%;
  }
  .notify-body .top-header{
    display: flex;
    flex-direction: column;
    margin: 5px;
    margin-bottom: 20px;
  }

  #mark-as-read{
    text-align: left;  
  }

  .notify-body .notifi{
    width: 100%;
  }
  .boxed{
    width: auto;
  }

  .boxe{
    padding: 5px;
    height:auto;
  }

  .image-with-text img {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin-right: 5px;
  }

  .image-with-text p {
    font-size: 12px;
  }
  
  .image-with-text{
    margin-bottom: 2px;
  }
/* end of notification style */


/* start of order styling */

  .myOrders #topHeader{
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .myOrders{
    width: 83%;
    margin-top: 10%;
    margin-left: 15%;

    position: absolute;
  }


  
  .table-body{
    font-size: 12px;
  }

  .td-shared-style{
    display: none;
  }
  .theader{
    font-size: 12px;
  }
  .table-body .order-stat{
    width: auto;
  }

        /* .sect .image-with-text1 {

          padding-right: 100px;
        } */

/* end of order style */


/* start of vieworder style */

  .view-order{
    width: 81%;
    position: absolute;

    /* background-color: #144b5a; */
    padding: 1 px;

    padding-left: 2px;
    margin-left: 15%;
  }

  .view-order .sect1{
    font-size: 15px;
  }

  .view-order .sect11-h{
    display: none;
  }

  .sect-or{
    width:auto;
  }

  .ttrm{
    /* display: none; */
  }

  .sect22{
   margin-bottom: 5px;
   /* width: 100%; */
  }

  .submission-btn button{
    height: auto;
    padding: 6px;
    /* width: auto; */
  }

  .sect23{
    font-size: 12px;
    width: auto;
  }
  
  .sect-mdc{
    /* display: flex; */
    flex-direction: column;
    align-items: start;
    width: 98%;
    padding-left: 5px;
  }

  .list-writers{
    margin-left: 30px;
    margin-top: 80px ;
    margin-right: 15px;
  }
  
  .list-writers .mainList{
    display: flex;
    flex-direction: column;
    width: 260px;
    font-size: 12px;
    height: auto;
    margin-bottom: 2%;
    padding: 5px;
  }

  .mainList .profile-list{
    width: 80%;
    font-size: 12px;
  }

  .profile-list img{
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  .mainList button{
    font-size: 13px;
  }

  .mainList .subje{
    width: auto;
  }
  .secon-head-titles{
    width: 95%;
  }
  .v0-btn button{
    margin-top: 5px;
  }
  .bid-vl{
    width: 95%;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: left;
    font-size: 12px;
  }
  .v0-vb{
    width: 82%;
    margin-top: 8%;
  }
  .htd-a{
    margin-left: 5px ;
    width: auto;
  }
  .hw-b2{
    display: block;
  }
  .hw-b1{
    display: none;
  }

  .hw-b2 button{
    margin-top: 5px;
  }
  .v0-ga{
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: start; */
    /* text-align: left; */
  }

  .sect-mdc .lpadder{
    font-size: 12px;
  }

/* end of view order style */


/* Start of profile style*/

  .left-ish{
    display: none;
  }

  .clien-profile{
    width: 100%;
  }

  .table-data{
    margin-left: 12%;
    margin-right: 3%;
  }

  .table-data img{
    width: 30px;
    height: 30px;
  }

  .fx-colm{
    display: flex;
    flex-direction: column;
  }
  .fx-colm button{
    margin-top: 5px;
  }

/* end of profile */

iframe{
  background-color:tranparent;
  height:100%;
  width:100%;
  position:fixed;
  border: none;
  
}
.msg-contain{
  /* margin-top: 1%; */
  margin-left: 13%;
  /* border: none; */
  /* border-left: none; */
  margin-top: 10%;
}


.myContent{
  margin-left: 5%;
}

.hide-mbv{
  display: none;
}
}


.read{

  background: white;

}


