.sekcja_special_1
{
 background: #ffffff;
 padding-bottom: 0px;
 padding-top: 0px;
}
.sekcja_special_2
{
 background: #ffffff;
 padding-bottom: 0px;
 padding-top: 0px;
}
.inputLabel {
    text-transform: uppercase;
    color: #545454 !important;
    line-height: 1.5;
    letter-spacing: 1px;
}

.custom-input {
    width: 100%;
    padding: 0 20px;
    border-width: 1px;
    border-radius: 5px;
    background: #fff;
    transition: border .5s;
    outline: 0;
    font-size: 1rem;
    line-height: 30px;
}

.text-center {
    text-align: center;
    display: block;
}

.errors {
    color: red;
}
@import url('https://fonts.googleapis.com/css2?family=Tinos:wght@400;700&display=swap');


.sekcja_streamonline_pomagam {
    background-color: transparent;
    background-image: url('./userfiles/image/stream_pomagam.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0 !important;
}

.blackBox {
    background-color: #000000;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.blackBox .text {
    color: #fb635f;
    font-size: 24px;
    text-transform: uppercase;
}


.ChatWindow .panel-body {
    height: 400px;
    overflow-y: scroll;
    padding: 0 !important;

}

.ChatFeed {
    width: 100%;
    overflow-y: scroll;
}

.btnLang,
.btnLang:focus,
.btnLang:active {
    background: #fb635f;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.btnLang:hover {
    background: #FFFFFF;
    color: #fb635f;
}

.StreamWindow {
    border-color: transparent !important;
}

.StreamWindow .panel-heading {
    background-color: #fb635f;
    color: #FFFFFF !important;
}

.StreamWindow .input-group-addon {
    background-color: #fb635f;
}

.StreamWindow .input-group-text {
    background-color: #fb635f;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16pt;
}

.ChatWindow {
    border-color: transparent !important;
}

.ChatWindow .panel-heading {
    background-color: #fb635f !important;
    color: #FFFFFF !important;
    padding: 16px 0 !important;
    font-size: 16px !important;
}


.ChatWindow .input-group-addon {
    background-color: #fb635f;
}

.ChatWindow .input-group-text {
    background-color: #fb635f;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16pt;
}

.ChatWindow .messageHeader {
    font-size: 9pt;
    font-weight: 700!important;
    color: #fb635f;
    margin-top: 5px;
}

.ChatWindow .messageHeaderMe {
    font-size: 9pt;
    font-weight: bold;
    color: #fb635f;
}

.ChatWindow .messageTime {
    font-size: 9pt;
    font-weight: normal;
    color: #fb635f;
}

.ChatWindow .messageBody {
    font-size: 10pt;
    color: #000000;
}


.banMsg {
    color: #FF0000;
    cursor: pointer;
}

#StartChatButton {
    background-color: #fb635f;
    border-color: #fb635f;
    color: #FFFFFF;
}

#StartChatButton:hover {
    background-color: #FFFFFF;
    border-color: #fb635f;
    color: #fb635f;
}

.container_iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.errors {
    color: #FF0000;
}

.parent-div {
    position: relative;
}

.popup-div {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: 10;
    display: none;
    background: #fb635f;
    border: 1pt solid #fb635f;
    padding: 5px;
}

.emots {
    width: 24px;
    margin: 3px 3px 3px 3px;
}

.emotMsg {
    width: 20px;
    margin: 3px 3px 3px 3px;
}

.closeSpan {
    font-size: 10pt;
    margin-top: 10px;
}


.container_iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.container_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

h2.streamTitle {
    font-family: 'Poppins', sans-serif !important;
    color: black !important;
    font-size: 36px !important;
    padding: 24px 0 0 !important;
}

h2.streamTitleNew {
    font-family: 'Poppins', sans-serif !important;
    color: #fb635f !important;
    font-size: 36px !important;
    padding: 50px 0 0 100px !important;
    margin: 0!important;
}

h2.streamTitle.smallTitle {
    font-family: 'Poppins', sans-serif !important;
    color: black;
    font-size: 20px !important;
    padding: 0 0 12px !important;
    margin: 0 !important;
}

.panel-body {
    border-radius: 0 !important;
    padding: 0 !important;
}

