/* Component "group-video" */
.group-video-container video.group-video-image {
    width: 220px;
    border: 6px dashed #30B5BF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.group-video-container video.group-video-image:hover {
    cursor: pointer;
    border-color: #247883;
}
.group-video-container video.group-video-player {
    display: none;
    height: 178px;
    border: 4px solid #000;
}
.group-video-container.empty-video {
    width: 220px;
    height: 168px;
    margin-bottom: 6px;
    text-align: center;
    border: 6px dashed #AAA;
}
.group-video-container.empty-video img {
    width: 50%;
    padding: 25px 0;
}
.group-video-container.empty-video:hover {
    cursor: pointer;
}

/* End --- Component "group-video" */

/* Component "activity-video" */
.activity-video-container .activity-video-image {
    width: 160px;
    padding: 20px;
    border: 6px dashed #FFF;
    background-color: #30B5BF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.activity-video-container .activity-video-image:hover {
    cursor: pointer;
    border-color: #247883;
}
.activity-video-container video.activity-video-player {
    display: none;
    height: 178px;
    border: 4px solid #000;
}

.activity-video-container.empty-video .activity-video-image:hover {
    cursor: not-allowed;
    border-color: #fff;
}
/* End --- Component "activity-video" */


/* Component "form-input" */
.form-input-component {
    position: relative;
    display: flex;
    align-items: center;
}
.form-input-component .line {
    position: absolute;
    width: 40%;
    border-bottom: 6px solid #30B5BF;
    z-index: -1;
}

.form-input-component label {
    display: inline-block;
    width: 16.7%;
    background-color: transparent;
    border: 6px dashed #30B5BF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    /* z-index: 2; */
}
.form-input-component label:hover {
    border-color: #247883;
    cursor: pointer;
}

.form-input-component label .contains-text {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-weight: normal;
    padding: 20px 0 15px 0;
}

.form-input-component input {
    height: 80px;
    width: 35%;
    border: 6px solid #30B5BF;
    padding: 0 10px;
    z-index: 1;
    margin-left: 60px;
}
.form-input-component input:focus,  .form-input-component input:hover{
    border-color: #247883;
}
.form-input-component input::placeholder {
    color: #000;
}
.form-input-component .unmask-password-button {
    margin-left: -50px;
    z-index: 1;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #fff;
    width: 35px;
    height: 33px;
    padding: 3px 0 0 5px;
}
.form-input-component .unmask-password-button:hover {
    cursor: pointer;
}

/* End --- Component "form-input" */


/* Component "form-submit" */
.submit-button {
    background-color: #30B5BF;
    border: 6px solid #30B5BF;
    padding: 0;
    width: 100%;
}
.submit-button:hover {
    cursor: pointer;
    border-color: #247883;
}
.submit-button .icon{
    background-color: #000;
    padding: 5px;
    text-align: center;
}
.submit-button .icon i {
    color: #31B3BE;
    font-size: 6rem;
}
.submit-button .contains-text.submit-button-text {
    /* padding: 20px 20px 10px 20px; */
    background-color: #30B5BF;
}
/* End --- Component "form-submit" */

/* Component "link" */
.inclusher-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 6px solid #30B5BF;
    background-color: #30B5BF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.inclusher-link:hover {
    cursor: pointer;
    border-color: #247883;
}
.inclusher-link:focus {
    text-decoration: none;
    border-color: #247883;
}
.inclusher-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    background-color: #000;
    font-size: 6rem;
    color: #30B5BF;
}
.inclusher-link .image-container {
    width: 100%;
    background-color: #000;
}
.inclusher-link img {
    width: 100%;
    height: auto;
}
.inclusher-link .video-container {
    display: none
}
.inclusher-link .contains-text {
    width: 100%;
    color: #000;
    padding: 25px 0 15px 0;
}


/* End --- Component "link" */


