﻿html, body {
    color: black;
    
}

.template-head {
    align-items: center;
    padding: 30px 0;
    margin-bottom: 50px;
}

    .template-head img {
        height: 70px;
        padding-right: 25px;
        margin-left: -10px;
    }

    .template-head h3 {
        padding-left: 25px;
        border-left: 1px solid rgb(221, 221, 221);
        color: rgb(0, 0, 0);
    }

.component-heading {
    color: rgb(216, 221, 225);
    margin-bottom: 30px;
    position: relative;
    font-size: 30px;
    font-weight: bold;
}

.component-area {
    margin-bottom: 100px;
}

.component-sub-heading {
    margin-bottom: 15px;
    color: rgb(186, 192, 197);
    font-weight: bold;
}

.component-sub-area {
    margin-bottom: 15px;
}

    .component-sub-area button {
        margin-right: 10px;
        margin-bottom: 15px;
    }

.task-color-system {
    margin-bottom: 30px;
}

    .task-color-system span {
        height: 15px;
        width: 70px;
        display: inline-block;
        border-radius: 4px !important;
    }

.scroll-bar-show {
    overflow: auto;
    box-shadow: 0 10px 50px 0 rgba(34, 43, 55, 0.1);
    text-align: justify;
    height: 300px;
}

    .scroll-bar-show p {
        width: 150%;
        padding: 30px;
    }

@media (max-width: 575.98px) {
    .template-head img {
        height: 50px;
    }

    .template-head h3 {
        font-size: 25px;
    }

    .component-heading {
        font-size: 22px;
    }
}

.license-expires-soon {
    color: orangered;
}

*[data-tooltip] {
    position: relative;
}

*[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    top: -30px;
    right: -20px;
    width: 550px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    display: black;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    background: #ffffff;
    padding: 4px;
    border: 1px solid #c0c0c0;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.4);
}

*[data-tooltip]:hover::after {
    opacity: 1;
}

.license-expired {
    color: red;
}

.alert-icon-license {
    height: 22px;
}
