* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    font-family: 'Poppins';
}

/* =============================
			Default Css
  ============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

/* go-to */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #155E15;
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    color: #000000;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color:  #155E15;
    border: 1px solid  #155E15;
}
.go-top.active svg {
    font-size: 19px;
}

.teaplus {
    background-image: url(../images/bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.teaplus-right {
    background: #ffffffe3 0% 0% no-repeat padding-box;
    /* opacity: 0.9; */
    /* backdrop-filter: blur(16px); */
    -webkit-backdrop-filter: blur(16px);
    padding: 60px 100px 60px 100px;
}
.logo {
    text-align: center;
    padding-bottom: 23px;
}
.logo img {
    width: 200px;
}
.login-form {
    padding: 23px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 50px #A8CB3A33;
    border-radius: 19px;
}
.login-form h2 {
    font: normal normal 600 24px/51px Poppins;
    letter-spacing: 0px;
    color: #000000;
    padding-bottom: 18px;
}
.login-form label {
    display: block;
    font: normal normal 500 17px/21px Poppins;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 14px;
}
input[type="email"],input[type="password"]{
    font: normal normal normal 17px/10px Poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.51;
    padding: 11px 20px 10px 23px;
    border: 1px solid #70707040;
    border-radius: 15px;
    width: 100%;
}



.single-login {
    position: relative;
  }
  
  
  .single-login .eye-icon {
    position: absolute;
    top: 60%;
    right: 2%;
    color: #000;
  }
  .check-box {
    display: flex;
    align-items: center;
    /* gap: 31px; */
    background: #f8f8f8;
    justify-content: space-between;
    padding: 10px;
    margin: 30px 0;
}
.check-box .form-check-input:checked {
    background-color: #a8cb3a;
    border-color: #a8cb3a;
}
.form-check-input:focus {
    border-color: #52a41f;
}
.capcha-img img {
    width: 52px;
}
footer {
    background: #eaf0e2;
    background: #ffffffe3 0% 0% no-repeat padding-box;
    padding: 10px 10px 10px 32px;
}
footer p {
    font: normal normal 500 14px/30px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.forgot-pass a {
    font: normal normal 500 16px/27px Poppins;
    letter-spacing: 0.7px;
    color: #000000;
}
a.login-btn {
    font: normal normal 600 18px/10px Poppins;
    letter-spacing: 3.6px;
    color: #FFFFFF !important;
    background: transparent linear-gradient(180deg, #568539 0%, #51AB1A 100%) 0% 0% no-repeat padding-box;
    border-radius: 43px;
    padding: 20px 43px;
}

button.login-btn {
    font: normal normal 600 18px/10px Poppins;
    letter-spacing: 3.6px;
    color: #FFFFFF !important;
    background: transparent linear-gradient(180deg, #568539 0%, #51AB1A 100%) 0% 0% no-repeat padding-box;
    border-radius: 43px;
    padding: 20px 43px;
}

.error-message{
    color: red;
}

.forgot-pass {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.check-box label {
    color: #000000c4;
    font-size: 12px;
}
/* header {
    overflow: hidden;
} */
.custom-container {
    padding: 0 30px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-end;
}

.header-search input[type="text"] {
    background: #F5F7F9 0% 0% no-repeat padding-box;
    border: 1px solid #A8CB3A;
    border-radius: 4px;
    padding: 6px 35px 6px 12px;
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #8A8C9B;
    width: 100%;
}
.srch-btn {
    background: #A8CB3A 0% 0% no-repeat padding-box;
    border: 1px solid #A8CB3A;
    border-radius: 0px 4px 4px 0px;
    color: #fff;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.header-search {
    position: relative;
    width: 28%;
    max-width: 100%;
}
.hdr-calander {
    display: flex;
    align-items: center;
    gap: 5px;
}
.hdr-calander p {
    font: normal normal normal 13px/18px Poppins;
    letter-spacing: 0px;
    color: #7B7B7B;
}
.hdr-calander span {
    color: #A8CB3A;
}
.inner-logo img {
    width: 134px;
    height: auto;
}
.forecast {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 9px #00000017;
    border: 1px solid #155E15;
    border-radius: 8px;
}
.forecast-left {
    background: #155E15 0% 0% no-repeat padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px 0px 0px 5px;
    padding: 0px 2px;
}
.forecast-left span {
    color: #fff;
    padding: 3px 5px;
}
.forecast-left span svg {
    width: 14px;
}
.forecast-right h6 {
    font: normal normal 600 10px/9px Poppins;
    letter-spacing: 0px;
    color: #FF9100;
}
.forecast-right p {
    font: normal normal normal 10px/12px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.forecast-right {
    padding-right: 7px;
}
.bell-profile {
    display: flex;
    align-items: center;
    gap: 9px;
}
.notify img,.prfl img {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 9px #00000017;
    border-radius: 8px;
    padding: 5px 7px;
    width: 31px;

}
/* .notify img {
    width: 17px;
} */

/* =====middle-header======= */
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.stellarnav {
    z-index: 99;
}
.stellarnav > ul > li > a {
    padding: 10px 10px;
}
.stellarnav > ul > li > a {
    padding: 10px 10px;
    font: normal normal 500 12px/18px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.stellarnav > ul > li.active {
    background-color: #A8CB3A;
}
.stellarnav > ul > li > a:hover {
    background-color: #A8CB3A;
}
.stellarnav li.has-sub > a:after {
    content: '';
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    display: inline-block;
}
li.has-sub ul li a {
    font-size: 13px;
    padding: 10px;
}
li.has-sub ul li:hover {
background-color: #A8CB3A;
}
li.has-sub ul li:hover a{
   color: #fff;
    }
.stellarnav li li {
    width: 100% !important;
}
.middle-header {
    background: #155E15 0% 0% no-repeat padding-box;
}
.middle-hdr-right {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.middle-hdr-right img {
    width: 22px;
}
/* =================== */

/* ========middle-header====== */
.user-list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
}
.user-left h1 {
    font: normal normal 600 19px/19px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.user-srch input {
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #635858;
    padding: 6px 11px 6px 12px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B1B1B1;
    border-radius: 8px;
    width: 100%;
}   
.user-right {
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-select select {
    font: normal normal normal 12px/18px Poppins;
    letter-spacing: 0px;
    color: #635858;
    border: 1px solid #B1B1B1;
    border-radius: 8px;
    padding: 6px 7px;
    width: 100% !important;
}
.user-select {
    width: 90px;
}
.user-list {
    background: #F5FFF5 0% 0% no-repeat padding-box;
    padding-bottom: 20px;
    box-shadow: 5px 6px 15px #0000000A;
}
.user-srch {
    width: 270px;
    max-width: 100%;
}
/* =========================== */

/* ======user-table========== */

.table-chck {
    display: flex;
    align-items: unset;
}
.table-chck 
.form-check-input[type=checkbox] {
    /* margin-right: 14px; */
}

.table thead .form-check-input {
    background-color: unset;
    border: 1px solid #fff;
}


.btn_action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
  
  .btn_action .dropdown-toggle {
    background: transparent;
    border: none;
  }
  
  .btn_action .dropdown-toggle i {
    color: #eed21c;
    font-weight: 600;
  }
  
  .btn_action .dropdown-item {
    font-size: 13px;
  }
  
  .btn_action .dropdown-item span {
    padding-right: 10px;
  }
  
  .btn_action .dropdown-toggle::after {
    display: none;
  }

  .table thead th {
    background: #A8CB3A;
    color: #fff;
    font-weight: 300;
    vertical-align: middle;
}

.table th,.table td{
    font: normal normal 500 14px/18px Poppins;
}
  .table th td{
    color: #000000;;
  }
  .table .form-check {
    /* margin-bottom: -51px; */
    margin-top: -2px;
}
.user-table {
    background: #ffff;
    border: 1px solid #D8D8D8;
}
.table tr:last-child{
    border-color: #fff;
}
.table {
    margin-bottom: 0 !important;
    border-color: #D8D8D8;
  
}
.tbl-active {
    position: relative;
    padding-left: 10px;
}
.tbl-active::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #37D412;
}
.table-chck .form-check-input:checked {
    background-color: #a8cb3a;
    border-color:#d1caca;
}
/* =========================== */

/* ======model-css======== */
.come-from-modal.left .modal-dialog,
.come-from-modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.come-from-modal.left .modal-content, .come-from-modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0px;
    border-top: 0;
}

.come-from-modal.left .modal-body, .come-from-modal.right .modal-body {
    padding: 15px 22px;
}
.come-from-modal.right.fade .modal-dialog {
    right: 0;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.come-from-modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ============================================ */
.right .modal-footer button {
    font: normal normal 500 15px/11px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 14px 27px;
}
.btn.cncl {
    background: #B1B1B1;
}
.btn.save {
    background: #155E15;
}
.popup-btn .btn {
    background: #155E15 0% 0% no-repeat padding-box;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font: normal normal 500 11px/18px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.popup-btn .btn img {
    width: 15px;
}

/* ===========ppl-list============ */
.ppc-list {
    display: flex;
    align-items: flex-start;
    gap: 44px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B1B1B1B0;
    border-radius: 15px;
    padding: 10px;
    position: relative;
}
.list-content ul li {
    display: flex;
}
.descrtpion {
    display: flex;
}
.descrtpion p {
    /* width: 140px; */
    font: normal normal normal 14px/24px Poppins;
    letter-spacing: 0px;
    color: #635858;
}
.mdcn {
    display: flex;
    font: normal normal 500 11px/28px Poppins !important;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    background: #A8CB3A 0% 0% no-repeat padding-box;
    border-radius: 22px;
    width: 100px;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}
.descrtpion span {
    color: #000000;
    font-weight: 600;
}
.descriptn-cntnt h6 {
    font: normal normal normal 14px/20px Poppins;
    letter-spacing: 0px;
    color: #635858;
    margin-top: 9px;
}
.ppl-dot {
    position: absolute;
    top: 6px;
    right: 12px;
    color: #635858 !important;
}

.view-details a {
    font: normal normal 500 13px/14px Poppins;
    letter-spacing: 0px;
    color: #155E15;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #155E15;
    border-radius: 15px 0px;
    padding: 5px 10px;
}
.view-details {
    position: absolute;
    right: 0;
    bottom: 4px;
}
.ppl-right {
    width: 20%;
}
.list-img img {
    height: 106px;
    width: -webkit-fill-available;
}
.list-img {
    width: 30%;
    min-width: max-content;
    padding-top: 10px;
}
.ppc-list .list-content {
    width: 100%;
}
.ppc-list .list-content .descrtpion p {
    min-width: max-content;
    padding-right: 10px;
}
.all-list-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* ================================ */

/* =========model-content========= */
.right .modal-header h1 {
    font: normal normal 500 24px/28px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.right .modal-header {
    background: #155E15;
    padding: 10px;
}
.right .btn-close {
    opacity: 1;
    filter: invert(100%) sepia(97%) saturate(13%) hue-rotate(237deg) brightness(104%) contrast(104%);
}
.ppc-form label,.medicine-list p,.file-para   {
    display: block;
    margin-bottom: 10px;
    font: normal normal 500 15px/24px Poppins;
    letter-spacing: 0px;
    color: #000000;
}
.ppc-form input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B1B1B1;
    border-radius: 12px;
    width: 100%;
    padding: 7px 10px;
    font: normal normal normal 14px/22px Poppins;
    letter-spacing: 0px;
    color: #635858;
    border-radius: 0;
    border-radius: 6px;
}
.select-input input[type="text"] {
    border-radius: 0px 6px 6px 0px;
}


.ppc-form textarea#exampleFormControlTextarea1 {
    font: normal normal normal 13px/28px Poppins;
    letter-spacing: 0px;
    color: #635858;
    border: 1px solid #B1B1B1;
    border-radius: 12px;
}
.file-sbmt {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
}
.file-sbmt  .form-group {
    width: 40%;
}
.uploaded-img-all {
    position: relative;
    width: 60%;
}
.uploaded-img-all span {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #DF0000;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.medicine-list {
    padding: 30px 0;
}
.medicine-list.btm{
padding-top: 0;
}
.medicine-list-inr-all {
    background: #F5F7F9;
    border-radius: 15px;
    padding: 10px 10px 17px 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.medicine-list-inr.nme {
    width: 27%;
}
.medicine-list-inr.areaa {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 70%;
}
.medicine-list-inr  label {
    font-size: 12px;
}
.select-input {
    display: flex;
    align-items: center;
    gap: 0;
    /* border: 0; */
    border-radius: 4px;
    /* border: 1px solid #0000003d; */
}
.select-here .form-select {
    width: 52px !important;
    font-size: 12px !important;
    padding: 9px 2px  9px 6px;
    display: block;
    width: 100%;
    border-right: 0 !important;
    border-radius: 6px 0 0 6px;
    border: 1px solid #B1B1B1;
}
.medicine-list-inr.nme input {
    border-radius: 6px !important;
}
.areaa.qunty .plus-here svg ,.areaa .plus-here svg {
    background: #155E15;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    display: block;
    margin-top: 33px;
}
.areaa.qunty .plus-here svg{
    background-color: #FF0000;
}
.file-submit {
    position: relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #B1B1B1;
    border-radius: 12px;
    padding: 25px 10px;
}
.file-submit p {
    text-align: center;
}
.file-submit input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.file-submit p img {
    width: 42px;
    padding-bottom: 8px;
}
.uploaded-img img {
    height: 58px;
    width: 47px;
    border-radius: 10px;
    display: block;
}

/* ================================ */

/* ==========historical-page====== */
.his-list .nav-link.active,.his-list .show>.nav-link {
    color: #fff;
    background-color: #a8cb3a;
    font: normal normal 500 14px/18px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.his-list .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
    font: normal normal 500 14px/18px Poppins;
    letter-spacing: 0px;
    color: #000;
    background: #82a9081f;
}
.nav.his-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 13px;
}
.pest-attck .btn_action {
    justify-content: center;
}
.clock {
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.file-sbmt-all {
    margin: auto;
}
.file-para {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 10px;
}
.file-sbmt {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.file-submit p {
    margin: 0;
}
.file-submit input[type="file"] {
    display: none;
}
.uploaded-img-all {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.uploaded-img {
    position: relative;
    margin: 3px;
    border: 1px solid #958f8f;
    padding: 8px 10px;
}

.uploaded-img span {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    padding: 2px 5px;
    border-radius: 50%;
}
/* ================================= */

.uploaded-img-all.new-img {
    display: flex;
    flex-wrap: unset;
}
.uploaded-img-all.new-img {
    width: 100%;
    flex-wrap: wrap;
}
.file-sbmt  .form-group {
    width: 100% !important;
}
.select-here {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
}
.list-content {
    width: 77%;
}
.info {
    margin-bottom: 20px;
    background: #F5F7F9;
    border-radius: 15px;
    padding: 8px 10px 13px 10px;
    font-size: 13px;
}
.info strong {
    font-size: 14px;
}

.subtrack-here svg{
    background: #155E15;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    display: block;
    margin-top: 33px;
}

.dropdown-menu {
    display: none;
}
.show > .dropdown-menu {
    display: block;
}
.stellarnav ul ul ul li a {
    color: black !important;
}