/* This is how you would create a theme called "my-custom-theme": */

.youngcrm-alert {
    border-radius: 2px;
    border: 1px solid #92262e;
    background: #ffa5b2;
    color: #92262e;
}
/* Use this next selector to style things like font-size and line-height: */
.youngcrm-alert .tooltipster-content {

    font-family: "Open Sans";
    font-size: 1.2rem;
    line-height: 16px;
    padding: 10px;
    overflow: visible;
}

.youngcrm-alert .tooltipster-arrow-left span
{

    right: -7px;
}

.youngcrm-alert .tooltipster-arrow-right span
{

    left: -8px;
}

.youngcrm-alert .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-right: 7px solid;
    margin-top: -6px;
    overflow: visible;
}

.youngcrm-alert .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 7px solid transparent !important;
    border-bottom: 7px solid transparent !important;
    border-left: 7px solid;
    margin-top: -6px;
    overflow: visible;
}

/*Positive*/
/* This is how you would create a theme called "my-custom-theme": */

.youngcrm-info {
    border-radius: 2px;
    border: 1px solid #1b5fa6;
    background: #b0e1ff;
    color: #1b5fa6;
}
/* Use this next selector to style things like font-size and line-height: */
.youngcrm-info .tooltipster-content {

    font-family: "Open Sans";
    font-size: 1.2rem;
    line-height: 16px;
    padding: 10px;
    overflow: visible;
}

.youngcrm-info .tooltipster-arrow-left span
{

    right: -7px;
}

.youngcrm-info .tooltipster-arrow-right span
{

    left: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border{
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -8px;
    overflow: visible;
}
 .tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -8px;
}

.tooltipster-arrow
{
 overflow: visible;
}