/****************
Reset
****************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    font-size: inherit;
    vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/*body {
    line-height: 1.4;
}*/

/*ol, ul {
    list-style: none;
}*/

:root {
    --font-malayalam: "Noto Sans Malayalam", "Manjari", sans-serif;
    --font-latin: "Poppins", sans-serif;
}


blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: none;
}

strong {
    font-weight: bold;
}
/* micro clear fix */
.grouping:before,
.grouping:after {
    content: " ";
    display: table;
}

.grouping:after {
    clear: both;
}

img, iframe, video, object, svg {
    max-width: 100%;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

*, *:before, *:after {
    box-sizing: inherit;
}
/*******CSS reset end *************************************************************/

h2 {
    font-size: large;
    font-weight: 600;
}

/*.text-center {
    text-align: center;
}*/

a {
    color: #0c64bb;
}

    a:focus, a:hover {
        color: #0c64bb;
    }

/*body {
    font-family: Arial, Helvetica, sans-serif;
    background: #e8e8e8;
    font-size: 16px;
}*/

body {
    font-family: 'Poppins', 'Noto Sans Malayalam', 'Manjari', sans-serif;
    background: #e8e8e8;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    font-feature-settings: "liga" 1, "clig" 1, "kern" 1;
    /* Improve font rendering on desktop */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.lg-malayalam {
    font-family: var(--font-malayalam);
    line-height: 1.6;
    font-size: 1.1em; /* Slightly larger for better readability */
    letter-spacing: 0.01em;
    word-break: break-word;
    hyphens: auto;
    font-feature-settings: "liga" 1, "clig" 1, "kern" 1;
    /* Improve font rendering on desktop */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Responsive font sizing for Malayalam on mobile devices */
/*@media screen and (max-width: 768px) {
    .lg-malayalam {
        font-size: 1em;*/ /* Slightly smaller on mobile for better fit */
        /*line-height: 1.5;
    }
}*/

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.01em;
    font-weight: 600;
}


* {
    outline: 0 none !important;
}

img {
    max-width: 100%;
}

tr img {
    max-width: none;
}

.panel-heading {
    cursor: pointer;
}

    .panel-heading.in .fa:before {
        content: "\f068";
    }

.panel-collapse.collapse {
    padding: 20px;
}

nav.navbar {
    background: #000000;
    border-radius: 0;
    border: 0;
    margin: 0;
}

.hide-when-mobile {
    display: none;
}

.smallstar {
    font-size: 10px;
    opacity: 0.5;
}


.stickyBtn {
    position: sticky;
    position: -webkit-sticky;
    top: 0rem;
    z-index: 100;
}

@media screen and (max-width:767px) {
    .stickyBtn {
        position: sticky;
        position: -webkit-sticky;
        top: 0rem;
        z-index: 100;
    }
}

@media screen and (max-width:767px) {

    .fixed-menu-title-for-mobile {
        padding: 5px;
        /*background-color: rgb(47,85,151);
        border: 1px solid rgb(47,85,151);*/
        background-color: #34495e;
        border: 1px solid #34495e;
        margin-bottom: 20px;
        margin-left: 50px;
        margin-right: 50px;
        position: fixed;
        z-index: 1;
        top: 0;
        width: calc(100% - 100px);
        height: 40px;
    }

        .fixed-menu-title-for-mobile .mediupFont {
            font-size: 16px;
        }

    .show-when-mobile {
        display: table;
    }

        .show-when-mobile h4 {
            display: table-cell;
            vertical-align: middle;
        }
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 0px;
    padding: 16px 0;
}

.navbar-nav > li > a {
    font-size: 13px;
    margin: 0;
    padding: 8px;
    color: #FFFFFF;
    font-weight: 700;
}

.inner_page h3 {
    background: #34495e;
    color: #fff;
    font-size: 15px;
    padding: 15px 30px;
    margin: 0 0 30px;
}

.panel-body {
    padding: 15px;
    display: inline-block;
}


.readm {
    background: #337ab7 none repeat scroll 0 0;
    height: 35px;
    line-height: 32px;
    text-align: center;
}

    .readm a {
        color: #fff !important;
        display: block;
        padding: 2px;
    }

.readmDisabled {
    background: #7fafd8 none repeat scroll 0 0;
    height: 35px;
    line-height: 32px;
    text-align: center;
}

    .readmDisabled a {
        color: #fff !important;
        cursor: not-allowed;
        display: block;
        padding: 2px;
    }

.data_table {
    background: #fff;
    margin: 20px 0 0;
    padding: 20px;
    overflow: auto;
}

.navbar-default .nav li a {
    color: #ffffff;
    /*color: #000000;*/
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: capitalize;
}

#userLink {
    color: #ffffff;
}



@media screen and (max-width:767px) {
    .navbar-default .nav li a {
        color: #ffffff;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    /*color: #1fce6d;*/
    color: #e7e7e7;
    background-color: transparent;
}

nav.top-nav {
    background: #28394b;
    padding: 10px 0;
}

.navbar-fixed-top {
    margin-top: 50px;
}

.top-bar li a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    /*color: #ddd;*/
    /*color: #34495e;*/
    color: rgb(31,206,109);
}

#botNavMenu > .top-bar li a:focus, #botNavMenu > .navbar-default .navbar-nav > li > a:hover, #botNavMenu > .navbar-default .navbar-nav > li > a:focus {
    /*color: #ddd;*/
    color: rgb(31,206,109);
}

