@font-face {
    font-family: avenirltstd-book;
    src: url(../font/avenirltstd-book.TTF);
}

@font-face {
    font-family: avenirltstd-heavy;
    src: url(../font/avenirltstd-heavy.TTF);
}

@font-face {
    font-family: avenirltstd-light;
    src: url(../font/avenirltstd-light.TTF);
}

@font-face {
    font-family: avenirltstd-medium;
    src: url(../font/avenirltstd-medium.TTF);
}

:root {
    --primary: #64DD17;
    --secondary: #858992;
    --secondary-dark: #1b1b1b;
    --primary-hover: #53b118;
    --primary-light: #c1f79f;
    --primary-dark: #943911;
    --rgba-primary-1: rgba(100, 221, 23, 0.1);
    --rgba-primary-2: rgba(235, 129, 83, 0.2);
    --rgba-primary-3: rgba(235, 129, 83, 0.3);
    --rgba-primary-4: rgba(235, 129, 83, 0.4);
    --rgba-primary-5: rgba(235, 129, 83, 0.5);
    --rgba-primary-6: rgba(235, 129, 83, 0.6);
    --rgba-primary-7: rgba(235, 129, 83, 0.7);
    --rgba-primary-8: rgba(235, 129, 83, 0.8);
    --rgba-primary-9: rgba(235, 129, 83, 0.9);
    --font-family-base: 'avenirltstd', Roboto, sans-serif;
    --font-family-title: 'avenirltstd-bold', Roboto, sans-serif;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #89879f;
    border-radius: 3px;
}

a {
    text-decoration: none;
    color: #64DD17;
}

body {
    font-family: avenirltstd-medium;
    padding: 0;
    margin: 0;
    background-color: #F5F7FB;
    font-size: 14px;
}

.main-container {
    min-height: 80vh;
}

.login {
    height: 100vh;
    display: table;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.fame_tec {
    background-image: url(../images/login_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    padding: 80px 45px 50px 45px;
}

.logo_img {
    width: 40%;
    margin: auto;
    text-align: center;
}

.login_con h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0px;
    font-family: avenirltstd-heavy;
}

.login_con p {
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0px;
}

.login_con {
    margin-top: 100px;
}

.title h2 {
    font-size: 40px;
    color: #1B1B1B;
    margin-bottom: 0px;
    font-family: avenirltstd-heavy;
}

.form-label {
    font-size: 14px;
    color: #858992;
    font-family: avenirltstd-heavy;
}

.form-control {
    font-size: 14px;
    color: #2D2151;
    border-radius: 12px;
    background-color: #fff;
    border: none;
    height: 50px;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.02);
    font-family: avenirltstd-heavy;
}

.form-control::placeholder {
    color: #2D2151;
}

.form_box {
    margin-top: 30px;
}

.form_box p {
    text-align: right;
}

.form_box p a {
    font-size: 14px;
    color: #858992;
    text-decoration: none;
    font-family: avenirltstd-heavy;
}

.com_btn {
    border-radius: 12px;
    font-size: 16px;
    color: #fff;
    border: none;
    width: 100%;
    height: 48px;
    border: 2px solid #64DD17;
    background-color: #64DD17;
    font-family: avenirltstd-heavy;
    transition: all ease 0.5s 0s;
}

.com_btn:hover {
    background-color: #fff !important;
    border: 2px solid #64DD17;
    color: #64DD17;
    transition: all ease 0.5s 0s;
}

.com_btn:hover svg path {
    stroke: #64DD17;
}

.login_col {
    display: table;
}

.login_form {
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
}

.login_page {
    display: table-cell;
    vertical-align: middle;
}

.title p {
    font-size: 15px;
    color: #858992;
}

.com_btn svg {
    margin-top: -3px;
}

.mail_img {
    margin-bottom: 25px;
}


/********dashboard**********/

.main_con {
    background-color: #F5F7FB;
}

.main_title {
    margin-top: 35px;
    margin-bottom: 35px;
}

.main_title h3 {
    font-size: 20px;
    color: #64DD17;
    margin-bottom: 0px;
    font-family: avenirltstd-heavy;
}

