﻿.w-css-reset a{
    width: calc(40vw - 70px);  
    border-radius: 0px !important;
    margin-right: 0px !important;
    /*position: absolute !important;*/
    top: -10px !important;
    z-index: 0 !important;
}

.w-context-menu{
    display: none !important;   
}

.w-css-reset a{
    width: calc(200% - 30px);  
    top: 0px !important;
    margin: 0px !important;
    left: -100%;
}

.w-css-reset[data-handle="annotationOverlay"] > div > div:not(:first-child) {
    margin-top: 0px !important;    
}

.phone .columns.no-margin.phone-break-all:only-child > .columns-item:not(:last-child),
.tablet .columns.no-margin.phone-break-all:only-child > .columns-item:not(:last-child) {
    margin-bottom: var(--space-none);
}
/*
.Video-Content > .wistia_embed_initialized > div {
    height: 358px !important;    
}

div[id^="wistia_grid"] > div[id$="_main"] {
    height: 358px !important;    
}

.wistia-embed > div > div[id$="_wrapper"] {
    height: 358px !important;    
}*/

.tablet .checkbox:hover:before,
.phone .checkbox:hover:before {
    height: 30px;
    width: 30px;
}

.tablet [data-checkbox]:checked:after,
.phone [data-checkbox]:checked:after {
    left: 16px;
    top: 15px;
    font-size: 1.3rem !important;
}

.subtopic-item .list-item-content-left > span {
    display: flex;
    align-items: center;
}

.tablet.landscape #b1-Video {
    text-align: center;    
}
/*
.tablet.landscape .Video-Content {
    width: 70%;    
    display: inline-block;
    padding-bottom: 350px;
}*/

.desktop .columns.break-desktop {
    flex: none;  
    width: 100%;
}

.Video-Content-Wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

.tablet .video-info h4 {
    font-size: 1.4rem;
    line-height: 1.1;
}

.tablet .CustomerInfo h5 {
    line-height: 1.2;    
}


/********* TESTS *********/

.tablet .CustomerInfo, .phone .CustomerInfo {
    flex-direction: column;
    padding: 10px 16px 10px;
}

.tablet .CustomerInfo > div, .phone .CustomerInfo > div {
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.tablet .CustomerInfo h5, .phone .CustomerInfo h5 {
    text-align: center;
    margin-bottom: 8px;
}

.tablet .CustomerInfo button {
    height: 2.0rem;
}

.text-intro{
    font-style: normal;
    font-weight: normal;
    font-size: 14.4px;
    line-height: 24px;
    color: #39414A; 
    margin-right: 5px; 
}

@media (max-width: 1024px) {
    .chat-wrapper .flex-direction-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
}
    .chat-wrapper .text-intro{
        margin-bottom: 15px;
        width: 100%;
}
    .chat-wrapper .btn-blue{
        height: auto;
        width: 100%;
    }
}

.popup-dialog-chat {
    max-width: 70%;
    width: 70%;
    height: 85%;
    background-color: #F5F6FA;
}

.phone .w-css-reset a {
    font-size: 22px;
}

.phone .w-css-reset p{
    font-size: 22px;   
}