/**
 * Copyright 2020 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

 html, body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    background-color: #ffffff !important;
  }
  p {
    margin-bottom: 0rem !important;
  }
  small {
    font-size: 0.9rem;
  }
  .pop-up-label {
    font-size: 24px;
    font-weight: 500;
    color: #343434;
  }
  label {
    font-size: 0.9rem;
  }

/* MATERIAL ICONS */
  .material-icons {
    color: #ce0070;
    vertical-align:middle !important;
  }
  .button-icon {
    font-size: 24px;
    color: #ce0070;
  }
  .money-icon {
    font-size: 24px;
    color: #ce0070;
  }
  .modal-icon {
    font-size: 18px !important;
    margin-right: 8px;
    width: 18px;
    color: #ce0070;
  }
  .arrow-back {
    font-size: 15px;
    color: #ce0070;
  }
  #deposit-icon {
    color: white !important;
    vertical-align:middle !important;
  }
  #payment-icon {
    color: white !important;
    vertical-align:middle !important;
  }



/* TOP NAVIGATION  */
  .header {
    margin-bottom: 2rem;
  }

  .header-title, .card-header-title {
    font-weight: 500;
    color: #343434;
  }
  #cymbal-logo {
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle;
    /* margin: auto;
    display: block;
    object-fit: contain; */
  }
  .navbar-top {
    background-color: white;
    min-height: 80px;
    color: white;
    position: relative;
  }
  .nav-item {
    font-size: 24px !important;
    margin: auto;
    margin-left: 20px;
  }
  .nav-link {
    color: #343434;
    text-transform: none !important;
    font-size: 1rem !important;
  }
  .navbar-brand {
    font-weight: 700;
    font-size: 1.5rem !important;
    letter-spacing: -0.04em !important;
    color: #000000 !important;
  }
  .nav-link i {
    font-size: 20px;
  }
  .nav-link:hover {
    color: #343434;
    transition: all 0.2s ease-in;
  }
  #account-user-name {
    font-weight: 500;
    font-size: 1.1rem;
    color: #000101;
  }
  .account-user-avatar {
    margin-right: 5px;
  }
  #logout-form a:hover {
    cursor: pointer;
  }
  .fa-icon-spacer {
    margin-left: 8px;
  }
  .header-body {
    padding-top: 1.5rem;
    /* border-bottom: 1px solid black;  */
  }


#popup {
/* top: auto;
bottom: 10px;
 */

 top: 0;
 bottom: 100px;
 position: absolute;
}



/* FOOTER */
.footer {
  color: #343434;
  background-color: white;

  border-top: 2px solid #F8F8F8;;
  bottom: 0;
  padding: 20px 24px 20px;
  right: 0;
}

/* CARDS */
.card  {
  color: #343434;
  background-color: #F8F8F8;
  margin-bottom: 1.5rem;
  border-radius: 10px;

  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.card-icon {
  font-size: 36px !important;
  color: #FF712B;
}

 /* ACCOUNT HOME */
.account-info {
   font-size: 20px;
   margin-top: auto;
    margin-bottom: auto;
 }


.account-overview {
  margin-right: 5px;
  font-size: 24px;
}
.account-icon {
  vertical-align:middle !important;
}

.account-num-text {
  font-weight: 600;
  margin-right: 8px;
  vertical-align: middle !important;
  display: inline-block !important;
}
.account-number {
  font-weight: 200;
  vertical-align: middle !important;
  display: inline-block !important;
}


/* TRANSACTION TABLE */
.card-table {
  margin-bottom: 0 !important;
}
.card-table tbody td:first-child, .card-table thead th:first-child {
  padding-left: 1.5rem!important;
}
.card-table-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
}
.table-sm td, .table-sm th {
  padding: 1.1rem !important;
}
.table td {
  vertical-align: middle !important;
  font-size: 1.05rem !important;
}
.table thead th {
  color: #343434;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .08em;
  border-bottom-width: 1px;
}
.table [data-sort]::after {
  margin-left: .25rem;
}
.list tr:hover {
  transition: all 0.3s ease-in;
}
.text-credit {
  color: #64c466;
}
.text-debit {
  color: #343434;
}
.transaction-amount {
  text-align: right !important;
}
.transaction-amount-credit{
  color: #64c466;
  font-weight: 700;
}
.transaction-amount-debit {
  color: #343434;
}

/* .transaction-date {
  font-size: 18px;
} */
.transaction-label-none {
  color: #343434;
}
.text-transaction-header {
  color: #343434;
}
.date-month {
  margin-right: 5px;
}