/* Component "button" */
.inclusher-button {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 6px solid #30B5BF;
    background-color: #30B5BF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.inclusher-button:hover {
    border-color: #247883;
    cursor: pointer;
}
.inclusher-button i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    width: 100%;
    background-color: #000;
    font-size: 6rem;
    color: #30B5BF;
}
.inclusher-button img {
    width: 100%;
    height: auto;
}
.inclusher-button .video-container {
    display: none
}
.inclusher-button .contains-text {
    width: 100%;
    color: #000;
    padding: 20px 0 15px 0;
}

/* End --- Component "button" */


/* Component "info" */
.inclusher-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 6px dashed #30B5BF;
    background-color: #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.inclusher-info:hover {
    cursor: pointer;
}
.inclusher-info img {
    width: 100%;
    max-width: 320px;
}
.inclusher-info .contains-text {
    background-color: #fff;
    padding: 20px 5px 15px 5px;
    font-size: 2rem;
    line-height: 2.5rem;
}
/* End --- Component "info" */


/* Component "recorder" */
.inclusher-recorder {
    border: 6px solid #E3246F;
}
/* End --- Component "recorder" */

/* Component avatar */
.inclusher-avatar img.image-avatar {
    width: 60px;
    height: 60px;
    border: solid 4px #76428D;
    border-radius: 50%;
    object-fit: cover;
}
.inclusher-avatar img.image-avatar.has-video {
    border:dashed 4px #30B5BF;
}
.inclusher-avatar img.image-avatar.has-video:hover {
    cursor: pointer;
}
.inclusher-avatar video.video-avatar {
    display: none;
    position: absolute;
    top: -30px;
    margin-right: 30px;
    border: 4px solid #333;
    border-radius: 3px;
    z-index: 9999;
}
/* End --- Component avatar */


/* Component connection led */
.inclusher-connection-led {
    display: inline-block;
    width: 25px;
    height: 25px;
    border: solid 3px #fff;
    border-radius: 50%;
    margin: 0 10px;
}
.inclusher-connection-led.online {
    background-color: #0fe000;
}
.inclusher-connection-led.offline {
    background-color: #5e2573;
}
/* End --- Component connection led */


/* Component tag */
.inclusher-tag {
    display: inline-block;
    margin-right: 10px;
}
.inclusher-tag img.image-tag {
    display: inline-block;
    width: 60px;
    height: auto;
    border: solid 4px #5e2573;
}
/* End --- Component tag */


/* Component video-button */
.inclusher-video-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: #000;
    margin: 0 0 0 15px;
    border: 4px solid #5e2573;

}
.inclusher-video-button.empty-video:hover {
    cursor: not-allowed;
}
.inclusher-video-button  .video-video-button {
    width: 100%;
}
.inclusher-video-button .image-video-button {
    width: 90px;
    margin: 15px 0;
}
.inclusher-video-button .play-control-video-button {
    display:flex;
    position: absolute;
    justify-content: center;
    width: 100%;
}
.inclusher-video-button .play-control-video-button i {
    font-size: 4rem;
    color: #fff;
    background-color: #5e2573;
    padding: 8px 10px;
    border: 4px solid #fff;
}
/* End --- Component video-button */


/* Component mobile link */
.inclusher-mobile-link {
    border: 6px solid transparent;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.inclusher-mobile-link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inclusher-mobile-link .media-container {
    min-width: 220px;
    margin-right: 5px;
}
.inclusher-mobile-link  .contains-video:hover {
    border: none;
}
.inclusher-mobile-link .media-container img {
    max-height: 120px;
    border: 6px solid #30B5BF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.inclusher-mobile-link:hover .media-container img {
    border-color: #247883;
}
.inclusher-mobile-link .icon-container i {
    font-size: 4rem;
    color: #30B5BF;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.inclusher-mobile-link:hover  .icon-container i {
    color: #247883;
}
.inclusher-mobile-link .icon-container i:first-child {
    margin-right: 30px;
}
.inclusher-mobile-link .icon-container i:last-child {
    margin-right: 6px;
}

body.lsf .inclusher-mobile-link .text-container {
    display: none;
}
/* End --- Component mobile link */