button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
}

button:hover {
    background-color: #3e8e41;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
        font-family: "Open Sans";
        
}

header {
    background-color: #333;
    color: white;
    padding: 1rem;
}

header h1 {
    display: inline-block;
    margin-left: 1rem;
}

nav {
    display: flex;
    justify-content: space-between;
}

.menu {
    display: flex;
    list-style-type: none;
    margin-right: 1rem;
}

.menu li a {
    display: block;
    padding: 0.5rem 1rem;
    color: white;
    text-decoration: none;
}

.menu-toggle {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}



footer {
    background-color: #333;
    color: white;
    padding: 1rem;
    text-align: center;
    
}

@media (max-width: 768px) {
    .menu {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .menu.open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #333;
        z-index: 1000;
    }

    .menu.open li {
        border-bottom: 1px solid #444;
    }

    .menu.open li:last-child {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .menu {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

.menu.open {
    display: block;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -250px;
    width: 250px;
    background-color: #333;
    z-index: 1000;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.menu.open.show {
    transform: translateX(240px);
}


    .menu.open li {
        border-bottom: 1px solid #444;
    }

    .menu.open li:last-child {
        border-bottom: none;
    }

    /* Добавьте следующие правила */
    .menu.open li ul {
        display: block;
    }

    .menu.open li ul li {
        padding-left: 15px;
    }

    .menu.open li ul li ul {
        padding-left: 15px;
    }
}

.menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .menu-close {
    display: none;
  }
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}

.order {
        margin-bottom: 48px;
      }

.footer-link a{
    color: white;
}

        .form-container {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f5f5f5;
            border-radius: 5px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        }

        h2 {
            margin-bottom: 20px;
        }

        label {
            display: block;
            margin-bottom: 5px;
        }

        input {
            width: 100%;
            padding: 8px 10px;
            margin-bottom: 20px;
            border: 1px solid #ccc;
            border-radius: 3px;
        }

  select#category {
    width: 100%;
    padding: 6px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Arial, sans-serif;
  }

  select#category:focus {
    outline: none;
    border-color: #0099ff;
  }

  li {
      
  }

    #role-form {
    margin-top: 8px;
    display: block;
    font-family: Arial, sans-serif;
  }

  #role-form label {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
  }

  #role-form input[type="radio"] {
    margin-left: 8px;
  }

  #role-form button[type="submit"] {
    background-color: #0099ff;
    border: none;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 8px 2px;
    cursor: pointer;
    border-radius: 4px;
  }

  #role-form button[type="submit"]:hover {
    background-color: #007acc;
  }

  #customerElement{
      font-size: 12px;
  }

    #proposalsList p{
      font-size: 12px;
  }

  .order p{
      font-size: 12px;
      margin-top: 1px;
  }

  .order button{
      margin-top: 10px;
      margin-bottom: 15px;

  }

  .proposals-list li{
      font-size: 12px;
  }

  #customer-section textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .order-item p{
      font-size: 12px;
      margin-top: 1px;
  }

    .order-item h3{
      margin-top: 12px;
  }

.error-message {
  color: red;
  font-style: italic;
}




.contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.content .tab {
  /* transform: translate(0px, -33px); */
  position: relative;
}
.content {
  flex: 1;

}



@media screen and (max-width: 768px) {
  .contain {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    margin-top: 20px;
  }
}

.price-usd{
    margin-top: 14px;
}

.order {

}

#tab1 > h2{
  display: none;
}

#tab1 > p{
  display: none;
}








