.modal-bubble {
    background: #cc39d8;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 4em;
    margin-bottom: 1em;
    padding: 0 1em;
    position: relative;
    text-align: center;
    vertical-align: top;
    min-width: 7em;
    margin: 30px 10px;
    visibility: hidden;
}

@media only screen and (min-width: 40em){
    .modal-bubble.active {
    opacity: 1;
    visibility: visible;
    }
}

.modal-bubble:after {
    border: 1em solid transparent;
    border-top-color: #cc39d8;
    content: '';
    margin-left: -1em;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
}

.modal-bubble.large {
    font-size: 2em;
    padding: 0 1em;
    min-width: 4em;
}

.modal-bubble.rounded {
    border-radius: .4em;
}

.modal-bubble.dark {
    background: #3A3A3A;
    color: #fff;
    position: absolute;
    z-index: 100;
    bottom: 40;
    width: 300px;
    right: -120px;
    font-size:14px;
    bottom:20px;
}
.modal-bubble.dark:after {
    border-top-color: #3A3A3A;
}

.modal-bubble.dark img{
    width: 30.72px;
    height: 30.72px;
    margin: 10px;
}

.modal-bubble.dark .buble-popup{
    height: 50px;
}

.text-others{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.15px;
    align-self: center;
    /* Primary-White */
    color: #FFFFFF;
    padding-left: 10;
}

@media screen and (min-width: 1025px) and (max-width: 1290px) {
    .text-others{
        width:35%;
    }
}

@media screen and (min-width: 1291px) and (max-width: 1500px) {
    .text-others{
        width:45%;
    }
}


@media (min-width: 1200px){
    .text-others a {
        color: #FFFFFF;
        text-decoration: none;
        background-color: transparent;
        font-size: 16px;

    }

    .text-others p {
        font-size: 10px;
    }
}

.sch-ovr{
    height: auto;
}

.sch-ovr-default{
    height: auto;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.warning .button-login {
    border-radius: 16px;
    width: 224px;
    letter-spacing: 1.25px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 10;
}

.border{
    margin-top: 10px;
    color:#0079FF;
}

.warning .border:hover {
    color:#0079FF !important;
}

.warning .btn-primary:hover {
    background-color: #1580f2;
    border-color: #1580f2;
}
