/* Import colors from the color variable css */
/* @import './color-variable.css'; */ 

:root {
    --main-theme-color: #33CCFF;
    --main-btn-color: #33CCFF;
    --main-langback: #9969939e;
    --main-loginsignup: #5b0c51;
    --main-tabback: #ab3c80;
    --main-font-color: #4c4c4e;
    --main-inputback-color: #f4f4f4;
    --main-gri-color: linear-gradient(to right, #3d0435, #56184d, #712b66, #8c3f80, #a8539c);
}

.content-comm {
    width: 100%;
    height: calc(100vh - 150px);
    position: relative;
    top: 88px;
    overflow: auto;
    background: #fff;
}

.content-comm h3{ 
    color:var(--main-theme-color);
    font-size:18px;
}