/* #Login Page */
.login-page {
    background-image: url("../../../admin/img/tea-plantation.jpg");
    background-color: #cccccc;
    /* height: 500px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login-card-body {
    padding: 15px 35px;
    min-height: 381px;
}
.login-box {
    width: 317px;
    position: relative;
    margin-bottom: 70px;
    margin-top: 70px;
}
.login-box .card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0);
}
.login-box::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #0d7a3d, #0d7a3d);
    z-index: -1;
    -webkit-animation: alternate, reverse, normal;
    animation: alternate, reverse, normal;
    width: 317px;
    height: 381px;
    border-radius: 14px;
}
.login-box-msg {
    margin: 0;
    padding: 23px 17px 10px;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    color: #000;
}
.login-logo {
    width: 200px;
    margin: 0px auto;
}
.login-logo img {
    width: 100%;
}
.login-box .form-group {
    margin-bottom: 12px;
}
.login-box .form-group label {
    font-weight: 400;
    font-size: 15px;
    color: #8798a1;
}
.login-box .form-group .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f6fa;
    background-clip: padding-box;
    border: 1px solid #6f96aa;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-success {
    color: #fff;
    background-color: #0d7a3d;
    border-color: #0d7a3d;
    box-shadow: none;
}
.login-footer .main-footer {
    background: #fff0;
    border-top: 0px solid #dee2e6;
    color: #869099;
    padding: 0px;
}

.spanbtn {
    background: #0d7a3d;
    padding: 12px;
    border-radius: 5px;
    color: white;

}


.login-footer .main-footer p {
    color: #ffffff;
    font-size: 14px;
    padding: 4px 0px 0px 0px;
}

.login-footer .growerlogo {
    margin: 0px;
    padding: 0px;
    width: 73px;
}
.login-footer .growerlogo img {
    width: 100%;
}

.navbar-nav h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 3px;
}
.brand-text-logo {
    width: 161px;
}
.brand-text-logo img {
    width: 100%;
}
.brand-link .brand-image {
    margin-top: 11px;
}

/* #Dashboard Page */

[class*="sidebar-dark-"] {
    background-color: #fff;
}
[class*="sidebar-dark-"] .sidebar a {
    color: #8798a1;
}

[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link,
[class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: rgba(255, 255, 255, 0);
    color: #6cbb45;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #007bff00;
    color: #6cbb45;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0), 0 0px 0px rgba(0, 0, 0, 0) !important;
}

[class*="sidebar-dark"] .brand-link {
    border-bottom: 0px solid #4b545c;
}

.sidebar a .fa {
    background: #cccc;
    padding: 12px;
    border-radius: 12px;
    color: #6cbb45;
    min-width: 42px !important;
    text-align: center !important;
}

.sidebar a:hover .fa {
    background: #6cbb45;
    color: #ffffff;
}
.sidebar a.active .fa {
    background: #6cbb45;
    color: #ffffff;
}

.user-img {
    width: 35px;
    height: 35px;
    border-radius: 30%;
    margin: 0px 7px 0px 0px;
    padding: 0px;
    overflow: hidden;
    object-fit: cover;
}

.user-img img {
    width: 100%;
    height: 35px;
    overflow: hidden;
    object-fit: cover;
}
.admintext1 {
    padding: 0px;
    margin: 0px;
}

.admintext1 label {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 17px;
}

.admintext {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
}
.main-header .nav-link {
    height: auto;
    position: relative;
}
.navbar-white {
    background-color: #f1f6fa;
}
.main-header {
    border-bottom: 1px solid #f1f6fa;
    z-index: 1034;
}
.navbar-light {
    background-color: #f1f6fa;
}
.main-footer {
    background: #f4f6f9;
    border-top: 1px solid #f4f6f9;
    color: #869099;
    padding: 21px 16px 44px 16px;
    font-size: 13px;
}
.bg-success {
    background-color: #0d7a3d !important;
}
.bg-success2 {
    background-color: #6cbb45 !important;
}
.small-box > .inner {
    padding: 27px;
}
.small-box {
    border-radius: 12px;
}

.small-box .iconimg {
    margin: 0px auto 10px auto;
    width: 80px;
    height: 80px;
    overflow: hidden;
    object-fit: contain;
    border-radius: 50%;
    background: #fff;
    color: #6ec046;
    line-height: 80px;
    font-size: 28px;
    text-align: center;
    padding: 0px 20px;
}
.btn-group-sm > .btn,
.btn-sm {
    font-size: 12px;
    border-radius: 5px;
}
.todo-list > li .tools {
    color: #dc3545;
    display: block;
    float: right;
    font-size: 14px;
    margin-top: 14px;
}
.todo-list > li .text {
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    line-height: 20px;
}

.todo-list > li {
    border-radius: 2px;
    background: #f8f9fa00;
    border-left: 0px solid #e9ecef;
    color: #495057;
    margin-bottom: 2px;
    padding: 10px 2px;
}

.card-title {
    float: left;
    font-size: 21px;
    font-weight: 600;
    margin: 0;
}

a {
    color: #6cbb45;
    text-decoration: none;
    background-color: transparent;
}
.fa-edit {
    color: #6cbb45;
}
.fa-trash {
    color: #ff2020;
}
.fa-eye {
    color: #6cbb45;
}

.projects .table td {
    padding: 0.75rem;
    padding-left: 0.75rem;
    vertical-align: top;
    border-top: 0px solid #cbced0;
    border-bottom: 1px dashed #cbced0;
}
.companyicon-img {
    border-radius: 12px;
    float: left;
    height: 45px;
    background: #edf3f8;
    width: 45px;
    margin-right: 9px;
    text-align: center;
}

.companyicon-img2 {
    border-radius: 50%;
    float: left;
    height: 45px;
    background: #edf3f8;
    width: 45px;
    margin-right: 9px;
    text-align: center;
    overflow: hidden;
    object-fit: cover;
}

.companyicon-img2 img {
    height: 45px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.companyicon-img .fa {
    color: #6cbb45;
    font-size: 22px;
    line-height: 42px;
}
.card {
    border-radius: 12px;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 12px;
    position: relative;
    display: block;
    margin-left: 8px;
    line-height: 23px;
    color: #6f96aa;
    border: 1px solid #6f96aa;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.pagination-sm .page-link:hover {
    background: #6cbb45;
    color: #ffffff;
    border: 1px solid #6cbb45;
}
.pagination-sm .page-link.active {
    background: #6cbb45;
    color: #ffffff;
    border: 1px solid #6cbb45;
}
.control-sidebar {
    bottom: calc(3.5rem + 1px);
    position: absolute;
    top: 0px !important;
    height: 99vh;
    z-index: 99999;
}

.modalright {
}

.modalright .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
}

.modalright .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    outline: 0;
}
.modalright label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 400;
    font-size: 15px;
    color: #8798a1;
}
.modalright .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f1f6fa;
    background-clip: padding-box;
    border: 1px solid #6f96aa;
    border-radius: 7px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0) !important;
    -ms-transform: translate3d(0%, 0, 0) !important;
    -o-transform: translate3d(0%, 0, 0) !important;
    transform: translate3d(0%, 0, 0) !important;
    border-left: 2px solid #6cbb45;
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
    right: 0px !important;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out !important;
    transition: opacity 0.3s linear, right 0.3s ease-out !important;
}

