/*Write your custom css in this file.*/


@font-face {
  font-family: roobertpro;
  src: url(/assets/css/fonts/roobertpro/RoobertPRO-Regular.ttf);
  font-weight: regular;
}

table#project-table a {
    font-weight: 600;
}

h6.float-start {
    font-weight: 600;
}

.mb5 p {
    font-size: 18px !important;
}


.ml10 {
    font-weight: 600;
}

.text-off {
    font-weight: 600 !important;
    color: #3d3bf3 !important;
}

.timeline-images img {
    border-radius: 10px !important;
    border: .2px solid #F5F5F5 !important;
}

.text-danger {
    font-weight: bold;
}

.mw100p {
    max-width: 60% !important;
}



.comment-highlight-section span a {
    color: #FF9F00 !important;
    font-weight: 600;
}

span.text-off.uppercase {
    color: #ffffff !important;
}


.comment-image-box .float-end{
    color: #FF9F00 !important;
}

.avatar img {
    border-radius: 15%;
}

table#project-member-table .text-off {
    font-size: 12px !important;
    font-weight: 400 !important;
}


.avatar-sm {
    width: 70px !important;
    height: 70px !important;
}



*{
    font-family: roobertpro !important;
    letter-spacing: .2px;
}

img.dashboard-image.float-start {
    width: 250px;
}


img.dashboard-image {
    max-width: 220px !important;
}


a#personal-language-icon {
    display: none !important;
}