@font-face {
    font-family: Gotham-Bold;
    src: url('/fonts/gotham/GothamBold.ttf');
}

@font-face {
    font-family: Gotham-Book;
    src: url('/fonts/gotham/GothamBook.ttf');
}

body {
    padding: 0px !important;
    margin: 0px !important;
}

.login-bg {
    width: 50%;
    position: absolute;
    left: 50%;
    background-color: black;
    background: url('/images/login-bg.png') no-repeat center center;
    height: 100% !important;
}

.login-logo {
    width: 171px;
    margin-top: 25px;
    margin-bottom: 163px;
}

.register-logo {
    width: 171px;
    margin-top: 25px;
}

.login-h1 {
    font-family: Gotham-Bold;
    color: #FF2F15 !important;
    font-size: 40px;
    font-weight: 500;
}

.register-success-h1 {
    font-family: Gotham-Bold;
    color: #00B232 !important;
    font-size: 48px;
    font-weight: 700;
}

.register-failed-h1 {
    padding-top: 30%;
    font-family: Gotham-Bold;
    color: #FF8000 !important;
    font-size: 48px;
    font-weight: 700;
}

.register-p {
    font-family: Gotham-Bold;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.login-h5 {
    font-family: Gotham-Bold;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.login-form-label {
    font-family: Gotham-Bold;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.login-checkbox {
    font-family: Gotham-Book;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.login-input {
    border-radius: 10px !important;
    min-height: 49px;
    border: 1px solid #1E1E1E;
}

.login-submit {
    border-radius: 30px !important;
    min-height: 68px;
    font-size: 18px;
    font-family: Gotham-Bold;
    font-weight: 200;
}

.validate-submit {
    border-radius: 10px !important;
    min-height: 49px;
    font-size: 18px;
    font-family: Gotham-Bold;
    font-weight: 200;
}

.manage-button {
    border-radius: 10px !important;
    min-height: 49px;
    font-size: 18px;
    font-family: Gotham-Bold;
    font-weight: 200;
    padding:10px;
}

.btn-tall {
    border-radius: 10px !important;
    min-height: 86px;
    font-size: 16px;
    padding: 10px;
    font-family: Gotham-Bold;
    font-weight: 100;
}

.font-extra-large {
    font-size: 36px;
    font-family: Gotham-Bold;
    font-weight: 200;
}

.font-large {
    font-size: 28px;
    font-family: Gotham-Bold;
    font-weight: 200;
}

.font-medium {
    font-size: 24px;
    font-family: Gotham-Book;
    font-weight: 200;
}

.font-medium-bold {
    font-size: 24px;
    font-family: Gotham-Bold;
    font-weight: 200;
}

.font-small {
    font-size: 18px;
    font-family: Gotham-Book;
}

.font-small-bold {
    font-size: 18px;
    font-family: Gotham-Bold;
}

.a-link {
    font-size: 14px;
    font-family: Gotham-Book;
    font-weight: 500;
}

.header {
    height: 98px;
}

.icon-notifications {
    width: 16px;
}

.icon-avatar {
    width: 20px;
    margin-right: 6px;
}
.icon-download {
    width: 20px;
}

.logo-header {
    height: 50px;
}

.navbar-nav>li {
    font-family: Gotham-Bold;
}

.nav-link-active {
    color: #FF2F15 !important;
}

.header-bg {
    width: 100%;
    background: url('/images/home-bg.png') no-repeat center center;
    height: 350px;
}

.header-h1 {
    padding-top: 80px;
    font-family: Gotham-Bold;
    font-weight: 700;
    color: white;
    font-size: 48px;
}

.header-p {
    font-family: Gotham-Bold;
    font-weight: 500;
    color: white;
    font-size: 16px;
}

.home-h4 {
    font-family: Gotham-Bold;
    font-weight: 700;
    color: #0A62B4;
    font-size: 32px;
}

.home-p {
    font-family: Gotham-Bold;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
}

input[type='radio'] { 
    transform: scale(1.5); 
}

.table-ppls {
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #A5A5A5; /* this draws the table border  */ 
    font-family: Gotham-Bold;
    font-weight: 500;
    color: #333333;
}

.table-historic {
    border-collapse: collapse;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: hidden; /* hide standard table (collapsed) border */
    box-shadow: 0 0 0 1px #A5A5A5; /* this draws the table border  */ 
}

tr {
    border-bottom: 1.5pt solid #A5A5A5 !important;
}

td, th { /* table cells */
    padding: 15px 10px !important;
}

th {
    background-color: #000;
    color: #FFF;
}

footer {
    width: 100%;
    min-height: 300px;
    background-color: #1E1E1E;
}

.footer-logo {
    width: 195px;
}

.footer-p {
    font-family: Gotham-Bold;
    font-weight: 500;
    color: white !important;
    font-size: 16px;
}

.footer-p-r {
    font-family: Gotham-Bold;
    font-weight: 500;
    color: white !important;
    font-size: 16px;
    text-align: end; 
}

.footer-cards {
    width: 188px;
}

.footer-h3 {
    font-family: Gotham-Bold;
    font-weight: 700;
    color: #FF8000;
    font-size: 20px;
    text-align: end;    
}

.footer-copy {
    font-family: Gotham-Bold;
    font-weight: 500;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.paginate {
    font-family: Gotham-Bold;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    text-align: end;
    margin-bottom: 20px;;    
}

.paginate>span {
    padding: 5px 10px !important;
}

.contact-h3 {
    font-family: Gotham-Bold;
    font-weight: 700;
    color: #333333;
    font-size: 20px;
}

.contact-list>li {
    font-family: Gotham-Bold;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
}

.alert-warning {
    border-color: #FFA41D;
    background-color: #FFEDD2;
    color: #FFA41D;
    font-weight: 500;
}

.home-h5 {
    font-family: Gotham-Bold;
    font-weight: 500;
    color: #333333;
    font-size: 20px;
}

.modal-icon {
    width: 88px;
}

.modal-p {
    font-family: Gotham-Bold;
    font-weight: 500;
    color: #333333;
    font-size: 16px;
}

.modal-btn {
    border-radius: 10px !important;
    height: 40px;
    font-size: 18px;
    font-family: Gotham-Bold;
    font-weight: 200;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-success-h4 {
    font-family: Gotham-Bold;
    font-weight: 700;
    color: #00B232;
    font-size: 32px;
}

.modal-error-h4 {
    font-family: Gotham-Bold;
    font-weight: 700;
    color: #FFA41D;
    font-size: 32px;
}

.notifications {
    min-width: 260px;
    max-width: 260px;
    color: #000;
    font-size: 14px;
    padding: 15px;
}

.notification {
    font-family: Gotham-Bold;
    font-weight: 500;
    padding-left: 25px;
}

.notification>span {
    font-weight: 500;
    color: #777;
    font-size: 12px;
}

.notification>i {
    position: relative;
    left: -25px;
}

.payment-icon {
    width: 144px;
}

.font-gotham {
    font-family: Gotham-Bold;
    font-weight: 500;
}

.text-orange {
    color: orange;
}

.text-rr {
    color: #FF2F15;
}

.contact-info {
    background-color: lightgrey;
}

a {
    text-decoration: none !important;
}

a:hover {
    transform: scale(1.02);
}

.facebook a {
    color: #FFFFFF;
    text-decoration: none;
}

.alert-rr {
    background-color: #FF2F15 !important;
    color: #FFF !important;
    border-radius: 10px !important;
    border-color: #FF2F15 !important;
}

.form-check-label {
    font-size: 18px;
}

.form-check-label > a {
    font-size: 18px;
}

.back-to-login {
    font-size: 18px;
}

.recover-password {
    font-size: 18px;
}

.select-amount:hover {
    border-color: #28a745 !important;
    color: #28a745 !important;
    background-color: #f1fff0;
}

.amount-selected {
    border-color: #28a745 !important;
    color: #28a745 !important;
    background-color: #f1fff0;
}

.payment-type-selected {
    border-color: #28a745 !important;
    color: #28a745 !important;
    background-color: #f1fff0;
}

.other-amount {
    font-size: 24px;
}

.contact-list > li {
    list-style-type: none;
}

.font-small-600 {
    font-weight: 600;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}