@import url(https://fonts.googleapis.com/css?family=Quicksand:200,300,400,500,600,700);

body {
    font-family: "Quicksand";
    font-weight: 500;
    font-size: 0.85rem;
}
.login-register {
    /* background-image: url(../images/banner-2.jpg); */
    position: relative;
}
.login-register::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #fff;
    opacity: 0.9;
    height: 100%;
    width: 100%;
}
.login-register .card {
    border: none;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 40px #ccc;
}
.login-register .card h2 img {
    height: 70px;
}
.login-register .card h3.box-title {
    color: #0099DF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}
.form-control {
    font-size: 0.9rem;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.btn-freshbari.btn-lg {
    font-size: 15px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}
label,
a {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #555 !important;
}
.login-register .card a:hover {
    color: #256090 !important;
}
.login-register .text-danger {
    padding: 0px;
    display: inline-block;
    font-size: 12px;
}
.btn-freshbari {
    background: #0099DF;
    background: -webkit-linear-gradient(to right, #0099DF, #256090);
    background: linear-gradient(to right, #0099DF, #256090);
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}
.btn-freshbari:hover {
    color: #fff;
    background-color: #256090;
    color: #fff;
    opacity: 0.8;
}
header.topbar {
    box-shadow: none;
}
.sidebar-nav {
    background: transparent !important;
}
.sidebar-nav ul li a {
    font-size: 0.9rem;
    color: #444 !important;
}
.sidebar-nav > ul > li.active > a,
.sidebar-nav > ul > li.active:hover > a {
    background: #0099DF !important;
    background: -webkit-linear-gradient(to right, #0099DF, #256090) !important;
    background: linear-gradient(to right, #0099DF, #256090) !important;
    color: #fff !important;
}
.sidebar-nav > ul > li.active > a i,
.sidebar-nav > ul > li.active:hover > a i {
    color: #fff !important;
}
.sidebar-nav ul li a i {
    color: #0099DF !important;
    font-size: 14px;
}
.topbar .navbar-header {
    background-color: #fff !important;
    height: 70px;
}
.left-sidebar {
    /*z-index: 99;*/
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 0;
}
.left-sidebar:before {
    position: absolute;
    background-color: #fff;
    content: "";
    opacity: 0.7;
    height: 100%;
    width: 100%;
}
.sidebar-nav > ul {
    padding: 10px 0px 60px;
    border-top: 1.5px solid #ddd;
}
.page-titles {
    padding: 15px !important;
}
.page-titles h3 {
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #0099DF !important;
}
.page-titles .breadcrumb li a,
.page-titles .breadcrumb .breadcrumb-item.active {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
}
.page-titles .breadcrumb .breadcrumb-item.active {
    color: #0099DF !important;
}
.card-outline-info {
    background-color: #fff !important;
    border: none !important;
}
.card-outline-info .card {
    margin-bottom: 0;
}

.card-outline-info .card-header {
    background: #fff;
    border-color: #fff;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom: 1px solid #eee;
}
.card-outline-info .card-header .text-white {
    color: #0099DF !important;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Quicksand";
}
/*.page-wrapper{
	padding-top: 20px;
}*/
table thead tr th {
    background: #fff !important;
    color: #0099DF;
    border-bottom: 1px solid #0099DF;
}
table {
    border: none !important;
}
.btn-primary {
    background: #0099DF !important;
    background: -webkit-linear-gradient(to right, #0099DF, #256090) !important;
    background: linear-gradient(to right, #0099DF, #256090) !important;
    color: #fff !important;
    border: 1px solid #0099DF !important;
    font-weight: 600;
}
.btn-primary:hover {
    background: #0099DF !important;
    background: -webkit-linear-gradient(to right, #0099DF, #256090) !important;
    background: linear-gradient(to right, #0099DF, #256090) !important;
    color: #fff !important;
}
.container {
    padding: 64px 15px;
}
.title-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}
.eye-icon {
    border: none;
    font-size: 1rem;
    align-items: center;
    display: flex;
    /* border-bottom: 1px solid #ced4da ; */
}
.multipleImg{
    font-size: 14.4px;
    color: #555;
    font-weight:600;
}
.field{
    padding: 0 15px;
}
.sale-report{
    padding: 1.25rem;
}