﻿.headline h2,
.headline h3,
.headline h4 {
    border-bottom: 1px solid #ffff;
    color: #fff;
}

hr.hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.rightJustified {
    text-align: right;
}


/*Copyright*/
.copyright {
    font-size: 12px;
    padding: 11px 0 7px;
    background: #3e4753;
    border-top: solid 1px #777;
}

    .copyright p {
        color: #dadada;
        margin-top: 12px;
    }

.roundedDivNoBorder {
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px !important;
}


.roundedDiv {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid grey;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px !important;
}

.curvedDiv {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 2px solid grey;
    border-radius: 50px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px !important;
}

.curvedDivSm {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid grey;
    border-radius: 45px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px !important;
}



.lblCount {
    color: green;
}

.spaceBetweenCheckBoxAndLabel tr input {
    margin-right: 10px;
    padding-right: 10px;
}

.form-control:focus {
    border-color: #020202;
    box-shadow: 0 0 0 0.1rem #8F8956;
}


/* -------------------------------
   12.0 Pricing Setting
------------------------------- */

/* 12.1 Pricing Element Setting */

.pricing-table {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
    text-align: center;
}

    .pricing-table > li {
        float: left;
        padding: 10px;
    }

    .pricing-table.col-4 > li {
        width: 25%;
    }

    .pricing-table.col-3 > li {
        width: 33.33333%;
    }

    .pricing-table .pricing-container {
        overflow: hidden;
        border-radius: 6px;
        background: #f0f3f4;
        box-shadow: 0 3px #b6c2c9;
    }

    .pricing-table h3 {
        background: #242a30;
        margin: 0;
        color: #fff;
        font-size: 14px;
        padding: 15px 30px;
    }

    .pricing-table .features {
        list-style-type: none;
        margin: 0;
        padding: 0 30px;
    }

        .pricing-table .features > li {
            padding: 10px 0;
        }

            .pricing-table .features > li + li {
                border-top: 1px solid #e2e7eb;
            }

    .pricing-table .price {
        width: 100%;
        display: table;
        background: #2d353c;
    }

        .pricing-table .price .price-figure {
            vertical-align: middle;
            display: table-cell;
            text-align: center;
            height: 80px;
        }

        .pricing-table .price .price-number {
            font-size: 28px;
            color: #00a3a3;
            display: block;
        }

        .pricing-table .price .price-tenure {
            font-size: 12px;
            color: #fff;
            color: rgba(255, 255, 255, 0.7);
            display: block;
            text-align: center;
        }

    .pricing-table .footer {
        padding: 15px 20px;
    }

    .pricing-table .highlight {
        padding: 0px;
        margin-top: -30px;
    }

        .pricing-table .highlight .features > li {
            padding: 15px 0;
        }

        .pricing-table .highlight h3 {
            padding: 20px 30px;
        }

        .pricing-table .highlight .price .price-figure {
            height: 90px;
        }

        .pricing-table .highlight .price .price-number {
            color: #fff;
        }

.content .content-title {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    margin-top: 0;
}

    .content .content-title:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        background: #242a30;
        height: 2px;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
    }

.content .content-desc {
    text-align: center;
    margin-bottom: 60px;
    color: #242a30;
}

