.container-content-body{
    /* control width and height */
    height: auto;
    max-height: 500px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .event-conteiner-video-box video{
        /* control widith and height */
        width: 95%;
        /* control border property */
        border: none;
        border-radius: 4px;
    }

    .body-set{
        /* control font */
        font-size: 1.12em;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .event-conteiner-video-box video{
        /* control widith and height */
        width: 40%;
        /* control border property */
        border: none;
        border-radius: 4px;
    }

}



.content-event-views{
    /* control space padding and margin */
    margin: 0.3em;
    padding: 0.3em;
    /* control border property */
    border: 1px solid gray;
    border-radius: 3px;
    /* control position */
    position: relative;

}

.height-spacer-blog{
    /* control width and height */
    height: 42px;
}

.blog-menu-reactions{
    /* control position */
    position: absolute;
    bottom: 0;
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    /* control width and height */
    width: 99%;
    height: 40px;
}

.react{
    /* control space padding and margin */
    margin: 0.2em;
}

.reactionbycustomer{
    /* control pointer */
    cursor: pointer;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.react-comment-view-add
{
    /* control space padding and margin */
    padding: 0.5em;
    /* control positiion */
    position: absolute;
    z-index: 5;
    /* control with and height */
    width: 250px;
    height: 320px;
    /* control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    /* control display and alignment */
    display: none;
    /* display: block; */
}


.view-comment-now{
    /* control width and height */
    height: 280px;
    /* control background and color */
    background-color: white;
    color: black;

}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.react-comment-view-add
{
    /* control space padding and margin */
    padding: 0.5em;
    /* control positiion */
    position: absolute;
    z-index: 5;
    /* control with and height */
    width: 500px;
    height: 320px;
    /* control background and color */
    background-color: white;
    color: black;
    /* control border property */
    border: 1px solid gray;
    display: none;
    /* display: block; */
}


.view-comment-now{
    /* control width and height */
    height: 280px;
    /* control background and color */
    background-color: white;
    color: black;

}

}

.comprofile{
    /* control background and color */
    background-color: grey;
    /* control border property */
    border: none;
    border-radius: 10px;
    /* control space padding and margin */
    padding: 0.2em;
    margin: 0.2em;
}
.proimg{
    /* control with and height */
    width: 30px;
    height: 30px;
    /* control border radius */
    border: 1px solid gray;
    border-radius: 50%;
    /* control display and alignment */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* control background and color */
    background-color: black;
    color: white';
}

.proimg img{
    /* control width and height */
    width: 100%;
    height: 100%;
    /* control border property */
    border: none;
    border-radius: 50%;
    /* control background and color */
    background-color: black;
    color: white;
}

.name-profile-case{
    /* control background and color */
    background-color: grey;
    color: black;
}

.compagra{
    /* control background and color */
    background-color: grey;
    color: black;
}

.add-comment{
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* control space padding and margin */
    margin-top: 0.3em;
    /* control background and color */
    background-color: white;
    color: black;
}

#createcommentinputhere{
    /* control width and height */
    width: 50%;
    height: 20px;
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control background and color */
    background-color: white;
    color: black;
    /* control space padding and margin */
    margin-right: 0.2em;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

#sendcomment{
    /* control background and color */
    background-color: black;
    color: white;
    /* control width and height */
    height: 22px;
    /* control space padding and margin */
    padding-left: 0.12em;
    padding-right: 0.12em;
    /* control border property */
    border-radius: 5px;
    /* control pointer */
    cursor: pointer;
    /* control font */
    font-size: 0.7em;
}

#closecommentui{
    /* control space padding and margin */
    margin-left: 0.3em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    /* control width and height */
    height: 22px;
    /* control border property */
    border-radius: 5px;
    /* control pointer */
    cursor: pointer;
    /* control font */
    font-size: 0.7em;

}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

#sendcomment{
    /* control background and color */
    background-color: black;
    color: white;
    /* control width and height */
    height: 22px;
    /* control space padding and margin */
    padding-left: 0.12em;
    padding-right: 0.12em;
    /* control border property */
    border-radius: 5px;
    /* control pointer */
    cursor: pointer;
}

#closecommentui{
    /* control space padding and margin */
    margin-left: 0.3em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    /* control width and height */
    height: 22px;
    /* control border property */
    border-radius: 5px;
    /* control pointer */
    cursor: pointer;

}

}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.sharestatecase{
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control background and color */
    background-color: black;
    color: white;
    /* control width and height */
    width: 290px;
    height: 50px;
    /* control space padding and margin */
    padding: 0.2em;
    /* control position */
    position: absolute;
    z-index: 10;
    /* control display and alignment */
    display: none;
    /* display: block; */
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.sharestatecase{
    /* control border property */
    border: 1px solid gray;
    border-radius: 5px;
    /* control background and color */
    background-color: black;
    color: white;
    /* control width and height */
    width: 500px;
    height: 50px;
    /* control space padding and margin */
    padding: 0.2em;
    /* control position */
    position: absolute;
    z-index: 10;
    display: none;
    /* display: block; */
}

}


.sharetitle{
    /* control background and color */
    background-color: black;
    color: white;
}

.copyshare{
    /* control background and color */
    background-color: black;
    color: white;
    /* control display and alignment */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#shareevent{
    /* control width and height */
    width: 70%;
    height: 22px;
    /* control border property */
    border: 1px solid white;
    border-radius: 4px;
    /* control background and color */
    background-color: white;
    /* control space padding and margin */
    margin-right: 0.12em;
}

#copybuttoninput{
    /* control width and height */
    height: 23px;
    /* control space padding and margin */
    padding-left: 0.2em;
    padding-right: 0.2em;
    /* control border property */
    border: 1px solid white;
    border-radius: 3px;
    /* control background and color */
    background-color: white;
    color: black;
    /* control pointer */
    cursor: pointer;
}

#closewindowsharelink{
    /* control width and height */
    height: 23px;
    /* control space padding and margin */
    padding-left: 0.2em;
    padding-right: 0.2em;
    margin-left: 0.2em;
    /* control border property */
    border: 1px solid white;
    border-radius: 3px;
    /* control pointer */
    cursor: pointer;
    
}