/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}*/

:root {
    --primary-purple: #630DFB;
    --secondary-orange: #F02323;
    --light-purple: #6C63FF;
    --yellow: #FFC727;
    --light-bg: #F5F7FF;
}

html, body {
    height: 100%;
}


body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* Margin bottom by footer height */
    background-color: #fff;
}

main {
    flex: 1;
}


html {
    position: relative;
    min-height: 100%;
    font-family: 'Inter', Calibri;
    font-size: 16px;
}

.dataForm {
    max-width: 1100px;
    border-top: 5px solid #3B4298;
    padding: 1rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

input, textarea, select {
    margin-bottom: 16px;
}

/* Overrides Begin */

.req {
    font-size: small;
    font-weight: bold;
    color: red;
    margin-left: 5px;
}

a {
    color: #512ad2;
}

    a:hover {
        color: #007bff;
    }

/* Overrides End */

.validation-summary-errors {
    margin: 10px;
    padding: 5px;
    background-color: red;
    color: white;
    font-weight: bold;
}

.validation-summary-valid {
    display: none;
}

/* Set widths on the form inputs since otherwise they're 100% wide
input,
select {
    max-width: 500px;
}*/

pre {
    padding: 0px;
    margin: 0px;
    font-family: inherit;
    font-size: small;
    line-height: inherit;
    word-break: normal;
    word-wrap: break-word;
    background-color: inherit;
    border: none;
    border-radius: 0px;
}

h1 {
    margin: .55em 0;
    font-size: 25px;
}

h2 {
    margin: .50em 0;
    font-size: 23px;
}

h3 {
    margin: .40em 0;
    font-size: 19px;
}

h4 {
    margin: .35em 0;
    font-size: 17px;
}

.half-highlighted {
    color: #000000;
    background-image: linear-gradient(transparent 70%, #FFC727 30%);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left -0.15em;
}


.highlighted {
    background-image: linear-gradient(transparent 10%, #FFC727 10%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left -0.15em;
    color: #3a3a3a;
}


.field-validation-error span {
    color: #DC3545 !important;
}

.label-highlight {
    background-color: #dbeed3;
    color: #252525
}

/*New checkbox & radio*/
.control-checkbox,
.control-radio {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .control-checkbox input,
    .control-radio input {
        position: absolute;
        opacity: 0;
    }

    .control-checkbox span,
    .control-radio span {
        font-weight: normal
    }

.checkbox-lablel,
.radio-label {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: solid 1px #898888;
}

.control-radio .radio-label {
    border-radius: 50%;
}

.control-checkbox:hover input ~ .checkbox-lablel,
.control-checkbox input:focus ~ .checkbox-lablel,
.control-radio:hover input ~ .radio-label,
.control-radio input:focus ~ .radio-label {
    background: #ccc;
}

.control-checkbox input:checked ~ .checkbox-lablel,
.control-radio input:checked ~ .radio-label {
    background: #2aa1c0;
    border: solid 1px #279dbb;
}

.checkbox-lablel:after,
.radio-label:after {
    content: '';
    position: absolute;
    display: none;
}

.control-checkbox input:checked ~ .checkbox-lablel:after,
.control-radio input:checked ~ .radio-label:after {
    display: block;
}

.control-checkbox .checkbox-lablel:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-radio .radio-label:after {
    left: 5px;
    top: 5px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #fff;
}

.control-radio input:disabled ~ .radio-lablel:after {
    background: #7b7b7b;
}

.ProfilePhoto {
    max-width: 200px;
    height: 150px;
    float: left;
}

.SocialPromoPhotoSmall {
    max-width: 50px;
    height: 40px;
    float: left;
    margin-right: 10px;
    text-align: center;
    overflow: hidden;
}

.ProfilePhotoMedium {
    max-width: 120px;
    max-height: 100px;
    overflow: hidden;
}

.text-danger {
    font-weight: bold;
    color: red;
}

/*Landing page*/

.btn-register {
    background: var(--primary-purple);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
}

    .btn-register:hover {
        background: #5940dd;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(108, 79, 255, 0.3);
    }

/* Hero Section */
.hero-section {
    overflow-x: hidden;
    padding: 3rem 0;
    overflow: hidden;
    background: #fff;
}

/* background illustration */
.hero-bg {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 950px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.95;
}

/* make text above image */
.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.25rem;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 1.3;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

    .hero-title .highlight {
        color: var(--yellow);
        position: relative;
        display: inline-block;
    }

.stat-container {
    display: flex;
    gap: 0rem;
    width: fit-content;
    border-radius: 25px;
    border: solid 2px #F3F6F8;
    background: white;
}

.stat-card {
    display: flex;
    flex-direction: column;
    flex:1;
    padding: 1.5rem;
    transition: transform 0.3s ease;
}

    .stat-card:hover {
        transform: translateY(-5px);
    }

.stat-number {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #666;
}

.stat-icon {
    width: 40px;
    height: 40px;
    background: var(--secondary-orange);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

    .stat-icon.purple {
        background: var(--primary-purple);
    }

    .stat-icon.yellow {
        background: var(--yellow);
    }


.benefit-icon {
    width: 30px;
    height: 30px;
    background: var(--secondary-orange);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    flex-shrink: 0;
}

    .benefit-icon.green {
        background: #3DB700;
    }


/* Near You Section */
.near-you-main-section {
    position:relative;
    padding: 4rem 0 0 0;
    background: none;
    overflow-x:hidden;
}

.near-you-section {
    padding: 3rem 3rem 4rem 3rem;
    background: var(--light-bg);
}

.loc-bg {
    position: absolute;
    right: 0px;
    top: 20%;
    transform: translateY(-50%);
    width: 250px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.95;
}

.section-title {
    color: rgba(0,0,0,0,0.8);
    font-size: 2.5rem;
    letter-spacing: 2px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 3rem;
}

.business-card {
    background: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

    .business-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

.business-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

    .business-icon.pink {
        background: linear-gradient(135deg, #FF6B9D, #FFA5C5);
    }

    .business-icon.green {
        background: linear-gradient(135deg, #4ADE80, #86EFAC);
    }

.business-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.business-description {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.btn-details {
    color: var(--primary-purple);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

    .btn-details:hover {
        text-decoration: underline;
    }

/* Explore Community Section */

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-item {
    display: flex;
    justify-content:space-between;
    align-items: center;
    gap: 1rem;
    text-align: left;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4ADE80, #86EFAC);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

    .feature-icon i {
        color: white;
        font-size: 1.5rem;
    }

.feature-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #1a1a1a;
}

/* Business CTA Section */
.business-cta-section {
    padding: 4rem;
    position: relative;
}
.phone-mockup img {
    width: 200% !important;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

.cta-features {
    padding: 0;
    max-width: 500px;
    margin: 0 auto 2rem;
}

    .cta-features li {
        font-size: 1.1rem;
        padding: 0.5rem 0;
        position: relative;
        padding-left: 1.5rem;
    }

.btn-register-red {
    background: #DC2626;
    color: white;
    padding: 1rem 3rem;
    border-radius: 30px;
    font-weight: 600;
    border: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

    .btn-register-red:hover {
        background: #B91C1C;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(220, 38, 38, 0.3);
        color: white;
    }

.phone-mockup {
    position: relative;
    max-width: 300px;
}

    .phone-mockup img {
        width: 100%;
        filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
    }


.dropdown-toggle {
    background: white;
    border: 2px solid #ddd;
    border-radius: 25px;
    padding: 0.5rem 1.5rem;
    color: #666;
    font-weight: 500;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 1rem;
    }


    .hero-title {
        font-size: 2rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .category-tabs {
        gap: 1rem;
    }

    .phone-mockup img {
        width: 100% !important;
    }

    .loc-bg {
        display: none;
    }

    .stat-container {
        flex-direction: column;
    }
}
/*
    Buttons
*/

.btn-rounded {
    border-radius: 999px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
}

.btn-primary {
    background-color: var(--primary-purple);
    border-color: var(--primary-purple);
}

    .btn-primary:hover {
        color: #fff;
        background-color: var(--light-purple);
        border-color: var(--light-purple);
    }

.btn-primary-outline {
    background-color: none;
    border: 2px solid var(--primary-purple);
    color: var(--primary-purple) !important;
}

    .btn-primary-outline:hover {
        background-color: rgba(99,13,251,0.1);
    }


.btn-primary-2 {
    background-color: var(--secondary-orange);
    border-color: var(--secondary-orange);
    color: #fff;
}

    .btn-primary-2:hover {
        color: #fff;
        background-color: #cf0000;
        border-color: #cf0000;
    }

.btn-orange-light {
    color: var(--secondary-orange) !important;
    background-color: rgba(251,71,44,0.05);
}

    .btn-orange-light:hover {
        border-color: var(--secondary-orange);
    }

.btn-yellow-light {
    color: rgba(245,144,2) !important;
    background-color: rgba(255,189,0,0.05);
}

    .btn-yellow-light:hover {
        border-color: rgba(245,144,2);
    }

.btn-purple-light {
    color: var(--primary-purple) !important;
    background-color: rgba(99,31,251,0.05);
}

    .btn-purple-light:hover {
        border-color: var(--primary-purple);
    }

.btn-blue {
    color: rgb(13 110 253) !important;
    background-color: #e6f0ff;
    font-weight: 600;
}

    .btn-blue:hover {
        background-color: #d3e5ff;
    }


.btn-blackOne {
    color: #fff;
    background-color: #353535;
    border-color: #555555;
}

    .btn-blackOne:focus,
    .btn-blackOne.focus {
        color: #fff;
        background-color: #252525;
        border-color: #454545;
    }

    .btn-blackOne:hover {
        color: #fff;
        background-color: #252525;
        border-color: #454545;
    }

.btn-blackTwo {
    color: #fff;
    background-color: #6a6a6a;
    border-color: #606060;
}

    .btn-blackTwo:focus,
    .btn-blackTwo.focus {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #454545;
    }

    .btn-blackTwo:hover {
        color: #fff;
        background-color: #5e5e5e;
        border-color: #454545;
    }

.btn-blueOne {
    color: #fff;
    background-color: #3B4298;
    border-color: #204d74;
}

    .btn-blueOne:focus,
    .btn-blueOne.focus {
        color: #fff;
        background-color: #3a368f;
        border-color: #204d74;
    }

    .btn-blueOne:hover {
        color: #fff;
        background-color: #3a368f;
        border-color: #204d74;
    }

.btn-blueTwo {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-blueTwo:focus,
    .btn-blueTwo.focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-blueTwo:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

/*.btn-blueOne:focus, .btn-blueOne.focus {
        box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
    }*/

.btn-blueOne.disabled, .btn-blueOne:disabled {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-blueThree {
    color: #fff;
    background-color: #50AEEF;
    border-color: #00bdff;
}

    .btn-blueThree:focus,
    .btn-blueThree.focus {
        color: #fff;
        background-color: #00b7ff;
        border-color: #00b1ff;
    }

    .btn-blueThree:hover {
        color: #fff;
        background-color: #00b7ff;
        border-color: #00b1ff;
    }

.btn-yellowOne {
    color: #252525;
    background-color: #FFC800;
    border-color: #ffbb00;
}

    .btn-yellowOne:focus,
    .btn-yellowOne.focus {
        color: #353535;
        background-color: #ffe100;
        border-color: #ffbb00;
    }

    .btn-yellowOne:hover {
        color: #252525;
        background-color: #ffe100;
        border-color: #ffbb00;
    }

.btn-yellowTwo {
    color: #252525;
    background-color: #ffde63;
    border-color: #ffd263;
}

    .btn-yellowTwo:focus,
    .btn-yellowTwo.focus {
        color: #353535;
        background-color: #ffe731;
        border-color: #ffda3d;
    }

    .btn-yellowTwo:hover {
        color: #252525;
        background-color: #ffe83d;
        border-color: #ffda3d;
    }

.btn-orangeOne {
    color: #fff;
    background-color: #E16400;
    border-color: #d58512;
}

    .btn-orangeOne:focus,
    .btn-orangeOne.focus {
        color: #fff;
        background-color: #FF6400;
        border-color: #d58512;
    }

    .btn-orangeOne.active,
    .btn-orangeOne:hover {
        color: #fff;
        background-color: #FF6400;
        border-color: #d58512;
    }

.btn-orangeTwo {
    color: #fff;
    background-color: #d54e00;
    border-color: #d58512;
}

    .btn-orangeTwo:focus,
    .btn-orangeTwo.focus {
        color: #fff;
        background-color: #FF6400;
        border-color: #d58512;
    }

    .btn-orangeTwo.active,
    .btn-orangeTwo:hover {
        color: #fff;
        background-color: #FF6400;
        border-color: #d58512;
    }

.btn-greenOne {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-greenOne:focus,
    .btn-greenOne.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-greenOne:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

.btn-greenTwo {
    color: #111;
    background-color: #9ddd9d;
    border-color: #90d090;
}

    .btn-greenTwo:focus,
    .btn-greenTwo.focus {
        color: #111;
        background-color: #82cb82;
        border-color: #79b479;
    }

    .btn-greenTwo:hover {
        color: #111;
        background-color: #82cb82;
        border-color: #79b479;
    }

.btn-grayOne {
    color: #fff;
    background-color: #A5A5A5;
    border-color: #adadad;
}

    .btn-grayOne:focus,
    .btn-grayOne.focus {
        color: #fff;
        background-color: #999999;
        border-color: #a1a1a1;
    }

    .btn-grayOne:hover {
        color: #fff;
        background-color: #999999;
        border-color: #a1a1a1;
    }

.btn-grayTwo {
    color: #111;
    background-color: #DFE2DB;
    border-color: #d4d4d3;
}

    .btn-grayTwo:focus,
    .btn-grayTwo.focus {
        color: #111;
        background-color: #d6d7d4;
        border-color: #bababa;
    }

    .btn-grayTwo:hover {
        color: #111;
        background-color: #d6d7d4;
        border-color: #bababa;
    }

.btn-sliverOne {
    color: #111;
    background-color: #eaeaea;
    border-color: #e4e4e4;
}

    .btn-sliverOne:focus,
    .btn-sliverOne.focus {
        color: #111;
        background-color: #e2e6ea;
        border-color: #e4e4e4;
    }

    .btn-sliverOne:hover {
        color: #111;
        background-color: #e2e6ea;
        border-color: #e4e4e4;
    }

/*.btn-lightGray.disabled, .btn-lightGray:disabled {
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }*/

.btn-redOne {
    color: #fff;
    background-color: #aa0000;
    border-color: #dc3545;
}

    .btn-redOne:focus,
    .btn-redOne.focus {
        color: #fff;
        background-color: #dc3545;
        border-color: #bd2130;
    }

    .btn-redOne:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #bd2130;
    }

    .btn-redOne.disabled, .btn-redOne:disabled {
        background-color: #aa0000;
        border-color: #dc3545;
    }

.btn-redTwo {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-redTwo:focus,
    .btn-redTwo.focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-redTwo:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-redTwo.disabled, .btn-red:disabled {
        background-color: #dc3545;
        border-color: #dc3545;
    }

.btn-brownOne {
    color: #fff;
    background-color: #A56E64;
    border-color: #A57878;
}

    .btn-brownOne:focus,
    .btn-brownOne.focus {
        color: #fff;
        background-color: #A55A5A;
        border-color: #A57878;
    }

    .btn-brownOne:hover {
        color: #fff;
        background-color: #A55A5A;
        border-color: #A57878;
    }

.btn-brownTwo {
    color: #fff;
    background-color: #A58C8C;
    border-color: #9f8f8f;
}

    .btn-brownTwo:focus,
    .btn-brownTwo.focus {
        color: #fff;
        background-color: #A58282;
        border-color: #A59696;
    }

    .btn-brownTwo:hover {
        color: #fff;
        background-color: #A58282;
        border-color: #A59696;
    }

.btn-aquaOne {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-aquaOne:focus,
    .btn-aquaOne.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-aquaOne:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

.btn {
    min-width: 70px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 2px 7px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

/*Badges*/
.badge {
    padding: 0.3rem 0.5rem !important;
    border-radius: 5px !important;
    font-size: 0.85rem !important;
}

.badge-success {
    background: #e9fdf2;
    color: #15ad56;
}

.badge-warning {
    background: rgba(230,54,90,0.1);
    color: rgba(230,54,90);
}

.blue-badge {
    color: #630DFB !important;
    background-color: rgba(99,13,251,0.1) !important;
}

.orange-badge {
    background-color: rgba(240,35,35,0.1);
    color: #F02323 !important;
}

.Motto {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #aa0000;
}

.listDecorator {
    border-bottom-color: #aa0000;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

#MenuUl li > a {
    color: #5863e0 !important;
}

    #MenuUl li > a:hover {
        color: #aa0000 !important;
    }

footer {
    background: rgba(0,0,0,0.8);
}

    footer a {
        color: white !important;
    }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
        margin-left: 0px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        margin: .40em 0;
        font-size: 17px;
    }

    h4 {
        font-size: 15px;
    }
}

@media (max-width: 992px) {
    .hero-bg {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 100%;
        margin-top: 40px;
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .presence-img {
        width: 100% !important;
    }
}
.modal-header {
    border-bottom: 2px solid #e6365a;
    color: #24345d;
}

.modal-content {
    padding: 1rem;
    border-radius: 8px;
}

.modal-footer {
    padding-bottom: 0px;
}

.btn-md {
    padding: 0.4rem 0.65rem;
}
.btn-tertiary {
    color: #2D2D2D;
    background-color: #F2F2F2;
    border: 2px solid #F2F2F2;
    font-weight: 600;
}

    .btn-tertiary:hover {
        color: #2D2D2D;
        background-color: #DEDEDE;
        border-color: #DEDEDE;
        font-weight: 600;
    }
.btn-delete {
    background-color: #DC3545 !important;
    color: #fff !important;
    border: 2px solid #DC3545;
    font-weight: 600;
}

    .btn-delete:hover {
        background-color: #B22330 !important;
        border-color: #B22330;
    }
.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}

/*Toaster style*/

/* Custom deep background colors */
.toast-container {
    box-shadow: none !important;
}
/* Container */
.toast-container {
    box-shadow: none !important;
}

/* Success toast */
.toast-success {
    background-color: #38a632 !important;
    border-radius: 6px !important;
    /*margin: 1.5rem 1rem !important;*/
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    /*    padding: 1rem 1.5rem;
*/ box-shadow: none !important;
    font-family: 'IBM Plex Sans';
    font-size: 16px !important;
    font-weight: 500;
    justify-content: center;
}

#toast-container > .toast-success {
    top: 4rem;
    /*    background-color: #D3FFF5 !important;*/
    border-radius: 6px !important;
    /*margin: 1.5rem 1rem !important;*/
    /*    color: #393939 !important;*/
    /*ICON*/
    background-image: url("/images/success-check-mark-updated.png") !important;
    background-repeat: no-repeat;
    background-position: 1.25rem center;
    background-size: 36px 36px;
    /*spacing for icon*/
    /*    padding: .5rem 1rem 1rem 5rem;
*/
    border: none;
    /*    border-left: 6px solid #0B765F;
*/ box-shadow: none !important;
    font-family: 'IBM Plex Sans';
    font-size: 16px !important;
    font-weight: 500;
}


.toast-close-button {
    display: none !important;
}

/* Ensure toast itself doesn’t reserve space for close button */
.toast {
    padding-right: 1.5rem !important;
}

.toast-error {
    background-color: #a10000 !important;
}

.toast-info {
    background-color: #025f8c !important;
}

.toast-warning {
    background-color: #b36b00 !important;
}

#toast-container > div {
    width: 600px !important;
}

.custom-blog-btn {
    background: #f3f0ff; 
    color: #6f42c1;
    padding: 4px 12px;
    border: none;
    font-weight: 600;
    font-size: 13px;
}

    .custom-blog-btn:hover {
        background: #e4dcff;
        color: #5a32a3;
    }


/*
    Kendo Table
*/
/* Kendo Grid – force app font */
.k-grid,
.k-grid td,
.k-grid th,
.k-grid-content,
.k-grid-header,
.k-grid-header th {
    font-family: inherit !important;
}

    /* ----------- HEADER STYLING ----------- */
    .k-grid .k-header, thead {
        text-transform: uppercase !important;
        font-size: 13px;
        color: #5D0DFB !important;
        font-weight: 600 !important;
        background-color: white !important;
        /*font-family: 'Inter*/
        padding: 1rem 1.5rem;
    }

/* ----------- KENDO TABLE STYLING ----------- */
.k-grid {
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    overflow: hidden;
}

    .k-grid table,
    .k-grid .k-grid-header,
    .k-grid .k-grid-content {
        border: none !important;
        background-color: white !important;
        /*        font-family: 'Inter';
*/
    }

    /* ----------- KENDO CELL STYLING ----------- */
    .k-grid td,
    .k-grid th,
    .k-grid .k-table-td,
    .k-grid .k-table-th, .table td, .table th {
        border-top: 1px solid rgba(224,224,224,0.4) !important;
        border-bottom: 1px solid rgba(224,224,224,0.4) !important;
        border-left: none !important;
        border-right: none !important;
        background-color: white !important;
        padding: 0.75rem 1.5rem;
    }

    .k-grid .k-grid-header th, .table th {
        border-bottom: 1px solid rgba(224,224,224,0.4) !important;
        background-color: #F7F3FF !important;
    }


    /*.k-grid-header {
    background-color: #e8f0f5;
}*/

    .k-grid tr:not(.k-state-selected):hover {
        background: #e8f0f5;
    }

.k-grid-pager, .k-scheduler-footer {
    background-color: #F9FBFF;
}

.k-grid-toolbar {
    color: White !important;
    background-color: White !important;
}

    .k-grid-toolbar .k-grid-excel {
        background-color: #e9fdf2 !important;
        color: #15ad56 !important;
        border: none !important;
        padding: 8px 14px !important;
        border-radius: 6px !important;
        font-weight: 600 !important;
    }

        .k-grid-toolbar .k-grid-excel:hover {
            background-color: white !important;
            color: #1ecf6a !important;
        }
/*
.k-button-solid-base {
    background: none !important;
}*/

/* Added editor-content styles to handle pasted HTML content in  About,Recent event and Blog pages */

.editor-content {
    overflow-x: auto;
    max-width: 800px;
}

    .editor-content * {
        box-sizing: border-box;
        max-width: 800px !important;
    }

    .editor-content .container,
    .editor-content .container-fluid,
    .editor-content .content-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .editor-content img,
    .editor-content svg,
    .editor-content iframe,
    .editor-content video {
        max-width: 100% !important;
        height: auto !important;
    }

    .editor-content table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
    }

    .editor-content pre,
    .editor-content code {
        white-space: pre-wrap;
        word-break: break-word;
    }

    .editor-content h1,
    .editor-content h2,
    .editor-content h3,
    .editor-content h4,
    .editor-content h5,
    .editor-content h6,
    .editor-content p,
    .editor-content div,
    .editor-content span {
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .editor-content img {
        display: block;
        margin: 0 auto;
    }

/* Added editor-content styles to handle pasted HTML content in  About,Recent event and Blog pages */
.WidgetLink {
    color: #007BFF !important;
    text-decoration: none !important;
}

    .WidgetLink:hover {
        text-decoration: underline !important;
    }