
.cardinfoform
{
	padding: 1em;
}

.infoform-card { 
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.infoform-card-header { }
.infoform-card-body { }
.infoform-card-footer { }

.infoform-input {
    background: rgba(0, 0, 0, 0.8);
    color: white;
}

.infoform-table { }
.infoform-thead { }
.infoform-tr { }
.infoform-stripe1 { }
.infoform-stripe2 { }

.container {
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 10px;
}

.footer {
	background-color: #697d98;
}

a {
    color: #d0e833;
}

.wallpaperserver {
	height: 100vh; 
	background: #9cadc7 url("images/header-bg.jpg") no-repeat scroll 0 0;
}

.wallpaperkeyboard {
	background: #9cadc7 url("images/computer_logo_apple_207472.jpg") no-repeat scroll 0 0;
}

html {
    height: 100%;
}

.wallpaperrepeatingbackground {
    background-image: url("images/amorpho-repeating-tile-02.png");
    background-repeat: repeat;
    background-color: #9cadc7;
    height: 100%;
}

.wallpaperfixedbackground {
    background-image: url("images/keyboard_it_computers_computer_huge.jpg");
    background-color: #9cadc7;
    background-repeat: no-repeat; /* Prevents image repetition */
    background-position: center center; /* Centers the image horizontally and vertically */
    background-size: cover; /* Ensures the image covers the entire element */
    background-attachment: fixed; /* This makes the background image static relative to the viewport */

}

.wallpaperwomancall {
	background: #9cadc7 url("images/woman_working_business_woman-edited.jpg") no-repeat scroll 0 0;
}

.wallpapercircuit {
	background: #9cadc7 url("images/computer_electronic_circuit_use_2-768x545.jpg") no-repeat scroll 0 0;
}

.wallpapermb2 {
    background-image: url("images/square-motherboard-02.jpg");
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
}

.wallpapermb3 {
    background-image: url("images/square-pc-components.jpg");
    background-repeat: no-repeat; 
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
}

.noopacity {
    opacity: 1.0;
}

.heightfull {
    height: 100%;
}
    
.darkopacity {
    background: rgba(0, 0, 0, 0.8);
}

.verydarkopacity {
    background: #000000;
    opacity: 0.8;
}

.texthighlight {
    color: #d0e833;
}

.textdark {
    color: #666666;
}

.greyscale {
    filter: grayscale(100%);
}

.FullWindow {
	margin-top: 6em;
}

.btn {
	/* margin-top: 10px; */
	margin-left: 10px;
}

.btn-xs {
	font-size: 0.9em;
	padding: 0.1em 0.8em 0.1em 0.8em;
	margin-bottom: 0px;
	margin-top: 0px;
}

.btn-lg {
	margin-bottom: 10px;
	margin-left: 10px;
}

.btn-success {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #7b891f;
    color: #FFFFFF;
    background-color: #7b891f;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #7b891f;
    border-radius: 10px 10px 10px 10px;
}

.btn-success:hover {
    color: #7b891f;
    background-color: #FFFFFF;	
    text-decoration: none;
    border-color: #7b891f;
}

.btn-primary {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #FFFFFF;
    background-color: #6CC184;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
}

.btn-primary:hover {
    
    color: #6CC184;
    background-color: #FFFFFF;
    text-decoration: none;
    border-color: #6CC184;
}

.btn-primaryreversed {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #FFFFFF;
    color: #6CC184;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
}

.btn-primaryreversed:hover {
    color: #FFFFFF;
    background-color: #6CC184;
    text-decoration: none;
    border-color: #6CC184;
}

.btn-default {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
	text-decoration: none;
    fill: #697d98;
    color: #FFFFFF;
    background-color: #697d98;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #697d98;
    border-radius: 10px 10px 10px 10px;
}

.btn-default:hover {
    color: #FFFFFF;
    background-color: #7b891f;
    border-color: #7b891f;
}

.btn-info {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;	
    fill: #7b891f;
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #959595;
    border-radius: 10px 10px 10px 10px;
}

.btn-info:hover {
    color: #FFFFFF;
    background-color: #d0e833;
    border-color: #7b891f;
}

.btn-danger {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #AD3535;
    color: #AD3535;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AD3535;
    border-radius: 10px 10px 10px 10px;
}

.btn-danger:hover {
    color: #FFFFFF;
    background-color: #AD3535;
    text-decoration: none;
    border-color: #AD3535;
}

.btn-branded {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #697d98;
    color: #FFFFFF;
    background-color: #697d98;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #697d98;
    border-radius: 10px 10px 10px 10px;
}

.btn-branded:hover {
    color: #697d98;
    background-color: #FFFFFF;
    text-decoration: none;
    border-color: #697d98;
}

.btn-unsaved {
    font-family: "Inter", sans-serif;;
    font-weight: 300;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #AD3535;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #AD3535;
    border-radius: 10px 10px 10px 10px;
}

.btn-unsaved:hover {
    color: #AD3535;
    background-color: #FFFFFF;
    text-decoration: none;
    border-color: #AD3535;
}

.btn-navbar {
	text-align: left;
    padding: 0.5em;
}

.btn-navbar:hover {
    background-color: #BBBBBB;
}

.btn-navbarright {
	text-align: right;
    padding: 0.5em;
    min-width: 120px;
}

.btn-navbarright:hover {
    background-color: #BBBBBB;
}

.navbar {
	background-color: #CCCCCC; 
	opacity: 1.0;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,1);
}