@media screen and (min-width: 320px){

  .frontpage main{
    min-height: calc(100vh - 130px);
  }
  main{
    background-color: #f2f2f2;
    min-height: calc(100vh - 130px);

  }
  .frontpage .container{
    background-color: transparent;
  }
  main .container{
    background-color: #fff;
  }
  .sidebar {
    border: none;
    margin-top: 60px;
    border-top: 10px solid #3e8e41;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-shrink: 0;
    min-width: 240px;

  }
  .sidebar li a{
    text-decoration: none;
    color: #333;
  }
  .sidebar li a:hover{
    font-weight: bold;
  }
  .sidebar ul{
    list-style-type: none;
  }
  .order p {
    margin: 5px 0;
  }
  .order p:nth-of-type(1) {
    font-weight: bold;
    color: #4CAF50;
    margin-bottom: 5px;
  }
  .order p:nth-of-type(2) {
    color: blue;
    margin-bottom: 5px;
  }
  .order p:nth-of-type(3) {
    font-weight: bold;
    color: #333;
  }
  .order p:nth-of-type(6) {
    font-weight: bold;
    color: #4CAF50;
  }
  .order input[type="text"]{
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }


  .proposals-count{
    margin-bottom: 20px;
  }
  #orderListContainer .order{
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #ededed;
  }


  #orderListContainer {
    overflow: hidden;
  }

  .order-btn {
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    color: #fff;
    border-radius: 7px;
    font-weight: 700;
    transition: 0.5s;
    display: block;
    margin: 0 auto;
    transition-property: box-shadow;
  }

  .order-btn {
    background: #4CAF50;
    box-shadow: 0 0 25px #4CAF50;
  }

  .order-btn:hover {
    box-shadow: 0 0 5px #4CAF50,
                0 0 25px #4CAF50,
                0 0 50px #4CAF50,
                0 0 100px #4CAF50;
  }





  .tab button {
    background-color: #f2f2f2;
    border: none;
    outline: none;
    cursor: pointer;
    /* padding: 10px 20px; */
    font-size: 18px;
    border-radius: 5px 5px 0 0;
  }

  .tab button:hover {
    background-color: #ddd;
  }

  .tab button.active {
    background-color: #ddd;
  }

  .tabcontent {
    display: none;

    padding:40px 20px 40px 20px;
    border-top: none;
  }
  #orderListContainer .order a{
    font-size: 20px;
    font-weight: bold;
    color: #2173af;
    text-decoration: none;
    margin-bottom: 15px;
    transition: .2s;
  }
  #orderListContainer .order a:hover{
    text-decoration: underline;
  }
}

@media screen and (max-width: 890px){
  
#executorsList{
  padding-top: 60px;
}
  .topusers-wrap .userslist-title img {
    display: none!important;
}
  .project-about{
    width: 100%;
    flex-basis: 100%;
  }
  .paynowbtn{
    flex-basis: 48%!important;
  }
  .paynowbtn #paymentButton{
    margin: 0;
    margin-top: 15px;
  }
  .main-content-front{
    flex-wrap: wrap;
  }
  .plugins-meta{
    max-width: 100%!important;
  }
}


@media screen and (max-width: 640px){
  .paynowbtn{
    flex-basis: 100%!important;
  }
  .project-options{
    flex-basis: 100%!important;
    width: 100%!important;
    max-width: 100%!important;
    padding: 20px 0!important;
  }


  .main-title{
    flex-direction: column;
  }
  .main-title h1{
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 720px){
.project-options{
  transform: translate(0px, 0px)!important;
}
  .order p:nth-of-type(4),
  .order p:nth-of-type(5) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 220px;
  }


  .order-btn {

    margin: 0 auto;

  }
  .tab{
    justify-content: space-between;
    align-items: center;
  }
  .tab .tablinks{
    flex-basis: 50%;
    flex-shrink: 0;
    margin: 0;
  }
  .tab .tablinks:nth-of-type(1).active {
    border: 1px solid green;
  }



  .tab .tablinks:nth-of-type(2).active {
    border: 1px solid yellow;
  }
}


@media screen and (min-width: 720px){


.project-control{
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: center;
}

.project-control #paymentEscrow{
  flex-basis: 48%;
  flex-shrink: 1;
}
.project-control #customerPay{
  flex-basis: 48%;
  flex-shrink: 1;
}
.project-control #executorPay{
    flex-basis: 48%;
  flex-shrink: 1;
}







  .tab .tablinks:nth-of-type(1).active::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    background-color: #3e8e41;
    height: 20px;
    border-radius: 3px;
  }
  .tab .tablinks:nth-of-type(2).active::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    background-color: #ffff00;
    height: 20px;
    border-radius: 3px;
  }

.sidebar{
  border-top: none;
  padding-left: 15px;
  border-left: 3px solid #3e8e41;
}


  #orderListContainer .order{
    padding: 10px 18px;
    border: 1px solid #ededed;
  }
  #orderListContainer .order a{
    font-size: 30px;
    font-weight: bold;
    color: #2173af;
    text-decoration: none;
    margin-bottom: 15px;
    transition: .2s;
  }
  #orderListContainer .order a:hover{
    text-decoration: underline;
  }
  .order-btn{
    margin-left: 20px;
    margin-right: auto;
  }
}







