@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Montserrat:500);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css);

body {
    font-family: Open Sans, Arial, sans-serif;
    margin: 0;
    width: 100%;
    overflow-x: hidden
}

.widget-view-container {
    height: 100vh;
    background-size: cover;
    background-position: 50%
}

.widget-view p, .widget-view span {
    font-family: Open Sans, Arial, sans-serif
}

.input-text-error {
    width: 100%;
    color: #ff6b6b;
    margin-top: 5px;
    margin-right: 0;
    max-width: 100%;
    font-size: 13px;
    margin-left: 5px;
    text-align: left;
    position: relative;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: fade-in .3s ease-in-out forwards;
    animation: fade-in .3s ease-in-out forwards;
    font-family: Montserrat, Arial, sans-serif !important
}

.input-text-error:before {
    top: 0;
    right: 10px;
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 1.7;
    content: "\F12A";
    font-weight: 900;
    text-align: center;
    position: absolute;
    background: #ff6b6b;
    border-radius: 16px;
    display: inline-block;
    font-family: Font Awesome\ 5 Free, Arial, sans-serif
}

.widget-preview {
    position: relative
}

.covered-image {
    background-position: 50%;
    background-size: contain !important
}

.centered {
    margin: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.widget-view {
    width: 100%;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 10px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 0 30px -6px rgba(0, 0, 0, .94);
    box-shadow: 0 0 30px -6px rgba(0, 0, 0, 0.94)
}

.widget-view .form-media img {
    width: 100%;
    height: auto
}

.widget-view .form-media video {
    max-width: 100%;
    max-height: 300px
}

.widget-view .form-inputs {
    padding: 0 12px
}

.widget-view .form-inputs .form-input {
    margin-bottom: 10px
}

.widget-view .form-inputs .form-input .form-input-title {
    text-align: left;
    width: 190px;
    height: 40px;
    display: block;
    color: #797979;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget-view .form-inputs .form-input .form-input-title span {
    height: 40px;
    text-align: left;
    display: table-cell;
    vertical-align: middle
}

.widget-view .form-inputs .form-input .form-input-field {
    width: 100%;
    min-width: 100px;
    position: relative;
    vertical-align: top;
    display: inline-block
}

.widget-view .widget-content-container {
    padding: 15px
}

.widget-view .widget-description {
    color: #5a5a5a;
    font-size: 16px;
    text-align: left;
    margin-bottom: 5px;
    word-break: break-word;
    padding: 15px 10px 10px 15px
}

.widget-view .widget-text-container {
    width: 100%;
    display: block;
    position: relative
}

.widget-view .widget-description p {
    padding: 10px !important
}

.widget-view .widget-title {
    color: #5a5a5a;
    max-width: 80%;
    font-size: 18px;
    font-weight: 500;
    margin: 15px auto;
    position: relative;
    text-align: center;
    -webkit-animation: fade-in .3s ease-in-out forwards;
    animation: fade-in .3s ease-in-out forwards
}

.widget-view .widget-channels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

.widget-view .widget-channels button:first-child {
    border-radius: 5px 0 0 5px
}

.widget-view .widget-channels button:last-child {
    border-radius: 0 5px 5px 0
}

.widget-view .widget-channels button {
    color: #fff;
    width: 100%;
    border: none;
    outline: none;
    padding: 11px;
    cursor: pointer;
    font-size: 11px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.widget-view .widget-footer {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.widget-view .widget-footer .widget-footer-left {
    text-align: left;
    width: calc(100% - 170px)
}

.widget-view .widget-footer .widget-footer-right {
    float: right;
    width: 160px;
    margin-left: 10px;
    text-align: right;
    word-break: break-word
}

.widget-view .widget-footer span {
    font-size: 12px
}

.widget-view .widget-footer span a {
    color: #7e7e7e;
    text-decoration: underline
}

.widget-view .widget-channels .channel-icon {
    padding: 6px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.widget-view .widget-channels .channel-icon img {
    width: 24px;
    height: 24px
}

.widget-view .widget-channels button:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%)
}

.widget-view .widget-channels button {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.widget-view .widget-channels button:last-child {
    border-right: none !important
}

.widget-view .widget-channels .facebook-channel {
    background: -webkit-gradient(linear, left top, left bottom, from(#41a5fc), to(#0586ff));
    background: -o-linear-gradient(top, #41a5fc, #0586ff);
    background: linear-gradient(180deg, #41a5fc, #0586ff)
}

.widget-view .widget-channels .telegram-channel {
    background: -webkit-gradient(linear, left top, left bottom, from(#20b1f5), to(#169fe3));
    background: -o-linear-gradient(top, #20b1f5, #169fe3);
    background: linear-gradient(180deg, #20b1f5, #169fe3)
}

.widget-view .widget-channels .viber-channel {
    background: -webkit-gradient(linear, left top, left bottom, from(#742ea6), to(#59267c));
    background: -o-linear-gradient(top, #742ea6, #59267c);
    background: linear-gradient(180deg, #742ea6, #59267c)
}

.widget-view .widget-channels .skype-channel {
    background: -webkit-gradient(linear, left top, left bottom, from(#31c4ed), to(#169fe3));
    background: -o-linear-gradient(top, #31c4ed, #169fe3);
    background: linear-gradient(180deg, #31c4ed, #169fe3)
}

.widget-view .widget-channels .instagram-channel {
    background: -webkit-gradient(linear, left top, left bottom, from(#8134af), to(#dd34af));
    background: -o-linear-gradient(top, #8134af, #dd34af);
    background: linear-gradient(180deg, #8134af, #dd34af)
}

.widget-view .widget-channels .vkontakte-channel {
    background: -webkit-gradient(linear, left top, left bottom, from(#597ba0), to(#486a8d));
    background: -o-linear-gradient(top, #597ba0, #486a8d);
    background: linear-gradient(180deg, #597ba0, #486a8d)
}

.widget-view .form-media .covered-image {
    background-repeat: no-repeat
}

.widget-view .widget-description {
    overflow-y: auto;
    max-height: 270px;
    padding-top: 0 !important;
    scrollbar-width: thin !important
}

.widget-background {
    position: fixed;
    min-width: 100%;
    min-height: 100%
}

.form-input .form-input-field .label-text input {
    width: 100%;
    outline: none;
    color: #5a5a5a;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.label-text .vue-tel-input input {
    border-radius: 0 !important
}

.label-text .vue-tel-input .vti__dropdown-list {
    max-width: 308px
}

.label-text .vue-tel-input .vti__dropdown-item {
    padding: 10px 15px
}

.label-text .vue-tel-input .vti__dropdown-item strong {
    font-weight: 400 !important;
    font-family: Open Sans, Arial, sans-serif
}

.label-text .vue-tel-input, .label-text .vue-tel-input:focus-within {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #f1f1f1 !important
}

.label-text .vue-tel-input input {
    margin-top: 0;
    margin-bottom: 0
}

.label-text .vue-tel-input .vti__dropdown {
    background: #f1f1f1;
    outline: none
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@media screen and (max-width: 480px) {
    .form-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-view .form-inputs .form-input .form-input-title {
        width: 100%
    }

    .widget-content-container {
        padding: 0 !important
    }

    .widget-view {
        border: none
    }

    .centered {
        margin: 0;
        top: 5%;
        left: 5%;
        position: absolute;
        -webkit-transform: translate(-5%, -5%);
        transform: translate(-5%, -5%);
        -ms-transform: translate(-5%, -5%)
    }

    .widget-view .widget-channels button {
        border-radius: 0 !important
    }

    .label-text .vue-tel-input .vti__dropdown-list {
        max-width: none !important
    }

    .widget-view-container {
        height: 100vh;
        background-size: cover;
        background-position: 50%;
        background-image: none;
    }
}

.content-loading #logo {
    position: absolute;
    top: calc(50% - 143px);
    left: calc(50% - 111px)
}

.widget-qr-view {
    border: none;
    width: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}

.widget-channels.widget-single-channel button {
    padding: 20px;
    font-size: 16px;
    border-radius: 5px !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #44a9ff), to(#2a8ffa));
    background: -o-linear-gradient(top, #44a9ff 0, #2a8ffa);
    background: linear-gradient(180deg, #44a9ff 0, #2a8ffa)
}
.widget-info{
    text-align: center;
}