@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: #066428;
    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: 700 !important;
    color: #555 !important;
}
.login-register .card a:hover {
    color: #04732c !important;
}
.login-register .text-danger {
    padding: 0px;
    display: inline-block;
    font-size: 12px;
}
.btn-freshbari {
    background: #066428;
    background: -webkit-linear-gradient(to right, #066428, #04732c);
    background: linear-gradient(to right, #066428, #04732c);
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
}
.btn-freshbari:hover {
    color: #fff;
    background-color: #04732c;
    color: #fff;
    opacity: 0.8;
}
header.topbar {
    box-shadow: none;
}
.sidebar-nav {
    background: transparent !important;
    padding-top: 68px;
}
.sidebar-nav ul li a {
    font-size: 0.9rem;
    padding: 7px 15px;
    color: #444 !important;
}
.sidebar-nav > ul > li.active > a,
.sidebar-nav > ul > li.active:hover > a {
    background: #066428 !important;
    background: -webkit-linear-gradient(to right, #066428, #04732c) !important;
    background: linear-gradient(to right, #066428, #04732c) !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: #066428 !important;
    font-size: 28px;
    margin-right: 12px;
}
.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: #066428 !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: #066428 !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: #066428 !important;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Quicksand";
}
/*.page-wrapper{
	padding-top: 20px;
}*/
table thead tr th {
    background: #fff !important;
    color: #066428;
    border-bottom: 1px solid #066428;
}
table {
    border: none !important;
}
.back-button {
   height: fit-content;
}
.btn-primary {
    background: #066428 !important;
    background: -webkit-linear-gradient(to right, #066428, #04732c) !important;
    background: linear-gradient(to right, #066428, #04732c) !important;
    color: #fff !important;
    border: 1px solid #066428 !important;
    font-weight: 600;
}
.btn-primary:hover {
    background: #066428 !important;
    background: -webkit-linear-gradient(to right, #066428, #04732c) !important;
    background: linear-gradient(to right, #066428, #04732c) !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 ; */

}

.required-star::after {
    content: '*';
    color: red;
    margin-left: 5px;
}

.status-active {
    color: #389e0d;
    background: #f6ffed;
    border: 1px solid #b7eb8f;
    display: inline-flex;
    border-radius: 4px;
    padding: 0px 7px;
}
.status-neutral {
    color: #0958d9;
    background: #e6f4ff;
    border: 1px solid #91caff;
    display: inline-flex;
    border-radius: 4px;
    padding: 0px 7px;
}
.status-inactive {
    color: #cf1322;
    background: #fff1f0;
    border: 1px solid #ffa39e;
    display: inline-flex;
    border-radius: 4px;
    padding: 0px 7px;
}
.min-vh-25{
    min-height: 100px;
}
.gap-10{
    gap: 40px;
}