﻿.UserAvatar {
    border-radius: 50%;
    width: 100px;


}
.ck-content {
    height: 300px;
}
.padding-right-20 {
    padding-right: 20px !important;
}
.cursor-pointer {
    cursor: pointer;
}
.button_css {
    font-weight: 400;
    height: 42px;
    line-height: 42px;
    padding: 4px 16px;
    border: none;
    background: #242424;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.button_css:hover {
    background: #0063d1;
}
.text-align-center {
    text-align: center !important;
}
.colored-white {
    color: white !important;

}
margin-top-10 {
    margin-top: 10px !important;
}