.leform-form-2 .leform-element,
.leform-progress-2 {
    padding: 10px;
}

.leform-progress-2 ul.leform-progress-t2,
.leform-progress-2 ul.leform-progress-t2>li>span {
    background-color: rgba(240, 240, 240, 1);
}

.leform-progress-2 ul.leform-progress-t2>li>label {
    color: rgba(240, 240, 240, 1);
}

.leform-progress-2 ul.leform-progress-t2>li.leform-progress-t2-active>span,
.leform-progress-2 ul.leform-progress-t2>li.leform-progress-t2-passed>span {
    background-color: var(--primary-color);
}

.leform-progress-2 ul.leform-progress-t2>li>span {
    color: #ffffff;
}

.leform-progress-2 ul.leform-progress-t2>li.leform-progress-t2-active>label {
    color: #444444;
}

.leform-progress-2 {
    max-width: 720px;
}

.leform-form-2,
.leform-form-2 *,
.leform-progress-2,
.leform-tooltipster-content-2 {
    /* font-family: 'Raleway', 'arial'; */
    font-size: 15px;
    color: var(--primary-color);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: start;
}

.leform-inline .leform-form-2 {
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    border-width: 0px;
    border-style: solid;
    border-radius: 5px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    box-shadow: 1px 1px 15px -9px rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#leform-popup-2 .leform-form-2 {
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    border-width: 2px;
    border-style: solid;
    border-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 6px 6px 0px 0px rgba(68, 68, 68, 0.3);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

#leform-popup-2 .leform-popup-close {
    color: rgba(255, 111, 97, 0.8)
}

#leform-popup-2 .leform-popup-close:hover {
    color: var(--primary-color)
}

.leform-form-2 .leform-element label.leform-label,
.leform-form-2 .leform-element label.leform-label span.leform-required-symbol {
    font-size: 16px;
    color: rgba(128, 128, 128, 1);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: start;
}

.leform-form-2 .leform-element label.leform-description,
.leform-form-2 .leform-element label.leform-description span.leform-required-symbol {
    font-size: 13px;
    color: rgba(192, 192, 192, 1);
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    text-align: start;
}

.leform-form-2 .leform-element label.leform-label span.leform-required-symbol,
.leform-form-2 .leform-element label.leform-description span.leform-required-symbol {
    color: #d9534f;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: start;
}

.leform-form-2 .leform-element div.leform-input div.leform-signature-box span i {
    font-size: 15px !important;
    color: #444444 !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-align: start;
}

.leform-form-2 .leform-element div.leform-input div.leform-signature-box,
.leform-form-2 .leform-element div.leform-input div.leform-multiselect,
.leform-form-2 .leform-element div.leform-input input[type='text'],
.leform-form-2 .leform-element div.leform-input input[type='email'],
.leform-form-2 .leform-element div.leform-input input[type='password'],
.leform-form-2 .leform-element div.leform-input input[type='number'],
.leform-form-2 .leform-element div.leform-input input[type='tel'],
.leform-form-2 .leform-element div.leform-input input[type='date'],
.leform-form-2 .leform-element div.leform-input select,
.leform-form-2 .leform-element div.leform-input select option,
.leform-form-2 .leform-element div.leform-input textarea,
tags.tagify {
    font-size: 15px !important;
    color: #444444;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-align: start;
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 50%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .05) 100%);
    border-width: 1px !important;
    border-style: dotted !important;
    border-color: rgba(170, 170, 170, 1) !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px 0px 0px rgba(68, 68, 68, 0.3) !important;
}

.leform-form-2 .leform-element div.leform-input ::placeholder {
    color: #444444;
    opacity: 0.9;
}

.leform-form-2 .leform-element div.leform-input ::-ms-input-placeholder {
    color: #444444;
    opacity: 0.9;
}

.leform-form-2 .leform-element div.leform-input div.leform-multiselect::-webkit-scrollbar-thumb {
    background-color: rgba(170, 170, 170, 1);
}