.machine_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 35px;
    display: flex;
    width: 100%;
}

.machine_counter {
    height: 55px;
    width: 55px;
    border-radius: 5px;
    background-color: #01A562;
}

.machine_counter h4 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: avenirltstd-heavy;
    line-height: 55px;
}

.machine_text h4 {
    font-size: 20px;
    color: #1B1B1B;
    margin-bottom: 5px;
    font-family: avenirltstd-heavy;
}

.machine_text p {
    font-size: 13px;
    color: #858992;
    font-weight: 900;
    margin-bottom: 0px;
    font-family: avenirltstd-heavy;
}

.machine_text {
    margin-left: 15px;
    margin-top: 5px;
}

.y_b {
    background-color: #FFE812;
}

.y_b h4 {
    color: #1B1B1B;
}

.r_b {
    background-color: #E30613;
}

.g_b {
    background-color: #64DD17;
}

.machine_chart {
    background: #FFFFFF;
    box-shadow: 0px 12px 23px rgba(62, 73, 84, 0.04);
    border-radius: 20px;
    padding: 30px;
    font-family: avenirltstd-heavy;
}

.apexcharts-tooltip.apexcharts-theme-light {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1) !important;
    border: none !important;
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background-color: #F5F7FB !important;
    border: none !important;
}

.apexcharts-xaxistooltip {
    background: none !important;
    border: none !important;
    display: none !important;
}


/*********navbar******/

.ss_fame_tec_page {
    background-color: #E5E5E5;
}

.fame_navbar {
    background: #1B1B1B;
}

.fame_navbar .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: #64DD17;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #64DD17;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 24px;
}

.navbar-light .navbar-nav .active {
    position: relative;
}

.ss_fame_icon img {
    background: #64DD17;
    border-radius: 10px;
    padding: 11px;
}

.ss_fame_icon {
    margin-right: 10px;
}

.ss_proflie_icon img {
    border-radius: 10px;
}

.dropdown {
    position: relative;
}

