.login-page {
    align-items: center;
}

.logo-img {
    text-align: center;
    width: 300px;
}

.login-back-img {
    background: url("../images/login-back.png");
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-txt {
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 50px;
}

.col-form-label {
    color: #afafaf;
    font-weight: 600;
    font-size: 13px;
    padding: 12px 0;
}

.forgot-link {
    color: #afa5a6;
    font-weight: 500;
}

.form-control {
    font-weight: 500;
    color: #333;
    border-color: #333;
    height: 40px;
    border-radius: 6px;
}

.pad-btm-grp {
    padding-bottom: 20px;
}

.check-me .custom-control-label::before {
    border-radius: 50%;
    /*  width: 18px;
      height: 18px;*/
}

.check-me .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #1ada8f !important;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #1ada8f !important;
}

.pad-sign-in-btn {
    padding: 20px 0;
}

/*
.custom-control-label::after {
  background-color: #1ada8f;
}*/

.check-me {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.pad-hello {
    padding: 8% 0 0;
    text-align: center;
}

.pad-hello h1 {
    font-size: 60px;
    font-weight: 800;
}

.warning-clr {
    color: #f00 !important;
}

/*   checkbox   */
input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=checkbox]:not(old)+label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

input[type=checkbox]:not(old)+label>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid #afa5a6;
    border-radius: 50%;
    padding: 0 0;
    background: #fff;
    vertical-align: bottom;
}

input[type=checkbox]:not(old):checked+label>span {}

input[type=checkbox]:not(old):checked+label>span:before {
    content: '✓';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #1ada8f;
    color: #fff;
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    text-shadow: none;
    font-weight: 100;
}

/*   /checkbox   */




/*   crops   */


.language {
    -webkit-box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-bottom: 20px;
}

.language__select {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 500;
    color: #706f70;
    text-align: center;
    border-bottom: 2px solid transparent;
}

.language__select:hover,
.language__select:focus,
.language__select:active {
    border-bottom: 2px solid #1fb379;
}

.language__select.active {
    border-bottom: 2px solid #1ada8f;
    font-weight: 700;
    color: #1ada8f;
}