.modal.right.fade.in .modal-dialog {
    right: 0 !important;
}
.card-widget {
    border: 0;
    position: relative;
    overflow: hidden;
}
.widget-user-header2 {
    background: #f0ecec;
}
.widget-user-header2 p {
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}
.text-span {
    font-size: 14px;
    line-height: 15px;
}
.farmers-user-image {
    width: 122px;
    height: 123px;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden;
    top: -88px;
    position: absolute;
    left: 42px;
}
.farmers-user-image img {
    width: 100%;
    height: 126px;
    object-fit: cover;
    overflow: hidden;
}

.farmers-right .fa {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 9px !important;
    margin: 0px !important;
    line-height: 10px;
    text-align: center;
    font-size: 12px;
}

/*-----------------madhuparna---------------------------------------------*/
/*-----------------madhuparna---------------------------------------------*/

.white-box-header {
    margin: 10px 20px;
    text-align: left;
}

.white-box-header h4 {
    font-size: 24px;
    color: #8798a1;
    padding: 0px;
    margin: 0px 0px 20px 26px;
}

.white-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 16px 50px #4e7d961a;
    border-radius: 12px;
    padding: 25px 30px;
    height: auto;
    margin: 0px 9px;
    width: 100%;
}

.white-box h5 {
    font-size: 24px;
    color: #6cbb45;
    padding: 0px;
    margin: 25px 0px;
    font-weight: 500;
}

