.card .card-title{ font-size:1.5rem !important; font-weight:normal !important;}
.sidebar .nav.sub-menu{padding-left:1.5rem;border-radius: 0 0 9px 9px;}
.sidebar .nav .nav-item.active > .nav-link,
.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link[aria-expanded="true"]{background-color:#bbbbbb;}
.table th, .jsgrid .jsgrid-table th, .table td, .jsgrid .jsgrid-table td { padding:0.3rem;}
.myBtn_multi {cursor:pointer !important; padding:5px 15px !important; }
.pull-left{float:left;}
.pull-right{float:right;}
.textright{	text-align:right !important;}
.txtright{text-align:right !important;}
.txtleft{text-align:left !important;}
.txtcenter{	text-align:center !important;}
.nomargin{ margin:auto;}
.border-rgt{border-right:1px solid #F1F1F1}
.products_tr .num{border:none;	margin-bottom:0; background:none;}
.print-only{display:none;}
.spacer{margin-top:50px;}
h6{font-size: 1rem;font-weight: 600;}
/* Tables */
.table input.num{width:60px;}
.table thead th,
.table th{background:#eee;padding:5px;border:1px solid #333;text-align:center;}
.table tr td{text-align:center; line-height:1.5;}
.no-border td{border:none !important}
.table input.item{width:100%;border: none; background:none;text-align:center;}
.table i{padding:0 10px;}
select.form-control{color:#000}
.total-row{font-weight:600;}
.words{font-size:1.3rem;text-transform: capitalize;}
.hidden{display:none;}
.w-70{width:70%;}
.w-30{width:30%;}
.card-title{text-transform:uppercase;}
.pagination-box, .pagination-box  a.page-link{font-size:13px !important;}
.pagination-box div{padding:15px 0;}
.pagination .page-item.active .page-link{
background-color:#f9f9f9 !important; 
border-color:#e7e7e7 !important; 
color:#000 !important; 
font-weight:600;
-webkit-box-shadow: inset 3px 3px 7px -4px rgba(0,0,0,0.75);
-moz-box-shadow: inset 3px 3px 7px -4px rgba(0,0,0,0.75);
box-shadow: inset 3px 3px 7px -4px rgba(0,0,0,0.75);}
#cart tr td{padding: 0.6rem 0.3rem;}
.imp-col{background:#d0ebd0 !important; color:#7DA77D}
.toAdd{font-weight:bold; color:#9EC39E}
.total td{padding:0.8rem !important;font-size:15px; font-weight:600;}
.card .card-description{margin-bottom:2rem; border-bottom: 1px dashed #E4E4E4;}
/*Add Retailer Page form*/
#sameadd,#addusername{position:unset; margin-left:0;}
.footer{background-color:#dddddd;padding:0.4rem !important;}
.pad-sml{padding:0.5rem;}
.user_imp{font-weight:700; color:#82BA98;}
#ct7 i{margin-right:5px; color:#4B49AC}
#ct7 i.ti-time{margin-left:15px}
.main_nav_outer{background:#F5F7FF;display:flex;}
.nav-collapse{display:flex;margin-left: -23px;height: 100vh;}
.nav-collapse button{z-index: 12; padding: 6px;}
.nav-collapse i{background:#e1e1e1; border-radius:50%; border: 5px solid #fff;}
.sidebar .nav .nav-item .nav-link{padding:0.8rem}
.nav-link i{margin-right:10px;}
.table-responsive {
    -webkit-overflow-scrolling: unset !important;
}
.multi-column {
    /* Standard */
    column-count: 2;
    column-width: 150px;
    /* Webkit-based */
    -webkit-column-count: 2;
    -webkit-column-width: 150px;
    /* Gecko-based */
    -moz-column-count: 2;
    -moz-column-width: 150px;
}
.order-header{
	padding-bottom:5px;
	margin-bottom:10px;
	padding-right:20px;
	font-size:1.5rem;
	font-weight:600;
}
/* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 999; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto !important; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }
		.freemodal {
           /* display: none;  Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto !important; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }

        /* Modal Content */
        .modal-content {
            background-color: #fefefe;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 90%;

        }

        /* The Close Button */
        .close {
  border-radius: 50%;
  padding: 0.5em;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  color: #fff;
  position: absolute;
    right: -15px;
    top: -15px;
  cursor:pointer;
  background-color: #000;
  opacity:1;
  -webkit-box-shadow: -2px 4px 9px 0px rgba(0,0,0,0.26);
-moz-box-shadow: -2px 4px 9px 0px rgba(0,0,0,0.26);
box-shadow: -2px 4px 9px 0px rgba(0,0,0,0.26);
}
.close:hover {
  background-color: red;
  color: #ffffff;
  opacity:1;
}

.close::before {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 2px;
  left: 12px;
  top: 5px;
  bottom: 5px;
  transform: rotate(45deg);
}
.close::after {
  content: " ";
  position: absolute;
  display: block;
  background-color: #fff;
  height: 2px;
  top:12px;
  left: 5px;
  right: 5px;
  transform: rotate(45deg);
}
		
/* Login Form Design starts here. */

/* Importing fonts from Google */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* Reseting */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: #ecf0f3;
}

.wrapper {
    max-width: 350px;
    min-height: 500px;
    margin: 80px auto;
    padding: 40px 30px 30px 30px;
    background-color: #ecf0f3;
    border-radius: 15px;
    box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}

.logo {
    width: 80px;
    margin: auto auto 40px auto;
}

.logo img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #5f5f5f,
        0px 0px 0px 5px #ecf0f3,
        8px 8px 15px #a7aaa7,
        -8px -8px 15px #fff;
}

.wrapper .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #555;
}

.wrapper .form-field input {
    width: 100%;
    display: block;
    border: none;
    outline: none;
    background: none;
    font-size: 1.2rem;
    color: #666;
    padding: 10px 15px 10px 10px;
    /* border: 1px solid red; */
}

.wrapper .form-field {
    padding-left: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #fff;
}

.wrapper .form-field .fas {
    color: #555;
}

.wrapper .btn {
    box-shadow: none;
    width: 100%;
    height: 40px;
    background-color: #03A9F4;
    color: #fff;
    border-radius: 25px;
    box-shadow: 3px 3px 3px #b1b1b1,
        -3px -3px 3px #fff;
    letter-spacing: 1.3px;
	font-size:1.2rem;
	font-weight:600;
	border:none;
}

.wrapper .btn:hover {
    background-color: #039BE5;
}

.wrapper a {
    text-decoration: none;
	font-size: 1rem;
    padding: 1rem;
    display: block;
    color: #03A9F4;
}

.wrapper a:hover {
    color: #039BE5;
}

@media(max-width: 768px) {
    .wrapper {
		max-width:90% !important;
        margin: 30px 20px;
        padding: 40px 15px 15px 15px;
    }
	.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
}


.login-form li {
	list-style:none;
	margin:20px 0px;
	margin-left:40px;
}
.login-box {
	width:500px;
	margin:auto;
	margin-top:10%;
	border:2px solid #009688;
	background:#f6f6f6;
}
.login-box h1 {
	text-align:center;
	margin:0px;
	background-color:#009688;
	color:white;
	font-weight:normal;
}
label {
	margin:5px 0px;
	font-size:14px;
}
.label-block {
	display:inline-block;
	width:100px;
}
.input-box {
	display:inline-block;
	margin:5px 0px;
}
.input-box input {
	width:200px;
	padding:5px 5px;
	margin:auto;
}
.input-box textarea {
	width:200px;
	height:75px;
	padding:5px 5px;
}
.input-box select {
	padding:5px 2px;
	width:200px;
	margin:auto;
}
.submit_button {
	font-size:16px;
	margin-top:20px;
	margin-right:20px;
	padding:6px 10px;
	background-color:#009688;
	border:none;
	color:white;
}
.submit_button:hover,.submit_button:focus {
	cursor:pointer;
	color:black;
	background:#32ab9f;
}
.error_message {
	margin-left:5px;
	color:red;
}
.confirm_message {
	margin-left:5px;
	color:green;
}
/* Login Form Design ends here. */

/* Media */
@media (max-width: 768px) {
  .nav-collapse {
    display: none;
  }
}
@media print {
.table th {
	background-color: #eeeeee !important; 
	-webkit-print-color-adjust: exact;}
}