.top-bar h3 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    line-height: 35px;
}

.btn-default {
    background: #34495e;
    color: #fafafa;
    border: 0;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus {
        background: #435a71;
        border: 0;
        color: #fafafa;
    }

.btn-primary {
    background: #1fce6d;
    border: 0;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
        background: #04b553;
        border: 0;
    }

.navbar .navbar-right .login a {
    /*background: #1fce6d none repeat scroll 0 0;
    border-radius: 20px;
    font-size: 12px;
    height: 35px;
    text-transform: uppercase;
    line-height: 35px;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    margin-left: 5px;*/
}

    .navbar .navbar-right .login a:hover {
        /*background: #04b553 none repeat scroll 0 0;*/
    }

.navbar .navbar-right .register a {
    /*background: #fff none repeat scroll 0 0;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    height: 35px;
    color: #35495d;
    line-height: 35px;
    margin-left: 4px;
    padding: 0;
    text-align: center;
    width: 100px;*/
}

    .navbar .navbar-right .register a:hover {
        /*background: #ddd;
        color: #35495d;*/
    }

.top-bar .dropdown.open a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #fff;
}

.top-bar {
    background: #020202;
    padding: 0px 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    color: #ffffff;
}

@media screen and (max-width:767px) {
    .top-bar {
        /*padding: 10px 0;*/
        background: #020202;
        position: fixed;
        width: 100%;
        z-index: 1;
        height: 42px;
    }
}

.top-bar .dropdown-menu {
    padding: 0 0;
    border-radius: 4px;
    margin-top: 5px;
}

    .top-bar .dropdown-menu li a {
        color: #34495e;
        font-size: 12px;
        padding: 8px 10px;
        text-align: left;
        text-decoration: none;
        width: 100%;
    }

        .top-bar .dropdown-menu li a:hover {
            /*color: #fff;*/
            /*background: rgb(40,57,75);*/
            color: rgb(31,206,109);
            font-size: 12px;
            text-decoration: none;
            margin: 0;
        }

.top-bar ul {
    margin: 0px;
    padding: 0;
    float: right;
}

    .top-bar ul .dropdown {
        display: inline-block;
    }

        .top-bar ul .dropdown:first-child {
            margin-right: 15px;
            text-decoration: none;
        }

    .top-bar ul li a { /*text-decoration: none; border-bottom: 1px solid #ffffff;*/
        color: #fff; /*padding: 5px 0 5px 20px; margin: 0; text-align: right; font-size: 14px; width: 160px;*/
    }


nav.nav-bottom {
    height: auto;
    /*background:#fff;*/
    padding: 0 15px;
    /*margin: 0 0 20px;*/
    /*overflow-x: hidden;*/
}

.nav-bottom .navbar-nav li a {
    /*color: #34495e;*/
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}


/*#botNavMenu .dropdown-menu {
    background-color: #34495e !important;
}

#botNavMenu .dropdown-item {
    background-color: #34495e !important;
}*/

#botNavMenu .dropdown-item:hover {
    color: #7CFC00 !important;
    background-color: black !important;
}

#botNavMenu .mega-dropdown-menu {
    background-color: #FFF;
}

    #botNavMenu .mega-dropdown-menu > li a {
        color: black;
    }

        #botNavMenu .mega-dropdown-menu > li a:hover {
            text-decoration: underline;
            color: #7CFC00 !important;
        }
/*#botNavMenu .open .dropdown-menu {
    background-color:#fff;
}*/
#botNavMenu .navbar-default .navbar-nav > .open > a {
    color: #fff;
}
/*
 #botNavMenu .open .dropdown-menu > li a {
    color: black;
    font-weight: normal;
    }
    #botNavMenu .open .dropdown-menu > li a:hover {
    text-decoration:underline;
    }  */

