﻿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;
    }
}
