
/* Manage Before Register Request brr */

/* .brr-container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 120px;
}

.brr-container p{
    margin-bottom: 10px;
}
.mbrr_td{
    padding: 10px;
    border: 1px solid rgb(0, 0, 0);
    text-align: center;
}

.mbrrbtn {
    background-color: var(--c-primary-6);
    outline: none;
    border: none;
    border-radius: 5px 5px 5px 5px;
    padding: 3px 5px;
    cursor: pointer;
    font-size: 14px;
    color: black;
}


.filterDiv {
    display: none;
  }
  
  .listshow {
    display: block;
  }
  
  .brr-container {
    margin-top: 20px;
    overflow: hidden;  
  }

  .brr-btns-container {
    padding: 0.7rem 2rem;
    border-radius: 50px;
    font-size: 1.1rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
  } */
  
  /* Style the buttons */
  /* .brr-filter-btns {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
  }
  
  .brr-filter-btns:hr: var(--c-primary-5);
  }over {
    background-colo
  
  .brr-filter-btns.brr-filter-btns-active {
    background-color: var(--c-primary-5);
  }

  @media screen and (max-width:682px) {
    .brr-container {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 100px;
    }
  }

  .brr-form-btns {
    display: flex;
    gap : 10px;
  }

  .mabrr-btns {
    display: flex;
    flex-direction: column;
    gap: 5px;
  } */

* {
    box-sizing: border-box;
  }
  
.brr.brr-open {
    height: 100%;
    overflow: hidden;
  }
  
.brr {
    color: white;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-family: 'Yekan';
    padding: 90px;
  }


.guide-form {
  color: var(--c-primary-3);
  cursor: pointer;
}

.guide {
  color: black;
  position: absolute;
  top: 50px;
  left: 50px;
  cursor: pointer;
}

.guide:hover {
  color: var(--c-primary-3);
}

.brr-container {
    background-color: #2C3845;
    max-width: 100%;
    font-size: 18px;
  }
.brr-table {
    display: block;
  }
  
.brr-tr,.brr-td, .brr-tbody, .brr-tfoot {
    display: block;
  }
  
.brr-thead {
    display: none;
  }
  
.brr-tr {
    padding-bottom: 10px;
  }
  
.brr-td {
    padding: 10px 10px 0;
    text-align: center;
  }

.brr-td:before {
    content: attr(data-title);
    color: #7a91aa;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-right: 10px;
    display: block;
  }
  
.brr-table {
    width: 100%;
  }
  
.brr-th {
    text-align: left;
    font-weight: 700;
  }
  
.brr-thead th {
    background-color: #202932;
    color: #fff;
    border: 1px solid #202932;
  }
  
.brr-tfoot th {
    display: block;
    padding: 10px;
    text-align: center;
    color: #b8c4d2;
  }

.brr-button {
    line-height: 1;
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    background-color: var(--c-primary-5);
    outline: none;
    border: none;
    cursor: pointer;
  }

.brr-button:hover {
    color: #fff;
    background-color: var(--c-primary-6);
  }

.brr-redbutton {
    background-color: #904b4b;
  }

.brr-redbutton:hover {
    background-color: #ac5858;
  }

.brr-goldbutton {
    background-color: #e9c00a;
  }

.brr-goldbutton:hover {
    background-color: #ffd414;
  }

.detail-btn {
  line-height: 1;
  display: inline-block;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  padding: 15px;
  background-color: var(--c-primary-5);
}
.detail-redbtn {
  background-color: #904b4b;
}
  
.brr-select {
    padding-bottom: 20px;
    border-bottom: 1px solid #28333f;
  }

.brr-select:before {
    display: none;
  }
  
.brr-detail {
    background-color: #28333f;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    z-index: 20000000;
  }