.dropdown-menu .ss_dmenu {
    margin-left: -130px;
    margin-top: 5px;
    border: none;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

.dropdown-menu.show .ss_dmenu {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 12px 23px rgb(62 73 84 / 4%);
}

.dropdown-menu {
    min-width: 0!important;
    border: 0px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
}

.ss_dline {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

.ss_dmenu .dropdown-item::before {
    position: absolute;
    content: '';
    width: 5px;
    text-align: center;
    margin-top: 7px;
    margin-left: -13px;
    height: 5px;
    border-radius: 100%;
    background: rgba(100, 221, 23, 0.5);
}

.dropdown-menu .ss_dmenu:before {
    content: "";
    display: block;
    border-width: 14px 10px 0;
    border-style: solid;
    border-color: #F5F7FB transparent transparent;
    margin-left: 0px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease 0.5s 0s;
    margin-top: -12px;
    transform: rotate(180deg);
    margin-right: 6px;
}

.dropdown-menu .ss_dmenu {
    position: relative;
}

.ss_dmenu .dropdown-item {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding: 14px 33px;
    font-family: avenirltstd-heavy;
    transition: all ease 0.5s 0s;
}

.ss_dmenu .dropdown-item:active {
    color: #fff;
    text-decoration: rgba(0, 0, 0, 0.6);
    background-color: #F5F7FB !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #F5F7FB;
    transition: all ease 0.5s 0s;
}

.navbar .navbar-nav .nav-link {
    position: relative;
}


/*
.navbar .navbar-nav .nav-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #64DD17;
    width: 0%;
    content: '';
    height: 3px;
} */

.navbar .navbar-nav .nav-link:hover::after {
    width: 80%;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: #FFFFFF;
    margin: 8px 0;
    transition: 0.4s;
    border-radius: 50px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.navbar-light .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.navbar {
    padding: 0;
}

.nav-link {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 0px;
}

.navbar-nav .nav-item a {
    padding: 0;
    border-bottom: 3px solid #1B1B1B;
}

.navbar-nav .nav-item a:hover {
    transition: all ease 0.5s 0s;
    border-bottom: 3px solid #64DD17;
}


/* .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
} */

.navbar-nav .nav-item {
    padding: 0px 30px;
}

footer {
    margin-top: 100px;
    border-top: 1px solid rgba(45, 33, 81, 0.2);
    width: 100%;
    bottom: 0;
    background-color: #F5F7FB;
}

.footer_text p {
    font-size: 15px;
    color: #000000;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-family: avenirltstd-heavy;
}

.footer_text p a {
    color: #64DD17;
    text-decoration: none;
}

.chart_title h3 {
    font-size: 24px;
    color: #1B1B1B;
    margin-bottom: 0px;
    font-family: avenirltstd-heavy;
    padding-top: 7px;
}

.chart_dropdown select {
    display: none;
}

.chart_dropdown .dropdown {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(133, 137, 146, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.chart_dropdown .dropdown:focus {
    background-color: #f1f1f1;
}

.chart_dropdown .dropdown:hover {
    background-color: #f3f3f3;
}

.chart_dropdown .dropdown:active,
.chart_dropdown .dropdown.open {
    background-color: #f0f0f0 !important;
    border-color: #e4e4e4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .05) inset;
}

.chart_dropdown .dropdown:after {
    content: "\f107";
    font: normal normal normal 20px/1 FontAwesome;
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 30%;
    font-weight: 600;
    color: #64DD17;
}

.chart_dropdown .dropdown.open:after {
    transform: rotate(-180deg);
}

.chart_dropdown .dropdown.open .list {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    padding: 0;
}

.chart_dropdown .dropdown.open .option {
    cursor: pointer;
}

.chart_dropdown .dropdown.wide {
    width: 100%;
}

.chart_dropdown .dropdown.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.chart_dropdown .dropdown .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    transform: scale(0.75);
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
}

.chart_dropdown .dropdown .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.chart_dropdown .dropdown .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.chart_dropdown .dropdown .option:hover,
.chart_dropdown .dropdown .option:focus {
    background-color: #f6f6f6 !important;
}

.chart_dropdown .dropdown .option.selected {
    font-weight: 600;
}

.chart_dropdown .dropdown .option.selected:focus {
    background: #f6f6f6;
}

.title_dropdown {
    display: flex;
}

.list ul {
    padding: 0;
    margin-bottom: 0px;
}

.list ul li {
    list-style: none;
}

.ss_mbox {
    padding: 30px 20px 20px 30px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgb(62 73 84 / 4%);
    border-radius: 20px;
}

.ss_mbox .ss_mtitle h5 {
    color: #2D2151;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    font-family: 'AVENIRLTSTD-HEAVY';
}

.input_type {
    background: #FFFFFF;
    border: 1px solid #E7E7E9;
    box-shadow: 0px 4px 2px rgb(0 0 0 / 2%);
    border-radius: 8px;
    padding: 15px;
    height: 45px;
}

.input_type::placeholder {
    color: #858992;
}

.ss_mbox .chart_dropdown .dropdown {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-family: avenirltstd-heavy;
    color: #858992;
}

.ss_mbox .chart_dropdown .dropdown .list {
    width: 100%;
}

.ss_liquid_box .ss_mbox {
    width: 97%;
    /* width: 100%; */
    position: relative;
    margin: 0px 14px 20px 14px;
}

.report {
    margin-bottom: 100px;
}

.ss_liquid_icon {
    width: 42px;
    height: 42px;
    background-color: #01A562;
    display: table;
    text-align: center;
    border-radius: 100px;
    margin-left: -50px;
    margin-top: 35px;
    position: absolute;
}

.ss_liquid_icon1 .ss_liquid_icon {
    background-color: #E30613;
}

.ss_liquid_icon2 .ss_liquid_icon {
    background-color: #FFE812;
}

.ss_limg {
    display: table-cell;
    vertical-align: middle;
}

.ss_vcon .ss_liquidcon {
    margin-left: 20px;
}

.ss_vcon .ss_liquidcon p {
    color: #1B1B1B;
    font-weight: 900;
    font-size: 14px;
    font-family: avenirltstd-heavy;
    line-height: 17px;
    margin-bottom: 10px;
}

.ss_vcon .ss_liquidcon h5 {
    color: #1B1B1B;
    font-size: 17px;
    font-family: avenirltstd-heavy;
    line-height: 17px;
}

.ss_lbtn {
    background: #64DD17;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
}

.ss_lline {
    border: 1px solid rgba(27, 27, 27, 0.3);
    height: 2px;
    opacity: 0.2;
    width: 100%;
    margin: 10px;
}

.ss_rinfo {
    padding: 0 10px 0 20px;
}

.ss_report h6 {
    color: #1B1B1B;
    font-size: 14px;
    font-family: avenirltstd-heavy;
    line-height: 17px;
    margin: 0 0px 10px 0px;
}

.ss_report h6 span {
    color: #858992;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    padding-left: 5px;
}

.ss_line {
    border-top: 1px solid #2D2151;
}

.ss_line p {
    color: #1B1B1B;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0;
}

.ss_line p span {
    color: #64DD17;
}

.ss_lbtn i {
    font-size: 28px;
    color: #fff;
    line-height: 38px;
    padding-left: 3px;
}

.con_info {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(62, 73, 84, 0.04);
    border-radius: 20px;
    padding: 15px 30px 30px 30px;
}

.con_info_box strong {
    font-size: 16px;
    color: #1B1B1B;
    font-family: avenirltstd-heavy;
}

.con_info_box p {
    font-size: 16px;
    color: #858992;
    font-family: avenirltstd-heavy;
}

.con_info_box strong img {
    margin-top: -4px;
}

.con_info_box p a {
    color: #858992;
    text-decoration: none;
}

.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgb(27 27 27 / 6%);
    border-radius: 15px;
    overflow: hidden;
}

.title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-text-color);
}

.intro {
    margin-bottom: 3em;
    color: var(--primary-text-color);
}


/* ACCORDION ITEM */

.accordion-item {
    width: 100%;
}

.accordion-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    min-height: 3.5rem;
    cursor: pointer;
    padding: 25px;
}

