﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}



.imgborder {
    width: 200px;
    border: 1px solid grey;
}

/* "Index.cshtml" STYLES*/
.homeBannerTitle {
    color: #000000;
    font-size: 60px;
    font-weight: 800;
}

.homeBannerSub {
    color: #212529;
    font-size: 35px;
}

.headerContainer {
    padding: 10px 0 10px 0;
    margin: 20px 0 40px 0;
}

.twitterBox {
    padding: 20px;
    background: #E3E3E3;
    border-radius: 20px;
}

.container {
    padding: 0;
}

.featuredBox {
    padding: 20px;
    background: #ada5a5;
    border-radius: 20px;
}

.navBox {
    background: #cfcfcf;
    margin: 0 20px 20px 0;
    padding: 11px;
    backdrop-filter: blur(35px);
    border-radius: 20px;
    width: 1000px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(13px);
}

.navBoxLite {
    margin: 0 0px 0px 0;
    padding: 11px;
    border-radius: 20px;
    width: 1000px;
}



.navBox:hover {
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.navBoxImage-Light {
    background: #66923b;
    height: 150px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
}

.navBoxImage-Dark {
    background: #e9780e;
    height: 150px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
}

.navBoxCaption {
    margin: 5px 0 0 15px;
    color: black;
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
}



.navBoxGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.home_divLine {
    justify-content: center;
    margin-top: 20px;
    width: 100%;
    height: 0px;
    border: 1px solid #EEEEEE;
}

.home_NewsHeader {
    margin-top: 30px;
}

.home_Newsfeed {
    margin-top: 10px;
    padding-left: 10px;
}

.home_NewsBox {
    margin-bottom: 3px;
    padding: 10px 20px 10px 20px;
    width: auto;
    background: #EFF4FF;
}

    .home_NewsBox:hover {
        background: #C3D8FF;
    }

.home_NewsTitle {
    font-weight: 700;
    font-size: 14px;
    color: black;
}

    .home_NewsTitle:hover {
        font-weight: 700;
        font-size: 14px;
        color: black;
        text-decoration: none;
    }

.home_NewsSubText {
    font-weight: 500;
    font-size: 12px;
}


.home_NewsContTypeBox {
    padding: 2px 5px 2px 5px;
    border: 1px solid #000000;
}



.rowBackground {
    background-color: white !important;
}

a {
    color: #252525 !important;
    text-decoration: none;
}

    a:hover {
        color: #06283d;
        background-color: transparent;
        text-decoration: none;
    }

.newsitemauthor {
    font-size: smaller;
}

.imagepadbottom {
    padding-bottom: 10px;
}

/* Bootstrap Overides*/
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #66923b !important;
    color: white;
    border: none;
}


.btn-more {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    width: 100%;
}


.btn-less {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    width: 50%;
}


.btn-topic {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    color: #39739d;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15385;
    margin: 0;
    outline: none;
    padding: 8px .8em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    width: 120px;
}

/*Content*/
/*==================== 
  Content
====================== */
.bkgIndex {
    background-color: #06283d;
}

.bkgTitle {
    color: white !important;
}

.flextime {
    flex: 1 0 60%;
}


.flextimeblue {
    flex: 1 0 60%;
    background-color: #06283d;
}


/*Footer*/
/*==================== 
  Footer 
====================== */