@media screen and (max-width:767px) {
    #botNavMenu .dropdown-menu {
        /*background-color: #fff !important;*/
    }

        #botNavMenu .dropdown-menu > li a {
            color: black !important;
            font-weight: normal;
        }

            #botNavMenu .dropdown-menu > li a:hover {
                text-decoration: underline;
            }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #fff !important;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #000000 !important;
    }

    .top-bar .dropdown-menu li a {
        color: black !important;
        font-weight: normal;
        font-size: 14px;
        padding: 10px 0px 10px 0px;
        text-align: center;
    }

    nav.nav-bottom {
        background: #28394b;
        position: fixed;
        width: 100%;
        z-index: 2;
        top: 42px;
    }

    nav.main-nav {
        margin-bottom: 22px;
    }

    .nav-bottom .navbar-nav li a {
        text-align: center;
        color: white;
        font-size: 14px;
        font-weight: normal;
    }

    nav.do-not-fix-menu {
        position: initial;
        top: initial;
        z-index: initial;
    }

    .right-bar {
        background-color: #28394b;
    }

    #botNavMenu .open .dropdown-menu {
        background-color: initial;
        max-height: 200px;
        overflow: auto;
        border-bottom: 1px solid rgba(255,255,255,0.5);
    }

    .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 0px 10px 0px;
    }

    .mega-dropdown-menu:after, .mega-dropdown-menu:before {
        content: none !important;
    }

    .mega-dropdown-menu li a {
        color: #fff !important;
    }

    .mega-dropdown-menu .dropdown-header {
        color: rgb(31,206,109) !important;
    }

    .top-bar .dropdown.open a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: rgb(31,206,109) !important;
    }
}

.navbar-nav {
    margin: 0;
}

.mnu {
    padding-top: 20px !important;
}

.add-spc {
    margin-bottom: 10px;
}

.nav-bottom .navbar-nav li a:hover, .nav-bottom .navbar-nav li a:focus {
    font-size: 12px;
    margin: 0;
    color: rgb(31,206,109);
    padding-bottom: 10px;
    padding-top: 10px;
    background: transparent;
}


.nav-bottom #navbar {
    padding: 0px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

.add {
    background: #ccc none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    max-height: 90px;
    max-width: 970px;
    text-align: center;
    width: 100%;
}

.add-2 {
    display: block;
    height: auto;
    line-height: normal;
    margin: 0 auto 15px;
    max-width: 300px;
    text-align: center;
    width: 100%;
}

.add-3 {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    height: 700px;
    background: #ccc;
    text-align: center;
    line-height: 500px;
}

.blog-box {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 20px;
    border-radius: 4px 4px 0 0;
    display: block;
    overflow: hidden;
    max-height: 947px;
    min-height: 497px;
    margin-bottom: 5px;
}

.blog-tit {
    background: #34495e none repeat scroll 0 0;
    padding: 15px 20px 15px 20px;
}

.blog-inner {
    position: relative;
    height: 90px;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-width: 0 1px 1px;
    float: left;
    padding: 10px;
    width: 100%;
}

.login, .register {
    /*float: left;*/
}

.blog-img {
    position: absolute;
}

.blog-text {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    float: left;
}

.blog-img + .blog-text {
    padding-left: 135px;
}

.blog-img img {
    height: 72px;
    max-width: 128px;
    width: auto;
    overflow: hidden; /*-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;*/
}

.obituary-img + .blog-text {
    padding-left: 85px;
}

.obituary-img img {
    position: absolute;
    max-width: 72px;
    width: auto;
    height: 72px;
    overflow: hidden; /*-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;*/
}


.news-img {
    position: absolute;
}

.news-text {
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    float: left;
}

.news-img + .news-text {
    padding-left: 135px;
}

.news-img img {
    height: 27px;
    max-width: 48px;
    width: auto;
    overflow: hidden; /*-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;*/
}

.logo-img img {
    max-width: 100px;
    width: auto;
    height: 100px;
    overflow: hidden;
    vertical-align: middle; /*-o-object-fit: cover; 
                object-fit: cover; 
                -o-object-position: left; 
                object-position: left;*/
}

.blog-tit h4 {
    margin: 0px;
    font-size: 16px;
    color: #fff;
}

.blog-text p {
    color: #0c64bb;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.left-bar {
    float: left;
    padding: 0 15px;
    padding-right: 0;
    max-width: 300px;
}

.right-bar {
    float: right;
    padding: 0 15px;
    padding-left: 0;
}

    .right-bar .btn-primary {
        background-color: rgba(0, 0, 0, 0);
        border-color: #ffffff;
        border-radius: 0;
        border-width: 0 0 1px;
        color: #ffffff;
        padding: 0 30px 5px 5px;
    }

        .right-bar .btn-primary.active,
        .open > .dropdown-toggle.btn-primary {
            background-color: rgba(0, 0, 0, 0);
            border-color: #ffffff;
            border-radius: 0;
            border-width: 0 0 1px;
            color: #ffffff;
        }

            .right-bar .btn-primary.active.focus,
            .btn-primary.active:focus,
            .btn-primary.active:hover,
            .btn-primary.focus:active,
            .open > .dropdown-toggle.btn-primary.focus,
            .open > .dropdown-toggle.btn-primary:focus,
            .open > .dropdown-toggle.btn-primary:hover {
                background-color: rgba(0, 0, 0, 0);
                border-color: #fff;
                color: #ffffff;
            }

    .right-bar .bootstrap-select.btn-group .btn .filter-option {
        display: inline-block;
        float: left;
        margin: 0;
        overflow: hidden;
        text-align: right;
        width: 100%;
    }

    .right-bar .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 180px;
        margin-bottom: 0px;
    }