.accordion-item-title {
    color: #1B1B1B;
    font-size: 20px;
    text-align: left;
    font-family: avenirltstd-heavy;
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-item-body-content {
    width: 100%;
    padding-top: 1em;
    color: var(--primary-text-color);
    text-align: left;
    padding: 0px 25px 25px 25px;
}

.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 2px solid;
    width: 34px;
    height: 34px;
    color: #f7f8fc;
    transition: color 0.25s;
    position: relative;
    border-radius: 100%;
    background-color: #64DD17;
}


/* .icon:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #545d7a;
    border-radius: 20px;
    pointer-events: all;
    transition: all 0.3s ease-in-out;
  }
  .icon:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #545d7a;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
  } */

.accordion-item-header.active>.icon::before {
    transform: rotate(180deg);
}

.accordion-item-header.active>.icon::after {
    transform: rotate(90deg);
}

.divider {
    width: 100%;
    height: 1px;
    margin: 10px 0 10px 0;
    background-color: #dae1f5;
}


/* button {
    display: block;
    margin-top: 1.2em;
    padding: 0.6em 1.8em;
    border-radius: 30px;
    color: var(--primary-text-color);
    background: none;
    font-weight: 700;
    border: 2px solid #dae1f5;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
  }
  button:hover {
    background-color: #dae1f5;
  } */

.accordion-item {
    border: none;
}

.accordion-item-header.active {
    background-color: #64DD17;
}

.accordion-item-header.active .accordion-item-title {
    color: #fff;
}

.accordion-item-body {
    background-color: #64DD17;
    color: #fff;
    font-family: avenirltstd-heavy;
    font-size: 16px;
}

.icon i {
    font-size: 25px;
    transition: all ease 0.5s 0s;
}

.accordion-item-header.active .icon i {
    color: #64DD17;
    transform: rotate(180deg);
    transition: all ease 0.5s 0s;
}

.accordion-item-header.active .icon {
    background-color: #FFFFFF;
}


/*******history******/

.ss_history_pages {
    background: #FFFFFF;
    box-shadow: 0px 12px 23px rgb(62 73 84 / 4%);
    border-radius: 20px;
    padding: 30px 20px;
}

