/*
Theme Name: AGRIOTEC
Theme URI: https://AGRIOTEC.com/
Author: HexaCIT
Author URI: https://hexacit.com
Date: May 2021
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap');

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

body {
    font-family: 'Cairo', sans-serif;
    background-color: #F5F8F9;
    font-size: 14px;
    font-weight: 400;
    direction: rtl;
    text-align: right
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}


.main_menu .zmdi,
.main_menu .fa {
    font-size: 25px;
    color: #28a745;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease, -webkit-transform .0s ease;
    overflow: hidden;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.hamburger {
    width: 35px;
    height: 35px;
    border: none;
    position: relative;
    z-index: 0;
    float: left;
    padding-left: 2px;
    padding-right: 2px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: none;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: #cc9b00;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(2) {
    width: 15px;
}

.hamburger span:last-child {
    margin-bottom: 0;
    width: 9px;
}

/*mobile menu*/

.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: rgb(42 36 91 / 80%);
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.brand-area a {
    width: 90%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 100%;
    max-height: 100%;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 10px;
    transition: all .3s;
    font-size: 16px;
    text-transform: capitalize;
}

.mmenu > ul li a > i {
    margin-left: 5px;
}

.mmenu > ul li a:hover {
    background: #57A4C3;
    color: #fff;
    border-color: #57A4C3;
}

.register-mobile {
    margin-top: 0 !important;
}

.register-mobile li:last-child > a {
    border-bottom: 0;
}

.plusIcon {
    font-size: 14px;
    margin-left: 5px;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {

    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);

}

html.menu-toggle {
    overflow: hidden;
}

.mmenu .mPS2id-highlight-last:before {
    display: none
}

/*header*/

#header {
    position: relative;
    padding: 15px 0;
    background: #fff;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-site img {
    max-width: 100px;
}

.form-search .form-group {
    position: relative;
    margin-bottom: 0;
}

.form-search .form-control {
    background: #F5F8F9;
    border-color: #D5DADF;
    border-radius: 25px;
    padding-right: 60px;
}

.form-search .btn-search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: transparent;
    color: #28A745;
    font-size: 20px;
    border-left: 1px solid #D5DADF;
    height: 100%;
    text-align: center;
    width: 50px;
}

.main_menu {
    padding-top: 10px;
}

.main_menu > li {
    float: right;
    margin-right: 30px;
    position: relative;
}

.main_menu > li:last-child {
    margin-left: 0;
}

.main_menu > li > a span {
    background: #f00;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
}

.lang-site {
    color: #28a745;
    font-weight: 700;
    font-size: 18px;
}

#header.fixed-header .bottom-header {
    background: #fff;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .7em solid #28a745;
    border-right: .7em solid transparent;
    border-bottom: 0;
    border-left: .7em solid transparent;
    margin-top: 10px;
    display: none;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 11px 8px rgb(0 0 0 / 30%);
    top: 20px !important;
    text-align: start;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.dropdown-item i {
    font-size: 20px !important;
    margin-left: 10px;
    width: 20px;
    text-align: center;
}

.m-noti .dropdown-toggle:after,
.m-chat .dropdown-toggle:after {
    display: none;
}

.dropdown_notifications {
    width: 400px;
}

