/* Add here all your css styles (customizations) */

/* Background */
.g-theme-bg-gray-dark-v1 {
    background-color: #3A143E !important;
}

.g-theme-bg-gray-dark-v1--hover:hover {
    background-color: #3A143E !important;
}

.g-theme-bg-gray-dark-v1-opacity-0_9 {
    background-color: rgba(58,	20,	62, 0.9) !important;
}

/* Border */
.g-brd-primary--hover:hover {
    border-color: #e74c3c !important;
}

.g-theme-brd-gray-dark-v2 {
    border-color: #483d4d !important;
}

.g-theme-brd-gray-dark-v2--hover:hover {
    border-color: #483d4d !important;
}

/* Non-standard background */
.u-ns-bg-v1-bottom.g-theme-bg-gray-dark-v1::before,
.g-parent.g-theme-bg-gray-dark-v1 .u-ns-bg-v1-bottom::before {
    border-top-color: #3A143E;
}

.u-ns-bg-v1-top.g-theme-bg-gray-dark-v1::before,
.g-parent.g-theme-bg-gray-dark-v1 .u-ns-bg-v1-top::before {
    border-bottom-color: #3A143E;
}