.ss_status_icons img {
    height: 20px;
}

.ss_yellow_icons {
    height: 25px;
    width: 25px;
    background: #FFE812;
    border-radius: 30px;
    text-align: center;
    line-height: 23px;
}

.ss_status_yellow span {
    color: #FFE812;
    ;
}

.ss_status_yellow {
    color: #858992;
    min-width: 70px;
    font-family: avenirltstd-heavy;
}

.ss_red_icons {
    height: 25px;
    width: 25px;
    background: #E30613;
    border-radius: 25px;
    text-align: center;
    line-height: 23px;
}

.ss_status_red span {
    color: #E30613;
    ;
}

.ss_status_red {
    color: #858992;
}

.ss_green_icons {
    height: 25px;
    width: 25px;
    background: #01A562;
    border-radius: 25px;
    text-align: center;
    line-height: 23px;
}

.ss_status_green span {
    color: #01A562;
    ;
}

.ss_status_green {
    color: #858992;
}

.ss_min_width {
    min-width: 70px;
}

.ss_right_arrow {
    height: 25px;
    width: 25px;
    background: #64DD17;
    border-radius: 25px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
}

.ss_right_arrow img {
    height: 12px;
}

table.dataTable {
    border-bottom: 1px solid rgba(0, 0, 0, 0)!important;
    font-family: avenirltstd-heavy;
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.00);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.0);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.00);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}

#myTable tr td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #858992;
    font-family: avenirltstd-heavy;
}

#myTable tr th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dataTables_paginate a {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-right: 5px;
    border-radius: 5px!important;
}

.dataTables_paginate .current {
    background: #64DD17!important;
    color: #FFFFFF!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #64DD17!important;
    color: #FFFFFF!important;
}

#myTable_filter label {
    color: #1B1B1B!important;
    font-family: avenirltstd-heavy;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 40px;
}

.dataTables_wrapper .dataTables_filter input:focus {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    outline: none!important;
}

.dataTables_wrapper .dataTables_length select {
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    outline: none!important;
}

.dataTables_length {
    font-family: avenirltstd-heavy;
    text-transform: capitalize;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #64DD17!important;
    color: #FFFFFF!important;
}

.paginate_button.disabled:hover,
.paginate_button.disabled:active {
    cursor: default;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    color: rgb(255, 255, 255) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent!important;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
    padding: 30px 0;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.0) !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0) !important;
}

.ss_close_model {
    background: transparent;
    border: 0!important;
}

.ss_model_header {
    border-bottom: 0!important;
}

.ss_model_header .modal-title {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-bottom: 10px;
    width: 100%;
}

.ss_model_header .modal-title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    min-width: 40px;
    background: #64DD17;
    border-radius: 50px;
}

.ss_table_rows p {
    margin-bottom: 0;
    color: #858992;
    font-family: avenirltstd-heavy;
}

.ss_table_rows {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 45px;
}

.modal {
    font-family: avenirltstd-heavy;
}

.ss_notes strong {
    color: #1B1B1B;
}

.ss_notes p {
    color: #858992;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}


/************new*******/

.ss_scanner_box {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgb(62 73 84 / 4%);
    border-radius: 10px;
    padding: 25px 25px;
}

.ss_machine_details ul {
    padding: 0;
    display: flex;
    margin: 0;
}

.ss_machine_details ul li {
    list-style-type: none;
    margin-right: 20px;
}

.ss_machine_details h6 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #64DD17;
    margin-bottom: 0;
    padding-top: 15px;
    font-family: avenirltstd-heavy;
    display: flex;
}

.ss_machine_details h6 span {
    color: #1B1B1B;
    margin-left: 5px;
}

.ss_machine_status {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px rgb(62 73 84 / 4%);
    border-radius: 10px;
    padding: 65px 30px;
}

.ss_status_icon {
    background: #01A562;
    height: 36px;
    width: 36px;
    border-radius: 100px;
    text-align: center;
    line-height: 32px;
    margin-top: -8px;
    margin-left: 10px;
}

.ss_all_web_btn a {
    color: #FFFFFF!important;
    text-decoration: none;
}

