﻿
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url("../lib/fontawesome/webfonts/fa-thin-100.woff2") format("woff2"), url("../lib/fontawesome/webfonts/fa-thin-100.ttf") format("truetype");
}

/*BreadCrumb*/
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-item:first-child a::before {
    font-family: 'FontAwesome';
    content: "\f015";
    margin-left: 5px;
    font-size: 16px;
}

.inner-banner .inner-title ul li, .inner-banner .inner-title ol li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

/*.bx-chevrons-left:before {
    content: "\e9b6";
}*/

.page-title {
    font-size: 38px;
    color: var(--primary1);
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

/*Send*/

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.w-25 {
    width: 25% !important;
}
/*item*/
.blog-article .blog-article-title ul li {
    display: inline-block;
    font-size: 15px;
    color: #252525;
    margin-right: 30px;
    position: relative;
    font-weight: 500;
}

    .blog-article .blog-article-title ul li i {
        font-size: 18px;
        margin-right: 10px;
        position: relative;
        top: 3px;
        color: var(--primary1);
    }

.blog-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    border: 1px solid #f1f1f1;
}

    .blog-card:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .blog-card .blog-img {
        position: relative;
        height: 300px;
        text-align: center;
    }

        .blog-card .blog-img a {
            height: 100%;
        }

        .blog-card .blog-img img {
            border-radius: 5px;
            height: 100%;
        }

        .blog-card .blog-img .blog-tag {
            background-color: var(--primary2);
            padding: 15px 12px;
            position: absolute;
            bottom: -20px;
            right: 30px;
            border-radius: 5px;
            text-align: center;
        }

            .blog-card .blog-img .blog-tag h3 {
                font-size: 17px;
                color: #fff;
                line-height: 1;
                margin-bottom: 0;
                font-weight: 500;
            }

            .blog-card .blog-img .blog-tag span {
                color: #fff;
                line-height: 1;
                font-weight: 500;
            }

    .blog-card .content {
        padding: 25px 30px;
    }

        .blog-card .content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .blog-card .content ul li {
                display: inline-block;
                font-size: 15px;
                margin-right: 20px;
            }

                .blog-card .content ul li a {
                    color: #444;
                }

                    .blog-card .content ul li a i {
                        font-size: 20px;
                        color: var(--primary3);
                        margin-right: 5px;
                        position: relative;
                        top: 3px;
                    }

                    .blog-card .content ul li a:last-child {
                        margin-right: 0;
                    }

                    .blog-card .content ul li a:hover {
                        color: var(--primary2);
                    }

                        .blog-card .content ul li a:hover i {
                            color: var(--primary3);
                        }

        .blog-card .content h3 {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 22px;
        }

            .blog-card .content h3 a {
                color: #252525;
            }

        .blog-card .content p {
            margin-bottom: 8px;
        }

        .blog-card .content .read-btn {
            color: var(--primary3);
            font-size: 15px;
            font-weight: 600;
        }

            .blog-card .content .read-btn i {
                font-size: 20px;
                position: relative;
                top: 5px;
            }

            .blog-card .content .read-btn:hover {
                color: #252525;
                letter-spacing: 0.25px;
            }

    .blog-card:hover .content h3 a {
        color: var(--primary2);
    }