.ChatWindow .panel-body {
    padding: 15px !important;
}

.ChatWindow .messageHeader {
    font-size: 9pt;
    font-weight: bold;
    color: #fb635f;
    margin-top: 5px;
}

.ChatWindow .messageHeaderMe {
    font-size: 9pt;
    font-weight: bold;
    color: #fb635f;
}

.ChatWindow .messageHeaderAdmin {
    font-size: 9pt;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700!important;
    color: #FF0000 !important;
    margin-top: 5px;
}

.ChatWindow .messageTime {
    font-size: 9pt;
    font-weight: normal;
    color: #fb635f;
}

.ChatWindow .messageBody {
    font-size: 10pt;
    color: #000000;
}

#ChatFooter {
    background-color: #fff !important;

}

#message,
#message::placeholder,
#question,
#question::placeholder {
    background-color: #fff !important;
    font-weight: bold !important;
    color: #fb635f !important;
}

.input-group-addon,
.input-group-addon i {
    text-decoration: none !important;
    border: none !important;
    font-size: 32px !important;
    background-color: #fff !important;
    color: #fb635f !important;
}

.ChatWindow .input-group-text {
    background-color: #fff !important;
}

.buttonsFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.buttonsFlex a {
    display: block;
    width: 30%;
}

.buttonWSB {
    border-radius: 0;
    padding: 8px !important;
    color: white !important;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fb635f;
    cursor: pointer;
    margin: 4px 0 !important;
    max-width: 250px;
}

.buttonWSB:first-of-type {
    background-color: #fb635f !important;
    color: #1F284A !important;
}


.buttonSonda {
    border-radius: 0;
    padding: 8px !important;
    padding-top: 15%;
    color: #1C284D !important;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center !important;
    width: 30%;
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #fb635f;
    cursor: pointer;
    margin: 4px 0 !important;
}

.buttonSonda:first-of-type {
    background-color: #fb635f !important;
}

.btnSave {
    border-radius: 0;
    padding: 8px !important;
    padding-top: 15%;
    color: #1C284D !important;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center !important;
    background-color: #fb635f;
    cursor: pointer;
    margin: 4px 0 !important;
}

.btnCancel {
    border-radius: 0;
    padding: 8px !important;
    padding-top: 15%;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 14px !important;
    text-align: center !important;
    background-color: #fb635f;
    cursor: pointer;
    margin: 4px 0 !important;
}

@media only screen and (max-width: 992px) {

    .buttonsFlex a,
    .buttonSonda {
        width: 33%;
    }
}

@media only screen and (max-width: 767px) {

    .buttonsFlex a,
    .buttonSonda {
        width: 99%;
    }
}

.wrapper-content {
    padding-bottom: 10px !important;
}

#EmotsDiv {
    padding: 6px;
    background-color: #fb635f;
    border-radius: 0;
    border: none !important;
}



.sekcja_streamonline {

    margin-top: 70px !important;
}

@media only screen and (max-width: 768px) {
    .sekcja_streamonline {
        margin-top: 100px !important;
    }
}

#zadajPytanie {
    border-top: 0;
    padding: 10px 15px;
    background-color: #fff;
}

#SendQuestion {
    cursor: pointer;
}

.pytania-container {
    padding: 100px 0;
}

h3.padding-left-new {
    font-size: 30px;
}

.padding-left-new {
    padding: 0 0 0 50px !important;
}

h3.centered-new {
    font-size: 30px;
    color: #ffffff !important;
}

.centered-new {
    text-align: center;
}

.blueDiv {
    text-align: center;
    padding: 100px 0;
}

.buttonGoToWarsztat {
    font-size: 14pt;
    font-weight: bold;
    color: #ffffff !important;
    background-color: #1F284A;
    padding: 10px 50px;
    margin: 30px auto;
    display: block;
    width: 40%;
}

.tytulChat {
    font-family: 'Poppins', sans-serif !important;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 24px !important;
}
.sekcja_special_6
{
 background: #FB635F;
 padding-bottom: 60px;
 padding-top: 60px;
}
.sekcja_special_7
{
 background: #ffffff;
 padding-bottom: 0px;
 padding-top: 0px;
}
.sekcja_special_5
{
 background: #ffffff;
 padding-bottom: 32px;
 padding-top: 32px;
}
