/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

Provide sufficient contrast against white background
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #009a80;
    border-color: #1861ac;
    margin-top: 3px;
}

.bg-secondary {
    margin-top: 3px;
}

.bg-primary {
    color: #fff;
    background-color: #009a80 !important;
    /*border-color: #1861ac;*/
}

.form-group {
    margin-bottom: 15px !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}
/*
 Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}
/*
 Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    Margin bottom by footer height margin-bottom: 60px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    Vertically center the text there
}



body {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 14px;
}

div {
    border: 0px solid red;
}
/** Layout */
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before,
    .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

.page-header {
    margin: 0px !important;
    padding: 0 !important;
    border-bottom: 1px solid #eeeeee;
}

    .page-header h1, .page-header h2, .page-header h3, .page-header h3 {
        margin: 0px !important;
        display: inline-block;
    }


.header-content {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 3px solid #eeeeee;
    /*background-color: #eeeeee;*/
}

.header-left {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-title {
    margin-top: 5px;
    position: relative;
    bottom: 0px;
    float: left;
    width: 700px;
}

#site-title {
    padding-left: 5px;
    padding-right: 0px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: 900;
    font-size: 30px;
    color: gray;
}

#site-sub-title {
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: 900;
    font-size: 20px;
    color: gray;
}

.content-title {
    padding-right: 5px;
    /*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
     font-weight:900;
     font-size:20px;
          color:gray;    
         */
    font-size: large;
}

.header-right {
    float: right;
    width: 400px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-content {
    border-top: 3px solid #eeeeee;
    padding-top: 10px;
    text-align: center;
}


/* Set width on the form input elements since they're 100% wide by default */


input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}



.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.center-content {
    width: 600px;
    margin: 0 auto;
    vertical-align: central;
}

#ulTabs li {
    font-size: 17px !important;
    font-weight: bold;
    border-radius: 8px;
    text-align: center !important;
}

.list-group a, .chemoLineLink, .list-group-item {
    font-size: 14px !important;
    font-weight: 700 !important;
    padding-right: 7px !important;
}


ul.top-menu {
    text-align: right;
    padding-top: 2px;
    margin: 0px;
}

    ul.top-menu li {
        display: inline-block;
        width: auto;
        /*min-height:20px;
    border-top: 1px solid #b0c4de;
    border-right:1px solid #b0c4de;*/
    }

    ul.top-menu a {
        width: 100%;
        padding: 3px 10px 3px 5px;
    }

    ul.top-menu li a:hover {
        text-decoration: none;
        /*background-color:#eeeeee;*/
    }

/*ul.main-content-menu {
    text-align: right;
    padding-top: 1px;
}*/

a.selected {
    /* background-color: #EDF4F4 !important;*/
    background-color: #c8dede !important;
}


/*ul.main-content-menu a {
    width: 100%;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
}*/

/*ul.main-content-menu a:hover{    
    background-color:#eeeeee;
}*/

.section {
    width: 100%;
    margin: 5px 10px;
}

.section-description {
    padding: 5px 10px 5px 5px;
}

.section-content {
    width: 100%;
}

.section-title {
    font-size: large;
    width: 95%;
    padding: 2px 5px 2px 5px;
    border-left: 1px solid #b0c4de;
    border-bottom: 1px solid #b0c4de;
}

.section-subtitle {
    font-size: 16px;
    width: 100%;
    padding: 1px 5px 1px 5px;
    margin: 15px 0px 5px 0px;
    border-bottom: 1px solid #b0c4de;
    font-weight: bold;
}

.left-navigator {
    width: 230px;
    display: inline-block;
    float: left;
    border: none;
    padding: 0px;
    margin-top: 10px;
    overflow: hidden;
    /*border-right:1px solid #b0c4de;*/
}

.nav-panel-primary {
    clear: both;
    float: left;
    width: 100%;
    overflow: hidden;
}

.nav-panel-default {
    clear: both;
    float: left;
    width: 100%;
}

.right-content {
    /*width: 800px;*/
    display: inline-block;
    float: left;
    margin-top: 20px;
    /*margin: 10px 10px 10px 10px;*/
}

.search-panel {
    width: 280px;
    display: inline-block;
    float: left;
    border: 1px solid #eeeeee;
    padding: 5px;
    border-right: 1px solid #b0c4de;
    margin-top: 10px;
}

    .search-panel label {
        width: 150px;
    }

table.patient-list {
    width: 100%;
}

    table.patient-list td {
        padding: 3px 10px;
    }


.main-content {
    display: inline-block;
    width: 100% -2px;
}