/* Main Footer */
footer .main-footer {
    padding: 20px 0;
    background: #ddd9cc;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

/* Copy Right Footer */
.footer-copyright {
    background: #252525;
    padding: 5px 0;
}

    .footer-copyright .logo {
        display: inherit;
    }

    .footer-copyright nav {
        float: right;
        margin-top: 5px;
    }

        .footer-copyright nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .footer-copyright nav ul li {
                border-left: 1px solid #505050;
                display: inline-block;
                line-height: 12px;
                margin: 0;
                padding: 0 8px;
            }

                .footer-copyright nav ul li a {
                    color: #969696;
                }

                .footer-copyright nav ul li:first-child {
                    border: medium none;
                    padding-left: 0;
                }

    .footer-copyright p {
        color: #969696;
        margin: 2px 0 0;
    }

/* Footer Top */
.footer-top {
    background: #252525;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #222;
}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer {
    background: transparent;
}

footer.transparent .footer-copyright {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
}

/* Footer light */
footer.light .footer-top {
    background: #f9f9f9;
}

footer.light .main-footer {
    background: #06283d;
}

footer.light .footer-copyright {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

/* Footer 4 */
.footer- .logo {
    display: inline-block;
}



/*==================== 
  Widgets 
====================== */
.widget {
    padding: 20px;
    margin-bottom: 40px;
}

    .widget.widget-last {
        margin-bottom: 0px;
    }

    .widget.no-box {
        padding: 0;
        background-color: transparent;
        margin-bottom: 40px;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }

    .widget.subscribe p {
        margin-bottom: 18px;
    }

    .widget li a {
        color: #969696;
    }

        .widget li a:hover {
            color: #252525;
        }

.widget-title {
    margin-bottom: 20px;
}

    .widget-title span {
        background: #839FAD none repeat scroll 0 0;
        display: block;
        height: 1px;
        margin-top: 25px;
        position: relative;
        width: 20%;
    }

        .widget-title span::after {
            background: inherit;
            content: "";
            height: inherit;
            position: absolute;
            top: -4px;
            width: 50%;
        }

    .widget-title.text-center span, .widget-title.text-center span::after {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

.widget .badge {
    float: right;
    background: #7f7f7f;
}

.typo-light h1,
.typo-light h2,
.typo-light h3,
.typo-light h4,
.typo-light h5,
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small {
    color: #252525;
}


.socialpad {
    padding-right: 20px !important;
}

ul.social-footer2 {
    margin: 0;
    padding: 0;
    width: auto;
}

    ul.social-footer2 li {
        display: inline-block;
        padding: 0;
    }

        ul.social-footer2 li a:hover {
            background-color: #06283d;
        }

        ul.social-footer2 li a {
            display: block;
            height: 30px;
            width: 30px;
            text-align: center;
        }




        /*Subscription Box*/
.rounded-lg {
    border-radius: 1rem !important;
}

.text-small {
    font-size: 0.9rem !important;
}

.custom-separator {
    width: 100%;
    height: 6px;
    border-radius: 1rem;
}

.text-uppercase {
    letter-spacing: 0.2em;
}

bg-primary-alt
{
color:brown;
}



/*Align images secondary pages*/
.content-section {
    margin: auto;
    display: block;
}

.circle {
    counter-reset: list-counter;
    list-style: none;
    float: left;
}

    .circle li {
        margin: 1.5em 0;
    }

        .circle li:before {
            content: counter(list-counter);
            counter-increment: list-counter;
            width: 1em;
            height: 1em;
            padding: .5em;
            margin-right: 1em;
            border-radius: 50%;
            border: .25em solid #ccc;
            background: #000;
            color: #fff;
            font-family: arial;
            font-weight: bold;
            text-align: center;
            display: inline-block;
        }


.email {
    color: #66923b !important;
    font-weight: bold;
}

.small {
    color: #66923b !important;
    font-weight: bold;

}


.donate-button {
    width: max-content;
    padding: 10px 20px 10px 20px;
    background: #e9780e;
    border-radius: 20px;
    color: black;
    font-weight: 600;
}

.nominate-button {
    width: max-content;
    padding: 10px 20px 10px 20px;
    background: #66923b;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}


.home_NewsViewMoreButton {
    width: max-content;
    padding: 10px 20px 10px 20px;
    background: #3F3F3F;
    border-radius: 20px;
    color: white;
    font-weight: 600;
}


.home_CouponViewMoreButton {
    width: max-content;
    padding: 10px 20px 10px 20px;
    background: #3F3F3F;
    border-radius: 20px;
    color: darkorange;
    font-weight: 600;
}


.subscription_bullet{
    text-align:left;
}


.mmTitle {
    font-size: 18px;
    font-weight:bold;
}


/*Video Tab*/

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #66923b;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #e9780e;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}




..btnsale {
    background: #e9780e;
    background-image: -webkit-linear-gradient(top, #e9780e, #e9780e);
    background-image: -moz-linear-gradient(top, #e9780e, #e9780e);
    background-image: -ms-linear-gradient(top, #e9780e, #e9780e);
    background-image: -o-linear-gradient(top, #e9780e, #e9780e);
    background-image: linear-gradient(to bottom, #e9780e, #e9780e);
    -webkit-border-radius: 12;
    -moz-border-radius: 12;
    border-radius: 12px;
    -webkit-box-shadow: 0px 1px 3px #e9780e;
    -moz-box-shadow: 0px 1px 3px #e9780e;
    box-shadow: 0px 1px 3px #e9780e;
    font-family: Arial;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 20px 10px 20px;
    border: solid #e9780e 2px;
    text-decoration: none;
}

.btnsale:hover {
    background: #bd7811;
    text-decoration: none;
}




/* mastermind Divs*/
/* Set up the two-column layout */
.two-column-layout {
    display: flex;
}

/* Style the 60% width column */
.column-60 {
    flex: 60%;
    padding: 10px; /* Optional: Add some padding for spacing */
}

/* Style the 40% width column */
.column-40 {
    flex: 40%;
    padding: 10px; /* Optional: Add some padding for spacing */
    border: 1px solid #000; /* Add a 1px black border around the column */
}


/*Modal Anchor*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: center;
}

/*Toast Anchor*/


.toast-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.toast {
    background-color: red;
    color: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.show {
    opacity: 1;
}

.toast-body {
    font-size: 14px;
}


/*adevertisement anchor*/
.custom-box {
    width: 400px;
    height: 50px;
    background-color: #9cb2d4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
}



/* Dashboard Anchor */
.square {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    border-radius: 10px; /* Adjust the radius to your liking for rounded corners */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20pt; /* Set the font size to 20pt */
    font-weight: bold; /* Make the text bold */
    margin: 10px; /* Add some margin between squares */
}

.title
{
    font-size: 14px; /* Set the font size for the title */
    font-weight: normal; /* Reset font weight for the title */
    margin-bottom: 5px; /* Add margin below the title */
}


.square-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%; /* Make the container fill the column height */
}

.square:hover {
        background-color: #e9780e;
    }

@media (min-width: 768px) {
    .row-cols-md-3 {
        margin-left: -25px; /* Adjust the negative margin to compensate for the default gutter */
        margin-right: -25px; /* Adjust the negative margin to compensate for the default gutter */
    }

    .col-md-3 {
        padding-left: 25px; /* Add the padding to offset the negative margin */
        padding-right: 25px; /* Add the padding to offset the negative margin */
    }
}


/* Nav anchor*/

.navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-nav li {
        display: inline-block; /* or use 'display: inline;' if you prefer */
        margin-right: 10px; /* Adjust the spacing between items as desired */
    }


.adminfooter {
    flex-shrink: 0;
    width: 100%;
    height: 30px; /* Adjust the height of the footer as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: darkorange; /* Add background color for better visibility */
}


/*admin anchor*/
#loginHistoryTable {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

#loginHistoryTable thead {
        background-color: #66923b;
    }

#dataTable thead {
    background-color: #66923b;
}

.dataTable-container {
    width: 80%;
    // or max-width, depending on your preference margin: 0 auto;
    // this centers the container
}

.dataTables_filter, .dataTables_paginate {
    float: left;
    margin-bottom: 10px;
   
}

.text-center {
    text-align: center;
}

#loginHistoryTable th {
    background-color: #66923b;
}

#loginHistoryTable tr {
    background-color: white;
}

#loginHistoryTable tr:hover {
    background-color: #e9780e;
}

#loginHistoryTable tbody tr:hover td.sorting_1 {
    background-color: #e9780e;
}

#loginHistoryTable td.sorting_1 {
    background-color: white;
}


/*--Admin Header Anchor*/
/*--Admin Header Anchor*/
.header-container {
    border-radius: 5px;
    display: flex;
    background-color: #66923b;
    padding: 10px;
}

.header-title {
    margin-right: auto; /* Pushes subsequent elements to the right */
    color: white;
}

.back-to-list-container {
    background-color: #e9780e;
    padding: 5px;
    margin-right: 10px;
    border: 1px solid white;
    border-radius: 5px;
}
    .back-to-list-container a {
        color: white;
    }

    .back-to-list-container.left {
        /* No specific styling for now */
    }

    .back-to-list-container.right {
        /* No specific styling for now */
    }

.rounded-input-container {
    /* Your other styles */
}

.rounded-input {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: lightgrey; /* This will apply to the placeholder text */
}

    /* If you want to style the placeholder text specifically, you can use the following code */

    .rounded-input::placeholder {
        color: lightgrey;
    }

    .rounded-input:focus::placeholder {
        color: transparent; /* Hide the placeholder when the input field is focused */
    }

.create-button {
    width: 200px;
    background-color: #66923b;
    color: #ffffff !important;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px; /* Add this line to round the corners */
    transition: background-color 0.3s ease; /* smooth transition for hover effect */
}
 .create-button:hover {
        background-color: #e9780e;
    }

 /*Content*/
.description-padding {
    padding-left: 30px;
}

.border-right-grey {
    border-right: 1px solid #ccc; /* Light grey border */
}


/*Video Anchor*/
.custom-video {
    padding-bottom: 56.25% !important; /* Adjust this value */
}

.title-filter-row {
    display: flex; /* Make it a flex container */
    justify-content: space-between; /* Distribute space between title and filter container */
    align-items: center; /* Center align vertically */
}

.filter-container {
    display: flex; /* Make it a flex container */
    align-items: center; /* Center align vertically */
}

.go-button {
    border-radius: 50%;
    padding: 10px 15px;
    background-color: #66923b;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px; /* Add space between dropdown and button */
}


.description-column {
    width: 50%; /* Set the width of the description column */
}



/*Folding Rows Anchor*/
.short-description {
    height: 1.2em; /* Adjust based on your font size */
    overflow: hidden;
    white-space: nowrap; /* Prevent wrapping */
    text-overflow: ellipsis; /* Show an ellipsis when the text is clipped */
}

.full-description {
    white-space: normal; /* Allow wrapping */
    overflow: visible;
    height: auto;
}

.read-more {
    color: blue;
    cursor: pointer; /* Makes it look clickable */
}

.icon-color {
    color: blue; /* You can change this color anytime */
}

.custom-square {
    width: 125px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 5px;
    color: #000; /* Default text color */
    text-decoration: none; /* Remove underline from links */
    /* Add other styling as necessary */
}

    .custom-square:hover {
        background-color: #e9780e;
        color: #fff; /* Optional: Change text color on hover */
    }



.column-description {
    width: 60%; /* Adjust as needed */
}

.column-actions {
    width: 20%; /* Adjust as needed */
    white-space: nowrap; /* Prevents wrapping inside this cell */
    text-align: right;
}


.custom-btn {
    color: #ffffff !important; /* White text color */
}


/*star Ratuing System*/

.rating {
    display: inline-flex;
    direction: rtl;
}

    .rating > input {
        display: none;
    }

    .rating > label {
        position: relative;
        width: 20px;
        font-size: 20px;
        color: #ffcc00;
        cursor: pointer;
    }

        .rating > label:before {
            content: '☆';
            position: absolute;
            top: 0;
            left: 0;
        }

    .rating > input:checked ~ label:before {
        content: '★';
    }



    /*--Popup Anchor*/
#popup {
    position: fixed;
    top: 100px;
    left: 20%;
    transform: translateX(-50%);
    width: 400px;
    height: 250px;
    background-color: White;
    border: 5px solid Black;
    border-radius: 5px;
    padding: 10px;
    z-index: 1000;
    cursor: move;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    user-select: none; /* Disable text selection */
    -webkit-user-select: none; /* Safari specific */
    -moz-user-select: none; /* Firefox specific */
    -ms-user-select: none; /* IE/Edge specific */
}
