.ampuma-menu {
    background: #ff6347;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(135deg, #ff6347, #bb4263);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(135deg, #ff6347, #bb4263);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.ampuma-club-menu {
    background: #bb4263;
    background: -webkit-linear-gradient(135deg, #4282bb, #42bbb8);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(135deg, #4282bb, #42bbb8);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}


.app-store-badge {
    min-height: 40px;
}

.play-store-badge {
    max-height: 60px;
}

a, .nav-link {
    color: #ff6347;
    text-decoration: none;
    background-color: transparent;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #ff6347 !important;
}

.bg-primary {
    background-color: #ff6347 !important;
}

.btn-primary {
    color: #fff;
    background-color: #ff6347;
    border-color: #ff6347;
}

input::placeholder {
    font-style: italic;
    opacity: 0.5;

}

.btn-primary:hover {
    color: #fff;
    background-color: #cf503a;
    border-color: #cf503a;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 71, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ff6347;
    border-color: #ff6347;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cf503a;
    border-color: #cf503a;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 71, 0.5);
}

.btn-outline-primary {
    color: #ff6347;
    border-color: #ff6347;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff6347;
    border-color: #ff6347;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 71, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #ff6347;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff6347;
    border-color: #ff6347;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 71, 0.5);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
    border-color: #7abaff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.badge-primary {
    color: #fff;
    background-color: #ff6347;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #cf503a;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 99, 71, 0.5);
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-primary hr {
    border-top-color: #9fcdff;
}

.alert-primary .alert-link {
    color: #002752;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.border-primary {
    border-color: #ff6347 !important;
}

.text-primary {
    color: #ff6347 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #cf503a !important;
}

.btn-link {
    font-weight: 400;
    color: #ff6347;
    text-decoration: none;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ff6347;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ff6347;
    background-color: #ff6347;
}

.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label::before {
    border-color: #ff6347;
    background-color: #ff6347;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ff6347;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #ff6347;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ff6347;
    border-color: #ff6347;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff6347;
    transition: width 0.6s ease;
}

.image-cropper {
    width: 35px;

    height: 35px;
  
    position: relative;
  
    overflow: hidden;
  
    border-radius: 50%;
  }
  
  img.rounded-miniature {
    object-fit: cover;
    width: 32px;
    height: 32px;
  }

  img.rounded-medium {
    object-fit: cover;
    width: 64px;
    height: 64px;
  }

  img.rounded-large {
    object-fit: cover;
    width: 96px;
    height: 96px;
  }