/* HOME - DEPOSIT / MAKE PAYMENT POP-UPS */
.modal-header {
  padding-bottom: 1rem !important;
  /* border-bottom: 1px solid black;  */
}
.modal-content .modal-body {
  padding: 20px 24px 0px;
}

.amount-font {
  font-size: 28px !important;
}
.amount-font::-webkit-input-placeholder {
  font-size: 28px !important;
}
.custom-select:focus {
  border-color: #FF712B;
  outline: 0;
  box-shadow: 0px 1px 3px #FF0F7B;
}

.invalid-feedback {
  color: #FF0000;
  font-size: 1.05rem;
}


/* SIGN IN PAGE  */
.sign-in i {
  color: #ce0070;
  font-size: 1.125rem;
}
.sign-in input {
  color: #343434;
  font-size: 1.15rem;
}
.hidden {
  display: none;
}




/* BUTTONS */
.btn, .btn-primary, .card-button, .btn-block, form button  {
  align-items: center;
  background: #ce0070 !important;
  color: white !important;
  border-radius: 50px;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}
.btn-deny  {
  background: #c80000 !important;
}
.btn-secondary {
  background-color: white !important;
  color: #ce0070 !important;
  border: 1px solid #ce0070 !important;
}
.btn:hover, .card-button:hover, .btn-primary:hover, .btn-secondary:hover, .btn:focus, .btn-primary:focus, .btn-secondary:focus {
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
}
.btn:hover, .card-button:hover, .btn-primary:hover, .btn:focus, .btn-primary:focus {
  background-color: #FF0F7B  !important;
}
.btn:active, .card-button:active, .btn-primary:active, .btn-secondary:active {
  background-color: #FF712B !important;
  border: 1px solid #FF712B !important;
}

.btn-primary.custom-file-control:before, .btn.btn-primary {
  background-color: #ce0070 !important;
  color: white !important;
  border-radius: 50px;
}

.btn-secondary.custom-file-control:before, .btn.btn-secondary {
  background-color: white !important;
  color: #ce0070 !important;
  border: 1px solid #ce0070;
}

.btn-primary.custom-file-control:focus, .btn-primary.custom-file-control:hover {
  background-color: #9a1e5a !important;
}

.btn-primary.custom-file-control:active, .btn-primary.custom-file-control:active, .btn-secondary.custom-file-control:active, .btn.btn-secondary:active {
  background-color: #FF0F7B !important;
  border: 1px solid #FF0F7B !important;
}

/* inside modal */
.deposit-send-button {
  margin-left: 0.5rem !important;
}
/* on homepage */
.deposit-send-payment-div {
  margin-top: auto;
  margin-bottom: auto;
}

.account-number-div {
  vertical-align: middle;
}

/*FORMS */
.form-control:focus {
  background-color: white !important;
  border-color: #FF0F7B !important;
}
input .form-control {
  background-color: #F8F8F8 !important;
}
input {
  background-color:rgba(0,0,0,0) !important;
  border:none !important;
}

.custom-file-control, .form-control, .is-focused .custom-file-control, .is-focused .form-control {
  background-image: linear-gradient(0deg,#ce0070 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}

.custom-file-control:invalid, .form-control:invalid{
  background-image: linear-gradient(0deg,#ce0070 2px,rgba(213,0,0,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
}

/* "x" icons in pop-ups, deposit accepted alert */
.close, .deposit-cancel .payment-cancel {
  background-color: Transparent !important;
  background-repeat:no-repeat !important;
  overflow: hidden !important;
  outline:none !important;
  border: none !important;
  color: #343434 !important;
}

/* Deposit / payment accepted alert */
  .snackbar-body {
    padding-bottom: 1em;
    padding-top: 1em;
    vertical-align: middle !important;
  }

  .snackbar-card {
      margin-top: 25px;
      background-color: #202020 !important;
      color: white !important;
      margin-bottom: 0px;
      border-radius: 10px;

      font-weight: 500;

      -webkit-box-shadow: none !important;
      -moz-box-shadow: none !important;
      box-shadow: none !important;
  }

  .snackbar-close {
    background-color: Transparent !important;
    background-repeat:no-repeat !important;
    overflow: hidden !important;
    outline:none !important;
    border: none !important;
    color: #FF0F7B !important;
    vertical-align: middle !important;
  }

  .snackbar-close:hover {
    cursor: pointer;
  }


  /* Signup "danger" alert, eg. passwords don't match */
  .alert-danger {
    background-color: #FF0000 !important;
    color: white !important;
  }

  .error-icon {
    color: white !important;
  }

  .top-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .alert-message-container {
    margin-bottom: 0px;
    display: flex;
  }

    .check-mark-container {
      display: flex;
      align-items: center;
      margin-right: 15px;
    }