.footer {
    background: #006d5b;
    padding: 30px 30px;
    margin: 20px 0 0 0;
}

    .footer p {
        text-align: center;
        color: #fff;
        font-size: 12px;
        margin: 0;
    }

.main-nav .navbar-toggle {
    top: 25px;
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .main-nav .navbar-toggle .icon-bar {
        background: #fff;
    }

.navbar-toggle .icon-bar {
    background: #333;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

.navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle {
    border-radius: 0px;
}

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: rgba(0, 0, 0, 0);
        border: #ddd;
        border-radius: 0px;
    }

.categories {
    /*color: #333333;*/
    color: #fff;
    float: left;
    line-height: 51px;
    text-transform: uppercase;
}

.list {
    margin: 20px 0 0;
    list-style: none;
    border-top: 1px solid #cccccc;
    padding: 0;
}

    .list li {
        position: relative;
        display: block;
        min-height: 90px;
        border: 1px solid #cccccc;
        border-width: 0 1px 1px;
    }

        .list li a {
            display: block;
            padding: 10px;
            padding-left: 148px;
        }

        .list li img {
            position: absolute;
            top: 10px;
            bottom: 10px;
            left: 10px;
            height: 72px;
            max-width: 128px;
            width: auto; /*-o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center;*/
        }

    .list.obituary a {
        padding-left: 92px;
    }

    .list.obituary img {
        max-width: 72px;
    }

.required {
    white-space: nowrap;
}

    .required:after {
        content: "*";
        font-weight: bold;
        color: red;
        /*        font-size: 22px;*/
        max-height: 20px;
        vertical-align: middle;
        margin-top: -5px;
        display: inline-block;
    }

.redstar:before {
    content: "*";
    font-weight: bold;
    color: red;
    max-height: 20px;
    vertical-align: middle;
    margin-top: -5px;
    display: inline-block;
}

:placeholder-shown {
    /*    color: red;*/
    /* font-size: 0.8em; */
    font-style: italic;
    opacity: 0.6;
}
/* ui changed the tool tip info and type to select drop down to white text with black background*/
.ui-widget-content {
    background: black !important;
    color: white !important;
}

.ui-widget.ui-widget-content {
    border: none !important;
}

.clearable {
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
    transition: background 0.4s;
    background-size: 10px;
}

    .clearable.x {
        background-position: right 8px center;
        padding-right: 25px !important;
    }

    .clearable.onX {
        cursor: pointer;
    }

    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

.errorClass {
    border-color: red;
}

.field-validation-error {
    color: red;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    border-color: red;
}

input[type=checkbox].input-validation-error {
    border: 0 none;
}

.form-group:before, .form-group:after {
    content: '';
    display: table;
}

.form-group:after {
    clear: both;
}

.ui-dialog {
    right: 0 !important;
    left: 0 !important;
    display: inline-block;
    max-width: 90% !important;
    min-height: unset !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden;
}

    .ui-dialog.ui-widget.ui-widget-content {
        width: 550px !important;
        max-height: 480px !important;
        overflow: visible !important;
        border: 0 !important;
        background: transparent !important;
    }

    .ui-dialog .ui-dialog-content {
        min-height: unset !important;
    }

.ui-widget-content {
    border-color: #ccc !important;
}

.ui-dialog .ui-widget-header {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    z-index: 1;
}

    .ui-dialog .ui-widget-header + .ui-dialog-content {
        top: -38px !important;
        padding: 0 !important;
    }

.ui-dialog .ui-dialog-content {
    padding: 1em !important;
}

.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    cursor: pointer !important;
    margin-top: -40px !important;
    background: transparent !important;
    border: 0 !important;
}

#backTop {
    bottom: 100px !important;
}

@media screen and (max-width:767px) {
    .right-bar {
        width: 100%;
    }

    .top-bar ul {
        width: 100%;
    }

    .top-bar .navbar-toggle {
        position: absolute;
        top: 6px;
        right: 12px;
        margin: auto;
    }

    .right-menu-margin {
        margin-top: 10px;
    }

    .left-lev-button-sub-site {
        float: left;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 15px;
    }
}

