﻿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: center;
    color: lightcoral;
    padding-top: 60px;
    padding-bottom: 0;
    margin-top: 60px;
    margin-bottom: 0;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.bottomnavbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    .bottomnavbar a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .bottomnavbar a:hover {
            background-color: #ddd;
            color: black;
        }

        .bottomnavbar a.active {
            background-color: #04AA6D;
            color: white;
        }

    .bottomnavbar .icon {
        display: none;
    }
#AmohamLogo {
    float: left;
    height: 56px;
    width: 56px;
    /*    margin-left:10px;*/
    margin-right: 25px;
}

.amohammenu {
    margin-left: 0;
    background-color: #6e0385;
    padding-left: 0px;
    width: 100vw;
    display: inline-block;
}

.nav-log {
    color: floralwhite !important;
}



.amoham-anchor {
    opacity: 1;
    color: floralwhite !important;
    font-weight: bold;
}

.amoham-anchor-drop {
    opacity: 1;
    color: burlywood !important;
}

.amoweb {
    width: 100vw;
    margin-left: 0;
    padding-left: 0;
    margin-top: 65px;
}

.amohamnav {
    padding-top: 0rem;
    padding-bottom: 0rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
}
.amohammenu, .amohamnav {
    background: #EB5757; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #000000, #EB5757); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #000000, #EB5757); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.amohammenu .navbar-collapse .navbar-nav .nav-item ul {
        display: none;
        list-style-type: none;
        background-color: mediumvioletred;
    }

        .amohammenu .navbar-collapse .navbar-nav .nav-item ul li {
            color: floralwhite;
            margin: 0;
            margin-right: 10px;
            /*margin-left: -20px;*/
            padding-bottom: 5px;
            border-bottom: .5px groove darkred;
        }

    .amohammenu .navbar-collapse .navbar-nav .nav-item:hover ul {
        display: block;
        overflow: hidden;
        position: absolute;
        z-index: 1;
    }

    .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
        height: calc(2.5rem + calc(var(--bs-border-width) * 2));
        min-height: calc(2.5rem + calc(var(--bs-border-width) * 2));
        background-color: #dcedc8; /*hsla(0, 0%, 0%, 0.5);  Black with 50% opacity */
        color: #103f1d; /* #046f73; */
    }

    .form-floating > label {
        padding: 0.2rem 0.2rem;
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
        border-top-width: 0;
        background-color: transparent;
        height: 75%;
        padding-left: 5px;
        color: rgb(5 26 189 / 95%);
    }

    .form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
        inset: 0.05rem;
        top: 0px;
        left: 12px;
        background-color: transparent;
        font-weight: 500;
    }

    .text-right {
        text-align: right;
        width: 150px;
    }

    .form-label {
        color: aliceblue;
        padding: 5px;
    }

    .form-control[type=file] {
        height: fit-content;
    }

    .form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
        color: rgb(5 26 189 / 95%); /*rgb(255 240 130 / 95%);*/ /*rgba(var(--bs-body-color-rgb),.95);*/
        transform: scale(.85) translateY(-0.30rem) translateX(.15rem);
        font-weight: 600;
        font-size: large;
    }

    .form-group > label {
        color: antiquewhite;
    }

    .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: 0rem;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    [type=submit] {
        background-color: green;
        color: aliceblue;
        padding: 15px;
        border-radius: 15px;
    }

    body {
        background: #8E0E00; /* fallback for old browsers */
        background: -webkit-linear-gradient(to top, #1F1C18, #8E0E00); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to top, #1F1C18, #8E0E00); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    footer .container {
        padding-left: 25px;
        color: antiquewhite;
    }

        footer .container a {
            display: inline-flex;
            padding-left: 10px;
            padding-right: 10px;
            font-weight: normal;
            color: floralwhite;
            text-decoration: none;
        }

    .amonavmaster {
        width: 100vw;
    }

    .nav-link {
        color: burlywood;
    }

    .dropdown {
        z-index: 1;
    }

    .nav-link:hover, .nav-link:focus {
        color: antiquewhite;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9a188+0,f4441d+50,e02a02+61,bf6e4e+100 */
        background: #c9a188; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzlhMTg4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjQ0NDFkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjElIiBzdG9wLWNvbG9yPSIjZTAyYTAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmNmU0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(-45deg, #c9a188 0%, #f4441d 50%, #e02a02 61%, #bf6e4e 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c9a188), color-stop(50%,#f4441d), color-stop(61%,#e02a02), color-stop(100%,#bf6e4e)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(-45deg, #c9a188 0%,#f4441d 50%,#e02a02 61%,#bf6e4e 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(-45deg, #c9a188 0%,#f4441d 50%,#e02a02 61%,#bf6e4e 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(-45deg, #c9a188 0%,#f4441d 50%,#e02a02 61%,#bf6e4e 100%); /* IE10 preview */
        background: linear-gradient(135deg, #c9a188 0%,#f4441d 50%,#e02a02 61%,#bf6e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9a188', endColorstr='#bf6e4e',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    }

    .nav-link:hover, .nav-link:focus {
        background: #fffbd5; /* fallback for old browsers */
        background: -webkit-linear-gradient(to top, #b20a2c, #fffbd5); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to top, #b20a2c, #fffbd5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
    .navbar-brand {
        font-style: oblique;
        font-size: x-large;
        text-decoration: none;
        vertical-align: middle;
        float: left;
        font-family: serif, cursive;
        font-weight: bolder;
        color: lightyellow !important;
    }

    .nav-register {
        color: darkgreen;
        border: darkgray;
        border-style: outset;
        margin: 5px;
        border-radius: 50px;
        background-color: silver;
        font-weight: bold;
    }

    .nav-login {
        color: indigo;
        border: darkgray;
        border-style: outset;
        margin: 5px;
        border-radius: 50px;
        background-color: silver;
        font-weight: bold;
    }

    .nav-name {
        color: lightcyan;
        margin: 5px;
        font-weight: bold;
    }
    /*For Temporary Home page starts*/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }
    /*body {
    background: linear-gradient(135deg, #fff7f2, #fff);
    color: #333;
}


header {
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 20px;
}*/

    .page-layout {
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 5px 20px;
    }

    .centercontent {
        max-width: 900px;
        margin: 65px 5px 5px 5px;
        overflow: auto;
        background-color: aliceblue;
    }

    .logo {
        font-size: 2.8rem;
        font-weight: 700;
        color: #b23a48;
        margin-bottom: 5px;
        align-items: middle;
    }

    .logoimg {
        height: 60px;
        width: 60px;
        display: inline-block;
    }

    .imgban {
        width: 100%;
        height: auto;
    }

    .rightbar {
        width: 20%;
        /*    right: 0;
    top: 0;
    position: fixed;*/
    }

    .leftbar {
        width: 20%;
        /*    left: 0;
    top: 0;
    position: fixed;
*/
    }

    .pb-3 {
        width: 85vw;
        margin-top: 65px;
    }

    h2 {
        text-align: center;
    }

    .midlalign {
        height: 60px;
        vertical-align: super;
        display: inline-block;
    }

    .tagline {
        font-size: 1.2rem;
        color: #555;
        margin-bottom: 5px;
    }

    .headline {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 5px;
        background: linear-gradient( 135deg, #1e3a5f, /* deep navy */
        #0f172a /* slate blue */
        );
        border: 1px solid rgba(255,255,255,0.08);
        color: #f8fafc;
        border-radius: 18px;
    }

    .date {
        font-size: 1.4rem;
        color: #b23a48;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .description {
        font-size: 0.95rem;
        line-height: 1.6;
        max-width: 650px;
        margin: 0 auto 15px;
        color: #444;
    }

    .features {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 5px;
        margin: 10px;
        justify-items: center;
    }

    .feature-card {
        background: #75c2cc;
        padding: 15px;
        border-radius: 14px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    }

        .feature-card h4 {
            color: #b23a48;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .feature-card p {
            font-size: 0.95rem;
            color: #555;
        }

    .button {
        text-decoration: none;
        color: beige;
        background-color: darkred;
        font-size: large;
        font-style: unset;
        padding: 10px;
        border-radius: 10px;
        border-color: antiquewhite;
        border: 2px;
    }

    .cta {
        margin-top: 10px;
        display: inline-flex;
        max-width: 350px;
    }

        .cta button {
            background: #b23a48;
            color: #fff;
            border: none;
            padding: 14px 26px;
            font-size: 1rem;
            border-radius: 30px;
            cursor: pointer;
            transition: 0.3s;
        }

            .cta button:hover {
                background: #922f3a;
            }

    footer {
        background: #f9f2ee;
        text-align: center;
        padding: 10px 15px;
        margin-top: 30px;
        position: fixed;
        right: 0;
        bottom: 0;
        width: 27vw;
    }

        footer p {
            font-size: 0.9rem;
            color: #666;
        }

    .brand {
        font-weight: 600;
        color: #b23a48;
    }

    .mb-2 {
        width: fit-content;
    }

    .headings {
        align-content: center;
        text-align: -webkit-center;
    }

    .h4-callout {
        padding-top: 10px;
        background: #f4f6f8;
        padding: 10px 14px;
        border-left: 4px solid #0d6efd;
        border-radius: 4px;
        font-weight: 600;
        margin-bottom: 1rem;
        border-radius: 50%;
        color: #061961;
    }
    /*FormTemporary Home page Ends*/
    .text-danger {
        color: ghostwhite !important;
        font-weight: 600;
        display: ruby-text;
    }
.text-danger2 {
    color: ghostwhite !important;
    font-weight: 600;
    display: ruby-text;
}
    .profilemulticol {
        display: inline-flex;
        min-width: 230px;
        max-width: 25%;
    }

    .my-2 {
        color: floralwhite;
        height: 3px;
        border: 3px #e8ff00;
        border-style: ridge;
    }

    .personal {
        padding-top: 5px;
    }

    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        padding-bottom: 10px;
        color: cadetblue;
    }
    /*.gender-toggle {
    position: relative;
    display: inline-flex;
    border-radius: 30px;
    background-color: silver;
    padding: 4px;
    width: 220px;
}

    .gender-toggle input {
        display: none;
    }

    .gender-toggle label {
        flex: 1;
        text-align: center;
        padding: 8px 0;
        font-weight: 600;
        cursor: pointer;
        z-index: 2;
        color: crimson;
    }

    .gender-toggle .slider {
        position: absolute;
        top: 4px;
        bottom: 4px;
        width: 50%;
        background-color: cadetblue;
        border-radius: 30px;
        transition: transform 0.25s ease;
        z-index: 1;
    }

    .gender-toggle input[value="B"]:checked ~ .slider {
        transform: translateX(100%);
    }

    .gender-toggle input[value="G"]:checked + label {
        color: crimson;
    }

    .gender-toggle input[value="B"]:checked + label {
        color: crimson;
    }

    */
    /*Fixed toggle issue*/
    .gender-toggle {
        position: relative;
        display: flex;
        max-width: 260px;
        width:100%;
        height: 44px;
        background: #d3d3d3;
        border-radius: 999px;
        padding: 4px;
        box-sizing: border-box;
    }

        .gender-toggle input[type="radio"] {
            display: none;
        }

        .gender-toggle label {
            flex: 1;
            text-align: center;
            line-height: 36px;
            font-weight: 600;
            cursor: pointer;
            z-index: 2;
            color: #d6003c;
            user-select: none;
        }

        .gender-toggle .slider {
            position: absolute;
            top: 4px;
            left: 4px;
            width: calc(50% - 4px);
            height: calc(100% - 8px);
            background: #5fa7a7;
            border-radius: 999px;
            transition: left 0.25s ease;
            z-index: 1;
        }
    /* Groom */
    #genderMale:checked ~ .slider {
        left: 4px;
    }
    /* Bride */
    #genderFemale:checked ~ .slider {
        left: calc(50% + 2px);
    }
    /*Fixed toggle issue ends*/
    /*.personal > .form-floating > .form-select*/
    .form-floating > .form-select {
        padding-top: 0.85rem;
    }
    /* Default state: NOT focused + empty */
    /*.form-floating > .form-control:not(:focus):placeholder-shown ~ label {
    top: auto;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    opacity: 0.7;
}*/
    /* Focused OR has value → Bootstrap default */
    /*.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    top: 0.25rem;
    left: 0.75rem;
    transform: none;
    text-align: start;
    opacity: 1;
}*/
    .form-floating > .form-control::placeholder {
        color: transparent;
    }
    /* Show placeholder ONLY when input is focused */
    .form-floating > .form-control:focus::placeholder {
        color: #6c757d; /* Bootstrap placeholder color */
        opacity: 1;
    }

    #phonecodeAutocomplete, #secondarycodeAutocomplete {
        margin-left: 15px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    #Input_PhoneNumber, #Input_SecondaryPhoneNumber {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .disabled {
        background-color: lightsteelblue !important;
        opacity: 100%;
    }
    /*
.profile-card {
    border-radius: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.profile-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.profile-img-wrapper {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.profile-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.75rem;
    padding: 6px 10px;
    border-radius: 20px;
}

.swipe-container {
    position: relative;
    height: 520px;
    max-width: 360px;
    margin: auto;
}

.swipe-card {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    overflow: hidden;
    touch-action: pan-y;
    transition: transform .25s ease;
}

.image-wrapper {
    position: relative;
    height: 55%;
}

.profile-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.match-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #28a745;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.card-body {
    padding: 15px;
}

.contact-box {
    margin-top: 10px;
    font-weight: bold;
}

.blurred {
    filter: blur(6px);
    pointer-events: none;
}

.upgrade-hint {
    font-size: 0.8rem;
    color: #dc3545;
}
    */
    .swipe-container {
        position: relative;
        height: 520px;
        max-width: 360px;
        margin: auto;
    }

    .swipe-card {
        position: absolute;
        inset: 0;
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 15px 30px rgba(0,0,0,.2);
        overflow: hidden;
        touch-action: pan-y;
        transition: transform .25s ease;
    }

    .image-wrapper {
        height: 55%;
        position: relative;
    }

    .profile-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .match-pill {
        position: absolute;
        top: 12px;
        left: 12px;
        background: #28a745;
        color: #fff;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: .8rem;
    }

    .card-body {
        padding: 15px;
    }

    .contact-box {
        font-weight: bold;
        margin-top: 10px;
    }

    .blurred {
        filter: blur(6px);
        pointer-events: none;
    }

    .upgrade-hint {
        font-size: .8rem;
        color: #dc3545;
    }

    .top-right-fixed {
        position: fixed;
        top: 55px;
        right: 12px;
        z-index: 9999; /* ensures it stays on top */
        padding: 6px 12px;
        background: #ffffff;
        color: #333;
        border-radius: 6px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
        text-decoration: none;
        font-weight: 600;
    }

    arrow-big {
        font-size: 1.4rem; /* try 1.3–1.6rem */
        line-height: 1;
        vertical-align: middle;
    }

    .blink-soft {
        color: #d32f2f;
        font-weight: 700;
        animation: softBlink 1.5s infinite;
    }

        .blink-soft.delay {
            animation-delay: .75s;
        }

    @keyframes softBlink {
        0%, 100% {
            opacity: 1;
        }

        50% {
            opacity: .35;
        }
    }

