/*body, html {*/
/*    !*height: 100vh;*!*/
/*    width: available; height: 98vh;*/
/*    margin: 0;*/
/*    color: #01272c;*/
/*}*/

/*  ALL BODY */
/* Added for annual declaration page */
html{
    overflow: hidden;
}
body {
    /*background-color: lightgray;*/
    font-family: Tahoma;
    color: #00323C;
}

#row_body{
    background-color: lightgray;
    width: available;
    height: 98vh;
    margin: 0%;
    overflow: auto;
}

/* ----------------Sidebar---------------- */

.sidebar {
    width: 16vw;
    max-width: 16vw;
    /* height: auto; */
    height: 95vh;
    margin: 0.5%;
    border-radius: 25px;
    /*margin: 1%;*/

    background-color: #00323C;
    background-image: linear-gradient(to bottom, rgba(0,185,185,1), rgba(0,50,60,1));
    color: white;
    overflow: hidden;
    box-shadow: 10px 10px 5px grey;
}

.sidebar:hover{
    overflow: auto;
}

.sidebar_background_image{
    position: fixed;
}
/* 
img.sidebar_logo {
    width: 10vw;
    text-align: center;
    align-content: center;
    padding: 2vw 0.5vw 1vw;
} */
img.sidebar_logo {
    width: 10vw;
    text-align: center;
    align-content: center;
    padding: 1vw 0 1vw;
}


ul.list-unstyled {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    text-decoration: none;
}

button.level_1, a.level_2 {
    color: white;
    align-content: start;
    text-align: start;
}

button + .level_1 {
    font-size: medium;
}

button.level_1:hover, a.level_2:hover {
    color: lightgray;
}

.level_2 {
    margin-left: 8px;
    color: white;
}

a.level_2 {
    font-size: small;
    text-decoration: none;
    color: white;
}

/* ----------------End of Sidebar---------------- */

/* ----------------Mainbody---------------- */
.mainbodycontent {
    height: 95vh;
    max-width: 84vw;
    width: 84vw;
    margin: 0.5%;
    overflow: auto;

    background-color: whitesmoke;
    box-shadow: 10px 10px 5px grey;
    border-radius: 25px;
    padding: 1% 3%;

    /*box-shadow: 10px 10px 5px grey;*/
}

.body_block{
    overflow: auto;
}

/* ----------------End of Mainbody---------------- */

/* ----------------Buttons - submit, cancel, etc---------------- */

.btn{
    font-size: small;
}
.btn-light{
    background-color: #00B9B9;
    border-color: whitesmoke;
    color: white;
}

.btn-light:hover{
    background-color: rgba(0,185,185,0.8);
    color: white;
}

.btn-danger{
    background-color: #CA1C66;
    border-color: whitesmoke;
    color: white;
    /*background-color: rgba(202,28,102,1);*/
}

.btn-danger:hover{
    background-color: rgba(202,28,102,0.8);
    color: white;
}

.btn-secondary{
    background-color: rgba(25,133,195,1);
    border-color: whitesmoke;
    color: white;
}

.btn-secondary:hover{
    background-color: rgba(25,133,195,0.8);
    color: white;
}

.btn-secondary:disabled{
    background-color: rgba(25,133,195,0.4);
    color: grey;
}

.btn-info{
    background-color: rgba(237,144,52,1);
    border-color: whitesmoke;
    color: white;
}

.btn-info:hover{
    background-color: rgba(237,144,52,0.8);
    color: white;
}

.btn-info:disabled{
    background-color: rgba(237,144,52,0.4);
    color: grey;
}




/* ----------------Checkboxes---------------- */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: green;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 0, 0.25)
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #C8FFC8;
}


/* ----------------End of Checkboxes---------------- */


/* ----------------Tables---------------- */

.table{
    font-size: small;
}

thead>tr{
    /*background-color: rgba(202, 28, 102, 1);*/
    /*color: white;*/
}

.table thead {
    position: sticky;
    top: 0px;
    background: #f8f9fa;
    z-index: 999;
}

.title_block {
    position: sticky;
    top: -15px;
    background: whitesmoke;

    z-index: 1000;
    
}

/* ----------------End of Tables---------------- */

.custom-a-tag-link {
    
    color:  rgba(0,50,60,1); 
    text-decoration: none; /* Removes the underline */
    font-size: small; /* Applies the small font size */
}

.custom-a-tag-link:hover {
    color: rgba(0,185,185,1); 
    text-decoration: none; /* Ensures no underline on hover */
}


.btn-custom-SideBar {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    /* white-space: nowrap; */
    padding-left: 0;
    --bs-btn-padding-y: 0.3rem;
}

.btn-custom-SideBar:active {
    outline: none;
    text-decoration: none;
    color: white !important;
    border-color: none;
}

.sidebar a {
    text-decoration: none;
}
a {
    text-decoration: none;
}

.btn-custom-SideBar i {
    margin-right: 8px;
}


/* For service line card images */
.bg-NexiaBlue {
	background: linear-gradient(to right, #1985C3, #1985C3) !important;
}

.bg-NexiaPurple {
	background: linear-gradient(to right, #841262, #841262) !important;
}

.bg-NexiaDarkBlue {
	background: linear-gradient(to right, #2E53A1, #2E53A1) !important;
}

.bg-NexiaPink {
	background: linear-gradient(to right, #CA1C66, #CA1C66) !important;
}

.bg-NexiaDarkTeal {
	background: linear-gradient(to right, #00323C, #00323C) !important;
}

.bg-NexiaLightTeal {
	background: linear-gradient(to right, #00B9B9, #00B9B9) !important;
}



card.card-img-holder .card-img-absolute {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	opacity: 0.6;
}

.card.card-img-holder .card-icon-absolute {
	position: relative;
}


.card-icon-absolute .custom-icon {
    font-size: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 20px;
}


.card-box {
	min-height: 201px;
}

.card.card-img-holder {
	position: relative;
	width: 100%;
	min-width: 100%;
	border: 0;
}

.card-box {
    transition: box-shadow 0.3s ease-in-out;
} 

/* .card-box:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
} */

.card-box:hover {

	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
	transition: all 0.4s ease;
}


.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0.6;
}

img, svg {
    vertical-align: middle;
}

.fa-8x {
    font-size: 8em;
}

.fa-5x {
    font-size: 5em;
}

.btn-check.btn-toggle:focus+.btn, .btn.btn-toggle:focus {
    outline: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .90);
}

/* ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin:0px;padding:0px;border:none;list-style:none;}  */