.leform-form-2 .leform-element div.leform-input input[type='text']:focus,
.leform-form-2 .leform-element div.leform-input input[type='email']:focus,
.leform-form-2 .leform-element div.leform-input input[type='password']:focus,
.leform-form-2 .leform-element div.leform-input input[type='number'],
.leform-form-2 .leform-element div.leform-input input[type='tel'],
.leform-form-2 .leform-element div.leform-input input[type='date'],
.leform-form-2 .leform-element div.leform-input select:focus,
.leform-form-2 .leform-element div.leform-input select:focus option,
.leform-form-2 .leform-element div.leform-input textarea:focus,
span.select2.select2-container {
    font-size: 15px !important;
    color: var(--primary-color) !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-decoration: none !important;
    text-align: start;
    background-color: rgba(255, 255, 255, 1) !important;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 50%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .05) 100%) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: var(--primary-color) !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px 0px 0px rgba(68, 68, 68, 0.3) !important;
}

.leform-form-2 .leform-element div.leform-input.leform-icon-left input[type='text'],
.leform-form-2 .leform-element div.leform-input.leform-icon-left input[type='email'],
.leform-form-2 .leform-element div.leform-input.leform-icon-left input[type='password'],
.leform-form-2 .leform-element div.leform-input.leform-icon-left input[type='number'],
.leform-form-2 .leform-element div.leform-input.leform-icon-left input[type='tel'],
.leform-form-2 .leform-element div.leform-input.leform-icon-left input[type='date'],
.leform-form-2 .leform-element div.leform-input.leform-icon-left textarea {
    padding-left: 56px !important;
}

.leform-form-2 .leform-element div.leform-input.leform-icon-right input[type='text'],
.leform-form-2 .leform-element div.leform-input.leform-icon-right input[type='email'],
.leform-form-2 .leform-element div.leform-input.leform-icon-right input[type='password'],
.leform-form-2 .leform-element div.leform-input.leform-icon-right input[type='number'],

.leform-form-2 .leform-element div.leform-input.leform-icon-right input[type='tel'],
.leform-form-2 .leform-element div.leform-input.leform-icon-right input[type='date'],

.leform-form-2 .leform-element div.leform-input.leform-icon-right textarea {
    padding-right: 56px !important;
}

.leform-form-2 .leform-element div.leform-input>i.leform-icon-left,
.leform-form-2 .leform-element div.leform-input>i.leform-icon-right {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

.leform-form-2 .leform-element .leform-button,
.leform-form-2 .leform-element .leform-button:visited {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    background-color: var(--primary-color);
    background-image: none;
    border-width: 1px;
    border-style: dotted;
    border-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px rgba(68, 68, 68, 0.3);
}

.leform-form-2 .leform-element .leform-button:hover,
.leform-form-2 .leform-element .leform-button:focus {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 50%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .05) 100%);
    border-width: 1px;
    border-style: dotted;
    border-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px rgba(68, 68, 68, 0.3);
}

.leform-form-2 .leform-element div.leform-input .leform-imageselect+label {
    border-width: 0px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 10px;
    border-left: none !important;
    border-right: none !important;
    box-shadow: 2px 2px 0px 0px rgba(68, 68, 68, 0.3);
}

.leform-form-2 .leform-element div.leform-input .leform-imageselect:checked+label {
    border-width: 8px;
    border-style: solid;
    border-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px rgba(68, 68, 68, 0.3);
}

.leform-form-2 .leform-element div.leform-input .leform-imageselect+label span.leform-imageselect-label {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
}

.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-tgl:checked+label:after {
    background-color: rgba(255, 255, 255, 1);
}

.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-classic+label,
.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-fa-check+label,
.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-square+label,
.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-tgl+label {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(170, 170, 170, 1);
    color: var(--primary-color);
}

.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-square:checked+label:after {
    background-color: var(--primary-color);
}

.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-tgl:checked+label,
.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-tgl+label:after {
    background-color: var(--primary-color);
}

.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-classic:checked+label,
.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-fa-check:checked+label,
.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-square:checked+label,
.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-tgl:checked+label {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: rgba(255, 255, 255, 1);
}