.blog-article {
    margin-bottom: 30px;
}

    .blog-article .blog-article-img {
        margin-bottom: 30px;
        position: relative;
        height: 20rem;
        object-fit: contain;
    }

        .blog-article .blog-article-img img {
            border-radius: 15px;
            height: 100%;
        }

        .blog-article .blog-article-img .blog-article-tag {
            background-color: var(--primary2);
            padding: 15px 12px;
            position: absolute;
            bottom: -20px;
            left: 30px;
            border-radius: 3px;
            text-align: center;
        }

            .blog-article .blog-article-img .blog-article-tag h3 {
                font-size: 17px;
                color: #fff;
                line-height: 1;
                margin-bottom: 0;
                font-weight: 500;
            }

            .blog-article .blog-article-img .blog-article-tag span {
                font-size: 17px;
                color: #fff;
                line-height: 1;
                font-weight: 500;
            }

    .blog-article .blog-article-title {
        margin-bottom: 20px;
    }

        .blog-article .blog-article-title ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .blog-article .blog-article-title ul li {
                display: inline-block;
                font-size: 15px;
                color: #252525;
                margin-right: 30px;
                position: relative;
                font-weight: 500;
            }

                .blog-article .blog-article-title ul li:last-child {
                    margin-right: 0;
                }

                .blog-article .blog-article-title ul li i {
                    font-size: 18px;
                    margin-right: 10px;
                    position: relative;
                    top: 3px;
                    color: var(--primary3);
                }

        .blog-article .blog-article-title h2 {
            margin-top: 15px;
            font-size: 26px;
            max-width: 650px;
            margin-bottom: 0;
            color: #252525;
        }

    .blog-article .article-content {
        padding-bottom: 10px;
    }

        .blog-article .article-content p {
            margin-bottom: 20px;
        }

        .blog-article .article-content .blockquote {
            position: relative;
            z-index: 1;
            margin-bottom: 30px;
            margin-top: 30px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            padding: 20px 30px 20px 50px;
            margin-left: 35px;
        }

            .blog-article .article-content .blockquote p {
                font-size: 15px;
                color: #444;
                font-weight: 500;
                margin-top: 0;
                margin-bottom: 0;
                margin-left: 0;
            }

            .blog-article .article-content .blockquote span {
                font-size: 15px;
                color: #252525;
                font-weight: 600;
            }

            .blog-article .article-content .blockquote i {
                font-size: 35px;
                width: 70px;
                height: 70px;
                line-height: 70px;
                color: #fff;
                background-image: -webkit-gradient(linear, left top, right top, from(#070f60), to(var(--primary3)));
                background-image: linear-gradient(to right, #070f60, var(--primary3));
                text-align: center;
                border-radius: 50px;
                position: absolute;
                top: 24%;
                right: -45px;
            }

    .blog-article .blog-article-share {
        padding: 10px 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 30px;
    }

        .blog-article .blog-article-share .blog-tag ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .blog-article .blog-article-share .blog-tag ul li {
                display: inline-block;
                padding: 5px 3px;
                -webkit-transition: 0.7s;
                transition: 0.7s;
                color: #252525;
                font-weight: 400;
                margin-right: 5px;
            }

                .blog-article .blog-article-share .blog-tag ul li:last-child {
                    margin-right: 0;
                }

                .blog-article .blog-article-share .blog-tag ul li i {
                    color: var(--primary3);
                    font-size: 18px;
                    position: relative;
                    top: 3px;
                }

                .blog-article .blog-article-share .blog-tag ul li a {
                    color: #fff;
                    background-color: var(--primary3);
                    padding: 5px 12px;
                    border-radius: 10px;
                    font-size: 14px;
                }

                .blog-article .blog-article-share .blog-tag ul li:hover a {
                    background-color: var(--primary2);
                }

        .blog-article .blog-article-share .social-icon {
            margin: 0;
            padding: 0;
            list-style: none;
            float: right;
        }

            .blog-article .blog-article-share .social-icon li {
                display: inline-block;
                margin-right: 5px;
            }

                .blog-article .blog-article-share .social-icon li a {
                    border-radius: 0;
                    width: 35px;
                    height: 35px;
                    line-height: 37px;
                    text-align: center;
                    color: var(--primary3);
                    background-color: #fff;
                    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                }

                    .blog-article .blog-article-share .social-icon li a:hover {
                        background-color: var(--primary3);
                        color: #fff;
                    }

    .blog-article .comments-wrap {
        margin-bottom: 30px;
    }

        .blog-article .comments-wrap .comment-title .title {
            font-size: 24px;
            margin-bottom: 0;
            color: #252525;
        }

        .blog-article .comments-wrap .comment-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .blog-article .comments-wrap .comment-list li {
                position: relative;
                padding: 30px;
                padding-left: 75px;
                border-bottom: 1px solid #e1e1e1;
            }

                .blog-article .comments-wrap .comment-list li:last-child {
                    margin-bottom: 0;
                }

                .blog-article .comments-wrap .comment-list li img {
                    position: absolute;
                    top: 30px;
                    left: 0;
                    border-radius: 50%;
                }

                .blog-article .comments-wrap .comment-list li h3 {
                    margin-bottom: 5px;
                    font-size: 18px;
                    font-weight: 600;
                    color: #252525;
                }

                .blog-article .comments-wrap .comment-list li span {
                    font-size: 15px;
                    color: #252525;
                }

                .blog-article .comments-wrap .comment-list li p {
                    margin-top: 10px;
                    margin-bottom: 0;
                }

                .blog-article .comments-wrap .comment-list li a {
                    color: var(--primary3);
                    font-weight: 600;
                    position: absolute;
                    top: 30px;
                    right: 0;
                }

                    .blog-article .comments-wrap .comment-list li a:hover {
                        color: var(--primary2);
                    }

    .blog-article .comments-form {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .blog-article .comments-form .title {
            font-size: 24px;
            margin-bottom: 20px;
            color: #252525;
        }

        .blog-article .comments-form .contact-form {
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            background-color: #fff;
        }

        .blog-article .comments-form .default-btn {
            width: unset;
        }


/*List Area*/

img {
    max-width: 100%;
}

.case-study-item {
    position: relative;
    margin-bottom: 80px;
}

    .case-study-item a {
        display: block;
    }

        .case-study-item a img {
            border-radius: 5px;
        }

    .case-study-item .content {
        position: absolute;
        left: 0;
        right: 0;
        width: 90%;
        bottom: -80px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 20px;
        margin-bottom: 30px;
    }

        .case-study-item .content h3 {
            margin-bottom: 5px;
        }

            .case-study-item .content h3 a {
                color: #252525;
            }


        .case-study-item .content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .case-study-item .content ul li:last-child {
                margin-left: 0;
            }

            .case-study-item .content ul li {
                margin-left: 15px;
                margin-right: unset;
            }

            .case-study-item .content ul li {
                display: inline-block;
                margin-right: 15px;
                color: #444;
                font-weight: 500;
                position: relative;
            }

                .case-study-item .content ul li a {
                    color: #444;
                }

        .case-study-item .content .more-btn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 45px;
            height: 45px;
            line-height: 50px;
            font-size: 20px;
            color: var(--primary2);
            text-align: center;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 5px;
            background-color: #e6f1fc;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .case-study-item .content .more-btn {
            left: 0;
            right: auto;
            border-bottom-left-radius: 5px;
            border-top-left-radius: 0;
            border-top-right-radius: 30px;
            border-bottom-right-radius: 0;
        }



    .case-study-item:hover .content .more-btn {
        background-color: var(--primary2);
        color: #fff;
    }


.pagination-area {
    margin-top: 10px;
    margin-bottom: 30px;
}

    .pagination-area .page-numbers.current {
        background-color: var(--primary2);
        color: #fff;
    }

    .pagination-area .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: var(--primary2);
        background-color: transparent;
        border: 1px solid var(--primary2);
        text-align: center;
        display: inline-block;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 18px;
        border-radius: 5px;
    }

/*Main Search*/

/*Vote*/
.services-card {
    padding: 30px 20px 25px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .services-card::before {
        left: 0;
        right: auto;
        border-radius: 0 272px 0 0;
    }

    .services-card::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        right: 0;
        width: 90px;
        height: 90px;
        background-color: var(--primary1);
        border-radius: 272px 0 0 0;
        opacity: 0.1;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

    .services-card:hover::before {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        opacity: 1;
    }

    .services-card::after {
        left: 0;
        right: auto;
        border-radius: 0 272px 0 0;
    }

    .services-card::after {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        right: 0;
        width: 75px;
        height: 75px;
        background-color: var(--primary1);
        border-radius: 170px 0 0 0;
        opacity: 0.1;
    }


    .services-card h3 {
        color: #333;
        margin-top: 20px;
        margin-bottom: 12px;
    }

        .services-card h3 a {
            display: block;
            color: #252525;
        }

    .services-card:hover h3 a {
        color: #fff;
    }

    /*Employee Layout*/
.nice-select {
    text-align: right !important;
    line-height: 30px;
}

    .nice-select::after {
        right: unset !important;
        left: 12px !important;
    }

    .nice-select .list {
        width: 100%;
        right: 0 !important;
    }

    .nice-select .option {
        text-align: right !important;
    }

.fieldsetStyle {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
}

.legendStyle {
    position: absolute;
    top: -45px;
    right: 0;
    background: #eee;
    width: 15%;
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
    padding: 5px 0;
}

/* typical tablet screen resolution */
@media only screen and (max-width : 1024px) {
    .legendStyle {
        width: 40%;
    }

    .nice-select span.current, .nice-select ul.list li {
        font-size: 12px;
    }

}


label.fontsize {
    font-size: 11px !important;
}

#divServiceStatus, #divFullNameSpouse, #divJobPlace, #divJudicialConviction {
    display: none;
}

.error {
    color: darkred;
    font-size: 12px;
}

.alertwarning, .alertSuccess {
    display: none;
}

/*Vote Layout*/
#Send input, #Send textarea, #Send select {
    max-width: 100% !important;
}

/*Test Layout*/
th, thead td {
    text-align: center !important;
    font-size: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
    vertical-align: middle;
}

thead > tr {
    background: var(--primary1) !important;
    color: #fff !important;
}

    thead > tr > th {
        white-space: nowrap;
    }

    td {
        font-size: 0.8rem;
        vertical-align: middle;
        text-align: center;
    }

.dataTables_filter {
    margin-bottom: 20px;
}

    .dataTables_filter input {
        margin-right: 3px;
    }

.container-custom {
    width: 1800px;
    background-color: var(--primary1);
    border-radius: 5px;
    position: relative;
}

#triangle {
    position: absolute;
    background: var(--primary1);
    width: 40px;
    height: 20px;
    bottom: -20px;
    right: 35px;
    border-right: 20px solid #fff;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
}