.ss_all_web_btn a img {
    margin-left: 10px;
}

.ss_all_web_btn {
    background: #64DD17;
    border-radius: 8px;
    padding: 13px 50px;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #64DD17;
    transition: all ease 0.5s 0s;
}

.ss_all_web_btn:hover {
    background-color: #fff;
    border: 2px solid #64DD17;
    color: #64DD17;
    transition: all ease 0.5s 0s;
}

.ss_all_web_btn:hover a {
    color: #64DD17 !important;
    transition: all ease 0.5s 0s;
}

.ss_all_web_btn:hover a svg path {
    stroke: #64DD17;
}

.ss_fame_tab_box ul {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(62, 73, 84, 0.04);
    border-radius: 10px;
}

.ss_fame_tab_box .nav-pills .nav-link {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #858992;
    margin: 0 30px;
    font-family: avenirltstd-heavy;
    position: relative;
}

.nav-link {
    padding: 15px 20px;
}

.ss_fame_tab_box .nav-pills .nav-link.active {
    color: #64DD17;
    background: transparent;
    border-radius: 0px;
}

.ss_fame_tab_box .nav-pills .nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    display: inline-block;
    bottom: 0px;
    border-radius: 30px 30px 0px 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ss_fame_tab_box .nav-pills .nav-link.active::after {
    background-color: #64DD17;
}

.ss_all_content_detail {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(62, 73, 84, 0.04);
    border-radius: 10px;
    padding: 20px 30px;
}