.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-square:checked+label:after {
    background-color: rgba(255, 255, 255, 1);
}

.leform-form-2 .leform-element div.leform-input input[type='checkbox'].leform-checkbox-tgl:checked+label:after {
    background-color: rgba(255, 255, 255, 1);
}

.leform-form-2 .leform-element div.leform-input input[type='radio'].leform-radio-classic+label,
.leform-form-2 .leform-element div.leform-input input[type='radio'].leform-radio-fa-check+label,
.leform-form-2 .leform-element div.leform-input input[type='radio'].leform-radio-dot+label {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(170, 170, 170, 1);
    color: var(--primary-color);
}

.leform-form-2 .leform-element div.leform-input input[type='radio'].leform-radio-dot:checked+label:after {
    background-color: var(--primary-color);
}

.leform-form-2 .leform-element div.leform-input input[type='radio'].leform-radio-classic:checked+label,
.leform-form-2 .leform-element div.leform-input input[type='radio'].leform-radio-fa-check:checked+label,
.leform-form-2 .leform-element div.leform-input input[type='radio'].leform-radio-dot:checked+label {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: rgba(255, 255, 255, 1);
}

.leform-form-2 .leform-element div.leform-input input[type='radio'].leform-radio-dot:checked+label:after {
    background-color: rgba(255, 255, 255, 1);
}

.leform-form-2 .leform-element div.leform-input div.leform-multiselect>input[type='checkbox']+label:hover {
    background-color: rgba(255, 111, 97, 0.8);
    color: #ffffff;
}

.leform-form-2 .leform-element div.leform-input div.leform-multiselect>input[type='checkbox']:checked+label {
    background-color: var(--primary-color);
    color: #ffffff;
}

.leform-form-2 .leform-element div.leform-input div.leform-multiselect {
    height: 120px;
}

.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-line,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-min,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-max,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-grid-pol {
    background-color: rgba(240, 240, 240, 1) !important;
}

.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-grid-text,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-min,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-max {
    color: rgba(68, 68, 68, 0.9) !important;
}

.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-bar {
    background-color: var(--primary-color) !important;
}

.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-single,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-from,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-to {
    background-color: var(--primary-color) !important;
}

.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs--round .irs-handle,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs--round .irs-handle:hover,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs--round .irs-handle.state_hover {
    border-color: var(--primary-color) !important;
}

.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-single,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-from,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs-to {
    color: rgba(255, 255, 255, 1) !important;
}

.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs--round .irs-handle,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs--round .irs-handle:hover,
.leform-form-2 .leform-element div.leform-input.leform-rangeslider .irs--round .irs-handle.state_hover {
    background-color: rgba(255, 255, 255, 1) !important;
}

.leform-form-2 .leform-element input[type='checkbox'].leform-tile+label,
.leform-form-2 .leform-element input[type='radio'].leform-tile+label {
    font-size: 15px;
    color: rgba(68, 68, 68, 1);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 50%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .05) 100%);
    border-width: 1px;
    border-style: dotted;
    border-color: rgba(170, 170, 170, 1);
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px rgba(68, 68, 68, 0.3);
}

.leform-form-2 .leform-element input[type='checkbox'].leform-tile+label:hover,
.leform-form-2 .leform-element input[type='radio'].leform-tile+label:hover {
    font-size: 15px;
    color: var(--primary-color);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 50%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .05) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px rgba(68, 68, 68, 0.3);
}

.leform-form-2 .leform-element input[type='checkbox'].leform-tile:checked+label,
.leform-form-2 .leform-element input[type='radio'].leform-tile:checked+label {
    font-size: 15px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    background-color: var(--primary-color);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .05) 0, rgba(255, 255, 255, .05) 50%, rgba(0, 0, 0, .05) 51%, rgba(0, 0, 0, .05) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: var(--primary-color);
    border-radius: 10px;
    box-shadow: 2px 2px 0px 0px rgba(68, 68, 68, 0.3);
}

