﻿body {
}
.videos_n h1 {
    margin: 10px;
}

.videos_n {
    position: absolute;
    width: 1234px;
    height: 49%;
    /*height: 58%;*/
    /* left: 0; */
    /* right: 0; */
    z-index: 1;
    top: 0;
    margin-top: 76px;
    background: white;
    /* border: 1px solid; */
    text-align: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
}

body {
    background: white;
}

[v-cloak] {
    display: none;
}

.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}

.modal-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    height: 200px !important;
}

.modal-footer.modal--c_f button.button--r {
    background: #D34B46;
    border-radius: 6px;
    color: #FFFFFF;
    border: none;
}







.modal-footer.modal--c_f button {
    background: #FFFFFF;
    border: 1px solid #2C3537;
    box-sizing: border-box;
    border-radius: 6px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16.4486px;
    line-height: 19px;
    text-align: center;
    color: #2C3537;
    height: 48px;
    width: 130px;
}











.modal-header.modal--c_h .modal-title {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #2C3537;
    margin-left: 0px;
}







.modal-footer.modal--c_f {
    flex-direction: row-reverse;
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}





.iframeWrapper {
    /*display: inline-block;*/
    position: relative;
}

    .iframeWrapper:after { /* I have higher Z-index so I can catch the click! Yey */
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .iframeWrapper iframe {
        vertical-align: top;
    }

/* body {
            background: url(/Images-baspana/callvideosms.jpg) no-repeat;
        }*/
.callvideosms_forms--s a {
    display: flex;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.main.callvideosms {
    display: flex;
    margin: 110px 0px 0px 0px;
    grid-gap: 222px;
}

.callvideosms_forms--s { /* white */
    background: #FFFFFF;
    box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    height: 482px;
    width: 421px;
    display: grid;
    padding: 24px;
    grid-gap: 17px;
}

    .callvideosms_forms--s input {
        background: #FFFFFF;
        border: 1px solid #D2D4D5;
        box-sizing: border-box;
        border-radius: 6px;
        height: 48px;
        padding: 17px;
    }

    .callvideosms_forms--s h3 {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        /* identical to box height */
        /* Dark */
        color: #2C3537;
        justify-self: center;
    }

    .callvideosms_forms--s div {
        display: flex;
        grid-gap: 15px;
    }

        .callvideosms_forms--s div p {
            font-style: normal;
            font-weight: normal;
            font-size: 14px;
            line-height: 23px;
            /* or 164% */
            /* dark */
            color: #2C3537;
            font-family: 'Ubuntu';
        }

        .callvideosms_forms--s div input {
            cursor: pointer;
        }

    .callvideosms_forms--s a div {
        font-family: Ubuntu;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
        /* tangerine */
        background: #F05E22;
        box-shadow: 0px 8.2243px 12.7103px -4.48598px rgba(62, 83, 87, 0.38);
        border-radius: 6px;
        width: max-content;
        padding: 15px 48px;
    }

.main.callvideosms ul li {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    /* Dark */
    color: #2C3537;
}

.main.callvideosms ul {
    display: grid;
    grid-gap: 21px;
    margin-left: 21px;
}

.back-search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    --background: url(/Images-baspana/callvideosms.jpg) no-repeat 50% 80% / cover;
    position: absolute;
    /* height: 100%; */
    background: no-repeat 50% 64%/cover;
    min-width: 100%;
    max-width: 100%;
    background-color: #f1f2f2;
}

.imgs-boxs.back-search {
    height: 880px;
}

.main.callvideosms ul li {
    list-style: disc !important;
}

body .main {
    /*margin:760px 0px 0px 0px !important;*/
    height: 800px !important;
    align-items: center;
    display: flex;
}

.button-position.testShow.btn-group.dropup.button-m {
    display: none !important;
}