html {
  position: relative;
  min-height: 100%;
  overflow: hidden!important;
  height: 100%;
}
body {
  margin-bottom: 120px;
  overflow: hidden!important;
  height: 100%;
}
.footer {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 105px;
  background: linear-gradient(186deg, black, transparent);
  padding-top: 18px;
}

.modal-header,
.modal-footer {
  background: linear-gradient(186deg, #181818, transparent);
}

.modal-dialog {
    border: 1px solid #ffffff4f;
    border-radius: 7px;
    overflow: hidden;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    background: #373737;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #222222;
    border-bottom: 0;
}
body {
    font-family: "Rubik", sans-serif;
    font-size: 13px;
}
.navbar-brand > img {
    height: 32px;
    margin-top: -7px;
}  
.navbar-default {
    background: linear-gradient(186deg, black, transparent);
    border-bottom: 1px solid #454545 !important;
}  
.tabs-container {
  margin: 30px 0;
}    
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: black;
    background-color: #fab510;
    border: 1px solid #fab510;
}   
a {
    color: #fab510;
}  

a:hover, a:focus {
    color: #fab510;
    text-decoration: underline;
}
.payment-imgs {
  margin-bottom: 10px;
  margin-top: -5px;
} 

.payment-imgs img {
  height: 40px;
  margin: 0 3px;
}  

tr th {
    background: linear-gradient(186deg, black, transparent);
    padding: 20px !important;
    text-align: center;
    font-size: 16px;
}  
tr th .btn {
  margin-left: 5px;
} 
.new-payment {
  padding: 20px 0!important;
}  
.pd-20 {
  padding: 20px 0!important;
}
.new-payment .btn {
    margin-top: 15px;
    display: inline-block;
}
tr td {
  vertical-align: middle!important;
}

tr td h4 {
  margin-bottom: 0px;
  color: #fab510;
  font-size: 30px;
}

.terms-container {
    height: 300px;
    overflow-y: scroll;
    background: #585858;
    zoom: 0.8;
}

.btn-warning {
    color: black!important;
    background-color: #fab510;
    border-color: #fab510;
}

.modal-title {
    font-weight: bolder;
}

a,.btn {
  outline: none!important;
}

.modal-footer p {
  margin-bottom: 30px;
}

.swal2-popup {
  font-size: 14px !important;           /* Match Bootstrap 3.4 */
  width: auto !important;
  max-width: 90vw;
  box-sizing: border-box;
}

/* Optional: fix button layout for Bootstrap 3 feel */
.swal2-actions {
  justify-content: center !important;
}


.form-control {
  background-color: #1e1e1e;
  color: #ffffff;
  border: 1px solid #444;
  box-shadow: none;
  font-size: 13px;
}

.form-control:focus {
  background-color: #1e1e1e;
  color: #ffffff;
  border-color: #666;
  outline: none;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}

select.form-control {
  background-color: #1e1e1e;
  color: #ffffff;
}

/* Optional: Darken labels too */
.modal-body label,
.control-label {
  color: #ddd;
}

/* Optional: Darken the modal itself */
.modal-content {
  background-color: #2a2a2a;
  color: #fff;
  border: none;
}

.input-group {
    width: 100%;
}
.input-group-addon:first-child {
  width: 100px;
  font-size: 13px;
}

#page-container {
    overflow-y: auto;
    height: calc(100% - 167px);
    margin-top: -20px;
    padding-bottom: 50px;
}

.navbar-header {
  width: calc(100% + 15px);
}

.btn-full {
  width: 100%;
}

.nav-tabs {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #464545;
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
    margin-bottom: -3px;
    padding-bottom: 13px;
    font-size: 12px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #464545;
}

.navbar .pull-right {
  float: right;
  cursor: pointer;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #000000;
}