.container-custom-test {
    width: 1800px;
    margin: 0 auto;
}

li.testLi {
    cursor: pointer;
    color: var(--primary1);
    margin-left: 10px;
}

    li.testLi:is(:hover,:active) {
        outline: solid 2px var(--primary1);
        border-radius: 50%;
    }

.list-group-horizontal > .list-group-item:last-child, .list-group-horizontal > .list-group-item:first-child {
    border-radius: 50% !important;
}

.list-group-item {
    text-align: right !important;
}

#spinner {
    display: none;
}
/*Gallery Layout*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #01b1d7;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #03d1fe;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    /*margin-bottom: 30px;*/
}

.portfolio #portfolio-flters {
    list-style: none;
    text-align: center;
    background-color: var(--primary1);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}



    .portfolio #portfolio-flters li {
        cursor: pointer;
        /*margin: 0 15px 15px 0;*/
        display: inline-block;
        padding: 5px 20px;
        font-size: 12px;
        line-height: 20px;
        color: #444444;
        border-radius: 4px;
        text-transform: uppercase;
        background: #fff;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li h6{
            font-size:0.875rem;
            margin:5px auto;
        }

        .portfolio #portfolio-flters li:hover,
        .portfolio #portfolio-flters li.filter-active {
            background: #01b1d7;
            color: #fff;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio-container .list-group-item {
    background-color: #f9f9f9;
    border-radius: 4px 4px 10px 10px;
    margin-bottom: 5px;
}