ul.vertical-menu {
    position: relative;
    margin: 0 auto;
    padding: 0px;
}

    ul.vertical-menu li {
        list-style: none;
        background-color:;
        border-bottom: 2px solid #eeeeee;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

        ul.vertical-menu li a:hover {
            background-color: #eeeeee;
        }

        ul.vertical-menu li li a {
            border-bottom: 1px solid #eeeeee;
            padding: 5px 10px 5px 10px;
        }

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

td.border-bottom {
    border-bottom: 1px solid gray;
}


/**Date Picker*/
div.ui-datepicker {
    font-size: 12px;
}

input.datepicker {
    /** width:100px;*/
}

/** Tabs */

div.ui-tabs {
    font-size: 14px;
    float: left;
    width: 900px;
    margin: 0;
}

.ui-tabs-nav {
    padding: 0;
    margin: 0;
}

.ui-state-default {
    padding: 0;
}

.user-list {
    float: left;
    display: block;
    width: 200px;
}

.user-detail {
    float: left;
    padding-left: 20px;
}

.warning-text {
    color: red;
    padding-left: 5px;
}

.warning-message {
    /*    width: 500px;
*/ position: relative;
    display: none;
}

#div_loading {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: black transparent;
    z-index: 20000;
}

    #div_loading img {
        width: 150px;
        height: 150px;
        position: relative;
        /*position:fixed;*/
        /*bottom:0px;
    right:0px;*/
        top: 20%;
        /*background: url("img/loading.gif") center center no-repeat;*/
        overflow: visible;
        /* background-color:#eeeeee;*/
    }

#tableStatusSummary td {
    border-bottom: 1px dotted gray;
    padding: 3px 2px 3px 2px;
}

td.item {
    border-bottom: 1px dotted gray;
}

table.item-table td {
    text-align: left;
    padding: 2px;
    vertical-align: top;
}

table.item-table {
    width: 100%;
}

table.searchResultTable {
    width: 100%;
    float: left;
}

    table.searchResultTable tr td a {
        display: block;
        height: 100%;
        width: 100%;
    }

table.listTable tr:nth-child(2n) {
    background-color: #eeeeee;
}

.long-text-padding {
    padding-bottom: 5px;
}


.searchclear {
    position: absolute !important;
    right: 14px !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 14px !important;
    margin: auto !important;
    font-size: 14px !important;
    cursor: pointer !important;
    color: gray !important;
    z-index: 100 !important;
}

.navButton {
    clear: both;
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

/** Popup window*/
.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    background-color: white;
    z-index: 1002;
    overflow: auto;
}
/** Popup window*/


/**
         Chosen bug fix */

.chosen-container {
    min-width: 200px !important;
}

.history-log-item {
    font-size: 90%;
    display: inline-block;
    color: gray;
    border-bottom: 1px dotted gray;
}

label {
    font-weight: normal !important;
}



/** them */
.panel-body {
    /* background-color:#f8f8f8 !important;*/
    background-color: #E8E8E8 !important;
}

.section-subtitle {
    margin: 0;
    padding: 10px;
}

.panel-body {
    border: 1px solid #B0C4DE !important;
}

#divWarningMessage {
    text-align: left;
    text-wrap: auto;
}

.app_version {
    display: inline-block;
    float: right;
    font-size: 90%;
    opacity: 0.4;
    color: black;
}

.btn-primary {
    text-shadow: 0 1px 0 #fff;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    color: #fff;
    background-color: #009a80;
    height: 40px;
}

    .btn-primary.custom-btn:hover {
        background-color: #009a80;
        background-image: none; /* If you want to remove the gradient on hover */
        border-color: #009a80; /* Optional: to make the border match the background */
    }

.btn.custom-btn.disabled {
    background-color: #009a80;
    border-color: #009a80;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%) !important;
    background-repeat: repeat-x;
    border-color: #ccc;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    color: #333;
    background-color: #fff;
}

a .btn-default:hover {
    text-shadow: 0 1px 0 #fff;
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%) !important;
    background-repeat: repeat-x;
    border-color: #ccc;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    color: #333;
    background-color: #fff;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none;
    border-radius: 4px !important;
    border: 1px solid #ccc;
}

.bottom-padding {
    padding-bottom: 10px;
    width: 99.75%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #a79e9e;
}

a {
    color: #428bca;
    text-decoration: none;
}

.section-title {
    font-size: large;
    width: 95%;
    padding: 2px 5px 2px 5px;
    border-left: 1px solid #b0c4de;
    border-bottom: 1px solid #b0c4de;
}

