@import '../../../resources/css/common.css';

.simple-container {
    margin: auto;
    max-width: 800px;
}
button.action{
    color: #fff;
    background-color: #16A8EE;
    outline: none;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2em;
    padding: 12px 20px;
    transition: all 0.2s ease;
    display: inline-block;
    cursor: pointer;
    border: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    flex-shrink: 0;
}
button.action:disabled {
    background-color: lightgrey;
    pointer-events: none;
}
button.action:hover {
    background-color: #16A8EEdb;
    box-shadow: 0 7px 14px rgba(0, 0, 0, .15);
    transform: translateY(-1px);
}
button.action:active {
    transform: translateY(1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
button.cancel {
    background-color: #dcdcdc;
}

body {
    background-color: #e1e8ee;
    padding: 40px 10px;
}

h2 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.referral-link {
    font-size: 12px;
}

.billing-notification {
    padding: 20px;
    margin-bottom: 20px;
}
.billing-notification > h3 {
    margin-bottom: 5px;
}

.green-text {
    font-weight: bold;
    color: #32A756;
}

.copy-icon {
    cursor: pointer;
    margin-left: 15px;
}
.copied-popup-container {
    position: relative;
}
#copiedPopup {
    position: absolute;
    opacity: 0;
    top: -10px;
    left: 15px;
    transition: opacity 0.2s ease-out;
}

.info-panel {
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    border-radius: 10px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    max-width: 900px;
    margin-bottom: 25px;
}

.info-panel > h4 {
    padding: 20px;
    border-bottom: 1px solid #e1e8ee;
}
.info-panel > .content {
    padding: 20px;
}
.username-container {
    display: flex;
    flex: 1;
    align-items: center;
}

.logo-container {
    text-align: center;
    max-height: 40px;
}
.logout-container {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
}
nav.content {
    display: flex;
    margin-bottom: 40px;
}

.submit-container {
    display: flex;
    justify-content: center;
}

.payment-info-header {
    display: flex;
    justify-content: space-between;
}
#paymentStatusWarning {
    margin-left: 20px;
    font-weight: 500;
    color: rgb(221, 17, 68);
}

.chip {
    padding: 2px 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
}
.chip.success {
    color: #32A756;
    background-color: rgba(65, 170, 2, 0.12);
}
.chip.failure {
    color: rgb(221, 17, 68);
    background-color: rgba(221, 17, 68, .12);
}

.relica-card {
    border-radius: 10px;
    box-shadow: 0 3.6px 5.4px rgba(0,0,0,0.12);
    background-color: white;
}
/* Table */
.grid-table {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 7px 14px 0 rgba(59,65,94,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}
.title {
    margin: 10px;
}

div:nth-child(odd) .description {
    background-color: red;
}

.grid-table-header {
    font-size: 11px;
    font-weight: bold;
    align-items: center;
    border-bottom: 2px solid #E8EEF0;
    background-color: #EEF3F5;
    color: #3E4D5E;
}
.grid-template {
    display: grid;
    grid-template-columns: 4fr 3fr 2fr 2fr 2fr;
    grid-template-rows: 40px auto;
    grid-column-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.grid-row {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E8EEF0;
    font-size: 14px;
    font-weight: 400;
}
.grid-row:last-child {
    border-bottom: 0;
}

/* End table */

/* login.html */
.flex-column {
    display: flex;
    flex-direction: column;
}
.text-centered {
    text-align: center;
}

.flex {
    display: flex;
}

.align-centered {
    align-items: center;
}

.justify-centered {
    justify-content: center;
}
input.auth {
    height: 45px;    
    font-size: 16px;
    padding: 10px;
    width: 100%;
    margin-bottom: 25px;
    border: 0;
    border-radius: 5px;
    border: 1px solid lightgrey;
}
form.auth {
    background-color: #ffffff9e;
    width: 100%;
    max-width: 400px;
    padding: 25px;
}
h2.auth {
    margin-top: 0;
}

@media only screen and (max-width: 600px) {
    .info-panel > .content {
        padding: 10px;
    }
    nav.content {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    nav.content > div {
        margin-bottom: 15px;
    }

}

/* password_reset.html */
p.hint {
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 14px;
}

#cancel-membership-button {
    margin-top: 100px;
}
button.cancel-membership {
    background-color: rgb(221, 17, 68);
}
button.action.cancel-membership:hover {
    background-color: #e63d67;
}
form.cancel-membership {
    width: 90%;
    margin: auto;
}
h3.cancel-membership {
    margin-top: 15px;
    margin-bottom: 15px;    
}
textarea.cancel-membership {
    width: 100%;
    border: 1px solid #595959;
    border-radius: .25em;
    padding: 5px;
    font-size: 14px;
}
