@import url("/css/dialog.css");


:root{
    --Red: hsl(1, 90%, 64%);
    --Blue: hsl(219, 85%, 26%);
    --White: hsl(0, 0%, 100%);
    --Very-light-grayish-blue: hsl(210, 60%, 98%);
    --Light-grayish-blue-1: hsl(211, 68%, 94%);
    --Light-grayish-blue-2: hsl(205, 33%, 90%);
    --Grayish_blue: hsl(219, 14%, 63%);
    --Dark-grayish-blue: hsl(219, 12%, 42%);
    --Very-dark-blue: hsl(224, 21%, 14%);
}
/*utils*/
.fw-500{
    font-weight: 500 !important;
}
.fw-800{
    font-weight: 800 !important;
}

.iti {
    --iti-path-flags-1x: url('/images/flags/flags.webp');
    --iti-path-flags-2x: url('/images/flags/flags@2x.webp');
    --iti-path-globe-1x: url('/images/flags/globe.webp');
    --iti-path-globe-2x: url('/images/flags/globe@2x.webp');
}


html,body {
    background: black !important;
    height: 100%;
}

#body {
    overflow: auto;
    width: 99% !important;
    max-width: 100% !important;
    padding-bottom: 10em;
}

footer {
/*    position: fixed;*/
    bottom: 0;
    background: black;
    min-height: 2em;
    height: 7em;
    margin-top: 5em;
    width: 100%;
    border-top: 1px solid transparent;
    border-image: linear-gradient(0.25turn,  rgba(255,0,128),rgba(56,2,155,0),rgba(255,249,34));
    border-image-slice: 1;
}


#xterm_wrapper
{
    max-width: 800px;

    /*top: 40%;
    left: 40%;
    top: 100px;
    left: 100px;
    z-index: 555;
     */

}

nav
{
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn,  rgba(56,2,155,0), rgba(255,0,128),rgba(255,249,34));
    border-image-slice: 1;
}

.sitenavbar, .sitenavbar a {
    background: /* #244855*/rgba(8, 60, 78, 0.9);
    /*color: #e64833;*/
    color: white;
}


#sitenavbar a:hover {
    background: #244855;
    color: white;
}

.btn-primary {
    background: #244855 !important;
}

.form-group .form-control {
    padding-left: 2.375rem;
}
.form-group .field-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/*Notifications section head*/
.msjs p{
    font-size: 22px;
}
.badge-count{
    background-color: var(--Blue);
    padding: 3px 10px;
    color: var(--White);
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 5px;
}
#mark_all{
    text-decoration: none;
    color: var(--Dark-grayish-blue);
    font-size: 15px;
}

#mark_all:hover,.user-profile:hover,.link-post:hover{
    /*color: var(--Blue) !important;*/
}

/*Notifications section body*/

.notification{
    display: flex;
    padding: 20px;
    /*background-color: var(--White);*/
    border-radius: 5px;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 10px;
}

.notification .content-post p {
    font-size: 16px;
    color: var(--Dark-grayish-blue);
}

.include-picture{
    justify-content: space-between !important;
}

.img-profile img {
    height: 50px;
}
.post-img img{
    height: 50px;
}
.post-img{
    cursor: pointer;
}
.user-profile{
    /*color: var(--Very-dark-blue);*/
    text-decoration: none;
    font-weight:800;
}

.link-post{
/*    color: var(--Dark-grayish-blue) !important;*/
    text-decoration: none;
    font-weight:800;
}

.link-post.group:hover{
    /*color: var(--Blue) !important;*/
}

.post-date{
    /*color: var(--Grayish_blue) !important;*/
}

.msj-private{
    margin: 10px 0px 0px 0px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid var(--Light-grayish-blue-2);
}
.msj-private:hover{
    cursor: pointer;
    background-color: var(--Light-grayish-blue-1);
}


.notification.not-read{
    /*background-color: hsl(211, 68%, 94%) !important;*/
    background-color:var(--bs-gray-800)
}
.point-not-read{
    background-color: var(--Red);
    display: inline-block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-left: 5px;
}



.dropzone {
    color: black !important;
}

.users-list-name {
    margin: 1em;
}