.frontpage{
  max-height: 100vh;
}
.frontpage main{
  
}
.frontpage main > div{
  flex-basis: 48%;
  max-width: 585px;
}
.frontpage main > div:first-child{
  order: -4;
  flex-basis: 100%;
  max-width: 1200px;
}
.frontpage main > div:last-child{
  
  flex-basis: 100%;
   max-width: 1200px;
}














.new-users {
  text-align: left;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.new-users h4 {
  margin-top: 14px;
  margin-bottom: 24px;
  text-align: center;
}

.new-users #output p {
  margin: 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.new-users a {
  color: #007bff;
  text-decoration: none;
}

.new-users a:hover {
  text-decoration: underline;
}

.new-users u {
  text-decoration: underline;
}

.new-users i {
  font-style: italic;
}



.new-nick {
  text-align: left;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.new-nick h4 {
  margin-top: 14px;
  margin-bottom: 24px;
  text-align: center;
}

.new-nick #outputNick p {
  margin: 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.new-nick a {
  color: #007bff;
  text-decoration: none;
}

.new-nick a:hover {
  text-decoration: underline;
}

.new-nick u {
  text-decoration: underline;
}

.new-nick i {
  font-style: italic;
}


.two-services < p{

padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);

}



  .frontpage main > div {
      
      
      padding: 20px;
      background-color: #f8f8f8;
      border-radius: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
  .frontpage main .new-users, .frontpage main .new-nick  {      
      
      margin: 0 15px;
    }


    .frontpage h1 {
     font-size: 40px;
      color: #333;
      margin-left: 10px;
      text-align: center;
    }

    .frontpage p {
      font-size: 16px;
      color: #666;
      text-align: center;
      margin-bottom: 20px;

      
    }

    .frontpage #connect-button {
      display: block;
      margin: 14px auto;
      padding: 10px 20px;
      font-size: 18px;
      color: #fff;
      background-color: #ff8800;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .frontpage #connect-button:hover {
      background-color: #e67700;
    }

    .frontpage #freelance-coin-balance {
      font-size: 20px;
      color: #333;
      margin-top: 14px;
      text-align: left;
    }

    .frontpage #tokenPrice {
      font-size: 14px;
      color: grey;
      margin-top: 4px;
      text-align: left;
    }

    .frontpage #user-role-display {
      font-size: 20px;
      color: #333;
      margin-top: 14px;
      text-align: left;
    }

    .frontpage a[href="register.html#change"] {
      display: block;
      font-size: 16px;
      color: #007bff;
      margin-top: 10px;
      text-align: left;
      text-decoration: none;
    }

    .frontpage a[href="register.html#change"]:hover {
      text-decoration: underline;
    }

    .frontpage [data-error-hidden] {
      display: none !important;
    }


     .register main .container {
     
      padding: 20px;
      background-color: #f8f8f8;
      border-radius: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .register h1 {
      font-size: 28px;
      color: #333;
      margin-bottom: 10px;
      text-align: center;
    }

    .register p {
      font-size: 16px;
      color: #666;
      text-align: center;
      margin-bottom: 20px;
    }

    .register #connect-button {
      display: block;
      margin: 14px auto;
      padding: 10px 20px;
      font-size: 18px;
      color: #fff;
      background-color: #ff8800;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .register #connect-button:hover {
      background-color: #e67700;
    }

    .register #freelance-coin-balance {
      font-size: 20px;
      color: #333;
      margin-top: 14px;
      text-align: center;
    }

    .register #tokenPrice {
      font-size: 14px;
      color: grey;
      margin-top: 4px;
      text-align: center;
    }

    .register #user-role-display {
      font-size: 20px;
      color: #333;
      margin-top: 14px;
      text-align: center;
    }

    .register a[href="#change"] {
      display: block;
      font-size: 16px;
      color: #007bff;
      margin-top: 10px;
      text-align: center;
      text-decoration: none;
    }

    .register a[href="#change"]:hover {
      text-decoration: underline;
    }

    .register [data-error-hidden] {
      display: none !important;
    }

    .register #change {
      font-size: 22px;
      color: #333;
      margin-top: 20px;
      text-align: center;
    }

    .register #role-form {
      margin-top: 8px;
      display: block;
      text-align: center;
    }

 

    .register #role-form button {
      display: block;
      margin: 10px auto;
      padding: 10px 20px;
      font-size: 18px;
      color: #fff;
      background-color: #007bff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .register #role-form button:hover {
      background-color: #0056b3;
    }



     .single-project main .container {
      
      margin: 0 auto;
      padding: 20px;
      background-color: #f8f8f8;
      border-radius: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

   
    .single-project h1 {
      font-size: 28px;
      color: #333;
      margin-bottom: 20px;
   
    }

    .single-project p {
      font-size: 16px;
      color: #666;
    
      margin-bottom: 20px;
    }

    .single-project h2 {
      font-size: 22px;
      color: #333;
      margin-bottom: 12px;
    }

    .single-project strong {
      font-weight: bold;
    }

    .single-project #orderDescription {
      color: #007bff;
    }

    .single-project #orderPrice {
      color: #28a745;
      font-weight: bold;
    }

    .single-project #priceDollars {
      color: #6c757d;
      font-size: 14px;
      margin-bottom: 12px;
    }

    .single-project #orderFullDescription {
      color: #333;
      font-style: italic;
    }

    .single-project #customerElement,
    .single-project #proposalsList,
    .single-project #orderID,
    .single-project #orderEscrow,
    .single-project #orderEscrowDollars,
    .single-project #orderConfirmed,
    .single-project #orderRejected,
    .single-project #orderCompleted {
      color: #333;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .single-project #proposalsList p {
      margin: 0;
    }

    .single-project #customerPay,
    .single-project #executorPay {
      margin-top: 48px;
      margin-bottom: 24px;
    }

    .single-project #customerPay h3,
    .single-project #executorPay h3 {
      font-size: 20px;
      color: #333;
      margin-bottom: 12px;
    }

    .single-project #customerPay p,
    .single-project #executorPay p {
      font-size: 14px;
      color: #666;
      padding-bottom: 8px;
    }

    .single-project #workdoneExecutor,
    .single-project #withdrawBtn,
    .single-project #workdone,
    .single-project #sendmoney,
    .single-project #depositBtn {
      display: block;
      width: 100%;
      margin-top: 10px;
      padding: 12px;
      font-size: 16px;
      color: #fff;
      background-color: #007bff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .single-project #workdoneExecutor:hover,
    .single-project #withdrawBtn:hover,
    .single-project #workdone:hover,
    .single-project #sendmoney:hover,
    .single-project #depositBtn:hover {
      background-color: #0056b3;
    }





    