@media (min-width:280px) and (max-width:480px) {
    .left-bar {
        float: left;
        padding: 0 15px;
        padding-right: 50px;
        width: 100%;
        text-align: left;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .right-bar {
        float: right;
        padding: 0 15px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        background-color: black;
    }

    .top-bar ul {
        float: none;
        margin-top: 10px;
    }

    .navbar-brand {
        width: 70%;
    }

    .dotbutton {
        margin-left: 85%;
    }

    .blog-box {
        background: #ffffff none repeat scroll 0 0;
        margin-top: 20px;
        border-radius: 4px 4px 0 0;
        display: block;
        overflow: hidden;
        margin-bottom: 5px;
        height: auto;
    }

    .top-bar ul .dropdown:first-child {
        margin-bottom: 10px;
        margin-right: 0px;
    }
}


@media (min-width:768px) and (max-width:1040px) {
    .main-nav .navbar-header {
        width: 100%;
        text-align: center;
    }

        .main-nav .navbar-header .logo {
            width: 100%;
            text-align: center;
        }

            .main-nav .navbar-header .logo img {
                display: inline-block;
            }

    .main-nav .nav.navbar-nav {
        float: none !important;
        display: table !important;
        margin: 0 auto;
    }

    .blog-box {
        background: #ffffff none repeat scroll 0 0;
        margin-top: 20px;
        border-radius: 2px 2px 0 0;
        display: block;
        overflow: hidden;
        height: auto;
        margin-bottom: 5px;
    }
}

.date-group {
    position: relative !important;
}

    .date-group input {
    }

    .date-group img {
        position: absolute;
        top: 0;
        right: 15px;
        border: 1px solid #ccc;
        padding: 8px;
        border-radius: 0 4px 4px 0;
    }

@media screen and (min-width:768px) {
    .categories {
        display: none;
    }

    .main-nav .nav.navbar-nav {
        padding: 34px 0;
    }
}


/* ============  ADD new =============*/
.add img {
    max-width: 100%;
}

/* ============  ADD new =============*/

.nav-association-header {
    color: #fff;
    /*line-height: 100px;*/
    margin-top: 10px;
    font-size: x-large;
}

.navbar-brand > img {
    max-height: 100px;
}

.Association-Header {
    min-height: 35px;
    color: #fff;
    padding: 5px;
    background-color: lightslategrey;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

    .Association-Header .text {
        vertical-align: middle;
        line-height: 35px;
    }

    .Association-Header .img {
        vertical-align: middle;
        height: 35px;
        display: inline-block;
    }

.menu-link {
    display: block;
    line-height: 36px;
    height: 36px;
    color: #28394b;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .menu-link .fa {
        font-size: 20px;
    }

    .menu-link:hover, .menu-link:focus, .menu-link:active {
        background-color: #28394b;
        color: #ffffff;
        text-decoration: none;
        border-radius: 4px;
    }
/*.menu-link:hover .fa, .menu-link:focus .fa, .menu-link:active .fa { font-size: 28px; vertical-align: -4px; }*/

/*#result .tree {
    min-height: 20px;
    padding: 0px;
    padding-top: 15px;
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    box-shadow: none;
}*/

/*    #result .tree > ul, #tblDirectory td.tree > ul {
        padding: 0;
    }*/

.tree {
    min-height: 20px;
    /*    padding: 19px; */
    margin-bottom: 20px; /*background-color: #fbfbfb;*/
    border: none;
    box-shadow: none;
}

    .tree li {
        list-style-type: none;
        margin: 0;
        padding: 10px 5px 0 5px;
        position: relative;
    }

        /*        .tree li ul {
            padding-left: 40px;
        }*/

        .tree li::before, .tree li::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto;
        }

        .tree li::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px;
        }

        .tree li::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px;
        }

    .tree > ul > li::before, .tree > ul > li::after {
        border: 0;
    }

    .tree li:last-child::before {
        height: 30px;
    }

    .tree ul li img {
        max-height: 40px;
        margin: -6px 0 -10px;
    }

/*    .tree .noCss:hover {
        color: #2a6496;
        font-weight: bold;
    }*/

/*        .tree li span {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 1px solid #999;
            border-radius: 5px;
            display: inline-block;
            padding: 3px 8px;
            text-decoration: none;
            vertical-align: top;
        }*/

/*            .tree li span * {
                vertical-align: top;
            }

        .tree li.parent_li > span {
            cursor: pointer;
            vertical-align: top;
        }*/



/*    .tree li.parent_li > span:hover, .tree li.parent_li > span:hover + ul li span {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000;
    }*/

.icon-plus-sign {
    background-position: 0 -96px !important;
}

.icon-minus-sign {
    background-position: -24px -96px !important;
}

.icon-leaf {
    background-position: -48px -120px !important;
}

[class^="icon-"], [class*=" icon-"] {
    background-image: url("../Content/Images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 3px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    width: 14px;
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.noCss {
    border: none !important;
    border-radius: 0 !important;
    display: inline !important;
    padding: 0 !important;
}

/*.tree ul li a {
    text-decoration: none;
    cursor: default;
    vertical-align: top;
    padding-top: 5px;
    display: inline-block;
}*/



.cursor-Pointer {
    cursor: pointer !important;
}

    .cursor-Pointer:hover {
        text-decoration: none !important;
    }

/*.child_fl {
    color: #04b553 !important;
}*/

.myfamily-detail-page label {
    font-weight: 700;
}

td a.edit:hover {
    text-decoration: none;
}

.modal-header {
    background: #2098d1;
    color: #fff;
}

    .modal-header .close {
        color: #fff;
    }

.modal-title {
    text-align: center;
}

.img-responsive {
    height: 100%;
}

@media screen and (max-width:767px) {
    .nav-association-header {
        line-height: 50px;
    }

    .top-bar .navbar-toggle {
        /*right:0;*/
    }
}


#spinner {
    position: relative;
    background-color: transparent; /* for demonstration */
}

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
}

