@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
.custom-social-proof {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 !important;
    font-family: 'Open Sans', sans-serif;
}

.custom-social-proof .custom-notification {
    width: 320px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-social-proof .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 80px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
}

.custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
}

.custom-social-proof .custom-notification .custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
    opacity: 0;
}

.custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.custom-social-proof .custom-notification:hover .custom-close {
    opacity: 1;
}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
.custom-social-proof1 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 !important;
    font-family: 'Open Sans', sans-serif;
}

.custom-social-proof1 .custom-notification {
    width: 300px;
    height: 180px;
    padding: 35px 10px 10px 10px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px rgb(242 189 9);
    background-color: #f2bd09;
    position: relative;
    cursor: pointer;
    color: #fff;
}

.custom-social-proof1 .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 80px;
}

.custom-social-proof1 .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.custom-social-proof1 .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-social-proof1 .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    font-family: 'Times New Roman';
    background: linear-gradient(to right, #cb2c5f 0%, #763a88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
    padding-bottom: 2px;
    line-height: 20px;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.custom-social-proof1 .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
}

.custom-social-proof1 .custom-notification .custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 18px;
    width: 18px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
    opacity: 1;
}

.custom-social-proof1 .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 5px;
}

.custom-social-proof1 .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: #000;
    position: absolute;
    left: 7px;
    top: -2px;
}

.custom-social-proof1 .custom-notification:hover .custom-close {
    opacity: 1;
}

.custom-social-proof2 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 !important;
    font-family: 'Open Sans', sans-serif;
}

.custom-social-proof2 .custom-notification {
    width: 380px;
    height: auto;
    padding: 10px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-social-proof2 .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 100px;
}

.custom-social-proof2 .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.custom-social-proof2 .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-social-proof2 .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    font-family: 'Times New Roman';
    background: linear-gradient(to right, #cb2c5f 0%, #763a88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
    line-height: 21px;
    margin: 0px;
}

.custom-social-proof2 .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
}

.custom-social-proof2 .custom-notification .custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
    opacity: 0;
}

.custom-social-proof2 .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.custom-social-proof2 .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.custom-social-proof2 .custom-notification:hover .custom-close {
    opacity: 1;
}

.custom-social-proof3 {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 !important;
    font-family: 'Open Sans', sans-serif;
}

.custom-social-proof3 .custom-notification {
    width: 380px;
    height: auto;
    padding: 10px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-social-proof3 .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 80px;
}

.custom-social-proof3 .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
    max-height: 75px;
    width: 90px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.custom-social-proof3 .custom-notification .custom-notification-container .custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-social-proof3 .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
    font-family: 'Times New Roman';
    background: linear-gradient(to right, #cb2c5f 0%, #763a88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
    line-height: 21px;
}

.custom-social-proof3 .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: .8;
}

.custom-social-proof3 .custom-notification .custom-close {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 12px;
    width: 12px;
    cursor: pointer;
    transition: .2s ease-in-out;
    transform: rotate(45deg);
    opacity: 0;
}

.custom-social-proof3 .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px;
}

.custom-social-proof3 .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0;
}

.custom-social-proof3 .custom-notification:hover .custom-close {
    opacity: 1;
}

.streaming .video iframe {
    height: 550px !important;
}

video#example-video {
    width: 100%;
    height: 320px;
}

.custom-notification-content-wrapper .welcome {
    padding: 10px;
    background: linear-gradient(to right, #cb2c5f 0%, #763a88 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Lora', serif;
    padding-top: 0px;
    font-size: 13px;
}

h3.auto-popup-headding {
    color: #fff;
    text-align: center;
}

p.auto-popup-content-or {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 5px;
}

p.auto-popup-content {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 6px;
    text-align: center;
}

button.auto-popup-button {
    border: unset;
    padding: 5px;
    background: #fff;
    color: #f2bd09;
    border-radius: 10px;
    width: 50%;
}

button.auto-popup-button a.btnLaunchFlowDialog {
    font-weight: 600;
}

span.dark-autopopup-txt {
    color: #000;
    font-weight: 600;
}