
html, body {
    /*background-color: #333 ;*/
    background-color:  var(--primary-color);
    color: #636b6f;
    /*color: #636b6f;*/
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    background-image: none;
    overflow-x: hidden;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #e9ecef;

}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
    background-color: transparent;
}

.grecaptcha-badge { visibility: visible !important; }


.title {
    font-size: 84px;
}

.links > a {
    color:  var(--menuLetter-color);
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
    
}

.m-b-md {
    margin-bottom: 30px;
}
.card-body-content{
    font-family: inter, -apple-system, blinkmacsystemfont, "san francisco", "segoe ui", roboto, "helvetica neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: normal;
    color:  #155210;
    background-color: #e2f2e3;
    padding: 10px;
    border-radius: 5px;

    
}
.card-body-content-task{
    font-family: inter, -apple-system, blinkmacsystemfont, "san francisco", "segoe ui", roboto, "helvetica neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: normal;
    color:  #38301f;
    background-color: #cbddff;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
    border-radius: 5px;
    
}
.card-body-content-follow{
    font-family: inter, -apple-system, blinkmacsystemfont, "san francisco", "segoe ui", roboto, "helvetica neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    letter-spacing: normal;
    color:  #38301f;
    background-color: #727272;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
    border-radius: 5px;
    
}
.dateStyle{
    text-align: start;
    font-weight: bold;
    color: 2b2b2b;
    border-radius: 4px;
    background: #c5bfbf3d;
    padding: 5px;
    width: 35%;

}

.detailStyle{
    text-align: center;
    font-weight: bold;
}

.dateStyleFollow{
    text-align: start;
    font-weight: bold;
    color: 2b2b2b;
    border-radius: 4px;
    background: #c7c1c1;
    padding: 5px;
    width: 35%;

}

.detailStyleFollow{
    text-align: center;
    font-weight: bold;
}
.button {
    background: #543fd7;
    color: #f7f8f8;
    padding: 8px 16px;
    font-weight: 600;
    border: 0;
    outline: 0;
    border-radius: 4px;
    line-height: 26px;
    transition: .3s;
}
.button:hover {
    background: #828fff;
}

.button-content{
    margin: 5px;
    text-align: right;
}
.col-md-8 {
max-height: 50%;

}
.row{
    background-color: transparent;

}
.main{
    background-color: transparent;
}