.ui-sortable-handle {
    cursor: url(/Content/Images/openhand.cur), auto;
}

.ui-sortable-helper {
    cursor: url(/Content/Images/closedhand.cur), auto;
}

.ui-sortable-placeholder {
    border-right: 2px dashed #34495e !important;
    border-left: 2px dashed #34495e !important;
    visibility: visible !important;
}

    .ui-sortable-placeholder td {
        border-top: 2px dashed #34495e !important;
        border-bottom: 2px dashed #34495e !important;
    }

.select2-container--open .select2-selection--single {
    border-bottom: 0 !important;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
}

.ui-icon-closethick {
    background-image: url("/content/images/Close 24x32.png") !important;
    background-position: 0 !important;
    width: 32px !important;
    height: 32px !important;
}

.p-top7 {
    padding-top: 7px;
}

.accordion-toggle:hover {
    color: white;
    text-decoration: none;
}

    .accordion-toggle:hover::after {
        color: white;
        text-decoration: none;
    }

#accordion .panel-heading {
    background: #34495e !important;
    color: #fff !important;
    text-align: center;
}

@media screen and (min-width:1024px) {
    #accordion .panel-heading {
        margin-left: 15px;
    }
}

#accordion .panel-collapse.collapse {
    padding: 0px !important;
}

#accordion .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}


#accordion .panel-default {
    border-color: transparent !important;
}

.panelbg {
    background-color: transparent !important;
}

input[type=checkbox], input[type=radio] {
    transform: scale(1.5);
}

.img-middle {
    vertical-align: middle !important;
}

.padding2 {
    padding: 2px;
}

.rowcomment {
    width: 8.666667%;
    border-bottom: none !important;
}

.expandcollapse {
    font-size: 12px !important;
}

.margin-botton-2per {
    margin-bottom: 2%;
}

.panel-collapse.collapsenone {
    padding: 8px 0px 0px 0px;
}

.sub-comment {
    margin-left: 5%;
}

.text-decoration-none {
    text-decoration: none !important;
}

.opacity0pt4 {
    opacity: 0.4;
}

.no-pointer-event {
    pointer-events: none;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
}

.conventionPanel {
    background-color: darkgray !important;
}

    .conventionPanel .table .table {
        background-color: darkgray !important;
    }

    .conventionPanel > .panel-heading {
        background-color: #34495e !important;
        color: #fff !important;
    }

.subCommitteeDetails {
    background-color: #fff;
    height: 100%;
    padding: 5px !important;
    width: 97%;
    margin: 1.5% 0px;
}

    .subCommitteeDetails .MemberPhoto {
        padding: 5px !important;
        border: 1px solid #e8e8e8;
        display: block;
        height: 250px !important;
        width: fit-content !important;
        width: -ms-fit-content !important;
        width: -moz-fit-content !important;
        text-align: center;
        margin: 0 auto;
    }

    .subCommitteeDetails .PositionName {
        color: #34495e;
        font-size: 18px;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
    }

    .subCommitteeDetails .MemberTerm {
        color: #34495e;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
    }

    .subCommitteeDetails .MemberName {
        color: #34495e;
        font-size: 16px;
        font-weight: bold;
        padding: 5px !important;
        text-align: center;
    }

    .subCommitteeDetails .MemberEmail {
        color: #34495e;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
    }

    .subCommitteeDetails .MemberPhone {
        color: #34495e;
        font-size: 14px;
        font-weight: bold;
        margin: 0 auto;
        text-align: center;
    }

#social_side_links {
    position: fixed;
    top: 157px;
    right: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
}

    #social_side_links li a.tw-social {
        background: #34495e;
    }

    #social_side_links li a {
        display: block;
        width: 40px;
        padding: 12.5px;
        text-align: center;
        word-break: break-all;
        font-size: 19px;
        color: #fff;
        -webkit-transition: background .2s ease-in-out;
        -moz-transition: background .2s ease-in-out;
        -o-transition: background .2s ease-in-out;
        transition: background .2s ease-in-out;
    }

.width1400 {
    max-width: 1920px !important;
}

.width1600 {
    max-width: 1600px !important;
}

.width1200 {
    max-width: 1200px !important;
    margin: auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1920px;
    }
}

.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.grayColor {
    color: #9e9fa0 !important;
}

.topPadding {
    padding-top: 6px;
}

.bottomBorder {
    border-bottom: 0.5px solid;
    border-bottom-color: lightgrey;
}

