#withdraw-tab,
#deposit-tab,
#history-tab {
  font-size: 12px !important;
  font-weight: 100 !important;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-transform: uppercase !important;
}


.bg-tabs {
  background: #343a40 !important;
}

#modal-title {
  font-size: 14px !important;
  text-transform: uppercase !important;
}

#modal-content {
  width: 1200px !important;
  border-radius: 15px !important;
  margin:auto;
  height: auto !important;
  background-color: #10132b !important;
  flex-direction: column !important;
}

#modal-dialog {
  max-width: 1200px !important;
  margin-top: 5% !important;
  margin:auto;
  background: #1a1a1a!important;
}

#modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  color: white;
  background: #272d33!important;
  border-bottom: 1px solid #1a1d23 !important;
}

#modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 !important;
  background: #1a1d23;
  border-bottom: 1px solid #1a1d23 !important;
}
#modal-open #modal {
    overflow-x: hidden;
    overflow-y: auto;
}
#modal.show #modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
#modal.fade #modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
#modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.el-tabs--left,
.el-tabs--card,
.el-tabs__item,
.is-left {
  border: none;
}

.menu-tabs {
  background: #343a40 !important;
  margin: 10px;
}

.content-tabs {
  background: #1a1d23 !important;
  margin: 10px;
  width: 1160px;
  height: 650px;
}

.content-items-transactions {
  background: #343a40 !important;
  margin: 5px;
  padding: 15px;
  height: 640px;
  overflow-y: auto;
}
.content-items-withdraw {
  background: #343a40 !important;
  margin: 5px;
  padding: 15px;
  height: 640px;
}
.content-items-history {
  background: #343a40 !important;
  margin: 5px;
  padding: 15px;
  height: 640px;
}

.el-tabs--left.el-tabs--card .el-tabs__nav {
  border-radius: 4px 0 0 4px;
  background: #343a40 !important;
}

.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
  border-left: 3px solid #ED3037 !important;
  border-right-color: #1a1d23 !important;
  border-left: none;
  border-bottom: none;
  color: white;
  height: 45px;
  text-align: left;
}

.el-tabs--left .el-tabs__header.is-left {
  float: left;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 5px;
}

.el-tabs__item.is-active {
  color: #ED3037;
}

.el-tabs__item:hover {
  color: #fff;
  cursor: pointer;
}

.el-tabs__item.is-active {
  color: #ED3037;
}

.is-left {
  color: white;
  height: 45px;
  text-align: left;
}

.el-tabs--left.el-tabs--card .el-tabs__item {
  border: 1px solid #1a1d23 !important;
  color: white;
  text-align: left;
  background: #343a40 !important;
  
}

.el-tabs--card>.el-tabs__header .el-tabs__nav {
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el-tabs--left,
.el-tabs--card,
.el-tabs__item {
  border-top: none;
  border-left: 1px solid #1a1d23 !important;
  border-right: 1px solid #1a1d23 !important;
  border-bottom: 1px solid #1a1d23 !important;
  border-top: none;
  color: #777;
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: 1px;
}

.el-tabs__header {
  border-bottom: 1px solid #1a1d23 !important;
  border-top: 1px solid #1a1d23 !important;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  color:#fff;
  background: transparent!important;
}

.el-tabs--left .el-tabs__nav-wrap.is-left {
  margin-right: 0;
}

.col-3a {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-right: 0;
  max-width: 18% !important;
}
/*
212531
161a28
2e323e
*/

.theme--light.v-table {
  background-color: transparent !important;
  color: white !important;
}

.theme--light.v-datatable .v-datatable__actions {
  background-color: transparent !important;
  border-top: 1px solid #000 !important;
  color: white !important;
}

.el-table th,
.el-table tr {
  background-color: #212531;
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
  background-color: #2e323e;
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #2e323e;
}
.col-3a .el-input__inner {
  -webkit-appearance: none;
  background-color: #343a40;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #1a1d23;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 32px;
  line-height: 32px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.col-4a .el-input__inner {
  -webkit-appearance: none;
  background-color: #343a40;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #1a1d23;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 32px;
  line-height: 32px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.el-input__inner {
  -webkit-appearance: none;
  background-color: #343a40;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #1a1d23;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  display: inline-block;
  font-size: inherit;
  height: 32px;
  line-height: 32px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
}
.el-input-group__prepend {
  background-color: #343a40;
  color: #909399;
  vertical-align: middle;
  display: table-cell;
  position: relative;
  border: 1px solid #1a1d23;
  border-radius: 4px;
  padding: 0 20px;
  width: 1px;
  white-space: nowrap;
}
.el-range-editor.el-input__inner {
  padding: 0 10px;
}
.header-history {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  padding-left: 10px;
}
.el-date-table td span {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
  line-height: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  color: #606266;
}



/*----------------------------------------------------RESPONSIVE//-----------------------------------------*/

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 768px) {

  #modal-content {
    width: auto !important;
    border-radius: 15px !important;
  }
  .collapseBank-m{
    margin-bottom: 200px;
  }
#transactions-modal {
  padding-right: 0;
}
.v-input__slot {
  width: 100% !important;  
  float: right;
  }
.el-input-group {
  line-height: normal;
  display: inline-table;
  width: 95% !important;
  border-collapse: separate;
}
.table-account {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 11px;
}
#vueHistoryWallet {
  padding: 0;
}
.el-tabs__nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
  position: relative;
}
.col-3a {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 0;
  max-width: 50% !important;
}
.content-items {
  background: #343a40 !important;
  margin: 5px;
  padding: 15px;
  height: 550px;
  margin-top: 60px;
  width: 95%;
  overflow-y: auto;
}
.content-items-withdraw {
  background: #343a40 !important;
  margin: 5px;
  padding: 15px;
  height: 550px;
  width: 100%;
}
.content-items-history {
  background: #343a40 !important;
  margin: 5px;
  padding: 15px;
  height: 550px;
  margin-top: 0px;
  width: 100%;
}
.content-tabs {
  background: #1a1d23 !important;
  margin: 10px;
  width: 340px;
  height: 650px;
}
.content-items {
  background: #343a40 !important;
  margin: 5px;
  padding: 15px;
  height: 550px;
  width: 100%;
}
.el-tabs__content {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.el-tabs--left, .el-tabs--card, .el-tabs__item {
  border-top: none;
  border-left: 1px solid #1a1d23 !important;
  border-right: 1px solid #1a1d23 !important;
  border-bottom: 1px solid #1a1d23 !important;
  border-top: none;
  color: #777;
  margin-left: 0px;
}
.el-tabs--left, .el-tabs--card {
  width: 100%;
}
.el-tabs--left .el-tabs__nav-scroll {
  height: auto !important;
}
.el-tabs--left .el-tabs__header {
  height: auto !important;
}
.is-left {
  color: white;
  height: auto;
  text-align: left;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 769px) {

 #modal-content {
    width: auto !important;
    border-radius: 15px !important;
}
.el-tabs__content {
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 0;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #modal-content {
    width: auto !important;
    border-radius: 15px !important;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}

@media only screen and (max-width:1350px) {
  
}

@media (min-width: 2048px) and (max-width: 3840px) {
  
}
