
html body{
    font-family: sans-serif !important;
}
.sidebar-header {
    padding: 20px;
    overflow: hidden;
}

.sidebar-header .user-pic {
    float: left;
    width: 35%;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-header .user-pic img {
    object-fit: cover;
    width: 100%;
}

.sidebar-header .user-info {
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.sidebar-header .user-info > span {
    display: block;
}

.sidebar-header .user-info .user-level {
    border: red 1px solid;
    border-radius: 5px;
    text-align: center;
}

.sidebar-noti > div {
    padding: 0px 30px 10px 30px;
}


/* MY COLOR */

.text-color-title {
    color: #1f4180 !important;
}
.bg-btn-primary {
    color: #FFFFFF;
    background-color: #1f4180;
}
.bg-btn-primary:hover {
    color: #FFFFFF;
}
.bg-primary {
    background-color: #14242A !important;
}

.bg-black {
    background-color: #14242A !important;
}

.border-custom-primary {
    border-right:  3px solid #14242A;
    border-left:  3px solid #14242A;

}

.btn-outline-primary-custom {
    border: 1px solid #1f4180;
    background-color: transparent;
    color: #1f4180;
}
.main-menu.menu-light .navigation > li.active > a {
  background-color: #1f4180 !important;
  color : #FFFFFF;
  font-weight : 400;
  border-radius : 4px;
}


.btn-outline-primary-custom:not(:disabled):not(.disabled):active, .btn-outline-primary-custom:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #1f4180;
    border-color: #1f4180;
}

.investment_packagestop,.investment_packagestop_hover:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform: translateY(-5px);
}

.card-header-packges {
    background-color: #1f4180 !important;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right .dropdown-item:hover {
    background: #1f4180 !important;
    color: #FFFFFF !important;
}

.main-menu.menu-light .navigation > li.open > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a {
    background: none !important;
}

.main-menu.menu-light .navigation > li.open > a {
    background: none !important;
}
.main-menu.menu-light .navigation > li > ul {
     background: none !important;
}

.main-menu.menu-light .navigation > li ul .active {
    background: #1f4180 !important;
    color: #FFFFFF !important;
    outline: none;
}

.main-menu.menu-light .navigation > li ul .active {
    box-shadow: none;
}

.form-control:focus {
    border-color: #1f4180 !important;
}

html .pace .pace-progress {
    background: #1f4180 !important;
}


.vs-checkbox-con input:checked ~ .vs-checkbox {
    border-color: #1f4180!important;

}
.vs-checkbox-primary input:checked ~ .vs-checkbox .vs-checkbox--check {
    background-color: #1f4180!important;

}

.card {
    border-radius: 20px !important;
}

table th {
    font-size: 16px!important;
}

.color-balance {
    color: #0776be;
}

.color-deposit {
    color: #0E623B;
}

.color-withdrawal {
    color: #B32F1C;
}

.font-bcore-text {
    font-size: 16px;
}

.bg-deposit {
    background-color: #0E623B;
    color: #FFFFFF;
}
.bg-deposit:hover{
    color: #FFFFFF;
}

.bg-withdrawal {
    background-color: #B32F1C;
    color: #FFFFFF;
}
.bg-withdrawal:hover{
    color: #FFFFFF;
}

.badge.badge-success {
    background-color: #0E623B !important;

}

.badge.badge-danger {
    background-color: #B32F1C !important;
}
.badge.badge-processing {
    background-color: #007bff;
}
.badge.badge-primary {
    background-color: #1f4180!important;
}

.text-color-primary {
	color:#1f4180;
	font-size:20px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: none !important;
}

.o-width-icon {
    width: 26px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .table-responsive-y-sm {
      display : block;
      width : 100%;
      overflow-y : auto;
      -webkit-overflow-scrolling : touch;
    }
    .table-responsive-y-sm > .table-bordered {
      border : 0;
    }
  }

  @media (max-width: 767.98px) {
    .table-responsive-y-md {
      display : block;
      width : 100%;
      overflow-y : auto;
      -webkit-overflow-scrolling : touch;
    }
    .table-responsive-y-md > .table-bordered {
      border : 0;
    }
  }

  @media (max-width: 991.98px) {
    .table-responsive-y-lg {
      display : block;
      width : 100%;
      overflow-y : auto;
      -webkit-overflow-scrolling : touch;
    }
    .table-responsive-y-lg > .table-bordered {
      border : 0;
    }
  }

  @media (max-width: 1199.98px) {
    .table-responsive-y-xl {
      display : block;
      width : 100%;
      overflow-y : auto;
      -webkit-overflow-scrolling : touch;
    }
    .table-responsive-xl > .table-bordered {
      border : 0;
    }
  }

  .table-responsive-y {
    display : block;
    width : 100%;
    overflow-y : auto;
    height: 220px;
    -webkit-overflow-scrolling : touch;
  }
  .table-responsive-y > .table-bordered {
    border : 0;
  }
