html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

html {
  position: relative;
  min-height: 100%;
}


.main-navbar{
    font-size: 1.25rem;
}

.main-description {
    font-size: 1.25rem;
}

.secondary-description {
    font-size: 1.1rem;
}

a {
    text-decoration: none;
}

.carousel-control-prev,
.carousel-control-next {
    filter: invert(100%);
}

ul.no-decoration {
    list-style-type: none;
}

.privacy-policy-info {
    font-size: 12px;
    position: fixed;
    bottom: 0;
    background-color: #464646;
    width: 100%;
    color: lightgray;
    text-align: center;
    padding: 5px 0;
}

.privacy-policy-btn {
    font-size: 11px;
}

.field-validation-error {
    color: #ff3333;
    margin-left: .5rem;
}

i.fas{
    margin-right: 0.3rem;
}

.card-border-top {
    border-top: 3px solid #0d6efd;
}

.card-primary {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1rem;
}

.input-border-danger{
    border: 3px solid #ff3333;
}

@media screen and (min-width: 640px) {
    .card-body {
        padding: 2rem;
    }
}

ul.client-panel {
    width: 100%;
}

ul.client-panel li.nav-item {
    width: 100%;
    padding-left: 1rem;
}

ul.client-panel li.nav-item.active {
    background-color: #007bff;
    border-radius: 5px;
}

.center-div-parent-container {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.center-div-container {
    display: table-cell;
    vertical-align: middle;
    min-width: 390px;
}

.bigger-icon {
    font-size: 28px;
}

.card-body label {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.card-body .form-group:not(:first-child) {
    margin-top: 1rem;
}

.card-body .form-check {
    margin-top: 1.5rem;
}

a.edit-link {
    color: black;
}

.dropDownsStyle{
    background-color: #95c543;
}

.productChecked {
    text-decoration: line-through;
    text-decoration-thickness: 0.2rem;
    background-color: #80808038;
}

.isCopy {
    color: black;
    background-color: #ebf3ab;
}

.outOfStock {
    color: white;
    background-color: #846c04;
}





.addPointer:hover {
    cursor: pointer;
}

td.details-control {
    border-right: 0px solid #fff !important;
    margin-right: 0px;
}

th.details-control {
    border-right: 0px solid #fff !important;
    margin-right: 0px;
    align-items: center;
}

.btn-isClicked{
    background-color: red;
}

.wallaper{
    position: relative;
    width: 100%;
}

.wallaper-bg {
    position: relative;
    z-index: -1;
    width: 100%;
    max-height: 300px;
}

.wallaper-img{
    position: absolute;
    height: 100%;
    opacity: 0.5;
}

.privateUser-bg {
    background: rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(171,255,110,1) 100%);
    box-shadow: 0px 0px 20px;
}

.groupUser-bg {
    background: rgb(34,193,195);
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(68,141,255,1) 76%);
    box-shadow: 0px 0px 20px;
}

.table-bordered{
    border-radius: 10px;
    overflow: hidden;
}

.form-control{
    background-color: white;
}

button:active{
    transform: scale(.95);
}

.btn {
    box-shadow: 2px 2px 3px black;
}

.btn:focus {
    box-shadow: inset 0px 0px 10px black, 2px 2px 3px black;
}

.btn-noShadow{
    box-shadow: none;
}



