
.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #FB6200
}

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
    background-color: #222d3c;
    border-color: #222d3c;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
    background-color: #8c0615;
    border-color: #8c0615;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: black;
}

#content {
    height: 70%;
}

#log {
    display: none;
    height: 30%;
    overflow: auto;
    word-wrap: break-word;
}

#log div {
    background: #ddddff
}

#log div.msg {
    background: #ffffdd
}

#log div.input {
    background: #ffdddd
}

#log div.output {
    background: #ddffdd
}

textarea:focus,
input:focus {
    outline: none;
}

*:focus {
    outline: none;
}

#reaction-stripe {
    transition: 0.5s;
    font-family: Archivo;
    overflow: hidden;
    height: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    margin: 0 auto;
    border-radius: 5px;
}

#reaction-stripe.open {
    height: 88px;
    max-width: 1400px;
    width: 100%;
}

@media screen and (max-width: 950px) {
    #reaction-stripe.open {
        height: 150px;
    }
}


#selfie {
    display: inline-block;
}

.sound-buttons {
    cursor: pointer;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 35px;
    box-shadow: 0 0 3px 2px rgba(255, 255, 255, 0.8);
}

.sButtonDescription {
    margin-top: 5px;
}

#alive-buttons {
    font-size: 12px;
    display: flex;
    flex: 1;
    justify-content: center;
}

#alive-buttons img {
    width: 35px;
    width: 35px;
}

#countdown {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    transition: 1s;
    font-size: 0vw;
    opacity: 50%;
    color: #000;
}

#webcam {
    display: inline-block;
    overflow: hidden;
}

.selfie-text {
    transition: 0.5s;
    line-height: 39px;
    height: 40px;
    width: 300px;
    position: relative !important;
    /*min-width: 324px;*/
    /*position: relative;*/
    top: -20px;
    left: 24px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(15px);
    border-radius: 8px;
}

.photo {
    /*position: absolute;*/
    position: relative;
    top: -6px;
    right: -33px;
    display: inline-block;
    width: 51px;
    height: 51px;
    border-radius: 40px;
    background: #F9805F;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.photo-icon {
    cursor: pointer;
    position: absolute;
    left: 8px;
    top: 12px;
    height: 31px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    /* White - 25% */
    backdrop-filter: blur(15px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 8px;
}

.text-message {
    display: flex;
    padding: 3px;
    /* max-width: 531px; */
    /* White - 25% */
    /* background: rgba(255, 255, 255, 0.25);*/
    background: rgba(113, 113, 113, 0.7);
    backdrop-filter: blur(15px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 8px;
}

.text-message input {
    padding-right: 10px;
    padding-left: 10px;
    height: 40px;
    border: 0;
    width: 100% !important;
    color: white;
    min-width: 250px;
    background-color: transparent;
}

.invia {
    position: absolute;
    padding: 3px 6px;
    top: 10px;
    right: 8px;
    height: 20px;
    background-color: white;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    align-items: center;
    text-align: center;
    color: #231F20;
}

.safari .invia {
    right: 24px;
}

.modal a.close-modal {
    border-right: 2px solid white;
    border-radius: 30px;
}

#preview_image {
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .selfie-text {
        background-color: transparent;
        width: 0px;
    }
}
.text-message input::placeholder {
    transition: 0.5s;
    color: white;
}
@media screen and (max-width: 1700px) {
    .text-message input::placeholder {
        transition: 0.5s;
        color: white;
    }
}

@media screen and (max-width: 1200px) {
    .text-message input::placeholder {
        transition: 0.5s;
        font-size: 12px;
        color: white;
    }
}

#social-sharing img {
    width: 40px;
}

.no-outline:focus {
    outline: none;
}
