body {
    background-color: #c9cabc;
    background-attachment: fixed;
    /* background-image: url("/images/oble5.jpg"); */
    /* background-image: url("/images/final.jpg"); */
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .frosted{
    background: rgba(0, 0, 0, 0.56);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
} */

hr {
    height: 2px;
    background-color: #000000;
}

.mainNavbar{
    background-color: rgb(90, 0, 0);
}

.navText{
    color: rgb(185, 185, 185);
}

.navText:hover{
    color: rgb(255, 255, 255);
}

.card-header{
    background-color: rgb(90, 0, 0);
    color: white;
}

.card-body{
    background-color: rgb(240, 240, 240);
}

.form-error-message{
    font-size: 0.8em;
    color: red;
}

.container_row{
    display: grid;
  }

.layer1, .layer2{ 
    grid-column: 1;
    grid-row: 2;
}

.toast_success{
    color: rgb(10, 74, 0);
    background-color: rgb(88, 255, 77);    
}

.toast_info{
    background-color: rgb(255, 238, 54);
    color: rgb(0, 0, 0);
}

.toast_fail{
    
    background-color: rgb(255, 64, 64);
    color: rgb(44, 0, 0);
}

a.navselected{
    pointer-events: none;
    background-color: rgb(215, 215, 215);
    /* color: rgb(90, 0, 0);
    font-weight: bold; */
}

.modaltop {
    background: rgba(0,0,0,0.7);
}


/* Navbar*/
.defaultRed{
    background-color: rgb(14, 0, 90);
}

.NavContentFormat{
    color: rgb(255, 255, 255);
}


/* Sidebar and main content */
.sidebar {
    width: 300px;
    float: left;
}
.content {
    width: calc(95vw - 300px);
    float: left;
}

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    float: none;
  }
  .content {
    width: 100%;
    float: none;
  }
}

a.selected{
    pointer-events: none;
    font-weight: bold;
}

.bgtext {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255, 255, 255, 0.98); /* Black w/opacity/see-through */
    color: rgb(0, 0, 0);
    /* font-weight: bold; */
}

.bgtext-ss {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255, 255, 255, 0.98); /* Black w/opacity/see-through */
    color: rgb(0, 0, 0);
    /* font-weight: bold; */
}

.bgtext-s {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255, 255, 255, 0); /* Black w/opacity/see-through */
    color: rgb(0, 0, 0);
    border: none;
    /* font-weight: bold; */
}

.btnmodified:focus{
    outline: none;
    box-shadow: none;
}

.btnmodified{
    outline: none;
    box-shadow: none;
}

.error-highlight{
    /* box-shadow: 0 0 3px #CC0000;  */
    border-color: #CC0000;
    box-shadow: 0 0 8px #CC0000; 
    outline:none;
}

.error-highlight:focus{
    border-color: #CC0000;
    box-shadow: 0 0 8px #CC0000; 
    outline:none;
    
}

.oulinefrontground{
    border-color: #000000;
    box-shadow: 0 0 20px #000000; 
    outline:none;
    border-radius: 5px;
}