.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 220px;
  height: 40px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #C4C4C4;
  padding: 8px 0;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  color: #495057;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #767272 transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #2b2b2b;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
}
.select-options li:hover {
  color: #2b2b2b;
  background: #fff;
}
.select-options li[rel=hide] {
  display: none;
}

.phone-view {
  display: none;
}

.red-color-btn {
  background: #f00;
}

.forgot-password a {
  color: #0e70da;
}
.forgot-password a:hover {
  color: #333;
  text-decoration: none;
}

body .clsbtn {
  top: 0;
}

.player-history-head label {
  font-size: 13px !important;
}

.filter-area {
  color: #fff;
}

.filter-area .filter-form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
  border-bottom: 1px solid #505050;
  padding: 0 0 20px;
}
.filter-area .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 80px 0 0;
}
.filter-area .form-group label {
  margin: 0 20px 0 0;
  min-width: 100px;
  max-width: 100px;
}
.filter-area .btn {
  background: #2b2b2b;
  color: #fff;
  padding: 10px 50px;
}

.date-text-wrapper {
  padding: 0 15px;
  width: 23%;
}

@media (max-width: 1199px) {
  .filter-area .filter-form {
    flex-wrap: wrap;
  }
  .filter-area .filter-form .datePickerWrapper,
.filter-area .filter-form .form-group {
    width: 100%;
    margin: 0 0 10px;
  }
  .filter-area .btn {
    width: 100%;
    max-width: 250px;
    margin: 15px 0 0;
    max-height: 40px;
    padding: 0 20px;
    min-height: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .custom-select-dropdown {
    width: 100%;
  }
  .custom-select-dropdown .select {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .date-text-wrapper {
    width: 33%;
  }
}
@media (max-width: 767px) {
  .phone-view {
    display: block;
  }

  .player-history-head label {
    font-size: 12px !important;
  }

  .date-text-wrapper {
    width: 50%;
  }

  .phonetab .nomg {
    overflow-x: auto;
    flex-wrap: nowrap;
    align-items: center;
  }
  .phonetab .nomg .poscenter {
    padding: 0;
    max-width: initial;
    flex: initial;
  }
  .phonetab .nomg .poscenter label {
    white-space: nowrap;
    padding: 0 15px;
    line-height: 15px;
  }
}
@media (max-width: 575px) {
  .player-history-head .player-history-column {
    padding: 0 0 0 5px;
  }

  .player-history-column-wrapper .player-history-column {
    padding: 0 0 0 5px;
  }


  .filter-area .form-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .contentwalletXs {
    padding: 25px 15px;
  }

  .date-text-wrapper {
    width: 100%;
  }
}

/*# sourceMappingURL=custom-layout.css.map */
