
  /* latin */
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  

/* ================= */
@font-face {
    font-family: Lobster;
    src: url('./fonts/lobster/Lobster-Regular.ttf');
}

@font-face {
    font-family: FontRegular;
    src: url('./fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: FontMedium;
    src: url('./fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: FontBold;
    src: url('./fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: ItimReguler;
    src: url('./fonts/Itim-Regular.ttf');
}
/* =================== */

@font-face {
    font-family: OpenSansReguler;
    src: url('./fonts/open-sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: FontMedium;
    src: url('./fonts/open-sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: FontBold;
    src: url('./fonts/open-sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: Gilroy-Bold;
    src: url('./fonts/gilroy/Gilroy-Bold.ttf');
}

@font-face {
    font-family: Gilroy-Light;
    src: url('./fonts/gilroy/Gilroy-Light.ttf');
}

@font-face {
    font-family: Gilroy-Regular;
    src: url('./fonts/gilroy/Gilroy-Regular.ttf');
}

@font-face {
    font-family: Segoe-UI;
    src: url('./fonts/segoe-ui/SegoeUI.ttf');
}

@font-face {
    font-family: Proxima;
    src: url('./fonts/proxima/ProximaNovaFont.otf');
}

@font-face {
    font-family: Gotham;
    src: url('./fonts/gotham/Gotham-Font/GothamMedium.ttf');
}

@font-face {
    font-family: Rubik-Regular;
    src: url('./fonts/rubik/static/Rubik-Regular.ttf');
}

@font-face {
    font-family: Rubik-Bold;
    src: url('./fonts/rubik/static/Rubik-Bold.ttf');
}

@font-face {
    font-family: Poppins-Regular;
    src: url('./fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('./fonts/poppins/Poppins-Bold.ttf');
}


:root{
    --my-font: Segoe-UI;
    /* --my-font: Poppins-Regular; */
    --my-font-family:var(--my-font);
}
/* ==================== */

/* .form-control, .btn{
    border-radius: .8rem !important;
} */

body {
    font-family: var(--my-font-family) !important;
    /* font-family: Metropolis, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; */
    font-size: 14px !important;
    background-color: white !important;
}

button, input, text-area, select{
    /* padding: 8px !important; */
    font-size: 14px !important;
}

.ff-montserrat{
    font-family: Montserrat !important;
}

.ff-rubik{
    font-family: Rubik-Regular !important;
}
.ff-rubik-bold{
    font-family: Rubik-Bold !important;
}

.ff-regular {
    font-family: FontRegular !important;
}

.ff-medium {
    font-family: FontMedium !important;
}

.ff-bold {
    font-family: FontBold !important;
}

.ff-itim {
    font-family: ItimReguler !important;
}

.ff-lobster {
    font-family: Lobster !important;
}

.font-6 {
    font-size: 6px !important;
}

.font-7 {
    font-size: 7px !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-9 {
    font-size: 9px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-21 {
    font-size: 21px !important;
}

.font-24 {
    font-size: 24px !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-33 {
    width: 33.33% !important;
}

.w-70 {
    width: 70% !important;
}

.w-100 {
    width: 100% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-zoom-in {
    cursor: zoom-in;
}

.cursor-help {
    cursor: help;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.min-h-100vh{
    min-height: 100vh !important;
}

.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1s;
}

.delay-5 {
    animation-delay: 1.25s;
}

.delay-6 {
    animation-delay: 1.5s;
}

.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.transition2 {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.shadow-hover:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.shadow-sm-hover:hover{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #eff2f5 transparent;
}

*::-webkit-scrollbar {
    width: 7px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #eff2f5;
    border-radius: 20px;
    border: 3px solid transparent;
}

.slideLeft, .slideRight {
    transition: all 0.3s ease-in-out;
    display: none;
}

.slider-header:hover > .slideRight-active, .slider-header:hover > .slideLeft-active {
    display: block;
}

.slider-header:hover > .slideRight-nonactive, .slider-header:hover > .slideLeft-nonactive {
    display: none;
}

.horizontal-scrollbar::-webkit-scrollbar {
    margin-top: 10px;
    background-color: transparent;
    height: 0px;
    width: 4px;
    /* border: 1px solid #d5d5d5; */
}
/* ::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    border: 1px solid #d5d5d5;
} */

.lonsum-list:hover {
    background-color: #f8f9fa !important;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.loading-data {
    animation: zoominoutsinglefeatured 1s infinite;
}

/*.lonsum-table-sticky*/
.lonsum-table-sticky {
    max-height: 410px;
    overflow: auto;
}

.lonsum-table-sticky table {
    width: 100%;
    /* border-collapse: separate; */
    margin-bottom: 0 !important;
    /* Don't collapse */
    /*border-spacing: 0;*/
}

.lonsum-table-sticky table th {
    /* border: 1px solid inherit; */
}

.lonsum-table-sticky table thead th {
    border-bottom: 2px solid #dee2e6 !important;
}

.lonsum-table-sticky table td {
    /* border: 1px solid #dee2e6; */
}

/* .table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
    border-width: 0 0 !important;
} */

.lonsum-table-sticky table th:first-child,
.lonsum-table-sticky table td:first-child {
    border: 1px solid inherit;
}

.lonsum-table-sticky table thead th {
    position: sticky;
    top: 0;
    /* background-color: #f8f9fa; */
    background-color: #fff;
    /*z-index: 1;*/
    /* border: 1px solid #dee2e6; */
    font-family: Rubik-Regular;
    font-size: 12px;
}

.lonsum-table-sticky table tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    /* background-color: #f8f9fa; */
    border-top: 1px solid #dee2e6;
    /*z-index: 1;*/
}

.lonsum-table-sticky table> :not(:last-child)> :last-child>* {
    /* border-bottom-color: #dee2e6; */
}

.lonsum-table-sticky table thead th>.sticky-col {
    position: sticky;
    left: 0;
    top: 0;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

/* lonsum-table-sticky-border */
.lonsum-table-sticky-border {
    max-height: 410px;
    overflow: auto;
    border: 1px solid #dee2e6 !important;
}

.lonsum-table-sticky-border table {
    width: 100%;
    margin-bottom: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
    /* border-left: 1px solid #dee2e6 !important */
}

.lonsum-table-sticky-border table tfoot td {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.lonsum-table-sticky-border td, .lonsum-table-sticky-border th {
    border-bottom: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
}

.lonsum-table-sticky-border th {
    background-color: #f8f9fa !important;
    /* border-top: 1px solid #dee2e6 !important; */
}

.lonsum-table-sticky-border thead tr:nth-child(1) th{
    position: sticky !important;
    position: -webkit-sticky !important;
    top:0 !important;
}
.lonsum-table-sticky-border thead tr:nth-child(2) th{
    position: sticky !important;
    position: -webkit-sticky !important;
    top:26.8px !important;
}
.lonsum-table-sticky-border thead tr:nth-child(3) th{
    position: sticky !important;
    position: -webkit-sticky !important;
    top:54px !important;
}

.lonsum-table-hover > tbody > tr:hover > * {
    /* background-color: #f7f7f7 !important;
    color: var(--bs-table-hover-color); */
    background-color: #e8fff3 !important;
    /* color: #219653; */
    /* font-weight: bold; */
}

.tb-1, .th-1{
    z-index: 2 !important;
    position: sticky !important;
    left: 0 !important;
    background-color: white !important;
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;
}
.tb-2, .th-2{
    z-index: 2 !important;
    position: sticky !important;
    left: 110px !important;
    background-color: white !important;
    width: 190px !important;
    min-width: 190px !important;
    max-width: 190px !important;
}
.tb-3, .th-3{
    z-index: 2 !important;
    position: sticky !important;
    left: 300px !important;
    background-color: white !important;
    width: 75px !important;
    min-width: 75px !important;
    max-width: 75px !important;
    text-align: center !important;
}
.tb-4, .th-4{
    z-index: 2 !important;
    position: sticky !important;
    left: 375px !important;
    background-color: white !important;
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    text-align: center !important;
}
.tb-5, .th-5{
    z-index: 2 !important;
    position: sticky !important;
    left: 425px !important;
    background-color: white !important;
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    text-align: end !important;
}
.tf-1{
    z-index: 2 !important;
    position: sticky !important;
    left: 0 !important;
    /* background-color: #dee2e6 !important; */
    min-width: 420px !important;
    max-width: 420px !important;
}

.lonsum-table-sticky-border table .tfoot td:nth-child(2){
    z-index: 2 !important;
    position: sticky !important;
    left: 425px !important;
    /* background-color: #dee2e6 !important; */
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    z-index: 1 !important;
}

.border-bottom-dashed{
    border-bottom: 1px dashed #ddd!important;
}

.z-index-1 {
    z-index: 1;
}


/*.first-col {*/
/*width: 40px !important;*/
/*left: 0px;
}

.second-col {
    left: 30px;
}*/

.card-home:hover .zoom {
    -ms-transform: scale(1.07);
    /* IE 9 */
    -webkit-transform: scale(1.07);
    /* Safari 3-8 */
    transform: scale(1.07);
}

.card-home:hover {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.opacity-05 {
    opacity: 0.5 !important;
}

.list-photo:hover .photo-hover {
    background: black;
    opacity: .5;
    height: 200px;
    z-index: 3;
    left: 0;
    right: 0
}

.detail-icon {
    opacity: 0;
    width: 50px;
    height: 50px;
    margin-top: 200px;
}

.list-photo:hover .detail-icon {
    opacity: 1;
    margin-top: 0;
}

.detail-icon:hover {
    background-color: wheat !important;
}

.icon-hover:hover {
    background: rgba(0, 0, 0, .05);
}

.icon-active {
    background-color: rgba(0, 0, 0, .05);
}


.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 100%;
    height: 300px;
}


/*preloader*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--bg);
    z-index: 120;
}

.preloader-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
    width: 40px;
}

.loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border: 3px solid #3b853a;
    animation: loader 3s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background: #3b853a;
    animation: loader-inner 3s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

.sidebar-menu-item:hover {
    color: #3b853a;
    /* font-weight: bold; */
}



.card-hover:hover {
    box-shadow: 0 .125rem .25rem rgba(153, 119, 119, 0.5) !important;
    cursor: pointer;
    /* border: 1px solid #38A3FF; */
    color: #3b853a;
}

.bg2-yellow {
    background-color: #fff1e9 !important;
    color: #ff9a00 !important;
}

.bg2-orange {
    background-color: #FEF0E8 !important;
    color: #F56C22 !important;
}

.bg2-red {
    background-color: #fff5f8 !important;
    color: #f1416c !important;
}

.bg2-blue {
    background-color: #EBF5FF !important;
    color: #0886f2 !important;
}

.bg2-green {
    background-color: #e8fff3 !important;
    color: #219653 !important;
}

.bg2-purple {
    background-color: #F3E7FF !important;
    color: #7239ea !important;
}

.bg2-chocolate {
    background-color: #FFF5DB !important;
    color: #CEA100 !important;
}

.bg2-purple2 {
    background-color: #F8F5FF !important;
    color: #7239EA !important;
}

.status-approved {
    background-color: #e8fff3 !important;
    color: #50cd89 !important;
}

.status-submitted {
    background-color: #f8f5ff !important;
    color: #7239ea !important;
}

.status-inProgress {
    background-color: #EBF5FF !important;
    color: #38A3FF !important;
}

.status-rejected {
    background-color: #fff5f8 !important;
    color: #f1416c !important;
}

.status-canceled {
    background-color: #FEF0E8 !important;
    color: #F56C22 !important;
}

.status-waiting {
    background-color: #fff1e9 !important;
    color: #FBB140 !important;
}


.list-group-table tbody > tr:last-child > td {
    border-bottom: 0;
}

.fc-highlight {
    background: green !important;
}

.dropdown-toggle-hide::after {
    display:none !important;
}

.hasEvents button span {
    background-color: orange;
    border-radius: 30px;
    color: black;
}
.datepicker-ui-bs{
    /* top: 225px !important; */
}

/* #setPlanModal {display:block; }  */

/* #calendar {
    max-width: 1100px;
    margin: 40px auto;
} */



/* .btn{
    outline: 0 !important;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1.5rem;
    font-size: 1.1rem;
    border-radius: .475rem;
    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:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(.75rem + 1px) calc(1.5rem + 1px);
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg) {
    box-shadow: none !important;
} */

.table-wrap.first-head {
    height: 70px;
}
.table-wrap .content-table i.ico-track {
    background: #1A9640;
    border-radius: 50%;
    color: #fff;
    height: 40px;
    left: -20px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 40px;
}
.table-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.table-wrap .time-table {
    flex-grow: 1;
    position: relative;
    overflow: visible;
    width: 29%;
}
.table-wrap .time-table div {
    margin: 0 -20px;
    position: relative;
    width: 100%;
    text-align: right;
}
/* .table-wrap .time-table div h5 {
    margin-top: 0;
} */
.table-wrap .content-table {
    border-left: solid 2px #E0E0E0;
    flex-grow: 3;
    width: 70%;
    position: relative;
    overflow: visible;
}
/* .table-wrap .content-table i.dot {
    background: teal;
    border-radius: 50%;
    position: absolute;
    height: 10px;
    left: -6px;
    top: 4px;
    width: 10px;
} */
.table-wrap .content-table .dot {
    background: teal;
    border-radius: 50%;
    position: absolute;
    height: 15px;
    left: -6px;
    top: 4px;
    width: 15px;
}
.table-wrap .content-table div {
    margin: 0;
    padding: 0 7%;
    position: relative;
}
.table-wrap .content-table div h5 {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 15px;
}
.table-wrap .content-table div p {
    margin-left: 0;
    margin-bottom: 10px;
    line-height: 2em;
}

/* tokped history css */
.item-history{
    display: flex;
    align-items: flex-start;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0px 0px 12px;
}
.item-history p{
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 0.857143rem;
    line-height: 18px;
    color: var(--color-text-low,rgba(49,53,59,0.68));
    text-decoration: initial;
    margin: 0px;
}
.item-history .description::after{
    content: "";
    position: absolute;
    left: -26px;
    bottom: -12px;
    width: 1px;
    height: calc(100% + 12px);
    border-left: thin dashed #E5E7E9;
    z-index: 1;
}
.item-history .description::before{
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: gray;
    left: -30px;
    top: 3px;
    box-shadow: 0 0 0 4px #E5E7E9;
    z-index: 2;
}
.item-history:first-child .description::before {
    background-color: #4FD15A;
    box-shadow: 0 0 0 4px #D6FFDE;
}

.home-menu{
    background-color: #f7f7f7 !important;
}
.home-menu:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    background-color: #f49b3f !important;
    -ms-transform: scale(1.07); /* IE 9 */
    -webkit-transform: scale(1.07); /* Safari 3-8 */
    transform: scale(1.07);
    color: white !important;
}
.home-menu:hover .home-menu-title{
    color: white !important;
    font-weight: bold;
}
.home-menu:hover .home-menu-icon{
    font-size: calc(1.3rem + 0.6vw) !important;
    color: rgb(39, 39, 39) !important;
}

.border-dotted-start{
    border-left: 1px dotted #dee2e6 !important;;
}

/* table .fc-day:hover{
    background-color: red !important;
} */






/* seed sales */

/* li.open > a > span {
    border-top: 0px !important;
    border-bottom: 4px dashed !important;
} */

.best-selling:hover{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.best-selling-img-dark{
    opacity: .5 !important; left: 0; right: 0; top: 0; bottom: 0; z-index: 1;
}

.best-selling-img-options{
    left: 0; right: 0; bottom: 0; z-index: 2;
}

.carousel-control-next, .carousel-control-prev {
    width: 10% !important;
}

.best-selling-img-options, .best-selling-img-dark{
    display: none;
}

.best-selling:hover .best-selling-img-options, .best-selling:hover .best-selling-img-dark{
    display: block;
}

.best-selling-img-options-title:hover{
    font-weight: bold;
    cursor: pointer;
}

.status-tab-active{
    border-right: 3px solid #1A9640 !important;
    background-color: #EBF5FF !important;
}

.notif-animation {
    animation: shadow 1s infinite ease;
}

@keyframes shadow {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.notif-animation:hover{
    animation: none;
    /* font-size: 18px !important; */
}

.carousel-control-prev-icon {
    background-image: url('../../media/icons/arrow-left-square-fill.svg') !important;
}
.carousel-control-next-icon {
    background-image: url('../../media/icons/arrow-right-square-fill.svg') !important;
}

.border-dashed{
    border: 2px dashed #ddd !important;
}

.auth-content {
    background-image: url('../../images/bg-green.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/* @media (min-width: 576px) {
    .auth-content {
        background-size: 70% 95vh;
    }
}

@media (min-width: 768px) {
    .auth-content {
        background-size: 70% 95vh;
    }
}

@media (min-width: 992px) {
    .auth-content {
        background-size: 100% 95vh;
    }
}

@media (min-width: 1200px) {
    .auth-content {
        background-size: 100% 95vh;
    }
}

@media (min-width: 1400px) {
    .auth-content {
        background-size: 100% 95vh;
    }
} */