.crop-sec {
    -webkit-box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.pad-top-btns {
    padding: 25px 20px 5px;
}

.agent-main-pad {
    padding: 0 20px;
}

.agent-main-mar {
    margin: 0 -20px;
}

.text-area-rgt-pad {
    padding-right: 20px;
}

.agent-btn-pad {
    padding: 30px 0 0 !important;
}

.agent-btn-left-mar {
    margin-left: -10px;
}

.crop-single {
    padding: 4% 20px 2%;
}

.crop-single__scroll-div {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding-top: 10px;
}

.crop-single__scroll-div .scroll-ele {
    display: inline-block;
    padding: 20px;
    text-align: center;
    width: 160px;
}

.crop-single__name {
    font-weight: 600;
    color: #706f70;
    margin-bottom: 0;
    margin-top: 10px;
}

.scroll-ele__name {
    font-weight: 600;
    color: #706f70;
    margin-bottom: 0;
    margin-top: 10px;
}

.crop-single__crop-img {
    width: 180px;
    height: 180px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.crop-single__scroll-div::-webkit-scrollbar {
    height: 6px;
}

.crop-single__scroll-div::-webkit-scrollbar-track {
    background-color: #ece5e5;
    border: 1px solid #e9e6e6;
}

.crop-single__scroll-div::-webkit-scrollbar-thumb {
    background-color: #1ada8f;
    border-radius: 6px;
    border: 1px solid #1ada8f;
}

.crop-single__crop-name {
    background-color: #ece5e5;
    padding: 15px 20px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 8px;
    letter-spacing: 1px;
}

.heading-icon {
    border: 2px solid #1ada8f;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    padding: 3px 3px;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.heading-icon span {
    display: inline-flex;
    width: 6px;
    height: 6px;
    background-color: #1ada8f;
    border-radius: 50%;
}

/*   /crops   */




/*  category    */
.category-search {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.category-search__inner {
    padding: 10px 20px;
}

.bor-der-btm {
    border-bottom: 1px solid #d8d8d8;
}

.cat-wrapper {
    padding: 5px 15px;
}

.search-box .form-control {
    border-color: #000;
    border-radius: 25px;
    border-right: 0;
}

.search-box .btn {
    background-color: #fff;
    border-color: #000;
    color: #706f70;
    border-left: 0;
    border-radius: 25px;
    padding-top: 8px;
}

.search-box .btn:hover,
.search-box .btn:focus,
.search-box .btn:active {
    background-color: #1ada8f;
    color: #fff;
}


.crop-select {
    padding: 20px;
}

/*.crop-select__label{*/
/*padding-right: 15px;*/
/*font-weight: 600;*/
/*}*/
.select-frm {
    /*    padding: 0 0.75rem;
    height: 40px;
    border-color: #000;*/
    width: 50% !important;
}

.main-der-btm {
    border-bottom: 1px solid #d5cfcf;
}

.sub-boxes {
    margin: 30px -15px 20px;
}

.sub-boxes__box {
    padding: 15px;
}

.sub-boxes .add-btn {
    padding: 12px 10px;
    width: 100%;
}

.sub-boxes .cat-sec {
    height: 40vh;
    overflow-y: auto;
}

.sub-boxes .pad-tab-data {
    padding: 10px 10px;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    align-self: center !important;
}

.sub-boxes p {
    margin-bottom: 0;
}

.cat-sec::-webkit-scrollbar {
    width: 10px;
}

.cat-sec::-webkit-scrollbar-track {
    background-color: #fff;
    border: 1px solid #e9e6e6;
}

.cat-sec::-webkit-scrollbar-thumb {
    background-color: #e9e6e6;
    border-radius: 6px;
    border: 1px solid #fff;
}

.sub-boxes .sub-boxes__inner {
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}

.sub-hgt {
    min-height: 70px;
    align-items: center;
}

.cat-heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 8px 5px;
}

.sub-color {
    color: #b3b3b3;
}

.page-btns {
    font-weight: 500;
    font-size: 14px;
}

.card {
    border: 1px solid #fff;
}

.main-btn-wrap {
    padding: 0 0 3% 0;
}

/*  /category    */


/*  supplier page   */
table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0;
}

table.dataTable thead {
    background-color: #ece5e5;
    border-radius: 10px;
    color: #706f70;
    font-size: 16px;
}

table.dataTable th {
    border-top: 0;
}

table.dataTable td {
    color: #706f70;
    font-weight: 600;
    border-top: 0;
    border-bottom: 1px solid #dee2e6;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.dataTables_wrapper .dataTables_filter input {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 500;
    color: #000;
}


.dataTables_wrapper .dataTables_length select {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 500;
    color: #000;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.labl-sup {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}


/*  supplier page   */




/*   Modal styles    */

.modal-header .close {
    background-color: #fc602f;
    position: relative;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    padding: 0;
    color: #fff;
    font-weight: 300;
    line-height: 10px;
    border-radius: 50%;
    opacity: 1;
}

.modal-header .close:hover {
    background-color: #1ada8f;
    color: #fff !important;
    opacity: 1 !important;
}

/*.close {
    width: 20px;
    height: 20px;
    display: block;
    font-weight: 300;
    line-height: 1;
    background-color: #fc602f;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}*/
.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
    justify-content: center;
}

.pad-add-crop {
    padding: 40px 0 0;
}

.add-crop-type {
    font-size: 18px;
}

.btn-save {
    background-color: #1ada8f;
    border-color: #1ada8f;
    color: #706f70;
    padding: 5px 36px;
    font-weight: 600;
}

/*   Modal styles    */
.btn-save:not(:disabled):not(.disabled).active,
.btn-save:not(:disabled):not(.disabled):active,
.show>.btn-save.dropdown-toggle {
    color: #fff;
    background-color: #13885a;
    border-color: #13885a;
}

.btn-save:hover {
    color: #fff;
    background-color: #13885a;
    border-color: #13885a;
}

.btn-modal {
    padding: 6px 30px;
}

.validation-error {
    width: 100%;
    text-align: right;
    display: block;
    color: #f00;
}

.para-header {
    font-weight: 700;
}

.para-header .far {
    font-size: 15px;
    color: #19d88e;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ced4da;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ced4da;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #ced4da;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ced4da;
}

.txt-area {
    padding: 0.1rem 0.75rem !important;
}

.image-select {
    text-align: center;
    padding: 15px;
}

.image-select input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

.image-select input[type=checkbox]:not(old)+label {
    display: grid;
    margin-left: -2em;
    line-height: 1.5em;
    min-height: 195px;
    text-align: center;
    vertical-align: bottom;
}

.image-select input[type=checkbox]:not(old)+label>span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid #afa5a6;
    border-radius: 20%;
    padding: 0 0;
    background: #fff;
    vertical-align: bottom;
    float: right;
    top: -21px;
    position: relative;
    right: -64px;
    z-index: 1;
}