.content.has-bg {
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
}

    .content.has-bg .content-bg {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .content.has-bg .content-bg img {
            max-width: 100%;
        }

    .content.has-bg .content-title:after {
        background: #fff;
    }

    .content.has-bg .content-bg:before {
        content: '';
        background: url(../img/content-bg-cover.png);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .content.has-bg .container {
        position: relative;
    }

        .content.has-bg .container .content-title {
            color: #fff;
        }

        .content.has-bg .container .content-desc {
            color: rgba(255,255,255,0.6);
        }

    .content.has-bg h1,
    .content.has-bg h2,
    .content.has-bg h3,
    .content.has-bg h4,
    .content.has-bg h5,
    .content.has-bg h6 {
        color: #fff;
    }

.team .socialx a {
    border-radius: 300px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 40px;
    height: 40px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    color: #ccc;
}

.social-list {
    margin: 30px 0 0;
    font-size: 20px;
}

.milestone {
    text-align: center;
}

.milestone-col + .milestone-col {
    border-left: 1px solid rgba(255,255,255,0.2);
}

.milestone .number {
    font-size: 42px;
    color: #fff;
    font-weight: 300;
}

.milestone .title {
    color: #8F8E8E;
}




/* -------------------------------
   11.0 Testimonial Setting
------------------------------- */

/* 11.1 Testimonial Element Setting */

.testimonials {
    padding-bottom: 50px;
}

    .testimonials .item {
        padding-top: 15px;
    }

    .testimonials .carousel-indicators {
        bottom: 0;
    }

    .testimonials blockquote {
        border: none;
        text-align: center;
        position: relative;
        font-weight: 300;
        margin-bottom: 15px;
    }

        .testimonials blockquote .fa-quote-left,
        .testimonials blockquote .fa-quote-right {
            font-size: 28px;
            position: absolute;
            margin-left: 15px;
            margin-top: 15px;
            color: #8F8E8E;
        }

        .testimonials blockquote .fa-quote-left {
            margin-left: -43px;
            margin-top: -15px;
        }

    .testimonials .name {
        font-size: 14px;
        margin-bottom: 15px;
    }

        .testimonials .name span {
            margin-left: 5px;
        }

    .testimonials .carousel-indicators li {
        background: #7A1418;
        border: none;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
    }

        .testimonials .carousel-indicators li:hover,
        .testimonials .carousel-indicators li:focus {
            background: black;
        }

        .testimonials .carousel-indicators li.active {
            background: black;
        }

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
}

.service {
    margin-bottom: 30px;
}

.fileUploadContainer {
    overflow: hidden;
    position: relative;
    color: #fff;
    background: #49b6d6;
    border-color: #49b6d6;
    float: left;
    padding: .5em;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 12px;
    padding-right: 12px;
}

    .fileUploadContainer [type=file] {
        display: block;
        font-size: 999px;
        filter: alpha(opacity=0);
        min-height: 100%;
        min-width: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        cursor: pointer;
    }

/*Prevent the flickering of the tooltip*/
.tooltip {
    pointer-events: none;
}


.formatRadioButtonList label {
    margin-right: 15px;
}

.dataTables_wrapper .dataTables_length {
    float: right;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: left;
}


.ajax-loader {
    visibility: hidden;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: +100 !important;
    width: 100%;
    height: 100%;
}

    .ajax-loader img {
        position: relative;
        top: 50%;
        left: 50%;
    }

.rcorners {
    border-radius: 30px 0px 30px 0px;
    border: 3px solid #187fcb;
    padding: 5px;
}

.shadowDiv {
    padding-top: 10px;
    padding-left: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.softBackgroundDiv {
    background-color: #F0F0F0;
    display: inline-block;
    border-radius: 5px;
}

.blueTaskDiv {
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
    background: #011F3B;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.verticalSpacer {
    height: 15px;
}

.verticalSpacer25 {
    height: 25px;
}

.verticalSpacer50 {
    height: 50px;
}

.spanVerticalSpacer5 {
    height: 5px;
    display: block;
}

.spanVerticalSpacer10 {
    height: 10px;
    display: block;
}

.spanVerticalSpacer20 {
    height: 20px;
    display: block;
}

.spanVerticalSpacer30 {
    height: 30px;
    display: block;
}

.spanVerticalSpacer40 {
    height: 40px;
    display: block;
}

.btn80px {
    width: 80px;
}

.btn100px {
    width: 100px;
}

.btn110px {
    width: 110px;
}

.btn120px {
    width: 120px;
}


.blackLink {
    color: black !important;
    text-decoration: none;
}

.whiteLink {
    color: whitesmoke !important;
    text-decoration: none;
}

.legendHeader {
    font-size: 16px;
}

.roundedVideo {
    /*box-shadow: 10px 10px 5px grey;*/
    border-radius: 10px;
    width: 100%;
}

.scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 1400px;
    height: 350px;
}

.card {
    display: inline-block;
}

.card2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link + .card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:not(:last-child) .card-img-top,
                .card-group > .card:not(:last-child) .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:not(:last-child) .card-img-bottom,
                .card-group > .card:not(:last-child) .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:not(:first-child) .card-img-top,
                .card-group > .card:not(:first-child) .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:not(:first-child) .card-img-bottom,
                .card-group > .card:not(:first-child) .card-footer {
                    border-bottom-left-radius: 0;
                }
}


