body {
    font-family: "DM Sans", 'Montserrat', sans-serif;
}

/* 
.no-border_nav {
    border: 0 !important;
    box-shadow: none;
    background: #eeeeee;
}

 */

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none;
    box-shadow: none;
    border-color: transparent;
}

.forcedfont {
    font-family: "DM Sans", 'Montserrat', sans-serif;
}

.customfontcolor {
    color: #a6a6a6;
}



a:hover {
    color: rgb(0, 0, 0);
}

.tablefont {
    font-family: 'roboto';
}

.oddpagebackground {
    background: #eeeeee;
}


.nav-tabs .nav-link {
    color: #212529;
    /* border: 1px solid rgb(0, 0, 0); */
    border-top: 1px solid #212529;
    border-left: 1px solid #212529;
    border-right: 1px solid #212529;
    border-bottom: none;
    border-radius: 0;
    border-color: #212529;
    width: 160px;
    height: 60px;
    text-align: center;
    align-content: center;
}

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        background-color: #212529;
        color: white;
        border-top: 1px solid #212529;
        border-left: 1px solid #212529;
        border-right: 1px solid #212529;
        border-color: #212529;
        width: 160px;
        height: 60px;
        text-align: center;
        align-content: center;
    }

    /* .nav-tabs .nav-link:hover {
	background-color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px black;
	color: rgb(0, 0, 0);
}
 */
    .nav-tabs .nav-link:hover {
        background-color: none;
        color: none;
        border-top: 1px solid #212529;
        border-left: 1px solid #212529;
        border-right: 1px solid #212529;
        border-bottom: 1px solid #212529;
    }

.nav-tabs {
    border-bottom-color: rgb(0, 0, 0);
}

.nav-itemeproduct {
    padding-right: 10px;
}


.navtablinecolorepord {
    color: #212529(0, 0, 0);
}

.buttoncolor {
    color: #eeeeee;
}

.blackbutton {
    --bs-btn-padding-y: .80rem;
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-font-size: 20px;
}



.custombackgroudcolor {
    background-color: #eeeeee;
}


/*
.border {
	width: 100%;
	height: 100;
	display: flex;
}

.col-lg-5{
	flex: 0 1;
	
}

.border{
	display: flex;
}

.col-container {
	display: flex;
	width:  100%; 
	flex-direction: column;
  }
  
  .col-container > div {
	flex: 1 0; 
  }


  .col-container > button{
	flex: 0 0;
	align-self: center;
	justify-self: flex-end;
  }




  .custom-card .card-body {
	display: flex;
	flex-direction: column;
  }
  
  .custom-card .mt-auto {
	margin-top: auto;
  }
  
  .card .card-body {
	display: flex;
	flex-direction: column;
  }
  
  .card .mt-auto {
	margin-top: auto;
  }
  
  .card .row {
	flex-grow: 1;
  }
  
  .card .col-6 {
	display: flex;
	flex-direction: column;
  }
  
  .rowcustom{
	max-width: 100%;
  }
 

.checklist {
	list-style-type: none;
	padding: none;

  }
  
  .checklist li::before {
	content: "\2713"; 
	color: rgb(3, 5, 3); 
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;

  }

  */