.leform-form-2 .leform-element .leform-input .leform-element-error,
.leform-uploader-error {
    font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: start;
    background-color: #d9534f;
    background-image: none;
}

.leform-form-2 .leform-element-15 div.leform-input {
    height: auto;
    line-height: 1;
}

.leform-form-2 .leform-element-53 div.leform-input {
    height: auto;
    line-height: 1;
}

.repeat_page,
.signelehide {
    display: none;
}



input[type='email'],
input[type='number'],
input[type='date'],
input[type="text"],
.leform-form-2 .leform-element div.leform-input select,
.leform-form-2 .leform-element div.leform-input select option {
    min-height: 48px !important;
}

.leform-signature-box {
    height: 200px;
}

.hidden {
    display: none !important;
}

.noteelement {
    padding: 30px;
    font-size: 19px;
    text-align: center;
    color: #0e399b;
    background: #f4f8ff;
    border: 1px solid;
}



.selectmulti {
    height: 250px !important;
    padding: 10px !important;
    background: #b3b3b3 !important;
    height: auto !important;
}

.selectmulti>option {
    padding: 10px;
    margin-bottom: 5px;

}

option.selected {
    background: var(--primary-color) !important;
    color: #fff !important;
}

.leform-input select {
    width: 100%;
}



strong.select2-results__group {
    font-weight: bold;
    font-size: 16px;
}

span.select2.select2-container {
    width: 100% !important;
}


textarea.select2-search__field {
    display: none;
}

/****/
.Pleaserate {
    background: #e16b5a;
    text-align: center;
    color: #fff;
    border: 1px solid #5e0000;
    border-radius: 5px;
    margin: 10px 0;
}

.advice-open li>img {

    background-color: #fff;
    width: 62px;

    right: 20px;
    left: unset;

}

.advice-open li {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px !important;
    padding-right: 100px !important;
}

.advice-open li span>i {
    margin-right: unset;
    margin-left: 5px;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
}

.pt-40 {
    padding-top: 40px;
}

.fc-title a {
    cursor: pointer;
}

p.px-2.text-bold {
    font-weight: 800;
}

.fc-content {
    text-align: center;
}

a {
    cursor: pointer;
}


.status {
    &.open:before {
        background-color: var(--thm-base);
        border-color: var(--thm-base);
        box-shadow: 0px 0px 4px 1px var(--thm-base);
    }

    &.in-progress:before {
        background-color: #ffc182;
        border-color: #ffb161;
        box-shadow: 0px 0px 4px 1px #ffc182;
    }

    &.dead:before {
        background-color: #c9404d;
        border-color: #c42c3b;
        box-shadow: 0px 0px 4px 1px #c9404d;
    }

    &:before {
        content: " ";
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-right: 10px;
        border: 1px solid #000;
        border-radius: 7px;
    }
}



.fc-event {
    background: var(--thm-base);
    border-color: var(--thm-base);
    color: #fff;
}

span.fc-title {
    color: #fff;
}

div#appointmentFarmer button.close,
div#appointmentFarmerShow button.close {
    font-size: 26px;
    border: 0px;
    background: none;
    padding: 0;
    margin: 0;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    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;
}

.btn-green {
    color: #fff;
    background-color: var(--thm-base);
    border-color: var(--thm-base);
    /* position: absolute; */
}

.search-guide {
    padding: 35px 50px;
    /* padding-top: 50px; */
    background-color: #f6f5f2;
    border-radius: 5px;
}

select.advice {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #e2e0e0;
    height: 40px;
    padding-right: 30px;
    word-wrap: normal;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    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;
}

.search-guide .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.search-guide .thm-btn {
    background-color: var(--thm-primary);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 29.5px;
}

span.spgroup {
    padding: 0px 5px;
    border: 1px solid #f7c35f;
    margin: 1px;
    background: #f7c35f63;
    color: #ab7610;
    display: inline-block;
}