.table {
	font-size: 0.8em;
    color: white;
    background: rgba(0, 0, 0, 0.8);
}

.table td, .table th {
	padding: 0.2em;
}

.table th {
    color: #d0e833;
}

.card {
	margin-bottom: 1em;
}

label {
	margin-bottom: 0;
	margin-top: 0.5em;
}

input {
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}
    
span.input-group-text {
	background-color: #697d98;
    color: #FFFFFF;
}

.form-control {
    background: rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
}

.form-control:disabled {
    background: rgba(50, 50, 50, 0.8);
    color: #FFFFFF;
}

.form-check-input {
    background: rgba(0, 0, 0, 0.8);
	width: 2em;
	height: 2em;
	margin-left: 1em;
	margin-right: 1em;
    border: 0.25rem solid #7b891f;
    border-radius: 1px;
}

.form-check-input:checked {
    background-color: #7b891f;
    border-color: #7b891f;
}

.form-radio-input {
    background: rgba(0, 0, 0, 0.8);
	width: 1.5em;
	height: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
}

.form-radio-input:checked {
    background-color: #7b891f;
    border-color: #7b891f;
}


.card.darkcard
{
    background: rgba(0, 0, 0, 0.6);
}

.card.whitecard
{
    background: rgba(255, 255, 255, 0.8);
}

.product-image-container {
  max-height: 10em; 
  overflow: hidden;
  display: flex; /* Helps center the image vertically and horizontally */
  justify-content: center;
  align-items: center;
}

.product-image-container img {
  object-fit: contain;
  height: 100%;
}

.product-bigimage-container {
  max-height: 50em; 
  overflow: hidden;
  display: flex; /* Helps center the image vertically and horizontally */
  justify-content: center;
  align-items: center;
}

.product-bigimage-container img {
  object-fit: contain;
  height: 100%;
}

.cardsection
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgb(0 0 0 / 19%);
    padding: 0px;
    text-align: center;
    overflow: hidden;
    margin-top: 10px;
}

.cardproduct
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgb(0 0 0 / 19%);
    padding: 0px;
    text-align: center;
    overflow: hidden;
	margin-top: 10px;
}

.cardsize
{
    border-radius: 10px 10px 10px 10px;
    box-shadow: 5px 7px 25px -2px rgb(0 0 0 / 19%);
    padding: 0px;
    text-align: center;
    overflow: hidden;
	margin-top: 30px;
}

