.modal {
    --modal-footer-border-color: var(--white);
}


.paginate_button {
    /* background-color: rgba(var(--enrollment-rgb), 0.5); */
    border-radius: 10px;
    padding: 3px;
    margin: 2px;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover,
.dataTables_paginate .paginate_button.current:focus {
    color: #fff;
    background-color: rgba(var(--primary-rgb), 1);
}

.dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 9px;
    min-width: 38px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #333333;
    border-radius: 3px;
}

.dataTables_filter input {
    outline: 0;
    width: 200px;
    height: 38px;
    padding: 8px 0;
    padding-right: 0px;
    padding-right: 24px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333333;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
    border-left-width: 1px;
    border-width: 1px 0;
    border-bottom-color: #ddd;
}

.error {
    color: var(--danger);
}
.btn-primary{
    background-color: #003595 !important;
    border-color: #003595 !important; ;
}
.btn-info{
 background-color: #003595 !important;
    border-color: #003595 !important; ;   
}
.text-right{
    text-align: right;
}
.register-btn
{
    border-radius: 1px;
    /* height: 50px; */
    padding: 8px 29px;
    font-weight: 600;
    font-size: 18px !important;
}
.slider-img
{
    width: 100%;
    /* border: 1px solid #000; */
}
.slider-img2 {
    width: 100%;
    height: 100%;
    /* margin-top: 70px; */
            
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.nav-item>a {
        font-weight: 500;
        /* font-size: 17px; */
    }
.client-nav{
    font-size: 17px;
}
.nav-item>a:hover {
            color: #ffd648;
    }

        /*code to change background color*/
.navbar-nav>.active>a {
            background-color: #C0C0C0;
            color: green;
        }
.l-section.height_small {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #001b4d;
    color: white;
    text-align: center;
}
.wp{
    text-align: justify;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.lat-section{
    border-radius: 1px solid black;
    border-radius: 8px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #ffd648;
}
.w-100{
        width: 100%;
}

nav
{
    position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  color: white;
  text-align: center;

}
.bg-blue
{
     background-color: #003595 !important;
    border-color: #003595 !important; ;
}
.font-20{
    font-size: 20px;
}
.bg-yellow
{
     background-color: #ffe800 !important;
    border-color: #ffe800 !important; ;
}
.bg-warning {
    --bg-opacity: 1 !important;
    background-color: #e1201b !important;
        padding: 0px;

}
.bg-red{
    background-color: #e1201b !important;
    font-size: 16px;
    height: 52px;
}
.bg-header-img{
    background-image:url('/assets/images/petrol.jpg');
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
}
.forgot-text
{
        color: #003595 !important;
        font-size: 15px;
        font-weight: 500;
}



.product-title{
       color: black;
        text-align: center;
        background: #dae3eb;
        height: 100px;
        font-weight: 600;
        padding-top: 20px;
}

.center{
        text-align: center;
}

.card{
    padding: 15px;
}
.h-7hx
{
    height: 7rem !important;
}

.wrapper {
    border: 2px #dcd3d3 solid;
    width: 8vw;
    height: 45px;
    padding: 5px;
    margin-left: 6px;
    display: flex;
    border-radius: 10px;
}

.plusminus {
  height: 100%;
  width: 30%;
  background: white;
  border: none;
  font-size: 20px;
  color: #5f5fce;
}

.num {
  height: 100%;
  width: 39%;
  border: none;
  font-size: 20px;
}
.cart-listing{
    padding: 20px;
    margin-left: 17px;
    top: 30px !important;
    left: 0px !important;
    box-shadow: 0px 1px 6px black;
    background: white;
    border-radius: 5px;
}

.inline{
    display: inline-flex;
}
.m-auto{
    margin: auto;
}
.font{
    font-weight: 100;
}
.font-20{
    font-size:20px;
}
.orange{
    background-color: orange;
    color:white
}

.purple{
    background-color: #d346d3;
    color:white

}

.lg-green{
    background-color: #0fa50fd9;
    color:white;
}
  
        