.customRight {
    text-align: right;
}

@media (max-width: 800px) {
    .customRight {
        text-align: left;
    }
}

.bigWidth {
    width: 65%;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #ded9ff !important;
}

.scheduler-borderl {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit;
    padding: 0 10px;
    border-bottom: none;
}

.RegistrationLableLayout {
    text-align: right;
}

h4 {
    font-size: 20px;
    font-weight: bold;
}

.datepicker {
    background: white !important;
}

.timepickerColor {
    background: white !important;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

/*.open-submenu {
    background-color: #34495e !important;
}*/

.open-submenu > .assomenu {
    /*color: rgb(31,206,109) !important;*/
}

.open-submenu > .mainsubmenu {
    /*color: white !important;*/
}

.wrapper {
    position: relative;
}

.search-textbox:focus ~ .floating-label,
.search-textbox:not(:focus):valid ~ .floating-label {
    top: 2px;
    font-size: 12px;
    opacity: 0.6;
}

.search-textbox {
    font-size: 16px;
    height: 45px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 14px;
    transition: 0.3s ease all;
    opacity: 0.6;
}

.news_img {
    max-width: 64px !important;
    max-height: 36px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.newsbox-height {
    min-height: 60px !important;
}

.maxwidHeight270 {
    max-width: 270px;
    max-height: 270px;
}

.maxwidHeight400 {
    max-width: 400px;
    max-height: 400px;
}

.maxwidHeight50 {
    max-width: 50px;
    max-height: 50px;
}

.pl90 {
    padding-left: 90px !important;
}

.lookingfor li a {
    display: block;
    padding: 10px;
    padding-left: 80px !important;
}

.sbox {
    position: relative;
    padding: 10px;
    min-height: 370px;
    border: 1px solid grey;
}

    .sbox label {
        position: absolute;
        bottom: 0;
        left: 10px;
    }

.f11 {
    font-size: 11px;
}

.f13 {
    font-size: 13px;
}

.noLeftpadding {
    padding-left: 0 !important;
}

.width768 {
    max-width: 768px !important;
}

.maxwidHeight600450 {
    max-width: 600px;
    max-height: 450px;
}

.fixwidHt600450 {
    width: 600px;
    height: 450px;
    /*border:1px solid grey;*/
}

.maxwid600 {
    max-width: 600px;
}


#Appregister .short {
    font-weight: bold;
    color: #FF0000;
    font-size: larger;
}

.pl10 {
    padding-top: 10px !important;
}

#Appregister .weak {
    font-weight: bold;
    color: orange;
    font-size: larger;
}

#Appregister .good {
    font-weight: bold;
    color: #2D98F3;
    font-size: larger;
}

#Appregister .strong {
    font-weight: bold;
    color: limegreen;
    font-size: larger;
}

.whiteBack {
    background: white !important;
}

.mycol {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 83.33333333%;
}

.smallFont {
    color: #fff;
    font-size: x-small;
}


.mediupFont {
    color: #fff;
    font-size: medium;
}

@media (max-width: 992px) {
    .mycol {
        position: relative;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .RegistrationLableLayout {
        text-align: left;
    }
}

@media (max-width: 1024px) {
    .sbox {
        position: relative;
        padding: 10px;
        min-height: 370px;
        border: none;
    }

    .sboxCover {
        border: 1px solid grey;
    }
}

@media (min-width: 1024px ) and (max-width:1300px) {
    .maxwidHeight270 {
        max-width: 150px;
        max-height: 150px;
    }
}

@media (max-width: 1024px) {
    .maxwidHeight400 {
        max-width: 300px;
        max-height: 300px;
    }

    .fixwidHt600450 {
        width: 100%;
        height: 40%;
    }

    .maxwidHeight600450 {
        max-width: 300px;
        max-height: 300px;
    }

    .paddingPetition {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}


@media (max-width: 414px) {
    .maxwidHeight400 {
        max-width: 270px;
        max-height: 300px;
    }

    .fixwidHt600450 {
        width: 100%;
        height: 40%;
    }

    .maxwidHeight600450 {
        max-width: 300px;
        max-height: 300px;
    }
}


.hide-me-initialy {
    display: none;
}

@media (min-width: 1024px ) {
    .paddingLeftPetition {
        margin-left: 15px !important;
    }
}

/*.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .50rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}*/

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.custom-h1 {
    font-size: 1.8rem;
    font-weight: 600;
}

.custom-h2 {
    font-size: 1.5rem;
    font-weight: 600;
}

.custom_a {
    color: black !important;
}

    .custom_a:hover {
        color: black !important;
    }

@media screen and (min-width: 768px) {
    .dropdown:hover .hoverShow, .btn-group:hover .dropdown-menu {
        display: block;
    }

    .familyimage {
        width: auto;
        height: 250px;
        text-align: center;
        border-radius: 15px;
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel-footer {
    border-top-width: 0
}

.panel-group {
    margin-bottom: 20px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.indent {
    text-indent: 40px;
}

/*.malalineheight {
    line-height: 1.6em;
}
*/

.tab-outer .nav-link {
    color: #0c64bb !important;
    font-weight: 600;
}

#myTabContent h2 {
    font-size: 22px;
    color: #07A0AE
}

#myTabContent h1 {
    font-size: 26px;
    font-weight: bold;
}

#myTabContent .para {
    padding-top: 15px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.previleges li {
    width: 50%;
    float: left;
}


@media screen and (max-width:767px) {
    .previleges li {
        width: 100%;
    }
}

.hidden {
    display: none;
}

.isdisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none !important;
}

/*CSS related to spinner Begin*/
.showspinner {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: block;
    position: fixed;
    z-index: 9999;
    /* Centering Logic */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* This pulls the element back to the true center */
}

/* Update your keyframes to include the translate so it doesn't "wobble" */
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
    }
}
/*CSS related to spinner End*/

