﻿
.center-text {
    text-align: center;
}

.title-color {
    color: light-dark(#2185D0, #39A7E0);
}

.vh-100 {
    height: 100vh;
}

.center-vert-horiz-td {
    height: 100px;
    vertical-align: middle;
    text-align: center;
}

.table-custom tbody > tr {
    background-color: light-dark(#ffffff, #121212);
}

.table-content-center tbody > tr {
    text-align: center;
}

.table-header-background thead th {
    background-color: light-dark(#F6F9FC, #121212);
    padding: 20px;
}

.div-container {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;
    background-color: light-dark(#F2F5F7, #121212);
    border-radius: 15px;
}

.table-bordered {
    border: 1px;
    border-color: light-dark(#C5C5C5, #3a3a3a);
}

.symbol-size {
    width: 25px;
    height: 25px;
}

.msg-font-size-24 {
    font-size: 24px;
}

.err-title {
    text-align: center;
    color: light-dark(#cc0000, #e60000);
    margin: 15px;
}