.list-group-flush > .list-group-item {
    border-width: 0.5px 0.5px 7px !important;
}

.portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

    .portfolio .portfolio-wrap img {
        transition: 0.3s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        opacity: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        transition: 0.3s;
        text-align: center;
        background: rgba(53, 65, 68, 0.6);
        padding-bottom: 30px;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
        }

        .portfolio .portfolio-wrap .portfolio-info .portfolio-links {
            display: flex;
        }

            .portfolio .portfolio-wrap .portfolio-info .portfolio-links a {
                color: #01b1d7;
                margin: 0 4px;
                background-color: #fff;
                border-radius: 50px;
                width: 36px;
                height: 36px;
                transition: 0.3s;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .portfolio .portfolio-wrap .portfolio-info .portfolio-links a i {
                    font-size: 18px;
                    line-height: 0;
                }

                .portfolio .portfolio-wrap .portfolio-info .portfolio-links a:hover {
                    background: #01b1d7;
                    color: #fff;
                }

    .portfolio .portfolio-wrap:hover {
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    }

        .portfolio .portfolio-wrap:hover .portfolio-info {
            opacity: 1;
            padding-bottom: 0;
        }

        .portfolio .portfolio-wrap:hover img {
            transform: scale(1.1);
        }

/*.blog-details-area{
    min-height:500px;
}
*/
.test-section-title {
    border-style: solid;
    border-color: var(--primary1);
    border-width: 0.5px 0.5px 7px !important;
    border-radius: 10px;
    margin-bottom: 32px;
    padding: 10px 0px;
}

    .test-section-title > .section-title-info h4 {
        color: var(--primary1);
    }
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-slider img {
        width: 100%;
    }

    .portfolio-details .portfolio-details-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #01b1d7;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #01b1d7;
        }

    .portfolio-details .portfolio-info {
        padding: 30px;
        box-shadow: 0px 0 30px rgba(53, 65, 68, 0.08);
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 30px;
    }

        .portfolio-details .portfolio-description h2 {
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0;
        }

        /*FAQ*/
