/* Add here all your css styles (customizations) */
/* Gray Colors */
/* Black Colors */
.g-bg-black--focus:focus {
    background-color: #000 !important;
}

.g-bg-black-opacity-0_2--focus:focus {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.g-bg-black-opacity-0_4--focus:focus {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Gray Colors */
.g-bg-gray-dark-v1--focus:focus {
    background-color: #111 !important;
}

.g-bg-gray-dark-v2--focus:focus {
    background-color: #333 !important;
}

.g-bg-gray-dark-v3--focus:focus {
    background-color: #555 !important;
}

.g-bg-gray-light-v4--focus:focus {
    background-color: #eee !important;
}

.g-bg-gray-light-v5--focus:focus {
    background-color: #f7f7f7 !important;
}

/* Transparent */
.g-bg-transparent--focus:focus {
    background-color: transparent;
}
.mem-line-height {
    line-height: 30px;
    
}