span.arrow-left, span.arrow-right {
    display: block;
    position: absolute;
    top: 50%;
    color: white;
    z-index: 2;
    cursor: pointer;
}

span.arrow-left {
    left: 0px;
}

span.arrow-right {
    right: 0px;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 3.5rem !important;
}

.py-5 {
    padding-top: 5rem !important;
    padding-bottom: 20rem !important;
}

.py-10 {
    padding-top: 10rem !important;
    padding-bottom: 20rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 1.6rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}

.btnBlue {
    color: #fff;
    background-color: #011F3B;
    border-color: #011F3B;
}

    .btnBlue:hover {
        color: #fff;
        background-color: #011F3B;
        border-color: #011F3B;
    }

.btnWhite {
    color: #000;
    background-color: #fff;
    border-color: #8F8956;
}

    .btnWhite:hover {
        color: #8F8956;
        border-color: #0d6efd;
        background-color: #F7F8F9;
    }

.btnGreen {
    color: #fff;
    background-color: #5EC28F;
    border-color: #5EC28F;
}

    .btnGreen:hover {
        color: #fff;
        background-color: #5EC28F;
        border-color: #5EC28F;
    }

.btnGrey {
    color: #fff;
    background-color: #64748B;
    border-color: #64748B;
}

    .btnGrey:hover {
        color: #fff;
        background-color: #64748B;
        border-color: #64748B;
    }

.simpleLink {
    cursor: pointer;
    text-decoration: none;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.3rem !important;
}

.rounded-5 {
    border-radius: 1.3rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #0d6efd !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #198754 !important;
}

.border-info {
    border-color: #0dcaf0 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #212529 !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}


.newRndDiv {
    opacity: 1;
    border-radius: 10px;
    box-shadow: 4px 4px 5px 3px rgba(0, 0, 0, 0.25);
    padding: 20px !important;
    min-height: 125px;
    text-align: center;
}

.smallIconOnDiv {
    margin: -40px 25px;
}

.smallIconInsideDiv {
    background-color: white;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    padding-top: 10px;
    padding-left: 15px;
}

.todoListDivNormal {
    background: linear-gradient(90deg, #F5F5FB 0%, rgba(245, 245, 251, 0) 186.23%);
    border: 1px solid rgba(199, 202, 221, 0.2);
    border-radius: 6px;
    color: #83919E;
    min-height: 25px;
}

.todoListDivDanger {
    background: linear-gradient(90deg, rgba(122, 20, 24, 0.1) 0%, rgba(245, 245, 251, 0) 186.23%);
    border: 1px solid rgba(122, 20, 24, 0.2);
    border-radius: 6px;
    color: #7A1418;
    min-height: 25px;
}

.horizontalProgressBarDanger {
    background: #C2161D !important;
    animation: progress-bar-stripes 2s linear infinite;
}

.horizontalProgressBarBlue {
    background: #011F3B !important;
}

.horizontalProgressBarDarkGreen {
    background: #8F8956 !important;
    animation: progress-bar-stripes 2s linear infinite;
}

.horizontalProgressBarDarkRed {
    background: #7A1418 !important;
    animation: progress-bar-stripes 2s linear infinite;
}

.startRating {
    color: #C2161D !important;
}


.bookingBox {
    padding: 5px 10px 25px 10px;
    border: 1px solid #011F3B;
    border-radius: 15px;
}

.studentBox {
    padding: 20px;
    background: #F2F3F7;
    border-radius: 10px;
}

.blueLbl {
    color: #011F3B;
}

.greenLbl {
    color: #8F8956;
}

.redLbl {
    color: #7A1418;
}

.lightGreenLbl {
    color: #009750;
}


.blueBox {
    background: #011F3B;
}

.greenBox {
    background: #5EC28F;
}

.selectedExtra {
    background: #FFFFFF;
}

.notSelecctedExtra {
    background: #ECECEC;
}

.list5pxBottomPadding {
    padding-bottom: 5px !important
}

.divBtnSearch {
    padding-top:25px;
}