.ss_fame_line {
    border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.ss_product_name h6 {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #1B1B1B;
}

.ss_catogory h6 {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #858992;
}

.ss_matrial h6 {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #64DD17;
}

.ss_product_name img {
    margin-top: -5px;
    margin-left: 10px;
}

.ss_note_detail h6 {
    font-weight: 900;
    font-size: 13px;
    line-height: 16px;
    color: #1B1B1B;
    margin-bottom: 0;
}

.ss_note_detail p {
    font-weight: 900;
    font-size: 13px;
    line-height: 16px;
    color: #858992;
}

.ss_contact_box {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(62, 73, 84, 0.04);
    border-radius: 10px;
    padding: 30px 20px 30px 20px;
    margin-bottom: 20px;
}

.ss_cbtn {
    background: #64DD17;
    border-radius: 50px;
    padding: 10px;
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 15px;
    line-height: 17px;
    font-family: avenirltstd-heavy;
}

.ss_cbtn a {
    text-decoration: none;
    color: #FFFFFF!important;
}

.ss_cinfo h5 {
    color: #1B1B1B;
    font-family: avenirltstd-heavy;
    font-weight: 900;
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 10px;
}

.ss_cinfo ul {
    padding: 0;
    display: flex;
    margin: 0;
    list-style: none;
}

.ss_cinfo ul li {
    color: #858992;
    font-weight: 900;
    font-size: 12px;
    line-height: 12px;
    padding-right: 10px;
    font-family: avenirltstd-heavy;
}

.ss_cinfo ul li img {
    margin-right: 5px;
    margin-top: -3px;
}

.ss_cline {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.ss_line {
    border-top: 1px solid #2D2151;
}

.ss_line p {
    color: #1B1B1B;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin: 20px 0;
}

.ss_line p span {
    color: #64DD17;
}

.ss_pdf_btn {
    float: right;
}

.ss_pdf_btn .ss_all_web_btn {
    width: 250px;
}

.tab-pane .ss_table_rows strong {
    font-family: avenirltstd-heavy;
    display: inline-flex;
}

.ex_title h5 {
    font-size: 16px;
    color: #64DD17;
    font-family: avenirltstd-heavy;
}

.ss_notes {
    font-family: avenirltstd-heavy;
}

.ss_cname ul li img {
    width: 10%;
}

.ft_img {
    width: 18% !important;
}

p.errow_text {
    font-size: 12px;
    color: #E30613;
    text-align: left;
    font-family: avenirltstd-heavy;
    margin-top: 7px;
}

.tooltip {
    cursor: pointer;
    display: inline-block;
    position: relative;
    opacity: 1 !important;
}

.tooltip .tooltip__content {
    font-family: avenirltstd-heavy;
    background-color: #fff;
    border-radius: 4px;
    bottom: 0px;
    color: #000;
    left: 50%;
    margin-left: -70%;
    opacity: 0;
    text-align: left;
    transition: opacity 0.5s;
    visibility: hidden;
    width: 260px;
    z-index: 1;
    top: 35px;
    position: absolute;
    padding: 10px;
    display: flex;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
    height: 39px;
    border-bottom: 5px;
}

.tooltip .tooltip__content::after {
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    content: "";
    left: 8%;
    margin-left: -5px;
    position: absolute;
    top: -10px;
    transform: rotate(180deg);
}

.tooltip:hover .tooltip__content {
    opacity: 1;
    visibility: visible;
}

.tooltip img {
    margin-top: -6px;
    margin-left: 5px;
}

.action {
    height: 20px;
    width: 20px;
    background-color: #E30613;
    border-radius: 100%;
    text-align: center;
    line-height: 23px;
    margin-right: 5px;
    float: left;
}

.action img {
    width: 42%;
    text-align: center;
    margin-left: -1px;
    text-align: center;
    margin-top: -6px;
}

.notification_box {
    width: 240px;
    margin-left: -200px !important;
    max-height: 350px;
    overflow-y: auto !important;
}

.not_box {
    padding: 10px;
    border-bottom: 1px solid #DADCDE;
}

.not_box:hover {
    cursor: pointer;
}

.notification_box .not_box p {
    font-size: 14px;
    margin-bottom: 0;
}

.tooltipWrapper {
    margin-left: 5px;
}

.tooltip_open {
    position: absolute;
    display: none;
    background-color: #fff;
    box-shadow: 0px 1px 10px rgb(0 0 0 / 10%);
    padding: 8px 15px;
    border-radius: 5px;
    margin-top: 5px;
}

.daterangepicker {
    font-family: avenirltstd-medium;
}

.daterangepicker.show-calendar .ranges {
    margin: 0;
    border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border: none;
}

.daterangepicker td.in-range {
    background-color: var(--rgba-primary-1);
}

.daterangepicker .ranges li.active {
    background-color: var(--primary);
}

.daterangepicker td.active {
    background-color: var(--primary);
}

.daterangepicker td.active:hover {
    background-color: var(--primary);
}

.daterangepicker button.applyBtn {
    background-color: var(--primary);
    border-color: var(--primary);
}

.datepicker.datepicker-dropdown {
    background: #f2f4fa;
    border-radius: 1px;
    border: 1px solid #EEEEEE;
}

.ss_profileedit {
    position: relative;
}

.ss_pimg img {
    height: 100%;
    min-width: 100px;
}

.ss_profileedit .ss_edit {
    background: #7A5DF8;
    border: 3px solid #FFFFFF;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    top: 38px;
    text-align: center;
    z-index: 1112;
    line-height: 30px;
    position: absolute;
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    top: -8px;
    margin-left: 105px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #64DD17;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #64DD17;
}

.avatar-upload .avatar-edit input+label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #FFF;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 124px;
    height: 124px;
    position: relative;
    border-radius: 10px;
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.user_details {
    margin-left: 20px;
}

.user_details h5 {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1B1B1B;
    font-family: avenirltstd-heavy;
    margin-bottom: 3px;
}

.user_details h6 {
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    font-family: avenirltstd-heavy;
    color: #777777;
}

.password_update {
    margin-top: 20px;
}

.password_update .ss_liquid_detail {
    background: #FFFFFF;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.password_update .ss_fame_tab_box ul {
    margin: 0 30px;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #c4c4c4;
}

.password_update .nav-link {
    padding: 20px 0 15px;
}

.ss_space_tab {
    padding-right: 30px;
}

.password_update .ss_fame_tab_box .nav-pills .nav-link {
    margin: 0;
}

.password_update .ss_fame_tab_box .nav-pills .nav-link p {
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #1B1B1B;
    margin: 0 10px 0 10px;
}

.nav-link.active svg path {
    fill: #64DD17;
}

.ss_change_detail {
    padding: 0 30px;
}

.password_update .form-control {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 15%);
}

.ss_textbox_area .form-control {
    height: 145px;
}

.submit_btn_com {
    width: 200px;
}

.password-strength ul {
    padding: 0;
    margin: 0!important;
    list-style: none;
    border: 0!important;
}

.password-strength ul li {
    margin-bottom: 10px;
}

.password-strength ul li span.ps-icon {
    line-height: 14px;
    width: 18px;
    height: 18px;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 50px!important;
}

.password-strength ul li span.ps-icon {
    margin-right: 5px;
}

.btn-success {
    background: #01a562;
    border: #01a562;
}

.text-primary {
    color: #64DD17 !important;
}

.text-success {
    color: #01A562 !important;
}

.text-warning {
    color: #FFE812 !important;
}

.text-danger {
    color: #E30613 !important;
}

.btn-primary {
    background-color: #64DD17;
    border-color: #64DD17;
}

.btn-success {
    background-color: #01A562 !important;
    border-color: #01A562 !important;
}

.bg-success {
    background-color: #01A562;
    border-color: #01A562;
}

.btn-warning,
.bg-warning {
    background-color: #FFE812;
    border-color: #FFE812;
}

.btn-danger,
.bg-danger {
    background-color: #E30613;
    border-color: #E30613;
}

.fluid-icon-lg {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    line-height: 25px;
}

.fluid-icon:hover,
.fluid-icon-lg:hover {
    cursor: inherit !important;
}

.apexcharts-xaxis-label:first-child {
    transform: translateX(10px)
}

.select2-dropdown {
    border-color: #E7E7E9;
}

.select2-container--default .select2-selection--multiple {
    height: 45px!important;
    border: 1px solid #E7E7E9!important;
    font-family: avenirltstd-heavy;
    border-radius: 8px!important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-family: avenirltstd-heavy;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 12px!important;
    margin-left: 10px;
    font-family: avenirltstd-heavy;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #64DD17;
    color: white;
}

.btn-primary:disabled {
    background-color: #8bd65d !important;
    border-color: #8bd65d !important;
}

.btn-primary:disabled:hover {
    cursor: no-drop;
}

.form-control:focus {
    border-color: #64DD17;
    box-shadow: 0px 1px 5px rgb(100 221 23 / 50%);
}

.space-break {
    white-space: break-spaces;
}

.password-show {
    position: absolute;
    top: 43px;
    right: 10px;
}

.btn:focus {
    box-shadow: none;
}

.btn-stat-icon {
    width: 20px;
    height: 20px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    color: #858992;
}

.select2-container--default .select2-selection--single {
    height: 45px!important;
    border: 1px solid #E7E7E9!important;
    font-family: avenirltstd-heavy;
    border-radius: 8px!important;
    line-height: 45px;
}

.select2-container--focus .select2-selection--multiple,
.select2-container--focus .select2-selection {
    border-color: #64DD17 !important;
    box-shadow: 0px 1px 5px rgb(100 221 23 / 50%);
    border-radius: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    color: #858992;
}

.history-button {
    color: #fff;
    padding: 7px 30px;
}

.pdf-btn {
    color: #fff;
    margin-top: 15px;
}

.history-button:hover,
.pdf-btn:hover {
    color: #64DD17;
    cursor: pointer;
}

.history-button svg,
.pdf-btn svg {
    vertical-align: initial;
}

.history-button:hover svg path,
.pdf-btn:hover svg path {
    stroke: #64DD17;
}

.overlay-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
}

.ss_scanner_box:hover .overlay-layer {
    display: flex;
}

.dt-buttons {
    display: inline-block;
}

.buttons-pdf {
    background: #64DD17;
    border-radius: 8px;
    padding: 7px 30px;
    font-weight: 900;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #64DD17;
    transition: all ease 0.5s 0s;
    color: #fff;
    margin-left: 20px;
    margin-top: 2px;
}

.is-invalid {
    background-image: none !important;
}

.ss_liquidcon1{
    display: flex;
    align-items: center;
    justify-content: center;
}

table.dataTable tbody tr.bg-primary-light{
    background: rgba(100, 221, 23, 0.1);
}