.sidebar{
  min-width: 300px;
}


/* CSS */
.sidebar ul ul {
  display: none;

  background-color: #fff;
}

.sidebar h3 {
  cursor: pointer;
}

/* Для стилизации заголовков подкатегорий (h4) */
.sidebar h4 {
  cursor: pointer;
  line-height: 2;
  width: 100%;
}

/* Оформление активного состояния, когда подкатегории отображаются */
.sidebar.active ul {
  display: block;
}




  .preloader {
      /* position: fixed; */
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      /* background-color: rgba(0, 0, 0, 0.8); */
      color: #ff8800;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 9999; /* Убедитесь, что z-index выше, чем у других элементов */
    }



    .circle-packman-1 {
  --size: 72px;
  --stroke-width: calc(var(--size) / 2);
  --color: currentColor;
  --animation-timing-function: linear;
  --animation-duration: 1s;
    position: relative;
    width: var(--size);
    height: var(--size);
}

.circle-packman-1::before,
.circle-packman-1::after {
  content: '';
  position: absolute;
  inset: 0;
  border-width: var(--stroke-width);
  border-style: solid;
  border-radius: 50%;
}

.circle-packman-1::before {
  border-color: var(--color) transparent transparent var(--color);
  animation: var(--animation-timing-function) var(--animation-duration) infinite circle-packman-1-animation-before;
}

.circle-packman-1::after {
  border-color: transparent transparent var(--color) var(--color);
  animation: var(--animation-timing-function) var(--animation-duration) infinite circle-packman-1-animation-after;
}

@keyframes circle-packman-1-animation-before {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes circle-packman-1-animation-after {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-45deg);
  }

  100% {
    transform: rotate(0deg);
  }
}


#orderEscrow{
  margin-bottom: 20px!important;
}
.project-options p{
  margin-bottom: 5px;
}
.project-options{
  max-height: 320px;
  max-width: 400px;
  width: 320px;
    padding: 75px 0 60px 0;
    background-color: #ffffff;
  flex-shrink: 0;
    display: flex;
    
    flex-direction: column;
   
    align-items: center;
    border-radius: 25px;
  
    box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, 0.1);

   
    justify-content: space-between;

    z-index: 9;
    transform: translate(30px, 5px);
}


