.text-error {
    color:#e74c3c;
    font-weight: bold;
}

h1 span {
    color: #2ECC71;
}

.db img {
    width: 50%;
}

.background {
    background:url(/img/wedding_background.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.background::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: rgba(46, 204, 113, .8); */
    /* background-color: rgb(0, 0, 0, .6); */
    background-color: rgb(44, 62, 80, .8);
    z-index: -1;
}

.silver, .gold, .platinum, .bronze, .green-status, .red-status {
    width: 15px;
    height: 15px;
}

.silver {
    background-color: #C0C0C0
}

.gold {
    background-color: #FFD700
}

.platinum {
    background-color: #E5E4E2
}

.bronze {
    background-color: #CD7F32
}

.green-status {
    background-color: #2ECC71
}

.red-status {
    background-color: #E74C3C
}

.m-auto {
    margin: auto;
}

.circle {
    border-radius: 50%;
}

.dt-buttons {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.dt-button {
    position: relative;
    flex: 1 1 auto;
    color: #5f76e8;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid #5f76e8;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 .2em;
}

.dt-button:hover {
    background-color: #5f76e8;
    color: white;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.error-log {
    padding-left: 10px;
    margin-top: 15px;
}