.cardlink
{
	text-decoration: none;
	color: #000000;
}

.cardlink:hover 
{
    color: red;
    background-color: #f9f9f9;
    text-decoration: none;
}

.cardtooltip
{
    font-family: "Inter", sans-serif;;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #6CC184;
    color: #6CC184;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #6CC184;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
	text-align: center;
}

.carderror
{
    font-family: "Inter", sans-serif;;
    font-size: 1.2em;
    font-weight: 300;
    text-decoration: none;
    fill: #AD3535;
    color: #AD3535;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;    
	border-color: #AD3535;
    border-radius: 10px 10px 10px 10px;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
	text-align: left;
}


.productimg {
	border: solid 1px #666666;
}

.dropbtn {
    font-family: "Inter", sans-serif;;
    font-size: 1em;
    font-weight: 300;
    text-decoration: none;
    border-style: none;
    background-color: #f4f4f4;
    color: black;
    border-radius: 10px 10px 10px 10px;
    padding: 5px 40px 5px 40px;
    margin-left: 10px;
}

.pricearea {
    padding: 55px 0px !important;
    text-align: center;
    font-size: 1.2em !important;
}

.cartitem h2 {
    font-family: "Inter", sans-serif;;
    font-size: 1.5em;
    font-weight: 300;
    color: #2d2d2d; 
}

.cartitem p {
    font-family: "Inter", sans-serif;;
    font-size: 1em;
    font-weight: 300;
    color: #2d2d2d; 
}

.cartitem td {
    font-family: "Inter", sans-serif;;
    font-size: 1em;
    font-weight: 300;
    color: #2d2d2d; 
}

.carttitles {
    background-color: #6cc184;
    color: white;
}

.carttitles th {
    text-align: center;
    padding: 18px 0px !important;
    font-family: "Inter", sans-serif;;
    font-size: 1.5em;
    font-weight: 300;
    color: #2d2d2d;

}

body {
    margin: 0;
    background-color: #666666;
}

a {
    text-decoration: none;
}

.nav {
    background-color: #f9f9f9;
    padding: 20px 0px 20px 0px;
    text-align: center;
}

.navbar-brand {
    float: none;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}


.modal-container {
  margin: 60px auto;
  padding-top: 0px;
  position: relative;
  width: 160px;
}

.modal-container .modal-btn {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background: #446CB3;
  font-size: 22px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 5px 5px -5px #333;
  transition: background 0.3s ease-in;
}

.modal-container .modal-btn:hover {
  background: #365690;
}

.modal-container .modal-content,
.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease-in;
}

.modal-container .modal-close {
  color: #aaa;
  position: absolute;
  right: 5px;
  top: 5px;
  padding-top: 3px;
  background: #fff;
  font-size: 16px;
  width: 25px;
  height: 25px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.modal-container .modal-close:hover {
  color: #333;
}

.modal-container .modal-content-btn {
  position: absolute;
  text-align: center;
  cursor: pointer;
  bottom: 20px;
  right: 30px;
  background: #446CB3;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  height: 32px;
  padding-top: 9px;
  font-weight: normal;
}

.modal-container .modal-content-btn:hover {
  color: #fff;
  background: #365690;
}

.modal-container #modal-toggle {
  display: none;
}

.modal-container #modal-toggle.active ~ .modal-backdrop, .modal-container #modal-toggle:checked ~ .modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content {
  opacity: 1;
  background-color: #fff;
  max-width: 400px;
  width: 400px;
  height: 280px;
  padding: 10px 30px;
  position: fixed;
  left: calc(50% - 200px);
  top: 12%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  visibility: visible;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}

@media (max-width: 400px) {
  .modal-container #modal-toggle.active ~ .modal-content, .modal-container #modal-toggle:checked ~ .modal-content {
    left: 0;
  }
}

.circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: red;
}