div.dataTables_wrapper table.dataTable th {
    background: #f7c35f;
    height: 45px;
    vertical-align: middle;
    position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 25px;
    padding: 0 8px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border: 1px solid #e09910;
    background: #f7c35f;
    margin-left: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #dee7ed !important;
    background: linear-gradient(to bottom, #885a06 0%, #f7c35f 100%);
}

li.paginate_button.active,
li.paginate_button.active a {
    background: #255946 !important;
    color: #fff !important;
}

span.pagination-default {
    color: #fff;
}


table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    position: absolute;
    display: block;
    opacity: .125;
    right: 10px;
    line-height: 9px;
    font-size: .8em
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:before {
    bottom: 50%;
    content: "▲";
    content: "▲" /""
}

table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    top: 50%;
    content: "▼";
    content: "▼" /""
}

table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_desc:after {
    opacity: .6
}

table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before {
    display: none
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.dt-buttons.btn-group,
div#ejemplo_length {
    display: none;
}

.chat-thread {
    margin: 24px auto 0 auto;

    list-style: none;

}

.chat-thread li.even {
    margin: 0 0 20px 0;
}

.chat-thread li.odd {
    margin: 0 80px 20px 0;
}

.chat-thread li {
    position: relative;
    clear: both;
    display: inline-block;
    padding: 16px 40px 16px 20px;
    font: 16px/20px "Noto Sans", sans-serif;
    border-radius: 10px;
    background-color: #f6f5f2;
    width: calc(100% - 82px);
    background-repeat: no-repeat;
    background-size: 0px;
}

/* Chat - Avatar */
.chat-thread li:before {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    content: "";
}

/* Chat - Speech Bubble Arrow */
.chat-thread li:after {
    position: absolute;
    top: 15px;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid #f6f5f2;
}

.chat-thread li.odd:nth-child {
    animation: show-chat-odd 0.15s 1 ease-in;
    -moz-animation: show-chat-odd 0.15s 1 ease-in;
    -webkit-animation: show-chat-odd 0.15s 1 ease-in;
    float: right;
    margin-right: 80px;
    color: var(--thm-primary);
    font-weight: 600;

}

.chat-thread li.odd:before {
    right: -80px;
    background-image: inherit;

    background-repeat: no-repeat;
    background-size: cover;
}

.chat-thread li.odd:after {
    border-right: 15px solid transparent;
    right: -15px;
}

.chat-thread li.even:nth-child {
    animation: show-chat-even 0.15s 1 ease-in;
    -moz-animation: show-chat-even 0.15s 1 ease-in;
    -webkit-animation: show-chat-even 0.15s 1 ease-in;
    float: left;
    margin-left: 80px;
    color: var(--thm-base);
    font-family: var(--thm-font);
    font-weight: 600;
}

.chat-thread li.even:before {
    left: -80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: inherit;

}

.chat-thread li.even:after {
    border-left: 15px solid transparent;
    left: -15px;
}



.chat-window-message {
    width: 100%;

    background: #f6f5f2;

    border: none;
    border-radius: 6px;
    border-bottom: 1px solid rgba(25, 147, 147, 0.2);
    outline: none;
}

/* Small screens */
@media all and (max-width: 767px) {
    .chat-thread {
        width: 100%;
        height: 260px;
    }

    .chat-window {
        left: 5%;
        width: 90%;
    }
}

/* Medium and large screens */
@media all and (min-width: 768px) {
    .chat-thread {
        width: 100%;

    }

    .chat-window {
        left: 25%;
        width: 50%;
    }
}

@keyframes show-chat-even {
    0% {
        margin-left: -480px;
    }

    100% {
        margin-left: 0;
    }
}