.panel {
    /*margin-bottom: 20px;*/
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

/*.panel-default {
    border-color: #ddd;
}*/

.input-group-text {
    font-size: 14px !important;
}

.section-subtitle {
    margin: 0;
    padding: 10px;
}

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        color: #555;
        text-decoration: none;
        /*background: linear-gradient(90deg, rgba(243, 112, 33, 1) 0%, rgba(17, 142, 206, 1) 0%, rgba(0,154,128,1) 96%);*/
        background: #05987F;
    }

a.delete:hover,
a.delete:focus {
    color: #555;
    text-decoration: none;
    background: none;
}


.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    /*background-color: #428bca;*/
    background: #05987F !important;
    border-color: #428bca;
}

    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
        text-shadow: 0 -1px 0 #3071a9;
        /*  background-image: linear-gradient(to bottom,#428bca 0,#3278b3 100%);*/
        background: #05987F;
        background-repeat: repeat-x;
        border-color: #3278b3;
    }

.nav-link {
    color: #086b5aa8;
    text-decoration: none;
}


    .nav-link:hover {
        background-color: #eee;
        border-color: #428bca;
        border-radius: 4px;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    display: block;
    padding: 15px 15px;
}

nav.navbar.navbar-expand-lg {
    padding: 0px 0px;
}

.panel-default > .panel-heading {
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    background-repeat: repeat-x;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border: 1px solid #B0C4DE !important;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.panel-body {
    padding: 15px;
    border: 1px solid #B0C4DE !important;
    background-color: #E8E8E8 !important;
    border-radius: 0px 0px 8px 8px !important;
}

ul.main-content-menu {
    text-align: right;
    padding-top: 1px;
}

    ul.main-content-menu li {
        display: inline-block;
        width: auto;
        /*   height: 37px;*/
    }

.activeh130 {
    height: 130px !important;
}

.main-content-menu .active a {
    background-color: #c8dede !important;
}

ul.main-content-menu a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px !important;
    padding: 15px !important;
}


.panel-primary {
    border-color: #428bca !important;
}

.form-control {
    font-size: 14px !important;
}

.form-control-feedback {
    position: absolute;
    top: 4px !important;
    right: 0;
    z-index: 2;
    display: block;
    width: 30px;
    height: 13px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
}

.has-feedback {
    position: relative;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.has-error .form-control-feedback {
    color: #a94442;
}

.list-group a.active {
    background-color: #63b46c !important;
    /*background: linear-gradient(to right, rgba(99, 180, 108, 1) 0, rgba(230, 180, 94, 1) 100%) !important;*/
    border: none !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    color: #FFFFFF !important;
}

.list-group .first-level a.active {
    background-color: #dc7f5e !important;
}

/*.main-content-menu a {
    color: #555;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 15px 8px 15px !important;
    border-radius: 5px !important;*/
/*margin-right:15px !important;*/
/*margin: 5px !important;
}*/

/*.main-content-menu .active a {
    background-color: #63b46c !important;*/
/*background: linear-gradient(to right, rgba(99, 180, 108, 1) 0, rgba(230, 180, 94, 1) 100%) !important;*/
/*color: #FFFFFF !important;
}*/

.navbar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.content-title {
    padding-right: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: gray;
}

.left-navigator {
    width: 248px;
    display: inline-block;
    float: left;
    border: none;
    padding: 0px;
    margin-top: 20px;
    overflow: hidden;
    /*border-right:1px solid #b0c4de;*/
}


.main-content-menu a {
    color: #555;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px 8px 15px !important;
    border-radius: 5px !important;
    margin-right: 15px !important;
    margin: 1px !important;
}

.main-content-menu .active a {
    /* background-color: #63b46c !important;*/
    /*background: linear-gradient(to right, rgba(99, 180, 108, 1) 0, rgba(230, 180, 94, 1) 100%) !important;*/
    background: #05987F !important;
    color: #FFFFFF !important;
}

.nav-tabs {
    --bs-nav-tabs-border-color: var(--bs-border-color);
    /* Add other existing styles for .nav-tabs here */
}

.required .control-label:after {
    content: "*";
    color: red;
}

.section-subtitle {
    background: #05987F !important;
    border-radius: 8px 8px 0px 0px;
    color: #FFF !important;
}

.custom-gradient {
    position: relative; /* To position the pseudo-element relative to the .nav-tabs */
    --gradient-color-1: #118ece;
    --gradient-color-2: #0aaa90;
    --line-height: 2px; /* Adjust the line height as needed */
    /* Add padding or adjust other styles for .nav-tabs as needed */
    padding-bottom: var(--line-height);
    --bs-nav-tabs-border-width: 0; /* Remove the default bottom border */
    --bs-nav-tabs-border-radius: 0; /* Optionally, adjust the border radius */
}
    /* Create the pseudo-element (::after) for the line */
    .custom-gradient::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: var(--line-height);
        background-image: linear-gradient(90deg, var(--gradient-color-1), var(--gradient-color-2));
    }

