﻿.shopcoursetitle {
    padding: 10px;
    margin-bottom:5px;
    background: #423e3e;
    color: #fff;
    border-radius: 10px;
}
.shopfooter {
    padding: 10px;
    margin-bottom: 5px;
}

.navbar {
    position: relative;
    display: flex;
  /*  flex-wrap: wrap;*/
    align-items: center;
    justify-content: space-between;
     padding: 0; 
}

.sidebar .nav-item .collapse .collapse-inner .collapse-header, .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
    margin: 0;
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .65rem;
    color: #303030 !important;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }
}


    .optiontxt {
        background: #4e73df;
        margin-bottom: 0;
        color: #fff;
        padding: 5px;
    }

    .optionradiobtn {
        border: 1px solid #bbb;
        padding: 5px;
    }

    .text-center {
        text-align: center;
    }

    label.error {
        color: #f51414 !important;
        font-size: .8rem !important;
        position: relative;
        line-height: 1;
        text-indent: 1.5rem;
        /*width: 12.5rem;*/
    }

    .bg-login-image {
        background: url(../img/logo.png) !important;
    }

.bg-gradient-primary {
    background-color: #19ac90 !important;
    background-image: linear-gradient( 180deg,#007b32 10%,#94c840 100%) !important;
    background-size: cover !important;
}

.sidebar .sidebar-brand {
    /*height: 130px;*/
    padding: 0.5rem 0.5rem !important;
    z-index: 1;
    background: #ffffff;
}

.card-header {
    background-color: #00c35a !important;
}
.carheadttitle {
    background-color: #505050 !important;
}


.text-primary {
    color: #ffffff !important;
}

.bg-white {
    background-color: #007b32 !important;
}

.bg-LightGreen {
    background-color: #1dd568 !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    padding: 0.5rem 1rem !important;
    margin: 0 0.5rem !important;
    display: block !important;
    color: #000000 !important;
    text-decoration: none !important;
    border-radius: 0.35rem !important;
    white-space: nowrap !important;
}

footer.sticky-footer {
    padding: 1rem 0;
    flex-shrink: 0;
}

.text-gray-400 {
    color: #ffffff !important;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #6a6a6a !important;
}

.text-gray-600 {
    color: #ffffff !important;

}

.text-gray-800 {
    color: #2c2e35 !important;
}

.modal-header {
    background-color: #00c35a !important;
}
.modal-title {
    color: #ffffff !important;
}
/*Text area*/
textarea.form-control {
    height: 78px !important;
    border-radius: 10px !important;
}

    /*File Upload*/
    input[type="file"] {
        font-size: .8rem;
        border-radius: 10rem;
        padding: 1rem 1rem !important;
        padding-top: 14px;
        padding-bottom: 25px !important;
        height: 50px;
    }


    .msg {
        margin: 20px;
    }







    /*print page*/


    page {
        background: white;
        display: block;
        margin: 0 auto;
        margin-bottom: 0.5cm;
        box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    }

        page[size="A4"] {
            width: 21cm;
            height: 29.7cm;
        }

            page[size="A4"][layout="landscape"] {
                width: 29.7cm;
                height: 21cm;
            }

        page[size="A3"] {
            width: 29.7cm;
            height: 42cm;
        }

            page[size="A3"][layout="landscape"] {
                width: 42cm;
                height: 29.7cm;
            }

        page[size="A5"] {
            width: 14.8cm;
            height: 21cm;
        }

            page[size="A5"][layout="landscape"] {
                width: 21cm;
                height: 14.8cm;
            }





.pricingTable {
    background: repeating-linear-gradient(#fff,#fff 10px,#f9f9f9 10px,#f5f5f5 20px);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin: 22px;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

    .pricingTable .pricingTable-header {
        color: #fff;
        background: linear-gradient(to right, #F41A92, #8D3B9D);
        text-align: left;
        padding: 25px 50px;
        margin: -20px 20px 30px -20px;
        border-radius: 7px;
        position: relative;
    }

        .pricingTable .pricingTable-header:before,
        .pricingTable .pricingTable-header:after {
            content: "";
            background: linear-gradient(to top right, transparent 50%, #F41A92 52%);
            width: 18px;
            height: 20px;
            position: absolute;
            bottom: -16px;
            left: 0;
            z-index: -1;
        }

        .pricingTable .pricingTable-header:after {
            width: 17px;
            height: 19px;
            transform: rotate(180deg);
            top: 0;
            right: -13px;
            left: auto;
            bottom: auto;
        }

    .pricingTable .title {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0 0 10px;
    }

    .pricingTable .price-value .currency {
        font-size: 22px;
    }

    .pricingTable .price-value .amount {
        font-size: 15px;
        margin: 0 0 5px;
        display: inline-block;
    }

    .pricingTable .price-value .duration {
        font-size: 24px;
        display: block;
    }

    .pricingTable .pricing-content {
        text-align: left;
        padding: 0;
        margin: 0 0 40px;
        list-style: none;
        display: inline-block;
    }

        .pricingTable .pricing-content li {
            color: #272727;
            font-size: 17px;
            padding: 0 0 0 35px;
            margin: 0 0 18px;
            position: relative;
        }

            .pricingTable .pricing-content li:last-child {
                margin: 0;
            }

            .pricingTable .pricing-content li:before {
                color: #F41A92;
                content: "\f00c";
                font-family: "Font Awesome 5 free";
                font-size: 17px;
                font-weight: 900;
                line-height: 14px;
                width: 19px;
                height: 19px;
                padding-left: 2px;
                border-radius: 50%;
                border: 2px solid #F41A92;
                position: absolute;
                top: 3px;
                left: 0;
            }

    .pricingTable .pricingTable-signup a {
        background: linear-gradient(to right, #F41A92, #8D3B9D);
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        text-align: center;
        text-transform: capitalize;
        letter-spacing: 1px;
        width: 150px;
        margin: 0 auto -22px;
        padding: 11px;
        border-radius: 50px;
        display: block;
        transition: all 0.5s;
    }

        .pricingTable .pricingTable-signup a:hover {
            text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px rgba(0,0,0,0.8);
        }

    .pricingTable.blue .pricingTable-header,
    .pricingTable.blue .pricingTable-signup a {
        background: linear-gradient(to right, #02C3EE, #0053C3);
    }

        .pricingTable.blue .pricingTable-header:before,
        .pricingTable.blue .pricingTable-header:after {
            background: linear-gradient(to top right, transparent 50%, #02C3EE 52%);
        }

    .pricingTable.blue .pricing-content li:before {
        color: #02C3EE;
        border-color: #02C3EE;
    }

    .pricingTable.orange .pricingTable-header,
    .pricingTable.orange .pricingTable-signup a {
        background: linear-gradient(to right, #fc9211, #f26304);
    }

        .pricingTable.orange .pricingTable-header:before,
        .pricingTable.orange .pricingTable-header:after {
            background: linear-gradient(to top right, transparent 50%, #fc9211 52%);
        }

    .pricingTable.orange .pricing-content li:before {
        color: #fc9211;
        border-color: #fc9211;
    }

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 60px;
    }
}
/*Loader CSS*/
.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 5% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 0.6;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}