.image-select input[type=checkbox]:not(old)+label>i {
    width: 150px;
    height: 150px;
    display: block;
    /*background: url("../images/pro1.png");*/
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    border-radius: 15px;
    top: 0;
    border: 0;
}

.image-select input[type=checkbox]:not(old):checked+label>span:before {
    content: '✓';
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 20%;
    background-color: #fff;
    color: #1ada8f;
    font-size: 25px;
    line-height: 12px;
    text-align: center;
    text-shadow: none;
    font-weight: 900;
}

.img-crop {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.crop-city {
    color: #000000;
}

.crop-city:hover {
    text-decoration: none;
    color: #fc602f;
}

.crop-city.active {
    color: #000;
    background-color: #8fecc8;
}

.main-menu-topic {
    font-weight: 600;
    margin-bottom: 10px !important;
    margin-top: 30px;
}


/*    Menu Structure    */

.fstElement {
    width: 100%;
    font-weight: 500;
    color: #333;
    border-color: #333;
    /*    height: 40px;*/
    border-radius: 6px;
    font-size: 1rem;
    padding: 3px 0;
}

.fstMultipleMode .fstControls {
    width: 100% !important;
    padding: 0;
}

.fstChoiceItem {
    margin: 10px 10px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    background-color: #fff;
}

.fstChoiceRemove {
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    background: none;
    font-size: 1.16667em;
    left: auto;
    height: 16px;
    width: 16px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -7px;
    top: -7px;
    background-color: #fc602f;
    border-radius: 50%;
    display: block;
    float: none;
}

.fstMultipleMode .fstQueryInput {
    font-size: 1rem;
    margin: 0;
}

.fstResultItem {
    font-size: 1em;
}

.pad-sel-crop-path {
    padding: 10px 10px;
}

.mar-sel-crop-path {
    margin: 0 -10px;
}

.scroll-ele img {
    border-radius: 15px;
    border: 1px solid #afa5a6;
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
    background-color: #afa5a6;
}

.order-lbl {
    margin-top: 10px;
    font-weight: 600;
    font-size: 13px;
}

.mar-bot-sec {
    margin-bottom: 20px;
}



.clone-head {
    height: auto !important;
    overflow: hidden;
}

.clone-head table {
    margin-bottom: 0;
    position: relative;
}

@media (max-width: 768px) {
    .forgot-link {
        text-align: center;
    }

    .btn-danger {
        width: 100%;
    }

    .xs-center {
        text-align: center !important;
    }

    .login-page {
        min-height: 100vh;
    }

    .mob-pad-bot {
        padding-bottom: 15px;
    }

    .sub-boxes__box {
        padding: 15px 0px;
    }

    .sub-boxes {
        margin: 30px 0 20px;
    }
}

/*district-table*/

.district-table {
    padding: 30px 25px;
}

.district-table .table td,
.table th {
    vertical-align: middle;
    border: none;
}

.district-table .table thead th {
    border: none;
}

.combi-tbl {
    margin-bottom: 0;
    height: calc(100vh - 150px);
}

.combi-tbl th {
    padding: 5px 5px !important;
    font-size: 12px !important;
    min-width: 100px;
    color: #000;
}

.combi-tbl td {
    padding: 0 5px;
    color: #000 !important;
    font-size: 14px !important;
    min-width: 100px;
}

/*district-table*/