@-moz-keyframes show-chat-even {
    0% {
        margin-left: -480px;
    }

    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes show-chat-even {
    0% {
        margin-left: -480px;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes show-chat-odd {
    0% {
        margin-right: -480px;
    }

    100% {
        margin-right: 0;
    }
}

@-moz-keyframes show-chat-odd {
    0% {
        margin-right: -480px;
    }

    100% {
        margin-right: 0;
    }
}

@-webkit-keyframes show-chat-odd {
    0% {
        margin-right: -480px;
    }

    100% {
        margin-right: 0;
    }
}


p.small.text-muted.date-chat {
    margin-bottom: 0px;
    font-size: 10px;
}

.btn i {
    /* margin-right: 0; */
    /* display: inline-block; */
    margin-left: 0;
}

input.chat-window-message {

    height: 38px;
}

input:focus {
    background: #f6f5f2;
}

.btn+.btn {
    margin-right: 3px;
    margin-left: 0;
}

.modal-footer {
    display: initial;
}

div#getadvicecontent {
    padding: 10px;
    margin-top: 20px;
}


.search-guide {
    padding: 35px 50px;
    padding-top: 50px;
    background-color: #f6f5f2;
    border-radius: 5px;
}

select.advice {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #e2e0e0;
    height: 40px;
    padding-right: 30px;
    word-wrap: normal;
}

.search-guide .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.search-guide .thm-btn {
    background-color: var(--thm-primary);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 29.5px;
}

@media (min-width: 1200px) {
    .blog-details {
        padding-bottom: 60px;
    }
}

.AllCourses-details {

    padding-bottom: 320px;
}


.color-yellow {
    color: var(--thm-primary);
}

.AllCourses-details .list-group {
    padding: 16px 38px 0;
    font-size: 13px;
}

.Courses.thm-btn {
    display: inline-block;
    border: none;
    outline: none !important;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 4.5px 21.5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: var(--thm-base);
    color: #fff;
}

.service-one__box {
    position: relative;
    margin-bottom: 200px;
}

.service-one__box img {
    height: 300px;
}

.blog-sidebar__posts ul li {
    position: relative;
    padding-left: 90px;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 38px;
    padding-left: 0px;
    transition: all 500ms ease;
    border-radius: 5px;
    overflow: hidden;
    height: unset;
    border: 1px solid #eae7de;
    margin: 13px 0;
    padding: 9px;
}

.blog-sidebar__posts ul li a {
    color: var(--thm-primary)
}

.fat-heading-abb a {
    color: var(--thm-black)
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.search-guide {
    padding: 35px 50px;
    padding-top: 50px;
    background-color: #f6f5f2;
    border-radius: 5px;
}

select.advice {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #e2e0e0;
    height: 40px;
    padding-right: 30px;
    word-wrap: normal;
}

.search-guide .thm-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.search-guide .thm-btn {
    background-color: var(--thm-primary);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 29.5px;
}

@media (min-width: 1200px) {
    .blog-details {
        padding-bottom: 60px;
    }
}

.AllCourses-details {

    padding-bottom: 320px;
}


.color-yellow {
    color: var(--thm-primary);
}

.AllCourses-details .list-group {
    padding: 16px 38px 0;
    font-size: 13px;
}

.Courses.thm-btn {
    display: inline-block;
    border: none;
    outline: none !important;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 700;
    font-family: var(--thm-font);
    padding: 4.5px 21.5px;
    -webkit-transition: 500ms;
    transition: 500ms;
    background-color: var(--thm-base);
    color: #fff;
}



.mainbg .user-main {
    background-color: white;
    width: 100%;
    border-radius: 10px;
    display: inline-block;
    padding: 70px 15px 20px;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    -webkit-box-shadow: 0 12px 43px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 12px 43px 0 rgba(0, 0, 0, .13);
    height: auto;
}

.mainbg .user-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    top: -137px;
}

.mainbg .user-img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
    border: 3px solid var(--thm-primary);
    z-index: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}



.mainbg .user_social {
    position: relative;
    z-index: 0;
    font-size: 22px;
    top: -222px;
    right: 255px;
    width: 50px;
}

.mainbg .user_social ul {
    opacity: 0;
    margin-bottom: 15px;
    font-size: 14px;
    padding-top: 10px;
    visibility: hidden;
    position: relative;
    top: -50px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.mainbg .ul-li-block ul {
    margin: 0;
    padding: 0;
}

.mainbg .user_social li {
    color: #fff;
    text-align: center;
    margin-top: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}





.mainbg .user_social ul li {
    list-style: none;
    font-size: 12px;
    display: block;
}

select.advice {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #e2e0e0;
    height: 40px;
    padding-right: 30px;
    word-wrap: normal;
}

.text-end {
    text-align: left;
}

.mainbg .mt-10 {

    margin-top: 50px;
    margin-bottom: 50px
}

.mainbg .user-main:hover {
    -webkit-box-shadow: 0 23px 43px 0 rgba(0, 0, 0, .26);
    box-shadow: 0 23px 43px 0 rgba(0, 0, 0, .26);
}

.mainbg .user-main:hover ul {
    top: 0;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    visibility: visible;
}

.mainbg .s2-mem_social {
    bottom: 30px;
    right: 15px;
    position: absolute;
    z-index: 0;
}

.mainbg .user-main ::selection {
    color: #fff;
    background-color: #6e3ebf;
}

.mainbg .user_social:after {
    bottom: 20px;
    z-index: -1;
    content: "";
    width: 50px;
    height: 0%;
    opacity: 0;
    border-radius: 35px;
    position: absolute;
    visibility: hidden;
    background-color: #53117f;
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.mainbg .s2-team_img_text:hover .s2-share_btn {
    background-color: var(--thm-primary);
}

.mainbg .s2-share_btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-color: var(--thm-primary);
}

.mainbg .s2-share_btn i {
    color: #fff;
}

.mainbg .user_social:after {
    bottom: 20px;
    z-index: -1;
    content: "";
    width: 50px;
    height: 0%;
    opacity: 0;
    border-radius: 35px;
    position: absolute;
    visibility: hidden;
    background-color: var(--thm-primary);
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.mainbg .user-designation {
    font-size: 15px;
    font-weight: 500;
    color: var(--thm-primary);
}

.mainbg .user-headline h3 {
    font-size: 22px;
    padding-bottom: 5px;
}

.mainbg .user_contact span i {
    color: var(--thm-primary);
    margin-left: 8px;
}

.mainbg .user_contact span {
    font-size: 15px;
    color: #737272;
    display: block;
    margin-bottom: 5px;
}

.mainbg .user_contact {
    padding-top: 25px;
}

.mainbg .user_img:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 100%;
    border: 3px solid var(--thm-primary);
    z-index: 1;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.mainbg .user-main:hover .user-img::after {
    opacity: 1;
    visibility: visible;
}

.mainbg .user_social::after {
    bottom: 20px;
    z-index: -1;
    content: "";
    width: 50px;
    height: 0%;
    opacity: 0;
    border-radius: 35px;
    position: absolute;
    visibility: hidden;
    background-color: var(--thm-primary);
    -webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.mainbg .user-main:hover .user_social::after {
    height: 100%;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.mainbg .user_social li a {
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    margin-top: 15px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}


.mainbg .user-img svg {
    padding: 10px;
    background-image: radial-gradient(circle at bottom left, rgb(242, 242, 242) 0%, rgb(242, 242, 242) 6%, rgb(238, 238, 238) 6%, rgb(238, 238, 238) 15%, rgb(234, 234, 234) 15%, rgb(234, 234, 234) 47%, rgb(230, 230, 230) 47%, rgb(230, 230, 230) 54%, rgb(225, 225, 225) 54%, rgb(225, 225, 225) 56%, rgb(221, 221, 221) 56%, rgb(221, 221, 221) 90%, rgb(217, 217, 217) 90%, rgb(217, 217, 217) 100%);
}

.noheight {
    height: 1px;
}

.thisitemsearch {
    height: unset;
}

#maincate {
    display: none;
}

.hideshowonclick {
    cursor: pointer;
}

.blog-sidebar__posts ul li>img {
    width: 50px;
}

.farmerbox {
    background: #ffe5b3;
    padding: 10px;
    display: flex;
    margin: 24px 0;
    border: 2px solid #efe1c2;
    border-radius: 10px;
    height: 88px;
}

.farmerbox img {
    width: 70px;
    /* display: inline-block; */
    margin: 0 20px;
    /* padding: 0 10px; */
    /* border: 2px solid #efe1c2; */
    border-radius: 65px;
}

tags.tagify {
    width: 100%;
}



.timeline {
    margin: 0 0 45px;
    padding: 0;
    position: relative;

}

.bodytimeline {
    max-height: 700px;
    overflow: auto;
}

.timeline::before {
    border-radius: 0.25rem;
    background: #dee2e6;
    bottom: 85px;
    content: '';
    right: 31px;
    margin: 0;
    position: absolute;
    top: 53px;
    width: 4px;
}

.timeline>.bodytimeline>div {
    margin-bottom: 15px;
    margin-left: 10px;
    position: relative;
}

.timeline>.bodytimeline>div::before,
.timeline>div::after {
    content: "";
    display: table;
}

.timeline>.bodytimeline>div>.timeline-item {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background: #ffffff;
    color: #495057;
    margin-right: 60px;
    margin-left: 15px;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.timeline>.bodytimeline>div>.timeline-item>.time {
    color: #999;
    float: left;
    font-size: 12px;
    padding: 10px;
}

.timeline>.bodytimeline>div>.timeline-item>.timeline-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #495057;
    font-size: 16px;
    line-height: 1.1;
    margin: 0;
    padding: 10px;
}

.timeline>.bodytimeline>div>.timeline-item>.timeline-header>a {
    font-weight: 600;
}

.timeline>.bodytimeline>div>.timeline-item>.timeline-body,
.timeline>.bodytimeline>div>.timeline-item>.timeline-footer {
    padding: 10px;
}

.timeline>.bodytimeline>div>.timeline-item>.timeline-body>img {
    margin: 10px;
}

.timeline>.bodytimeline>div>.timeline-item>.timeline-footer>a {
    color: #ffffff;
}

.timeline>.bodytimeline>div>.fa,
.timeline>.bodytimeline>div>.fas,
.timeline>.bodytimeline>div>.far,
.timeline>.bodytimeline>div>.fab,
.timeline>.bodytimeline>div>.glyphicon,
.timeline>.bodytimeline>div>.ion {
    background: #adb5bd;
    border-radius: 50%;
    font-size: 15px;
    left: 30px;
    right: 18px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}

.timeline>.time-label>span {
    border-radius: 4px;
    background-color: #ffffff;
    display: inline-block;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 20px;
}

.timeline-inverse>div>.timeline-item {
    box-shadow: none;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}

.timeline-inverse>div>.timeline-item>.timeline-header {
    border-bottom-color: #dee2e6;
}

.timeline i.fas.bg-blue {
    background: #cecece !important;
    color: #676262;
}

.bg-gray {
    background: #bababa;
}

/* pagination */
#resultsPagination .pagination {
    gap: 6px;
}

#resultsPagination .page-link {
    background-color: #49a760;
    border-color: #49a760;
    color: #fff;
    border-radius: 8px;
    padding: 6px 12px;
}

#resultsPagination .page-link:hover,
#resultsPagination .page-link:focus {
    background-color: #3f9354;
    border-color: #3f9354;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
}

#resultsPagination .page-item.active .page-link {
    background-color: #49a760;
    border-color: #2f8e49;
    border-width: 2px;
    color: #fff;
    font-weight: 700;
    position: relative;
}

#resultsPagination .page-item.disabled .page-link {
    background-color: #e9f5ec;
    border-color: #e9f5ec;
    color: #9aa3a7;
    cursor: not-allowed;
}

#resultsPagination .page-item.disabled .page-link[aria-label="…"],
#resultsPagination .page-item .page-link:has(span[aria-hidden="true"]) {
    border-radius: 8px;
}

#resultsPagination .page-item.active .page-link::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    width: 24px;
    height: 3px;
    background: #2f8e49;
    border-radius: 2px;
}

#resultsPagination .page-link:focus {
    outline: 2px solid #2f8e49;
    outline-offset: 2px;
    box-shadow: none;
}