/* mk theme */

.tippy-tooltip.mk-theme {
    background-color: #fff;
    color: black;
    padding: 13px 16px;
    border: 1px solid #D3D3D3;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    text-align: left;
    border-radius: 4px;
}

.tippy-tooltip.mk-theme .tippy-backdrop {
    background-color: white;
}

.tippy-tooltip.mk-theme .tippy-content {
    font-family: "Noto Sans", Arial, sans-serif;
    font-family: var(--content-font-family), Arial, sans-serif;
    font-size: 13px;
}

.tippy-tooltip.mk-theme .tippy-arrow::after, .tippy-tooltip.mk-theme .tippy-roundarrow::after, .tippy-tooltip.mk-theme .tippy-arrow::before, .tippy-tooltip.mk-theme .tippy-roundarrow::before {
    content: '';
    position: absolute;
    z-index: -1;
}

.tippy-popper .tippy-tooltip.mk-theme .tippy-roundarrow {
    background: #ffffff;
    border: 1px solid #D3D3D3;
    height: 13px;
    width: 13px;
    transform: rotate(45deg);
    transform-origin: 10px 5px;
    -webkit-transform-origin: 10px 5px;
}

.tippy-popper .tippy-tooltip.mk-theme .tippy-roundarrow svg {
    display: none;
}

.tippy-tooltip.mk-theme .tippy-roundarrow::before {
    display: none;
}

.tippy-tooltip.mk-theme .tippy-roundarrow::after {
    display: none;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.mk-theme .tippy-roundarrow {
    bottom: -10px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 12px;
    border-top-color: transparent;
    border-left-color: transparent;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.mk-theme .tippy-roundarrow {
    top: -5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 12px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.mk-theme .tippy-roundarrow {
    right: -9px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 12px;
    border-bottom-color: transparent;
    border-left-color: transparent;
    box-shadow: 2px -2px 4px rgba(0, 0, 0, 0.1);
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.mk-theme .tippy-roundarrow {
    left: -6.5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 12px;
    border-top-color: transparent;
    border-right-color: transparent;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.mk-theme .tippy-arrow {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid;
    bottom: -10px;
    color: transparent;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.mk-theme .tippy-arrow::after {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid white;
    top: -12px;
    left: -11px;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.mk-theme .tippy-arrow::before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #D3D3D3;
    bottom: -1px;
    left: -11px;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.mk-theme .tippy-arrow {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid;
    top: -10px;
    color: transparent;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.mk-theme .tippy-arrow::after {
    border-bottom: 11px solid white;
    bottom: -12px;
}

.tippy-popper[x-placement^="bottom"] .tippy-tooltip.mk-theme .tippy-arrow::before {
    border-bottom: 11px solid #D3D3D3;
    bottom: -10px;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.mk-theme .tippy-arrow {
    border-left: 12px solid transparent;
    right: -11px;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.mk-theme .tippy-arrow::after {
    border-left: 11px solid white;
    left: -12px;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.mk-theme .tippy-arrow::before {
    border-left: 11px solid #D3D3D3;
    left: -10px;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.mk-theme .tippy-arrow {
    border-right: 12px solid transparent;
    left: -11px;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.mk-theme .tippy-arrow::after {
    border-right: 11px solid white;
    right: -12px;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.mk-theme .tippy-arrow::before {
    border-right: 11px solid #D3D3D3;
    right: -10px;
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.mk-theme .tippy-arrow, .tippy-popper[x-placement^="bottom"] .tippy-tooltip.mk-theme .tippy-arrow {
    transform: translateX(-1px);
}

.tippy-popper[x-placement^="top"] .tippy-tooltip.mk-theme .tippy-arrow::after, .tippy-popper[x-placement^="bottom"] .tippy-tooltip.mk-theme .tippy-arrow::after, .tippy-popper[x-placement^="top"] .tippy-tooltip.mk-theme .tippy-arrow::before, .tippy-popper[x-placement^="bottom"] .tippy-tooltip.mk-theme .tippy-arrow::before {
    left: -11px;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.mk-theme .tippy-arrow, .tippy-popper[x-placement^="right"] .tippy-tooltip.mk-theme .tippy-arrow {
    transform: translateY(-1px);
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.mk-theme .tippy-arrow::after, .tippy-popper[x-placement^="right"] .tippy-tooltip.mk-theme .tippy-arrow::after, .tippy-popper[x-placement^="left"] .tippy-tooltip.mk-theme .tippy-arrow::before, .tippy-popper[x-placement^="right"] .tippy-tooltip.mk-theme .tippy-arrow::before {
    top: -11px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

.tippy-tooltip.mk-theme .red-link{
    color: rgba(210, 0, 0, 1);
    text-decoration: underline;
}