.bg-teal {
    background: #006d5b;
}

/* Minimum height to height of the screen - Sticky Footer Layout */

/* Use min-height: 100vh on wrapper instead of height: 100% on html/body to avoid modal popup issues */
html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex: 1;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

    /* Ensure main content area expands to fill available space */
    main > .container-fluid {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

        main > .container-fluid > .row.main-content {
            flex: 1;
            min-height: 0;
            align-items: stretch;
        }

    main .main-section {
        min-height: 100%;
    }

/* Smart sticky ad section - Desktop only */
@media (min-width: 768px) {
    /* Right sidebar (ads) - initially scrolls with page */
    main > .container-fluid > .row.main-content > ._sidebar {
        position: relative;
        align-self: flex-start;
        z-index: 10;
    }

        /* When ad section reaches its bottom, it becomes sticky */
        main > .container-fluid > .row.main-content > ._sidebar.ad-sticky-bottom {
            position: sticky;
            bottom: 0;
            top: auto;
            align-self: flex-end;
        }

    /* Left side (main content) - normal page scrolling */
    main > .container-fluid > .row.main-content > .main-section,
    main > .container-fluid > .row.main-content > .main-section {
        overflow-y: visible;
        overflow-x: hidden;
    }

    /* Ensure row doesn't interfere */
    main > .container-fluid > .row.main-content {
        align-items: flex-start;
        overflow: visible;
    }

    /* Ensure container-fluid doesn't interfere */
    main > .container-fluid {
        overflow: visible;
    }
}

/* Scroll to top button*/
#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    background-color: blueviolet;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: opacity 0.4s ease;
}

    #scrollTopBtn:hover {
        background-color: #333;
    }

/* Mobile adjustments */
@media (max-width: 600px) {
    #scrollTopBtn {
        bottom: 60px;
        right: 10px;
        padding: 10px;
        font-size: 18px;
    }
}

/* Ensure footer content is not hidden behind fixed bottom menu on mobile */
@media (max-width: 991.98px) {
    /* Add padding-bottom to footer to account for fixed bottom menu */
    /* The bottom menu (.disp-bottom) is fixed at bottom with height ~60-70px */
    /* Footer already has py-5 (3rem = 48px), so we add menu height on top of that */
    footer.bg-teal {
        padding-bottom: calc(3rem + 70px) !important; /* Existing py-5 (3rem) + bottom menu height (~70px) */
        margin-bottom: 0;
    }

    /* Ensure wrapper doesn't interfere */
    .wrapper {
        padding-bottom: 0;
    }
}
/*----------------------*/

/* Add to match drop down size and color to bootstrap*/
.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
    height: 38px !important;
}

/* toast is used to show success and error message -- Begin*/
.toast {
    background-color: #ffffff !important; /* Solid White */
    opacity: 1 !important; /* Forces full opacity */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}


#toastContainer {
    /* Ensures the container itself doesn't block clicks to the rest of the page */
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the actual toast boxes horizontally */
    width: 100%;
    max-width: 400px; /* Prevents it from being too wide on Desktop */
}

    #toastContainer .toast, #clearAllToasts {
        /* Re-enable clicks for the toasts and buttons themselves */
        pointer-events: auto;
    }

/* On Mobile (like your Pixel 10 Pro), allow it to take more width */
@media (max-width: 576px) {
    #toastContainer {
        max-width: 90%;
    }

/* End */

}

/* Make field validation error small **************************************/
/* Target the error message text */
.field-validation-error {
    font-size: 0.75rem; /* Makes it smaller (approx 12px) */
    font-weight: 500;
    color: #dc3545; /* Bootstrap "danger" red */
    margin-top: 0.25rem;
}

/* Optional: Shrink the red border on the input box itself */
.input-validation-error {
    border: 1px solid #dc3545 !important;
    padding: 0.25rem 0.5rem !important; /* Makes the input box slightly tighter */
}
/****************************************************************/