.white-box label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
    color: #8798a1;
    font-size: 15px;
}

.white-box .form-control {
    display: block;
    width: 100%;
    height: calc(2.6rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6f96aa;
    background-color: #f1f6fa;
    background-clip: padding-box;
    border: 1px solid #6f96aa;
    border-radius: 7px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.white-box .form-control2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6f96aa;
    background-color: #f1f6fa;
    background-clip: padding-box;
    border: 1px solid #6f96aa;
    border-radius: 7px;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.supporting-documents {
    width: 270px;
    height: 194px;
}
.supporting-documents img {
    width: 100%;
}

.white-box-submit {
    margin-left: 8px;
    margin-top: 20px;
}

.white-box-submit .btn.btn-block.btn-success {
    border-radius: 20px;
}

.white-box-reset {
    margin-left: 8px;
    margin-top: 20px;
}

.white-box-reset .btn.btn-block.btn-default {
    border-radius: 20px;
    border: 1px solid #0d7a3d;
    color: #0d7a3d;
}

.upload-profile-box {
    width: 150px;
    height: 150px;
    background: #f1f6fa;
    border: 1px solid #c0d2dc;
    text-align: center;
    margin: 0px auto;
    display: block;
    border-radius: 50%;
    /* padding: 51px 0px; */
    position: relative;
}
.upload-profile-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.upload-profile-row {
    text-align: center;
    margin-top: 25px;
}

.upload-profile-box span {
    font-size: 21px;
    background: #0d7a3d;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    padding: 9px 0px;
    cursor: pointer;
    /* margin-top: 53px; */
    /* margin-left: 109px; */
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.upload-profile-box span input[type="file"] {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upload_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #d0e9fd;
    padding: 5px 0;
    border-radius: 0 0 10px 10px;
}
.upload_btn label {
    margin: 0;
}
.upload_btn input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
}
.upload_btn img {
    width: 26px !important;
    border-radius: 0px !important;
}

.upload-profile-row2 {
    text-align: center;
    margin-top: 25px;
}
.upload-profile-box2 {
    width: 200px;
    height: 130px;
    background: #f1f6fa;
    border: 1px solid #c0d2dc;
    text-align: center;
    margin: 0px auto;
    display: block;
    padding: 46px 0px;
    border-radius: 10px;
}
.upload-profile-box3 {
    width: 100%;
    height: 200px;
    background: #f1f6fa;
    border: 1px solid #c0d2dc;
    text-align: center;
    margin: 0px auto;
    display: block;
    padding: 0;
    border-radius: 10px;
    position: relative;
}
.upload-profile-box3 img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.upload-profile-box2 .fa.fa-file {
    font-size: 25px;
    color: #0d7a3d;
    cursor: pointer;
}

.reports-table {
    width: 100%;
    padding: 44px 40px;
}

.report-page th {
    color: #6cbb45;
    font-size: 16px;
}

.farmers-row-header {
    background: #0db256;
}

.farmers-row-header .widget-user-username {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}

.gry-row {
    margin: 0px;
    background: #c2c2c21c;
    padding: 20px 0px;
}

.supporting-documents3 {
    width: 210px;
    height: 111px;
}

.supporting-documents3 img {
    width: 100%;
}

.dataTables_info {
    padding: 15px !important;
}

.dataTables_paginate {
    padding: 15px !important;
}

.dataTables_filter {
    padding: 15px !important;
    color: #6cbb45 !important;
}

.sorting {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #6cbb45;
    border-color: #cccc !important;
}