* {
    font-family: "Jost", sans-serif;

}

/* body {

    background-image: url('/images/volontarait.jpg');

} */

/* main.content-wrapper.p-5.bg-background {
    background-image: url('/images/volontarait.jpg');
    background-color: rgba(0, 0, 0, 0.5);

} */
.bg-background {
    /* background-image: url('/images/volontarait.jpg'); */
    background-color: rgba(0, 0, 0, 0.5);
}

/* For the home page without background image */
/* .home-page {
    background-color: #fff; /* or any other desired background color 
    */


:root {
    --bg-color: rgb(44, 62, 80);
    --bg-sub-theme-color: rgb(253, 114, 83);
    --bg-grey-color: rgb(221, 231, 241, 1);
}

.card-body {
    display: flex;
    flex-direction: column
}

.text-primary-theme {
    color: var(--bg-sub-theme-color);
}

a.brand-link.bg-theme.remove_underline {
    padding-left: 20px;
}

.bg-theme {
    background-color: var(--bg-color) !important;
    color: white !important;
}

.bg-sub-theme {
    background-color: var(--bg-sub-theme-color) !important;
    color: white !important;
}

.bg-grey-color {
    background-color: var(--bg-grey-color);
}

.bg-background {
    background-color: #ebebeb;
}

.nav-sidebar .nav-item .nav-link:hover {
    background-color: var(--bg-sub-theme-color) !important;
}

tbody tr:nth-child(even) td {
    background-color: #b8b8b86e !important;
    /* Set the background color for odd rows */
}

tbody tr:nth-child(odd) td {
    background-color: #fff !important;
    /* Set the background color for even rows */
}

.dynamic-bg-button {
    /* Set common styles for buttons */
    background-color: var(--bg-color);
}

.dynamic-bg-button:hover {
    /* Set common styles for buttons */
    background-color: var(--bg-color);
    color: white;
}

.accordion-body {
    background-color: rgb(231, 231, 231);
}

.collapsed {
    background-color: white;
}


input {
    /* max-width: 190px !important; */
    background-color: #f5f5f5 !important;
    color: #242424 !important;
    padding: .15rem .5rem !important;
    min-height: 40px !important;
    border-radius: 4px !important;
    outline: none !important;
    border: none !important;
    line-height: 1.15 !important;
    box-shadow: 0px 10px 20px -18px !important;
}

input[type="checkbox"] {
    /* Reset styles for checkboxes */
    background-color: var(--bg-sub-theme-color) !important;
    color: inherit !important;
    padding: initial !important;
    min-height: initial !important;
    border-radius: initial !important;
    box-shadow: none !important;
    border: 2px solid green;
}

.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

input:focus {
    border-bottom: 2px solid var(--bg-sub-theme-color) !important;
    border-radius: 4px 4px 2px 2px !important;
}

input:hover {
    outline: 1px solid lightgrey !important;
}

/* Override Bootstrap active input styles */


Set background color for odd buttons .dynamic-bg-button:nth-child(odd) {
    background-color: red;
}

.dynamic-bg-button:nth-child(even) {
    background-color: blue;
}

thead tr th {
    background-color: var(--bg-color) !important;
    color: white !important;
}

.page-item.active .page-link {
    background-color: var(--bg-sub-theme-color) !important;
    color: white !important;
    border-color: var(--bg-sub-theme-color) !important;
}

/* .card-body{
    background-color:  var(--bg-color)!important;
    border-radius: 10px !important;
} */
thead tr {
    background-color: grey !important;
}

html {
    background-color: #ffffff;
}

.nav-icon.icon:before {
    width: 25px;
}

/* body{
background: -webkit-linear-gradient(left, #3931af, #00c6ff);
} */
.profile-img {
    padding-bottom: 25px;
}

.profile-img img {
    width: 80%;
    height: 80%;
}

.profile-img .file {
    position: relative;
    overflow: hidden;
    margin-top: -20%;
    width: 70%;
    border: none;
    border-radius: 0;
    font-size: 15px;
    background: #212529b8;
}

.profile-img .file input {
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
}

.profile-head h5 {
    color: #333;
}

.profile-head h6 {
    color: #0062cc;
}

.remove_underline {
    text-decoration: none
}

.profile-edit-btn {
    border: none;
    border-radius: 1.5rem;
    width: 70%;
    padding: 2%;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
}

.proile-rating {
    font-size: 12px;
    color: #818182;
    /* margin-top: 5%; */
}

.proile-rating span {
    color: #495057;
    font-size: 15px;
    font-weight: 600;
}

.profile-head .nav-tabs {
    margin-bottom: 5%;
}

.profile-head .nav-tabs .nav-link {
    font-weight: 600;
    border: none;
}

.profile-head .nav-tabs .nav-link.active {
    border-bottom: 2px solid #0062cc;
    background-color: transparent !important;
}

.nav-tabs .nav-link.active {
    border-bottom: 2px solid #0062cc;
    background-color: transparent !important;
}

.profile-work {
    /* padding: 14%; */
    margin-top: -15%;
}

.profile-work p {
    font-size: 12px;
    color: #818182;
    font-weight: 600;
    margin-top: 10%;
}

.profile-work span {
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
}

.profile-work ul {
    list-style: none;
}

.profile-tab label {
    font-weight: 600;
}

.profile-tab p {
    font-weight: 600;
    color: #0062cc;
}

.cards_shadow {
    padding: 10px 0 0 0px;
    background-color: white;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 1px #bfbfbf);
}

.bg-primary-expenses {
    background-color: var(--bg-color);
}
.table th, .table td {
    vertical-align: middle; /* Vertical center */
 
}
.table td {
    vertical-align: middle !important; /* Vertical center */
}
form {
    
    margin-bottom: 0px !important;
    unicode-bidi: isolate;
    margin-block-end: 1em;
    vertical-align: middle !important; 
    margin:0px 10px !important;

}

.sub{
    padding: 10px;
}
/* nav.navbar.navbar-expand.navbar-light.navbar-white {
    justify-content: center !important;
} */

/* .footer-main {
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    padding:10px 0px 10px 0px;
} */
 .dropdown-menu-up {
    top: auto;
    bottom: 100%; /* Position above the button */
    transform: translateY(-5px); /* Adjust spacing as needed */
}
.dropdown-menu{
    --bs-dropdown-padding-y: 0rem !important;
}
.sponsor{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.school{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.dropdown-search-wrapper {
    position: relative;
    margin-bottom: 10px;
}
.dropdown-search {
    margin-bottom: 5px;
}
button#dropdownMenuButton {
    padding: .375rem .75rem;
    width: 100%;
    text-align: left;
    background-color: transparent;
    color: #212529;
    display: block;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button#dropdownMenuButtonStandard{
    padding: .375rem .75rem;
    width: 100%;
    text-align: left;
    background-color: transparent;
    color: #212529;
    display: block;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: 20px;
}
.dropdown-menu.dropdown-menu-up.show {
    width: 100%;
}
.dropdown-toggle::after{
display:none !important;
}
.add_button.text-right.expense {
    padding: 10px 10px 10px 10px;
}
/* Add spacing for dropdown items */
.dropdown-item-standard {
    display: block;
    padding: 10px 10px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    transition: background-color 0.2s ease;
}

/* Hover effect for better UX */
.dropdown-item-standard:hover {
    background-color: #f0f0f0;
    color: #007bff;
}

/* Optional: Add space between dropdown items */
#dropdown-options-standard {
    padding: 5px;
}
#dropdown-options:hover {
    background-color: #f0f0f0;
    color: #007bff;
}
#dropdown-options {
    display: block;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    transition: background-color 0.2s ease;
}
