
.accordionMainStyle1{
    width:265px;
    padding-left:20px;
}
.listStyle1 {
    display:block;
    list-style: none;    
    text-decoration: none;
    cursor: pointer;    
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;        
}
.dividerStyle1 {
    padding-top: 3px;
    padding-bottom: 3px;
}
.accordion-button {
    padding: 5px 10px; /* Adjust the padding to reduce height */
}

.accordion-body {
    padding: 5px 10px; /* Adjust the padding inside the accordion body */
}

.accordion-divider {
    border-top: 1px solid #ddd; /* Style the divider */
    /*margin: 10px 0;*/ /* Adjust the margin around the divider */
}

#sidebar {
    width: 300px;
    min-height: 100vh;
    /*height:50px;*/
    box-shadow: 1px 0 2px black;
}

.acclists{
    height:25px;
}

#main-content {
    flex-grow: 1;
}

#navbar {
    position: sticky;
    top: 0;
    z-index: 1000; /* Ensure the navbar stays on top */
    box-shadow: 2px 0 2px black;
}

.tdFormat1 {
    text-align: center;
    font-weight: bold;
    background-color: black;
    color: white;
    font-size: 12px;
}



.table-wrap {
    height: 400px;
    overflow-y: auto;
}

input[type="file"]::file-selector-button {
    border: 2px solid #6c5ce7;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color:deepskyblue;
    
    transition: 1s;
}

    input[type="file"]::file-selector-button:hover {
        background-color:ghostwhite ;
        border: 2px solid #00cec9;
        cursor:pointer;
    }



.padding300 {
    padding-left: 310px;
    padding-top: 100px;
    padding-right: 50px;
}
.topnav {
    overflow: hidden;
    background-color: white;
    box-shadow: 0 8px 6px -6px #999;
    height: 60px;
    align-content: right;
  }

  .topnav a {
    float: right;
    color: black;
    text-align: center;      
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 30px;
    text-decoration: none;
    font-size: 17px;
    font-family: 'Courier New';
    cursor: pointer;
  }   

  .topnav a:hover {   
    color: black;
    font-weight: bolder;   
  }

  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }

  .topnav a.link {
    background-color: brown;
  }
  .img1{
    position:fixed;
    top:60px;
    padding-top: 10px;      
  }

.floatRight{
    float:right;
}
.address1 {    
    color:crimson;
    background-color: #04AA6D;
  }
/* .container {
    display: flex;
    justify-content: space-between;
    margin-top:80px; 
} */

.borders1{
    border-style:solid ;
    border-width: 1px;
    border-color: rgb(231, 9, 9);
}
.left,
.right {
    display: flex;
    flex-direction: column;
}
.container2 {
    margin-left: 300px;
    margin-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: justify;
    background-color: gainsboro;    
    border-style: solid;
    border-width: 1px;
    border-color: lightsteelblue;
    /*height: 600px;*/
    height:auto;
    white-space: nowrap;
    /*height: 100%;  */
    width:auto;
}
.horizontal-scrollable > .row {
    overflow-x: auto;
    white-space: nowrap;
}
  .horizontal-scrollable > .row > .col-xs-4 {
            display: inline-block;
            float: none;
        }


.container3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color:#e11212;
}

.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.flex-column {
    display: flex;
    flex-direction: column;
}


body {
    background-color: rgb(237, 241, 243);
}

.box1 {
    position: fixed;
    width: 288px;
    height: 64px;
    top: 0px;
    /*padding-left: 100px;        */
    border-style: solid;
    border-width: 1px;
    border-color: gainsboro;
}

.box2 {
    position: fixed;
    width: 288px;
    height: 64px;
    /*top: 0px;   */
    /*align-content: center;*/
    padding-left: 100px;
    padding-top: 50px;
    /*border-style: solid;
    border-width: 1px;*/
    border-color: gainsboro;


}

.sideBar {
    position: fixed;
    width: 288px;
    height: 100%;
     top: 63px;
     /* padding-top: 95px; */
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 239, 255);    
    background-color: rgb(250, 250, 250);   
    align-content:center;      
    /* align-content:flex-start;     */
     box-shadow: 5px 0px 5px rgb(158, 162, 163);
     
}




.topHeader {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: white;
    font-size: 12px;
    /*box-shadow: 0px 5px 5px rgb(158, 162, 163);*/
}


ul.vertical a.active {
    background-color: #04AA6D;
    color: white;
}

ul.vertical li a {
    display: block;
    color: #000;
    text-decoration: none;
    /* padding-top: 20px ; */
}

.img {
    position: fixed;
    /* float: left; */
    /*box-shadow: 2px 2px 2px;*/
}

hr.new1 {
    border-top: 1px solid red;
}

/* Dashed red border */
hr.new2 {
    border-top: 1px dashed red;
}

/* Dotted red border */
hr.new3 {
    border-top: 1px dotted red;
}

/* Thick red border */
hr.new4 {
    border: 1px solid red;
}

/* Large rounded green border */
hr.new5 {
    border: 10px solid green;
    border-radius: 5px;
}

.hr-line-primary:before {
    content: '';
    background-color: #e11212;
    display: block;
    width: 280px;
    height: 1px;
}

hr.dashed {
    border-top: 2px dashed #999;
}

hr.dotted {
    border-top: 2px dotted #999;
}

hr.solid {
    border-top: 2px solid #999;
}


hr.hr-text {
    position: relative;
    border: none;
    height: 1px;
    background: #999;
}

hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #fff;
    font-weight: bold;
    font-size: 0.85rem;
    color: #999;
    border-radius: 30rem;
    padding: 0.2rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/*
*
* ==========================================
* FOR DEMO PURPOSES
* ==========================================
*
*/

/* body {
    min-height: 100vh;
    background-color: #fff; 
    color: #333;
} */
.text-uppercase {
    letter-spacing: .1em;
}