.list-group .first-level a.active {
    background-color: #dc7f5e !important;
}

.loading-image {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: black transparent;
    z-index: 20000;
}

    .loading-image img {
        width: 100px;
        height: 100px;
        position: relative;
        top: 20%;
        overflow: visible;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:disabled, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2f9382cf;
    border-color: #2f9382cf; /*set the color you want here*/
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #13594ddb;
    border-color: #13594ddb;
}

/*New Slider css start*/
.range_container {
    --_marker-border-clr: #009a80;
    --_marker-size: 15px;
    --_track-heigt: 3px;
    --_tooltip-bg-clr: rgba(0, 0, 0, 0.4);
    --_tooltip-txt-clr: var(--_marker-border-clr);
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
}

.sliders_control {
    position: relative;
}

.slider-tooltip {
    position: absolute;
    top: -2.75rem;
    left: 0;
    width: fit-content;
    background-color: rgb(0 154 128 / 59%);
    color: #009a80;
    font-size: 0.8rem;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    text-align: center;
    translate: -62% 0;
    color: #ffffff;
}

    .slider-tooltip::before {
        content: "";
        position: absolute;
        bottom: -0.25rem;
        left: 50%;
        translate: -50% 0;
        width: .5rem;
        height: .5rem;
        rotate: 45deg;
        z-index: -1;
        background-color: inherit;
    }

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: var(--_marker-size);
    height: var(--_marker-size);
    background-color: var(--_marker-border-clr);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--_marker-border-clr);
    cursor: pointer;

}

input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: var(--_marker-size);
    height: var(--_marker-size);
    background-color: var(--_marker-border-clr);
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--_marker-border-clr);
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
    background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: var(--_track-heigt);
    width: 100%;
    position: absolute;
    background-color: var(--_marker-border-clr);
    pointer-events: none;
}

#fromSlider {
    height: 0;
    z-index: 1;
    border: 1px solid rgb(214 219 219 / 48%);
    border-radius: 8px;
    height: 4px;
    width: 100%;
    outline: none;
    transition: background 450ms ease-in;
    appearance: none;
}

.scale {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    position: relative;
    width: calc(100% - var(--_marker-size));
    margin-inline: auto;
    font-size: 0.8rem;
}

    .scale div {
        position: absolute;
        translate: -50% 0;
    }

        .scale div::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            translate: -50% -125%;
            width: 1px;
            height: 10px;
            background-color: #666;
        }

.disabled-slider {
    --_marker-border-clr: #9fa5a4;
}
.disabled-slider-tooltip {
    background: #9fa5a4;
}
/*New Slider css end*/
.tableNumber {
    align-content: center;
    text-align: -webkit-center;
}

.alignContentCenter {
    align-content: center;
}

.btn-white {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-image: none !important;
    border-radius: 4px !important;
    border: 2px solid #009a80 !important;
}

.btn-white-primary {
    text-shadow: 0 0px 0 #009a80;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    color: #009a80;
    background-color: #ffffff;
    height: 40px;
    margin-top: 5px;
}

.btn-white-primary:hover, .btn-white-primary:focus, .btn-white-primary:disabled, .btn-white-primary:active, .btn-white-primary.active, .open > .dropdown-toggle.btn-white-primary {
    color: #fff;
    background-color: #009a80 !important;
    border-color: #009a80 !important; /*set the color you want here*/
}

.btn-check:active + .btn-white-primary, .btn-check:checked + .btn-white-primary, .btn-white-primary.active, .btn-white-primary:active, .show > .btn-white-primary.dropdown-toggle {
    color: #fff;
    border-color: #009a80;
    background: #00715e;
}

/* Start Adjust button size to make them all even*/
.btn-check:not(.btn-excluded) + .btn-white:not(.btn-excluded) {
    display: block;
    text-align: left;
    padding: 10px 20px;
    width: 100%;
    max-width: 250px;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
    min-height: 40px;
    margin-bottom: 10px;
    border: 1px solid #0a7e66;
    border-radius: 5px;
    box-sizing: border-box;
}

