/* Tool Tip */
.tooltip {
    position: relative;
    cursor: help;
}
.first-line .tooltip::after {
    width: 200px !important;
}
.t-info tbody tr:nth-child(2) .tooltip:after {
    width: 136px !important;
}
.t-info tbody tr:nth-child(3) .tooltip:after {
    width: 198px !important;
}
.tooltip::before,
.tooltip::after {
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
    top: 50%;
    visibility: hidden;
    transition: all ease 0.3s;
}

.tooltip::before {
    content: "";
    border-width: 6px 10px 6px 0;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 1) transparent transparent;
    left: calc(100% + 2px);
}

.tooltip::after {
    content: attr(data-tooltip);
    background-color: black;
    padding: 9px 12px;
    border-radius: 6px;
    color: white;
    font-size: 12px;
    line-height: 130%;
    left: calc(100% + 12px);
    width: 250px;
    font-weight: 400;
}

/* Hover Tool Tip */
.tooltip:hover::before,
.tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}

.tooltip:hover::before {
    left: calc(100% + 6px);
}

.tooltip:hover::after {
    left: calc(100% + 16px);
}

.data_container {
    max-width: 1400px;
    margin: auto;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #131128;
}

.data_container p {
    display: inline-block;
}

.data_container h2 {
    color: #131128;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}
.inner_template, .data_container, .t-b {
    overflow: hidden !important;
}
.t-b,
.inci,
.asso {
    overflow: auto;
    margin: 32px 2.28%;
}



/* Centra info frame */
.centra-text {
    position: relative;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    background-color: white;
    line-height: 130%;
    border-radius: 10px;
    padding: 6px;

}

.centra-text p {
    margin: 6px 8px;
}

.centra-text p span {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 140% !important;
    all: unset;
}

.centra-text::before,
.centra-text::after {
    position: absolute;
    content: "";
    border-style: solid;
    transform: translateY(-100%);
    border-width: 0px 11px 11px 11px;
}

.centra-text::before {
    top: 0;
    border-color: transparent rgba(0, 0, 0, 0) #dcdcdc transparent;
    left: 160px;
}

.centra-text::after {
    top: 2px;
    border-color: transparent rgba(0, 0, 0, 0) white transparent;
    left: 160px;
}

/* Threat info important data line style */


.t-info .first-line td {
    /*color: #8e0e58;*/
    /*    font-size: 16px;*/
    font-weight: 700;
    /*
    background-color: #80808033 !important;
    padding: 10px !important;
*/
}

.b-info,
.t-info {
    /*border-top-color: #8e0e58 !important;*/
}

.t-info,
.t-title {
    width: calc(100% - 420px);
    float: left;
    margin-right: 20px;
}

.t-info,
.b-info,
.seen-info {
    margin-bottom: 20px;
}

.b-info {
    width: 400px;
}

/* top border design */

.b-info,
.t-info,
.seen-info,
.inci-info,
.asso-info {
    border-top-width: 4px;
    border-top-color: #131128;
}

.inci-info,
.asso-info,
.seen-info {
    width: 100%;
    /*margin-top: 20px;*/
}

.inci-info .left,
.asso-info .mid,
.asso-info .left {
    word-break: break-word;
}

.inci-info .right {
    width: 20%;
    min-width: 106px;
    text-align: right !important;
}

.asso-info .right {
    width: 20%;
    text-align: right !important;
}

.asso-info .left {
    min-width: 60px;
}

.asso-info .mid {
    min-width: 120px !important;
}

table {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
    font-size: 14px;
    line-height: 120%;
}

td,
tr,
th {
    padding: 6px 10px 6px 10px;
    border: 1px solid #dcdcdc;
    /*border: 1px solid #00f7cd;*/
    word-wrap: break-word;
}

tr:nth-child(even) {
    background-color: hsla(0, 0%, 97%, 1);
}

.asso-info td,
.inci-info td,
th {
    text-align: left !important;
}

th {
    background-color: #131128;
    color: white;
}

.right {
    text-align: right;
}
.second-line .right {
	word-wrap: anywhere;
}

.t-info .left {
    width: 140px;
    min-width: 60px;
}

.b-info .mid {
    width: 90px;
}

.b-info .left {
    width: 70px;
}
#u79220-4{
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.malic-type {
	flex-shrink: 0;
}
.malic-value {
	word-wrap: anywhere;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/* style for seperating elements on same value */

.data_container span {
    background-color: hsla(0, 0%, 90%, 1);
    padding: 1px 5px;
    border-radius: 2px;
    font-size: 0.8em;
    margin: 2px 0 2px 2px;
    /*line-height: 28px;*/
    display: inline-block;
}

/* tags special styles border */
.changeMe {
    border: 1px solid black;
    padding: 0px 4px !important;
}

/* break point 960 */

@media all and (max-width: 960px) {
    /*
    body {
        font-size: 12px;
    }
*/

    table {
        font-size: 12px;

    }

    .t-info,
    .b-info,
    .t-title {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .t-info .left {
        width: 120px !important;
    }
}

/* break point 560 */
@media all and (max-width: 560px) {
    .t-info .left {
        width: unset !important;
        min-width: unset !important;
    }

    .t-b,
    .inci,
    .asso {
        margin: 32px 3.93%;
    }

    .tooltip::after {
        padding: 6px;
        border-radius: 4px;
        color: white;
        font-size: 10px;
        width: 160px;
        line-height: 120%
    }
    .malic-value{
        -webkit-line-clamp: unset !important;
    } 
}