.brr-detail.brr-open {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
.brr-detail-container {
    margin: 0 auto;
    padding: 40px;
    max-width: 500px;
  }
  
.brr-detail-dl {
    margin: 0;
    padding: 0;
  }
  
.brr-detail-dt {
    font-size: 1.3rem;
    font-weight: 300;
  }
  
.brr-detail-dd {
    margin: 0 0 40px 0;
    font-size: 1.1rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #3f4d5c ;
    box-shadow: 0 1px 0 #455464 ;
    margin-top: 20px;
  }
  
.brr-close {
    background: none;
    padding: 18px;
    color: #fff;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    line-height: 1;
    font-size: 1.4rem;
    position: fixed;
    left: 40px;
    top: 20px;
    cursor: pointer;
    -moz-transition: border 0.3s linear;
    -o-transition: border 0.3s linear;
    -webkit-transition: border 0.3s linear;
    transition: border 0.3s linear;
  }

.brr-close:hover, .brr-close:focus {
    background-color: #28333f ;
    border: 1px solid #28333f ;
  }
  
@media (min-width: 1302px) {

    .brr-container {
      max-width: 100%;
    }

    .brr-table {
      display: table;
      direction: rtl;
    }
  
    .brr-tr {
      display: table-row;
    }
  
    .brr-td, .brr-th {
      display: table-cell;
      text-align: right;
    }
  
    .brr-tbody {
      display: table-row-group;
    }
  
    .brr-thead {
      display: table-header-group;
    }
  
    .brr-tfoot {
      display: table-footer-group;
    }
  
    .brr-td {
      border: 1px solid #28333f;
    }
    .brr-td:before {
      display: none;
    }
  
    .brr-td, .brr-th {
      padding: 10px;
    }
  
    .brr-tr:nth-child(2n+2) .brr-td {
      background-color: #242e39;
    }
  
    .brr-tfoot th {
      display: table-cell;
    }
  
    .brr-select {
      padding: 10px;
    }
    
  }
  
   
.filterDiv {
  display: none;
}

.listshow {
  display: table;
}

.brr-container {
  margin-top: 20px;
  overflow: hidden;  
}

.brr-btns-container {
  padding: 0.7rem 2rem;
  border-radius: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  cursor: pointer;
} 

.brr-filter-btns {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  font-size: 14px;
  margin: 1px;
  border-radius: 10%;
    transition: all 0.3s ease;
}

.brr-filter-btns:hover {
  background-color : #455464;
  color: white;
}

.brr-filter-btns.brr-filter-btns-active {
  background-color: #455464;
  color: white;
}


.close-to-mbrr {
  background: rgb(105, 105, 105);
  padding: 18px;
  color: #000000;
  font-weight: 300;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  line-height: 1;
  font-size: 1.4rem;
  position: fixed;
  left: 40px;
  top: 20px;
  cursor: pointer;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.close-to-mbrr:hover, .close-to-mbrr:focus {
  border: 1px solid #ffffff ;
}

.brr-search-container {
  display: flex;
  flex-direction: row;
  margin: 30px;
  justify-content: center;
  align-items: center;
}

.sinput {
  border-radius: 2px 2px 2px 2px;
  outline: none;
  border: none;

}

.sinput:focus{
  outline: var(--c-primary-5) 3px solid;
}

.s-btn {
  outline: none;
  border: none;
  background-color: var(--c-primary-5);
  padding : 2px 20px;
  border-radius: 2px 2px 2px 2px;
}

.s-btn:hover {
  outline: var(--c-primary-2) 3px solid;
  background-color: var(--c-primary-6);
}

.ends-btn {
  background-color: red;
}

.ends-btn:hover {
  outline: rgb(255, 57, 57) 3px solid;
  background-color: red;
}
@media screen and (max-width:765px) {
  .brr {
    padding: 40px;
  }
}
@media (max-width: 530px) {
  .brr-search-container {
    margin: 10px;
    display: block;
  }
  .sinput {
    width: 100%;
  }
  .brr {
    padding: 30px;
  }
  .brr-search-container form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
  }

  .sinput {
    text-align: center;
    font-size: 15px;
    height: 40px;
  }

  .s-btn{
    margin-top: 20px;
  }
  .brr {
    padding: 20px;
  }
}

@media (max-width: 488px) {
}