@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --gredient-color: linear-gradient(#438a57, #20522E);
    --primary-color: #20522E;
    --secondary-color: #a7bab042;
    --basic-white: #fff;
    --basic-black: 000;
    --gray-300: #ECECEC;
    --bg-card: #cdc0c0;
    --red: #FF0000;
    --green: rgb(4, 190, 4);
}

.page-wrapper {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #20522E;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
}

.page-wrapper .col-6 {
    width: 50% !important;
}

.form-floating>.form-control:not(:placeholder-shown)~label{
    transform: none !important; 
}

ul {
    padding-left: 0;
}

li {
    list-style-type: none;
}

p {
    margin-bottom: 0;
}

.btn {
    font-size: 14px;
    padding: 0;
}

.btn-wrap .edit-btn {
    padding: 5px 15px;
    border: 1px solid var(--gray-300);
}

.row-space {
    --bs-gutter-x: 0 !important;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-input:focus {
    border-color: #20522E;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(31, 81, 45, 0.3);
}

.dashboard-section {
    padding-right: 30px;
    padding-left: 30px;
}

.menu-wrap {
    min-height: 100%;
    height: 100vh;
    display: grid;
    align-items: center;
    background: var(--gredient-color);
    padding: 20px;
    position: relative;
    z-index: 99;
}

.menu-wrap .menu-item .menu-link-wrap {
    display: grid;
    gap: 5px;
}

.menu-wrap .menu-item .menu-link-wrap .menu-link {
    font-size: 14px;
    font-weight: 400;
    color: var(--bg-card);
    padding: 8px 30px;
    text-decoration: none;
}

.menu-wrap .menu-item .menu-link-wrap .menu-link.active {
    background: var(--secondary-color);
    border-radius: 3px;
}

.menu-wrap .menu-item .menu-link-wrap .menu-link .sub-menu-link-wrap {
    padding-left: 30px;
}

.nav-content-wrap {
    padding: 10px 0;
}

.nav-content-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    border: 1px solid var(--bg-card);
    top: 65px;
    right: -32px;
    transform: translate(-2%, 10%);
}

.title-1-wrap .title-1 {
    font-weight: 600;
    padding-bottom: 15px;
}
.title-1-wrap.border-bottom{
    border-bottom: 1px solid var(--bg-card);
}
.nav-content-wrap .profile-wrap {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 0 0 auto;
}

.nav-content-wrap .profile-wrap .profile-img {
    width: 100%;
    height: 100%;
}

.main-content .border-btn .btn-secondary {
    background: var(--basic-white);
    color: var(--basic-black);
    border-radius: 3px;
    padding: 4px 18px;
}

.main-content .border-btn .btn:first-child:active,
.main-content .border-btn .btn:first-child:hover {
    background: var(--basic-white);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.card-content {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px;
    border: none;
    margin-bottom: 25px;
}

.title-2-wrap .title-2 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.text-wrap .text {
    font-size: 14px;
    padding-top: 10px;
}

.text-wrap .disable-title {
    font-size: 14px;
    opacity: 50%;
}

.highlight-text .text {
    font-weight: 600;
    font-size: 20px;
}

.green-text {
    color: var(--green) !important;
}

.red-color {
    color: var(--red) !important;
}

.font-uppercase {
    text-transform: uppercase;
}

tr {
    border-style: hidden !important;
}

.width-100 {
    width: 100px;
}

.border-0 {
    border: none;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.table .thead-light tr th {
    background: var(--gray-300);
}

.btn-font {
    font-size: 14px;
}

.btn-wrap .btn-round {
    padding: 4px 18px;
    border-radius: 20px;
    border: none;
    color: var(--basic-black);
    background: var(--gray-300);
}

.btn-wrap .btn-round.active,
.btn-wrap .btn-round:hover {
    background: var(--gredient-color);
    color: var(--basic-white);
}

.btn-wrap .btn-green {
    padding: 5px 18px;
    border-radius: 3px;
    border: none;
    color: var(--basic-white);
    background: var(--primary-color);
}

.btn-wrap .btn-green:active,
.btn-wrap .btn-green:hover {
    background: var(--basic-white);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.select-btn select {
    border: none;
}

.select-btn select:focus-visible {
    border: none;
}

.select-btn div {
    width: 8px;
    height: 8px;
    background-color: red;
    /* padding: 0px 10px; */
    border-radius: 50%;
    display: inline-block;
}
.select-btn.green div{
    background-color: var(--green);
}

table .img-wrap {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

table .img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

table tbody tr {
    vertical-align: baseline;
}

.menu-item .img-wrap {
    width: 160px;
    height: 160px;
    margin-bottom: 45px;
}

.menu-item .img-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.product-img-wrap.img-wrap {
    width: 70px;
}

.product-img-wrap.img-wrap img {
    width: 100%;
    height: 100%;
}

.gap-between {
    gap: 160px;
}

.T-fix-width {
    width: 700px;
}

.c-width {
    width: 80%;
    margin: auto;
}

.card .label-text {
    font-size: 14px;
    padding-bottom: 5px;
}

.card .input-box:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(2, 116, 53, 0.25);
}

.input-box-group {
    margin-bottom: 70px;
}

/* --------------------------toggle-css--------------- */
.toggle {
    position: relative;
}

.toggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle .onoff {
    color: #fff;
    font-size: 6em;
    text-align: center;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

.slider {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: var(--gray-300);
    transition: 0.4s;
    width: 40px;
    height: 19px;
}

.slider:before {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: #fff;
    transition: 0.4s;
    top: 2px;
    left: 1px;
}

input:checked+.slider {
    background-color: var(--primary-color);
    /* box-shadow: 0 0 12px var(--primary-color); */
}

input:checked+.slider:before {
    transform: translateX(23px);
}

.slider.round {
    border-radius: 20px;
}

.slider.round::before {
    border-radius: 20px;
}

/* --------------------------------togglr-css-end-------------------- */
/* ----------------------------upload-img-css-start----------------- */
.img-upload-wrap {
    display: flex;
}

.images .pic {
    flex-basis: 31%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.images .img {
    width: 112px;
    height: 93px;
    background-size: cover;
    margin-right: 10px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.images .pic {
    background-color: var(--basic-white);
    border: 2px solid var(--bg-card);
    align-self: center;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 40px;
    cursor: pointer;
    height: 100px;
}

/* -----------------------------------upload-img-css-end-------------------- */
.product-listing-wrap {
    margin-top: 10px;
}

.product-card .card-title-content {
    width: 82%;
}

.product-card .card-btn-row {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--gray-300);
}