#faqTable th, #faqTable thead td {
    text-align: center !important;
    font-size: 0.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
    vertical-align: middle;
}

#faqTable td {
    font-size: 0.8rem;
    vertical-align: middle;
    text-align: center;
}

#faqTable_filter .dataTables_filter {
    margin-bottom: 20px;
}

    #faqTable_filter .dataTables_filter input {
        margin-right: 3px;
    }


#faqTable td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

#faqTable tr.shown td.details-control {
    background: url('https://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

#faqTable .table-bordered > :not(caption) > * > * {
    border-width: 1px 1px;
}

@media only screen and (max-width: 1024px) {
    .container-custom{
        width:90%;
    }
    .container-custom-test {
        width: 90%;
    }
}

/******Test*****/

.testGroup{
   display:flex;
  /* flex-wrap:wrap;*/
  flex-direction:row;
   justify-content:center;
   gap:0.5rem 0.5rem;
   flex-wrap:wrap;
}

    .testGroup .testname {
        list-style-type: none;
       /* flex: 0 0 calc(100%/27);*/
        border: 2px solid var(--primary1);
        /*border-radius: 50%;*/
        text-align: center;
        cursor:pointer;
        transition:0.4s all;
        width:30%;
    }

    .testGroup .testname:hover{
        background-color:var(--primary2);
        color:rgba(0,0,0,0.5);
    }

@media only screen and (max-width: 768px) {
    /*.testGroup .testname {
        flex: 0 0 calc(100%/10);
    }*/
}

.starRequire::after{
    content:"*";
    color:red;
    padding-right:5px;
}

@media only screen and (max-width: 1200px) {
    #formEmployee .col-form-label {
        white-space: nowrap;
        font-size: 13px;
    }

    .nice-select span.current, .nice-select ul.list li {
        font-size: 12px;
    }
}

/*=========================Right SideBar===============================*/


.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
}

    .blog_right_sidebar .widget_title::after {
        content: "";
        display: block;
        padding-top: 15px;
        border-bottom: 1px solid #f0e9ff;
    }

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px 0 var(--primary1);
    -moz-box-shadow: 0 0 7px 0 var(--primary1);
    -webkit-box-shadow: 0 0 7px 0 var(--primary1);
    border: 1px solid #ecf0f4;
    background-color: #fff;
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-right: 20px;
    border-radius: 0;
    border-left: 0;
}

    .blog_right_sidebar .search_widget .form-control::placeholder {
        color: #999999;
    }

    .blog_right_sidebar .search_widget .form-control:focus {
        border-color: #f0e9ff;
        outline: 0;
        box-shadow: none;
    }

