.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.button-arrow_disabled {
    pointer-events: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 280px;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: gray;
    padding-left: 20px;
    margin-right: 20px;
    margin-left: -20px;
    transition: background 0.3s
}

.button-arrow_disabled:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-left: 20px solid gray;
    border-bottom: 27px solid transparent;
    transition: border-left-color 0.3s
}

.button-arrow_disabled:hover {
    background: gray
}

.button-arrow_disabled:hover:after {
    border-left-color: gray
}

.fb_dialog {
    right: initial !important;
    left: 18pt;
}

.fb-customerchat.fb_invisible_flow.fb_iframe_widget iframe {
    right: initial !important;
    left: 18pt !important;
}

@media only screen and (max-width: 550px) {
    .fb-customerchat.fb_invisible_flow.fb_iframe_widget iframe {
        left: 0 !important;
    }
}


/* https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.simple__input {
    width: 300px;
    height: 45px;
    background-color: white;
    border: 1px solid #898989;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    color: #343434;
    padding: 0 16px;
    margin-right: 7px;
}