.project-main-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.paynowbtn{
  position: relative;
    flex-basis: 100%;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
      font-style: italic;
  color: #333;
  display: flex;
justify-content: center;

 flex-wrap: wrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.paynowbtn::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
   box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
   background-color: #f2f2f2;
}
.paynowbtn span{
  align-self: center;
  max-width: 600px;
  position: relative;
}
.paynowbtn button{
  position: relative;
  max-height: 40px;
  align-self: center;
}


.project-about{
  max-width: 720px;
}


.single-project .project-title{
  position: relative;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-project .project-title h1{
  position: relative;
  margin-bottom: 0;
}
.single-project .project-title p{
  position: relative;
  margin-bottom: 0;
}

.single-project .project-title::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: -20px;

    background-color: #f2f2f2;
}




.bsclink{
      max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
}

.bsclink a img{
  width: 32px;
  height: 32px;
}

.profile-user{
  background-color: #f2f2f2;
  
}
.profile-details .container{
  display: flex;
  flex-direction: column;
}


#customersList div{
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
  margin-bottom: 20px;
  padding: 20px;
}

.customer-register-details{
  max-width: 600px;
    ;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.customer-register-details p {
  margin-bottom: 10px;
}
.customer-register-details p span{
  font-weight: bold;
}

.customer-my{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}




#customersList div{
  display: flex;
  

}


#customersList div span:first-child {
  
  color: #333;
}
#customersList div span:nth-child(2) {
  
  color: #333;
}

#customersList div span:last-child {
  color: #aaa;
      margin-right: 0;
    margin-left: auto;
}

#customersList div span a{
  color:#333;
  font-weight: bold;
  text-decoration: none;
  transition: .2s;
}


#customersList div span a:hover{
  color:#ff8800;
}



#executorsList div{
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
  margin-bottom: 20px;
  padding: 20px;
}

.executor-register-details{
  max-width: 600px;
    ;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.executor-register-details p {
  margin-bottom: 10px;
}
.executor-register-details p span{
  font-weight: bold;
}

.executor-my{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


#executorsList div{
  display: flex;
  

}


#executorsList div span:first-child {
  
  color: #333;
}
#executorsList div span:nth-child(2) {
  
  color: #333;
}

#executorsList div span:last-child {
  color: #aaa;
      margin-right: 0;
    margin-left: auto;
}

#executorsList div span a{
  color:#333;
  font-weight: bold;
  text-decoration: none;
  transition: .2s;
}


#executorsList div span a:hover{
  color:#ff8800;
}







.main-content-front{

}


.connect-interface{
  flex-shrink: 0;
}


.plugins-meta{
  flex-shrink: 1;
    padding: 15px;
   ;
}


.metamask-url{
  padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 20px;
    display: block;
    text-align: center;
    text-decoration: none;
}




.listmargin li {
  margin-top: 6px;
}


.logo{
  max-width: 60px;
}
.logo img{
  display: block;
  width: 100%;
  height: auto;
}

.main-title{
  display: flex;
  align-items: center;
  justify-content: center;
}





 .web2-list {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 20px;
  }
  .web2-list ul {
    list-style: none;
    padding: 0;
  }
  .web2-list li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
  }
  .web2-list li:last-child {
    border-bottom: none;
  }
  .web2-list li span {
    font-weight: bold;
  }
  .web2-list a {
    color: #007bff;
    text-decoration: none;
  }
  .web2-list img {
    vertical-align: middle;
    margin-left: 5px;
  }
  .web2-list strong {
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
  }

  
#customerElement a{
  font-size: 12px !important;
}



#customerElement, #proposalsList{
  display: block; 
  padding: 5px;
  border: 1px solid #f3f3f3;
  text-decoration: none;
  color: #333;
  cursor: pointer;  
  max-width: fit-content;  
}



#customerElement a, #proposalsList a{
 
  text-decoration: none;
  color: #333;
  cursor: pointer;  
 
}





.mainusermail{
  display: flex;

}


#showEmail{
      position: absolute;
      width: 24px;
      height: 24px;
      left: 0px;
      z-index: 50;
      opacity: 0;
      cursor: pointer;
}

.eye-toggle {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.eye-toggle svg {
  fill: #000;
}



#executorAddress{

}