.blog_right_sidebar .search_widget .input-search{
    border:1px solid var(--primary1);
}

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    height: 100%;
}

    .blog_right_sidebar .search_widget .input-group button:hover{
        background-color:var(--primary1);
    }

        .blog_right_sidebar .search_widget .input-group button:hover i {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group button i,
        .blog_right_sidebar .search_widget .input-group button span {
            font-size: 14px;
            color: #999999;
        }

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
}

    .blog_right_sidebar .newsletter_widget .form-control::placeholder {
        color: #999999;
    }

    .blog_right_sidebar .newsletter_widget .form-control:focus {
        border-color: #f0e9ff;
        outline: 0;
        box-shadow: none;
    }

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
    border-left: 0;
}

    .blog_right_sidebar .newsletter_widget .input-group button i,
    .blog_right_sidebar .newsletter_widget .input-group button span {
        font-size: 14px;
        color: #999999;
    }

.blog_right_sidebar .post_category_widget .cat-list{
    list-style-type:none;
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}

    .blog_right_sidebar .post_category_widget .cat-list li:last-child {
        border-bottom: 0;
    }

    .blog_right_sidebar .post_category_widget .cat-list li a {
        font-size: 14px;
        line-height: 20px;
        color: #888888;
    }

        .blog_right_sidebar .post_category_widget .cat-list li a p {
            margin-bottom: 0px;
        }

    .blog_right_sidebar .post_category_widget .cat-list li + li {
        padding-top: 15px;
    }

    .blog_right_sidebar .post_category_widget .cat-list li:hover a {
        color: #f81c1c !important;
    }

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-right: 20px;
}

    .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 6px;
        transition: all 0.3s linear;
    }

    .blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
        color: #f81c1c;
    }

    .blog_right_sidebar .popular_post_widget .post_item .media-body p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 0px;
    }

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post_item img {
    width: 30%;
    height: 60px;
    object-fit: cover;
}

.post_item > .media-body{
    width:70%;
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}

    .blog_right_sidebar .tag_cloud_widget ul li a {
        display: inline-block;
        border: 1px solid #eeeeee;
        background: #fff;
        padding: 4px 20px;
        margin-bottom: 8px;
        margin-right: 3px;
        transition: all 0.3s ease 0s;
        color: #888888;
        font-size: 13px;
    }

        .blog_right_sidebar .tag_cloud_widget ul li a:hover {
            background: #f81c1c !important;
            color: #fff !important;
        }

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
    list-style-type:none;
}

    .blog_right_sidebar .instagram_feeds .instagram_row li {
        width: 33.33%;
        float: left;
        padding-right: 6px;
        padding-left: 6px;
        margin-bottom: 15px;
        text-align:center;
    }

        .blog_right_sidebar .instagram_feeds .instagram_row li img{
            height:80px;
        }

        .blog_right_sidebar .br {
            width: 100%;
            height: 1px;
            background: #eeeeee;
            margin: 30px 0px;
        }

/*=========samplingForm=============*/

#samplingForm label{
    font-size:12px;
}

#samplingForm select{
    font-size:12px;
}

#spinnerLoadTest{
    display:flex;
    flex-direction:column;
}

/*==============Test List==============*/
.dataTables_filter label, .dataTables_wrapper .dataTables_length, .dataTables_info {
    font-size: 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.75rem !important;
    padding: 0.25em 1em !important;
}

.dataTables_info, .dataTables_paginate {
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_length{
    margin-bottom:15px;
}

.dataTables_info, .dataTables_paginate, .dataTables_wrapper .dataTables_length, .dataTables_filter {
    border: 1px dashed #ccc;
    padding: 5px !important;
}

#testTable tbody tr, #testTable tbody tr > td, #testTable thead tr, #testTable thead tr > th {
    border-width: 1.5px !important
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate
{
    color:var(--primary1);
}

.table {
    --bs-table-bg:unset !important;
}

#testTable thead tr th{
    color:#fff !important;
    mix-blend-mode:normal;
}

#testTable tbody tr.even {
    background-color: rgb(240, 240, 240)
}