input[type="radio"].btn-check:not(.btn-excluded) + .btn-white:not(.btn-excluded) {
    max-width: 170px;
    display: inline-block;
    text-align: center;
}

/* Adjust icon spacing for non-excluded elements */
.btn-check:not(.btn-excluded) + .btn-white i {
    margin-right: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-check:not(.btn-excluded) + .btn-white:not(.btn-excluded) {
        max-width: 100%;
        padding: 8px 16px;
    }
}

/* End Adjust button size to make them all even*/

/*checkbox color-profile change*/
.form-check-input:checked {
    background-color: #009a80;
    border-color: #009a80;
}

/*Change Bootstrap input focus blue glow*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #009a80;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}


/*Expandable section styling begins*/
div.survey-results-container {
    padding: 0px 20px;
}

div.result-card {
    padding-top: 10px;
}

div.result-card-header {
    display: flex;
    justify-content: space-between;
    background-color: #009b88;
    padding: 10px 20px;
    align-items: center;
    color: white;
    border-radius: 5px 5px 0px 0px;
}

button.result-expand-button {
    background-color: white;
    border: 0;
    border-radius: 5px;
    color: #009b88;
}

div.result-card-content {
    background-color: #d7d7d7;
    padding: 20px;
    border-radius: 0px 0px 5px 5px;
}

.question-panel {
    padding: 0px 15px;
    border-radius: 0px;
    max-width: 600px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.question-control-label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

@media print {
    .result-card-content {
        display: block !important;
    }
}
/*Expandable section styling end*/

.mobile-text-wrap {
    max-width: 100%;
    display: block;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    height: auto !important;
}

@media print {
    /* Always show the content panels */
    .result-card-content {
        display: block !important;
    }
    /* Optionally hide the expand/collapse buttons */
    .result-expand-button {
        display: none !important;
    }
}

/* Desktop responsive styles*/
@media (min-width: 780px) {
    .navbar-float-right {
        float: right;
    }

    .custome-col-9 {
        flex: 0 0 auto;
        width: 100%;
        padding-left: 20%;
        padding-right: 20%;
    }

    .consent-modal {
        width: 150% !important;
    }

    /*survey List desktop view*/
    .desktop-view {
        display: block; 
    }

    .mobile-view {
        display: none; 
    }
}

/*mobil responsive styles*/
@media (max-width: 780px) {
    .navbar-float-right {
        float: none;
        padding-left: 30% !important;
        /*  --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;*/
    }

    .custome-col-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .consent-modal {
        width: 100% !important;
    }


    .nav-link {
        position: relative;
        display: block;
        padding: 15px 0px !important;
    }

    .home-page-item-pro .border-button .btn {
        width: auto;
    }
    /*Adjust button size to even*/
    .btn-excluded {
        width: 80px;
        font-size: small;
        margin-top:5px;
        padding: 9px 8px;
    }

    .mobile-text-wrap {
        overflow-wrap: break-word; 
        word-wrap: break-word;
        white-space: normal; 
        height: auto; 
    }

    .brain-logo,
    .brain-centre-logo {
        max-width: 45%;
        height: auto;
    }

    /*survey List mobile view*/
    .desktop-view {
        display: none; 
    }

    .mobile-view {
        display: block; 
    }

    .survey-card {
        display: block;
        border: 1px solid #009688;
        margin-bottom: 20px;
        padding: 15px;
        border-radius: 8px;
        background: #027b7012;
    }

        .survey-card .card-header {
            font-weight: bold;
            margin-bottom: 10px;
        }

        .survey-card .card-body {
            display: flex;
            flex-direction: column;
        }

            .survey-card .card-body div {
                margin-bottom: 10px;
            }

    .btn {
        width: 100%;
        margin-top: 10px;
    }

    .nav-button {
        width: 30px !important;
        height: 30PX !important;
        font-size: 16px;
        right: 50px !important; /* Move slightly inward */
    }

    #topBtn {
        bottom: 60px; /* Adjust placement */
    }

    #bottomBtn {
        bottom: 10px;
    }

    #topBtn, #bottomBtn {
        display: none !important;
    }

    .mobile-min-height-consent {
        min-height: 55px !important;
    }
}



/* iPad View - Center the Modal */
@media (min-width: 780px) and (max-width: 1024px) {
    .modal-dialog {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh; 
        margin: auto; 
    }

    .modal-content {
        width: 100%; 
    }
}

@media (min-width: 760px) {
    .is-not-tablet .custom-column-max-width {
        flex: 0 0 50%; 
        max-width: 50%;
    }
}