.submitProposal-block textarea{
  margin-bottom: 15px;
  width: 100%;
  padding: 10px 15px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.submitProposal-form{
  margin-bottom: 15px;
}




.message-form-none textarea{
   margin-bottom: 15px;
  width: 100%;
  padding: 10px 15px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}





.btn-cust, .btn-ex{
  display: block;
    margin-right: 10PX;
    margin-top: 10px;
    padding: 12px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    /* background-color: #007bff; */
    

}

.top-main-btns{
 
}
.btn-cust{
  background-color: #007bff;
}


.btn-ex{
  background-color: #4CAF50;
}




#ipfsHash img{
  max-width: 128px;
  height: auto;
  padding-top: 4px;
}

.main-header{
background-color: #fff;
    border-radius:0 0 10px 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.main-header-wrap{
  
  display: flex;
  height: 567px;
  
}


.main-header-wrap-content{
  z-index: 2;
  flex-basis: 60%;
  order: 1;
  align-self: center;
}
.main-header-wrap-content .main-title{
  justify-content: flex-start;
}
.main-header-wrap-content p{
  text-align: left;
  max-width: 600px;
  font-size: 24px;
  line-height: 1.5;
}

.main-header-img{
  flex-shrink: 0;
  order: 2;
  
}
.main-header-img img{
  z-index: 1;
  position: absolute;
  right: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: 756px;
}

.connect-wallet-panel{
  max-width: 450px;
    width: auto;
    padding: 20px 10px  20px 15px;
    background-color: #ffffff;
    flex-shrink: 0;
  margin-top: 20px;
    align-items: center;
    border-radius: 25px;
    box-shadow: 2px 10px 25px 0 rgba(0, 0, 0, 0.1);
    justify-content: space-between;


}
.correct-role{
  display: flex!important;
  align-self: center;

}

.correct-role svg{
  max-height: 20px;
  align-self: center;
  margin-right: 10px;
  
}

@media (max-width: 1400px){
  .main-header-img img{
    max-width: 600px;
  }
  .main-header-wrap-content{
    flex-basis: 40%;
  }
}


@media (max-width: 920px){
  .users-panel-wrap{
  flex-wrap: wrap;
 
}
   .main-header-wrap{
     flex-wrap: wrap;
     height: auto;
   }
  .main-header-wrap-content{
    order: 2;
    flex-basis: 100%;
  }
  .main-header-img{
    order: 1;
    width: 100%;
    height: auto;
  }
   .main-header-img img{
     position: relative;
     max-width: 100%;
   }
}

.top-executors{
  padding-top: 100px;
  padding-bottom: 100px;
  
}

  .topusers-wrap .userslist-title img{
    display: none;
  }
  .userslist-title a{
    width: 200px;
    text-align: center;
    font-weight: bold;
  }
  .userslist-title p{
   margin-bottom: 0;
  }
@media (min-width: 920px){

.new-users{
  flex-basis: 49%;
}

.new-nick{
  flex-basis: 49%;
}

  section h2{
  font-size: 32px;
}
  .topusers-wrap{
    display: flex;
    justify-content: space-between;
  }

  .topusers-wrap .userslist-title img{
    display: block;
    margin-top: 30px;
  }
  .topusers-wrap p{
    font-size: 24px;
    line-height: 1.5;
  }
  .userslist-title{
    flex-basis: 35%;
  }
  #executorsList{
    flex-basis: 60%;
  }

}


.transactions-list{
  padding-top: 80px;
  padding-bottom: 60px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      background-color: #d7d7d7;
}

.service-news{
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  overflow: hidden;
  
}
.service-news .two-services{
  position: relative;
}
.service-news::before{
  background-image: url('../img/bg_faq.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  opacity: .3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



.users-panel-wrap{
  display: flex;
 
}

.users-activ-panel{
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 40px;
}


#outputNick p{
  margin-bottom: 10px!important;
}
#output p{
  margin-bottom: 10px!important;
}


.instruct-btn-wrap{
  text-align: center;
}
.instruct-btn-wrap .instruct-btn {

  padding: 10px 20px;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #ccc;
  display: block;
  text-decoration: none;
  color: #000;
  width: 135px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  
  transition: 500ms;
}


.instruct-btn-wrap .instruct-btn:hover{
 

  transition: 500ms;
}



.for-users{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width:360px ;
  background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding: 10px 15px;
}
.for-users span{
  color:#000;
  font-weight: bold;
  pointer-events: none;
}

#connect-button{
 
}