.dropdown_notifications .sec_head_drop {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.dropdown_notifications .sec_head_drop h3 {
    font-size: 18px
}

.dropdown_notifications .sec_head_drop .option_notifications {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F7F7F7;
    border-radius: 50%
}

.dropdown_notifications .sec_head_drop .option_notifications i {
    transform: rotate(90deg);
    color: #363636;

}

.dropdown_notifications .notifications_list {
    height: 75vh;
    overflow: auto;
}

.dropdown_notifications .notifications_list > li {
    display: block;
    padding: 10px 15px;
}

.dropdown_notifications .notifications_list > li a {
    display: flex;
    position: relative
}

.dropdown_notifications .notifications_list > li a figure {
    width: 55px;
}

.dropdown_notifications .notifications_list > li a figure img {
    width: 40px !important;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    object-fit: contain
}

.dropdown_notifications .notifications_list > li a .sec_title h6 {
    color: #000;
    font-weight: bold;
    margin-bottom: 5px
}

.dropdown_notifications .notifications_list > li a .sec_title {
    padding-top: 5px;
    padding-left: 20px
}

.dropdown_notifications .notifications_list > li a .sec_title p {
    height: 20px;
    overflow: hidden;
    line-height: 1.4;
    font-size: 12px;
    color: #A2A2A2;
    padding-left: 35px;
}

.dropdown_notifications .notifications_list > li a time {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10px
}

.dropdown_notifications .active_noti {
    background: #EDF1FC
}

.dropdown_notifications .box-post {
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.btn-site {
    color: #fff;
    background: #2A245B;
    border: 1px solid #2A245B;
    padding: 6px 40px;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.btn-site span {
    position: relative;
    z-index: 3;
    color: #ffff;
}

.btn-site:hover span {
    color: #2A245B;
}

.btn-site:before {
    background: #fff;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
    color: #fff;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

/*section_page_site*/

.section_page_site {
    position: relative;
    padding: 40px 0;
}

.data-pro {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
}

.data-pro:before {
    content: "";
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: -1
}

.data-pro figure {
    text-align: center
}

.data-pro figure img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    border: 6px solid #28a745;
    object-fit: cover;  
}

.data-pro .sec-title {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.data-pro .sec-title h2 {
    color: #2542CC;
    font-size: 17px;
    margin-bottom: 5px;
}

.data-pro ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #B0C1D1;
    border-radius: 10px;
    margin-bottom: 10px;
}

.data-pro ul li p {
    color: #6B6B6B
}

.data-pro ul li span {
    color: #000000;
    display: flex;
    align-items: center;
}

.data-pro ul li span small {
    color: #508B70;
    margin-left: 10px
}

.data-pro input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.data-pro input[type=checkbox]:focus {
    outline: 0;
}

.data-pro .toggle {
    height: 18px;
    width: 38px;
    border-radius: 16px;
    display: inline-block;
    position: relative;
    margin: 0;
    background: #e1e1e1;
    transition: all 0.2s ease;
}

.data-pro .toggle:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}

.data-pro .toggle:checked {
    background: #28a745;
}

.data-pro .toggle:checked:after {
    transform: translatex(20px);
}

.agricultural-greenhouses > p {
    background: #28A745;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.agricultural-greenhouses li {
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer
}

.agricultural-greenhouses li:before {
    content: '\f2f4';
    font: normal normal normal 26px/1 'Material-Design-Iconic-Font';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #28A745;
}

.agricultural-greenhouses li p {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    font-size: 16px;
}

.agricultural-greenhouses li span {
    color: #508B70
}

.agricultural-greenhouses li.active {
    border: 2px solid #28A745
}

.agricultural-engineers > p {
    background: #28A745;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.head-page {
    margin-bottom: 15px;
}

.head-page h2 {
    font-size: 19px;
}

.number-agr {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    font-size: 16px;
}

.box-engineers {
    display: flex;
    align-items: center;
    padding: 15px 10px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.box-engineers .sec-title h6 {
    font-size: 12px;
    margin-bottom: 3px;
}

.box-engineers .sec-title p {
    font-size: 13px;
    margin-bottom: 3px;
}

.box-engineers .sec-title span {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}
.box-engineers .sec-title ul {
    position: absolute;
    top: 10px;
    left: 10px;
}
.box-engineers figure {
    margin-bottom: 0;
    margin-left: 10px;
}

.box-engineers img {
    border-radius: 10px;
    width: 90px;
    height: 90px;
}

.box-engineers ul li {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    text-align: center
}

.box-engineers ul li a {
    color: #fff;
}

.box-engineers ul li.facebook {
    background: #4267B2;
}

.box-engineers ul li.chat {
    background: #28a745;
}

.box-engineers ul li.twitter {
    background: #1DA1F2;
}

.box-engineers ul li.instagram {
    background: linear-gradient(146deg, rgba(64, 93, 230, 1) 0%, rgba(225, 48, 108, 1) 49%, rgba(255, 220, 128, 1) 100%);
}


.box-post {
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.author-post {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.author-post figure {
    margin-bottom: 0;
    margin-left: 10px;
}

.author-post img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 0.4px solid #28a745;
}

.author-post .sec-title p {
    font-weight: 700;
}

/*.action-post a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin-top: 30px;*/
/*    padding-top: 30px;*/
/*    border-top: 1px solid #B0C1D1;*/
/*}*/
.action-post h3 {
    font-size: 14px;
    font-weight: 700;
    color: #515151
}

.author-post .sec-crop-name {
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
    align-items: center;
}

.author-post .sec-crop-name a {
    background: #E9EFF4;
    color: #4AA4ED;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.author-post .sec-crop-name p {
    font-size: 10px;
}

.box-post small {
    font-size: 10px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.stars-post {
    display: flex;
    align-items: center;
    background: #F5F8F9;
    border: 1px solid #B0C1D1;
    border-radius: 10px;
}

.stars-post p {
    padding-left: 15px;
    margin-left: 15px;
    height: 100%;
    position: relative;
    padding: 6px 15px;
    font-weight: 700;
}

.stars-post p:after {
    content: "";
    background: #B0C1D1;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.stars-post i {
    padding: 6px 0 6px 10px;
    color: #28A745;
    font-size: 24px;
}

.st-post {
    display: flex;
    justify-content: center;
}

.st-post li {
    padding: 0 10px;
}

.st-post li a {
    background: #E9EFF4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.st-post li:nth-child(1) a {
    color: #526595;
}

.st-post li:nth-child(2) a {
    color: #4AA4ED;
}

.st-post li:nth-child(3) a {
    color: #5E9154;
}

.st-post li:nth-child(4) a {
    color: #8D413D;
}
.st-post li a.active {
    color: #fff;
    background: #28a745;
}
.nub-- {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 18px;
}

.nub-- i {
    color: #C6D0E6;
    margin-right: 5px;
    font-size: 20px;
}

.nub-- p {
    color: #3D4D78;
    font-size: 14px;
    font-weight: 700;
}

.dash-gree {
    margin-top: 20px;
}

.dash-gree > p {
    background: #28A745;
    padding: 15px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.list-ty {
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 20px 10px
}

.list-ty li {
    width: 33.3334%;
    margin-left: 10px;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #B0C1D1;
    border-radius: 10px;
    cursor: pointer
}

.list-ty li:last-child {
    margin-left: 0
}

.list-ty p {
    color: #000000;
    font-weight: 600;
}

.list-page li {
    background: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
    cursor: pointer
}

.list-page li.active {
    border: 2px solid #28A745;
}

.list-page li:before {
    content: '\f2f4';
    font: normal normal normal 26px/1 'Material-Design-Iconic-Font';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #28A745;
}

.list-page li p {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    margin-left: 5px;
    font-size: 16px;
}

.attachments-post {
    margin-top: 10px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.attachments-post::-webkit-scrollbar {
    display: none;
}

.attachments-post a {
    width: 20%;
    margin-left: 10px;
    flex: 0 0 auto;
}

.attachments-post img {
    object-fit: cover;
}

.imgFull {
    width: 100% !important;
    height: 350px;
}

.imgFull img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

/**/

.pd180 {
    padding-top: 180px;
    position: relative
}

.pd180:before {
    content: "";
    background: url(../images/bg-head.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.pd180 .data-pro {
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: -90px;
}

.data-agrio {
    background: #fff;
    border-radius: 15px;
}

.breadcrumb-bar {
    background: transparent;
    margin-bottom: 30px;
    padding: 20px 20px 0;
}

.breadcrumb-bar .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.breadcrumb-bar .breadcrumb a,
.breadcrumb-bar .breadcrumb li {
    color: #6B6B6B;
    font-size: 13px;
    font-weight: 600;
}

.breadcrumb-bar .breadcrumb li {
    margin-left: 15px;
    padding-left: 15px;
    position: relative
}

.breadcrumb li:before {
    content: '\f2f4' !important;
    font: normal normal normal 30px/1 'Material-Design-Iconic-Font';
    color: #B0C1D1;
    position: absolute;
    top: -5px;
    left: -5px
}

.breadcrumb-bar .breadcrumb li:last-child:before {
    display: none
}

.data-agrio h3 {
    color: #6B6B6B;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-right: 20px;
}

.data-agrio h3 strong {
    color: #000;
    font-weight: 700
}

.data-agrio h3 span {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.data-agrio .table-responsive {
    padding: 0 20px;
}

.table-responsive thead {
    margin-bottom: 10px;
}

.table-responsive thead tr {
    background: #F5F8F9;

}

.table-responsive thead tr th {
    border: 0;
    position: relative;
    text-align: center;
    color: #6B6B6B;
    font-weight: 600;
}

.table-responsive thead tr th:before {
    content: "";
    background: #2542CC;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.table-responsive thead tr th:last-child:before {
    display: none
}

.table-responsive .table td {
    border: 2px solid #E8ECFF;
    border-right: 0;
    border-left: 0;
    text-align: center;
    color: #000000
}

.table-responsive .table td a {
    text-decoration: underline !important
}

.action-agrio {
    display: flex;
    padding: 20px;
    flex-wrap: wrap;
    border-top: 2px solid #E8ECFF;
}

.action-agrio .box-act {
    flex: 1;
    margin-left: 10px;
    text-align: center
}

.action-agrio .box-act > div {
    background: #F5F8F9;
    padding: 25px 10px;
    margin-bottom: 5px;
}

.action-agrio .box-act h3 {
    color: #000;
    font-size: 22px;
    margin-bottom: 0;
}

.action-agrio .box-act:last-child {
    margin-left: 0;
}

.action-agrio .box-act p {
    border: 2px solid #E8ECFF;
    border-right: 0;
    border-left: 0;
    padding: 10px 0;
    color: #2542CC;
    font-weight: 700;
}

.table-agrio,
.location-agrio {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: 15px;
}

.table-agrio h4,
.location-agrio h4 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}


.table-responsive .table td a.activeSen {
    color: #E63D18;
    text-decoration: none !important
}

.table-responsive .table td a.notActiveSen {
    color: #28A745;
    text-decoration: none !important
}

.box-map {
    display: flex;
    flex-wrap: wrap
}

.box-map .sec-map {
    width: 100%;
    margin-bottom: 20px;
}

/*.box-map .sec-map:last-child {*/
/*    margin-left: 0;*/
/*}*/
.box-map .sec-map p {
    background: #F5F8F9;
    padding: 15px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.modal-header {
    background: #28A745;
    justify-content: center;
    border: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px
}

.modal-title {
    font-weight: 600;
    color: #fff;
    font-size: 18px
}

.modal-content {
    border: 0;
    border-radius: 20px;
}

.form-modal .form-group {
    display: flex;
    align-items: center;
}

.form-modal .form-group label {
    width: 30%;
    color: #28A745
}

.form-modal .form-group .form-control {
    width: 70%;
    background: #F5F8F9;
    border: 1px solid #B0C1D1;
    border-radius: 25px;
    text-align: center
}

.form-modal {
    padding: 30px 20px 0;
}

.modal-footer {
    justify-content: center;
    border-top: 1px solid #28A745;
}

.btn-active {
    background: #28A745;
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    width: 150px
}

.btn-cancel {
    background: #E63D18;
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    width: 150px
}


/*Sign*/

.section_sign {
    position: relative;
    background: #2542cc;
    min-height: 100vh;
}
.img-tp {
    height: 50vh;
}
.cont-logo figure {
    background: #fff;
    padding: 20px;
    width: 140px;
    height: 140px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.txt-log {
    text-align: center;
}
.txt-log h4 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.txt-log p {
    color: #fff;
    font-size: 20px;
}
.sec_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.sec_content .row {
    align-items: center;
}
.cont-reg h4 {
    color: #000;
    margin: 15px 0 35px;
    font-weight: 700;
    font-size: 17px
}

.cont-reg {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    width: 400px;
    margin-inline-start: auto;
}

.cont-reg figure {
    height: 200px;
    text-align: center
}

.form-sign .form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-sign .form-group .form-control {
    width: 100%;
    background: #fff;
    border: 1px solid #D5DADF;
    border-radius: 2px;
    height: 50px;
}

.form-sign .form-group:last-child:before {
    display: none;
}

.form-sign .form-group img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.form-sign .form-group i {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 20px;
    color: #28a745;
}

.btn-sign {
    background: #2542cc;
    color: #fff;
    height: 45px;
    border-radius: 2px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 10px
}


/*footer*/

#footer {
    background: #2542CC;
    padding: 15px 0;
}

.ft-cont {
    display: flex;
    align-items: center;
    color: #fff;
}

.ft-cont span {
    margin-right: 15px;
    color: #fff;
}

.link-social li {
    display: inline-block;
    margin: 0 10px;
    font-size: 18px;
}

.link-social li a i {
    color: #fff;
}

.text-left {
    justify-content: flex-end;
}



/**/

.new_section {
    padding: 20px;
    overflow: hidden;
}

.new_section h4 {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.new_section .sec-title {
    margin-bottom: 10px;
    width: 50%;
    float: right;
}

.new_section .number-agr {
    color: #6B6B6B;
    font-weight: 600;
}

/**/

.box-post {
    position: relative;
}


.option-noti {
    position: absolute;
    top: 10px;
    left: 15px;
    display: flex
}

.content-posts .option-noti,
.notifications_list .option-noti {
    position: relative;
    top: auto;
    left: auto;
    display: flex;
    margin-top: 10px;
}

.option-noti li a {
    color: #fff;
}

.btnAccept {
    background: #28a745;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    margin-left: 5px;
}

.btnDenied {
    background: #f00;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
}

.pd10 {
    margin-bottom: 10px !important;
}

.forgot-pass {
    color: #000;
    margin: 0 0 10px;
    display: block;
}


/*profile*/

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/**/

.modal-st1 .modal-content {
    border-radius: 0;
    box-shadow: none;
}

.modal-st1 .sec-head {
    background: #F5F5F5;
    padding: 30px
}

.sec-head h2 {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    float: right;
}

.modal-st1 .close {
    border: 0;
    border-radius: 50%;
    opacity: 1;
    font-weight: normal;
    background-color: transparent;
    font-size: 24px;
    width: auto;
    color: #CBCBCB;
    height: auto;
    float: left
}

.modal-st1 .close:hover {
    opacity: .7
}

.modal-st1 .modal-body {
    padding: 30px
}

.form-st1 .control-label {
    text-align: right;
    margin-bottom: 2.5px;
    font-size: 13px;
    color: #848484;
    font-weight: 350
}

.form-st1 .control-label {
    margin-top: 1px;
    font-weight: 300;
}

.form-st1 .control--group {
    position: relative;
}

.form-st1 .form-control {
    box-shadow: none;
    border: 1px solid #E0E0E0;
    height: 50px;
    color: #000;
    padding: 10px;
    font-weight: 500;
}

.form-st1 .form-control:focus {
    border-color: #868686;
}

.form-st1 textarea.form-control {
    box-shadow: none;
    border: 1px solid #E0E0E0;
    height: 50px;
    color: #000;
    padding: 10px;
    min-height: 100px;
    font-weight: 500;
}

#full-stars-example-two .rating-group {
    display: inline-flex;
}

#full-stars-example-two .rating__icon {
    pointer-events: none;
}

#full-stars-example-two .rating__input {
    position: absolute !important;
    right: -9999px !important;
}

#full-stars-example-two .rating__input--none {
    display: none;
}

#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

#full-stars-example-two .rating__icon--star {
    color: #28A745;
}

#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: #28A745;
}

#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.modal .btn-submit {
    display: table;
    margin: auto;
    background-color: #28A745;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    padding: 8px 35px;
    border-radius: 5px;
    text-transform: capitalize;
    min-width: 100%;
    margin-top: 0px;
}

.zmdi-check,
.zmdi-plus,
.zmdi-settings,
.zmdi-menu {
    background: #28a745;
    font-size: 26px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    cursor: pointer;
}

.zmdi-close, .delete_crop_disease_pest i {
    background: #f00;
    font-size: 26px;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    cursor: pointer;
}

.finish_crop {
    position: absolute;
    top: 20px;
    left: 40px;
    background: #28a745;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    display: block;
}

.option-fertilization {
    position: absolute;
    top: 20px;
    left: 40px;
}

.option-fertilization li {
    display: inline-block;
    margin: 0 10px;
}

.option-fertilization li a {
    font-size: 21px;
}

.icon-print a {
    color: #383838;
}

.icon-pdf a {
    color: #F40F02;
}

.table-responsive .dropOption li a {
    padding: 10px;
    color: #000;
    font-weight: 600;
    text-align: center;
    display: block;
    text-decoration: none !important;
}
.table-responsive .dropOption li a:hover {
    background: #eee;
}

.nav-tabs {
    border-bottom: 0;
    padding: 0 20px;
}
.nav-tabs li {
    border: 1px solid #eee;
    padding: 8px 15px;
    margin: 5px !important;
    border-radius: 15px;
}
.nav-tabs li a {
    color: #333;
}
.nav-tabs li.active {
    background: #28a745;
    border: 1px solid #28a745;
}
.nav-tabs li.active a {
    color: #fff;
}

.pa-bt-100 {
    padding-bottom: 100px !important;
}


/* Style Chat */

.item-chat a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.item-chat figure {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    
}

.item-chat .sec_title {
   width:calc(100% - 50px);
   padding: 0 20px;
   
}
.item-chat .sec_title h6 {
    color: #000;
}

.item-chat .sec_title p {
    color: #555;
}
 
.chat_page {
    position: relative;
    padding: 40px 0;
}
.flex-chat {
    display: flex;
    background: #FAFAFA;
    border-radius: 20px;
    width: 100%;
    margin-top: 0;
    overflow: hidden;
}

.inbox_people {
    background: #ffffff;
    width: 30%;
    overflow: hidden;
    border-left: 1px solid #F1F1F3;
    height: calc(100vh - 150px);
}

.headind_srch {
    background: #FAFAFA;
    border-bottom: 1px solid #F1F1F3;
    padding: 20px;
}

.form-search-chat {
    position: relative;
}

.form-search-chat .form-control {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding-right: 30px;
}

.form-search-chat .form-control::placeholder {
    color: #313131;
    font-size: 14px;
}

.form-search-chat .form-control:focus {
    box-shadow: none;
}

.form-search-chat i {
    color: #313131;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.inbox_chat {
    height: calc(100% - 78px);
    overflow: auto;
}

.chat_list {
    display: flex;
    border-bottom: 1px solid #F1F1F3;
    margin: 0;
    padding: 18px 16px 10px;
    position: relative
}

.active_chat {
    background: #F5F6FA;
    position: relative;
    border-bottom: 0;
}

.chat_ib {
    padding-right: 10px;
    width: calc(100% - 45px);
}

.chat_ib h5 {
    font-size: 14px;
    color: #2E2E2E;
    margin: 0 0 8px 0;
}

.chat_ib p {
    font-size: 11px;
    padding-left: 15px;
    color: #313131;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.chat_date {
    color: #313131;
    font-size: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.Unread {
    position: absolute;
    left: 20px;
    top: 48px;
    background: rgb(114 201 53 / 20%);
    border-radius: 50%;
    width: 7px;
    height: 7px;
}

.chat_img {
    width: 45px;
    height: 45px;
    margin-bottom: 0;
    border-radius: 50%;
    border: 1px solid rgb(112 112 112 / .05);
}

.chat_img img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.messaging {
    width: 70%;
    padding-right: 20px;
    height: calc(100vh - 150px);
}

.chat-with {
    display: flex;
    align-items: center;
    padding: 15px 0 11px 20px;
    border-bottom: 1px solid #F1F1F3
}

.chat-with figure {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
}

.chat-with figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.chat-with p {
    color: #4D4F5C;
    font-size: 16px;
    padding-right: 15px;
}

.inbox_msg {
    padding: 20px 0 20px 20px;
    height: calc(100% - 180px);
    overflow: auto;
}

.received_withd_msg p {
    background: #fff;
    color: #313131;
    font-size: 13px;
    margin: 0;
    padding: 10px 10px 10px 30px;
    border-radius: 10px 0 10px 10px;
    max-width: 300px;
    width: fit-content;
    margin-bottom: 10px;
}

.received_withd_msg .time_date {
    text-align: right;
    color: #313131;
    display: block;
    font-size: 12px;
}

.sent_msg {
    float: left;
}

.sent_msg p {
    background: rgb(114 201 53 / 20%);
    border-radius: 20px;
    font-size: 13px;
    color: #000;
    padding: 15px;
    border-radius: 20px 20px 20px 0;
    max-width: 300px;
    width: fit-content;
    margin-bottom: 10px;
}

.sent_msg .time_date {
    text-align: left;
    color: #313131;
    display: block;
    font-size: 12px;
}

.input_msg_write {
    width: calc(100% - 20px);
    background: #F5F6FA;
    padding: 20px;
    border-radius: 4px;
}

.form-chat {
    position: relative;
    display: flex;
    align-items: center;
}

.form-chat .form-control {
    border: 0;
    border-radius: 0;
    background: transparent;
    height: 45px;
}

.form-chat .form-control::placeholder {
    color: var(--oth-color);
}

.form-chat .form-control:focus {
    box-shadow: none;
}

.input_msg_write ul {
    display: flex;
    align-items: center;
    align-content: center;
}

.input_msg_write ul li {
    margin-left: 10px;
}

.input_msg_write ul li button {
    background: transparent;
    color: #CECFD0;
    font-size: 17px;
}

.input_msg_write ul li button.msg_send_btn {
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 40px;
    width: 40px;
    background: rgb(114 201 53 / 20%);
    border-radius: 6px;
}
.input_msg_write ul li button.msg_send_btn i{
    transform: scale(-1,1);
}
.smth-scroll::-webkit-scrollbar {
    width: 4px;
}

.smth-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.smth-scroll::-webkit-scrollbar-thumb {
    background-color: rgb(105 118 134 / 0%)
}

.smth-scroll:hover::-webkit-scrollbar-thumb {
    background: rgb(105 118 134 / 30%);
}

 
 
 
 
 