.information, .privacy, .terms, .cancel,  .error {
    width: 75vw;
    height: 75vh;
    align-items: center;
    vertical-align: middle;
    border: 1px groove violet;
    margin: auto;
    padding: 20px;
    overflow: auto;
    /*background-color: ivory;*/
    background: #A1FFCE; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FAFFD1, #A1FFCE); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FAFFD1, #A1FFCE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    opacity: 70%;
    display: flow;
}
    .information a, .privacy a, .terms a, .cancel a, .services a, .error a{
        color:darkgoldenrod;
    }

    .modal-header h5 {
        justify-content: center;
        color: aquamarine;
    }

    .modal-header btn-close {
        color: orangered;
    }

    .modal-header {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    body:not(.modal-open) .modal-header > .btn-close {
        display: none;
    }

    .modal-open .modal-header {
        border-bottom: none;
        background: linear-gradient(135deg, #ff758c, #ff7eb3);
        color: white;
    }
    /*Suggestions navbar correction*/
    /* Ensure navbar can layer properly */
    .amohamnav {
        /*position: relative;*/
        z-index: 1000;
    }
    /* Each nav-item should create a positioning context */
    .navbar-nav > .nav-item {
        position: relative;
    }
    /* Your custom dropdown */
    .navbar-nav .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        background-color: #212529;
        padding: 0.5rem 0;
        z-index: 9999; /* 🔥 forces it above slider */
        display: none;
    }
    /* Show dropdown on hover */
    .navbar-nav .nav-item:hover > .dropdown {
        display: block;
    }

    .form-switch,
    .form-check-input,
    .form-check-label,
    .slider {
        position: relative;
        z-index: 1;
    }

    .navbar,
    .navbar-collapse,
    .container-fluid {
        overflow: visible !important;
    }

    .amohammenu .navbar-collapse .navbar-nav .nav-item ul {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f70431+0,960359+0,bc0325+52,e20408+100 */
        background: #f70431; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3MDQzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTYwMzU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjYmMwMzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyMDQwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, #f70431 0%, #960359 0%, #bc0325 52%, #e20408 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f70431), color-stop(0%,#960359), color-stop(52%,#bc0325), color-stop(100%,#e20408)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #f70431 0%,#960359 0%,#bc0325 52%,#e20408 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #f70431 0%,#960359 0%,#bc0325 52%,#e20408 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #f70431 0%,#960359 0%,#bc0325 52%,#e20408 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #f70431 0%,#960359 0%,#bc0325 52%,#e20408 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f70431', endColorstr='#e20408',GradientType=0 ); /* IE6-8 */
    }
    /*Suggestion navbar correction ends*/
    .card-body {
        padding: 10px;
    }

    #casteGhost {
        z-index: 1;
    }

    #casteSearch {
        z-index: 2;
        background: transparent;
    }

    .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select { /*Metallic Toad*/
        background: #abbaab; /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #ffffff, #abbaab); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #ffffff, #abbaab); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .btn-logout {
        background: #200122; /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #6f0000, #200122); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to left, #6f0000, #200122); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        padding: 5px;
        margin: 12px;
    }

    .btn-login, .btn-primary {
        background: #093028; /* fallback for old browsers */
        background: -webkit-linear-gradient(to top, #237A57, #093028); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to top, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        padding: 5px;
        margin: 12px;
        border-radius: 12px;
    }

        .btn-login:hover, .btn-primary:hover {
            background: #42275a; /* fallback for old browsers */
            background: -webkit-linear-gradient(to top, #734b6d, #42275a); /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to top, #734b6d, #42275a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }

    .nav-username {
        margin-top: 8px;
    }

    .navbar-login {
        background: #1D4350; /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #A43931, #1D4350); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #A43931, #1D4350); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    #activeProfileSelect {
        background: #E8CBC0; /* fallback for old browsers */
        background: -webkit-linear-gradient(to bottom, #636FA4, #E8CBC0); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to bottom, #636FA4, #E8CBC0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .badge {
        margin: 18px 3px 18px 0px;
    }
    .smallbadge {
        margin: 5px 3px 5px 0px;
    }
.text-muted {
    font-size: 1.6rem;
}

    a {
        color: rgb(13 253 209);
    }

    .form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select { /*Metallic Toad*/
        background: #d9a7c7; /* fallback for old browsers */
        background: -webkit-linear-gradient(to top, #fffcdc, #d9a7c7); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to top, #fffcdc, #d9a7c7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .h4-callout {
        background: #141E30; /* fallback for old browsers */
        background: -webkit-linear-gradient(to top, #243B55, #141E30); /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to top, #243B55, #141E30); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        color: ghostwhite;
    }
.plan-details {
    max-height: 160px;
    overflow-y: auto;
}
.card-title {
    font-weight: 700;
    font-size: 1.25rem;
    font-style: italic;
    font-family: 'Georgia', serif;
    /*color: darkblue;*/
    color: #41295a; /* fallback for old browsers */
    color: -webkit-linear-gradient(to right, #2F0743, #41295a); /* Chrome 10-25, Safari 5.1-6 */
    color: linear-gradient(to right, #2F0743, #41295a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.card-body.d-flex.flex-column {
    background: #CCCCB2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #757519, #CCCCB2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #757519, #CCCCB2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 25px;
}
.card.h-100.shadow-sm{
    background: transparent;
}
.FeeData{
    color:crimson;
}
.btn-success {
    background: #c2e59c; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #64b3f4, #c2e59c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #64b3f4, #c2e59c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 5px;
    margin: 12px;
    border-radius: 12px;
    color:deeppink;
    font-weight:700;
}
.btn-warning {
    background: #fceabb; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f8b500, #fceabb); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f8b500, #fceabb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 5px;
    margin: 12px;
    border-radius: 12px;
}
.text-display {
    font-size: 22px;
    color: darkred;
    font-weight: 500;
}
.goldstar{
    color:gold;
}
.text-hide {
    display: none;
}
@media (min-width: 992px) {
    .profile-left-sticky {
        position: sticky;
        top: 80px;
    }
}
.divnowrap {
    display: inline-grid;
}
.viewCardTitle {
    background: #34e89e; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #0f3443, #34e89e); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #0f3443, #34e89e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 32px;
    background: #E8CBC0; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #636FA4, #E8CBC0); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #636FA4, #E8CBC0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #606c88; /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #3f4c6b, #606c88); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #3f4c6b, #606c88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: wheat;
}
.w-90{
    width:90%;
}
.showlock {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3rem;
    opacity: 0.65;
    z-index: 3;
    pointer-events: auto; /* REQUIRED for tooltip */
    cursor: help;
}

.lockable[readonly] {
    background-color: #f8f9fa;
}
.input-lock-wrapper {
    position: relative;
}

.locked{
    pointer-events:none;
}

.validationcontent {
    /*background-image: linear-gradient( 111.1deg, rgba(69,150,164,1) 2.5%, rgba(17,20,34,1) 100.3% );*/
    /*background-image: linear-gradient( 179.1deg, rgba(0,98,133,1) -1.9%, rgba(0,165,198,1) 91.8% );*/
    /*background-image: linear-gradient(to top, #a7a6cb 0%, #8989ba 52%, #8989ba 100%);*/
    /*background-image: linear-gradient(to top, #505285 0%, #585e92 12%, #65689f 25%, #7474b0 37%, #7e7ebb 50%, #8389c7 62%, #9795d4 75%, #a2a1dc 87%, #b5aee4 100%);*/
    background-image: linear-gradient(to right, #868f96 0%, #596164 100%);
    /*background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);*/
}
    .validationcontent >.modal-footer > button.btn.btn-secondary {
        background-color: darkcyan;
    }
    .validationcontent .modal-header {
        background-color: dimgray !important;
        background-image: linear-gradient( 135deg, #FCCF31 10%, #F55555 100%);
        padding:0;
    }
.validationcontent  .modal-header > h5 {
    color:firebrick;
    padding:0px 8px;
}
.validationcontent .modal-header .btn-close {
    padding-right:25px;
}

.btn-info {
    background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%)
}

.btn-info {
    margin: 3px;
    padding: 3px 5px;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    display: inline-block;
    font-weight:600;
}


    .btn-info:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }
.table-search > :not(caption) > * > * {
    padding: 0.05rem 0.05rem;
    text-align: center;
    vertical-align: middle;
}
.btn-small{
    padding:3px;
    margin:5px;
    border-radius:5px;
}
.getSearch > .form-control{
    height:35px;
}
.getSearch > .form-select {
    height: 35px;
}
.getSearch > .btn-primary {
    padding: 5px 5px 5px 5px;
    margin: 5px 5px;
    width: 75px;
}
.getSearch > btn-dark{

}


.btn-dark {
    background-image: linear-gradient(to right, #003973 0%, #E5E5BE 51%, #003973 100%)
}

.btn-dark {
    margin: 3px;
    padding: 3px 5px;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: darkred;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    display: inline-block;
    font-weight:600;
}

    btn-dark:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }



.btn-secondary {
    background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA 51%, #1FA2FF 100%)
}

.btn-secondary {
    margin: 3px;
    padding: 3px 5px;
    text-align: center;
    /*text-transform: uppercase;*/
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    display: inline-block;
}

    .btn-secondary:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

.report{
    background-color: blanchedalmond;
}
.reportheader {
    background-color: papayawhip;
    padding: 12px;
    text-align: center;
}
.reportdetails{
    background-color: navajowhite;
}
.THCol1 {
    white-space: nowrap;
    font-weight: 600;
    padding-bottom: 10px;
}
.THCol2 {
    white-space: nowrap;
    font-weight: 600;
    padding-bottom: 10px;
}
.THCol3 {
    white-space: nowrap;
    font-weight: 600;
    padding-bottom: 10px;
}
.TDCol1 {
    margin: 3px 0px 3px 0px;
    padding: 3px 0px 3px 0px;
}
.TDCol2 {
    margin: 3px 0px 3px 0px;
    padding: 3px 0px 3px 0px;
}
.TDCol3 {
    margin: 3px 0px 3px 0px;
    padding: 3px 0px 3px 0px;
}
.TDCol3 > .d-inline{
    background-color:transparent;
}
.TDCol3 > .btn-info, 
.TDCol3 > .btn-dark,
.TDCol3 > .btn-secondary{
    padding:0.25rem;
}