/*https://bootstrapious.com/p/how-to-change-bootstrap-navbar-height */
.container {
    width: 92%;
}

.header-container {}

.header-container:before {
    display: table;
    content: "";
}

.header-container:after {
    clear: both;
}

.navbar {
    min-height: 70px;
}

button:disabled {
    opacity: .5;
    cursor: not-allowed;
    color: #999;
    background: #cacaca;
    border-color:#cacaca ;
}

.gap-10 {
    gap: 10px
}

.w-max-80 {
    max-width: 80px;
}
.w-max-600 {
    max-width: 600px;
}

.navbar-brand {
    padding: 0 15px 0 0;
    height: 70px;
    line-height: 70px;
    color: #fff !important;
    font-size: 25px;
}

.navbar-brand img {
    width: 45px !important
}

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



.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 18px;
    /*margin-top: 23px; */
    padding: 9px 10px !important;
}


@media (min-width: 1200px) {
    .navbar-nav>li>a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        /*padding-top: 26.5px;
        padding-bottom: 26.5px; */
        padding-top: 21.5px;
        padding-bottom: 21.5px;
        line-height: 27px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (min-width: 1025px) and (max-width:1280px) {
    .navbar-brand{
        font-size: 18px;
        padding-right:10px;
    }
    .navbar-container{
        width:98%;
    }
    .container {
        width: 98%;
    }
    .navbar-container{
        width: 98%;
    }
    
}
@media (min-width: 1281px) and (max-width:1399px) {
    .navbar-nav>li>a{
       
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .navbar-container{
        width:98%;
    }
    
}
@media (max-width: 1200px) {

    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

}

.nav a {
    font-size: 1.1em;
}


.wrapper {
    min-height: calc(100vh - 200px);
}

.footer {
    height: 20px;
}

.thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}

form .progress {
    line-height: 20px;
}

.progress {
    display: inline-block;
    width: 150px;
    border: 1px groove #CCC;
}

.progress div {
    font-size: smaller;
    background: green;
    width: 0;
}

.background_image {
    background-image: url('ngapp/assets/img/blueBackground.jpg');
}

.navbar-custom {
    background-color: #4694f0;
    color: #fff;
    border-radius: 0;
}
.headerOuter.navbar-custom .navbar-brand{
    padding: 0 ;
    height: auto;
    width: auto; 
}

.headerOuter.navbar-custom{
    min-height: 80px;
    background: #fff;
    color: #777;
}
.headerOuter.navbar-custom li a{
    font-size: 15px;
    font-weight: 500;
    padding-left: 25px;
    padding-right: 25px;
    font-family: 'Poppins';
    color: #777 !important;
}

.headerOuter.navbar-custom li a:hover,
.headerOuter.navbar-custom li a:focus,
.headerOuter.navbar-custom li a.active{
    color: #4694F0 !important;
    background: transparent !important;
}
.headerOuter.navbar-custom .btn{
    min-height: 36px;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    background: #4694F0;
    color: #fff;
}
/* .headerOuter.navbar-custom .navbar-brand img{
    min-height: 80px;
} */
/* @media (min-width: 768px) {
    .headerOuter.navbar-custom .navbar-container {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .headerOuter.navbar-custom .navbar-container {
        width: 1170px;
    }
}
@media (min-width: 992px) {
    .headerOuter.navbar-custom .navbar-container {
        width: 970px;
    }
}
@media (min-width: 768px) {
    .headerOuter.navbar-custom .navbar-container {
        width: 750px;
    }
} */



.navbar-custom .navbar-nav>li>a {
    color: #fff;
}

.navbar-custom .navbar-nav>.active>a {
    color: #fff;
    background-color: transparent;
}

.navbar-custom .navbar-nav>li>a:hover,
.navbar-custom .navbar-nav>li>a:focus,
.navbar-custom .navbar-nav>.active>a:hover,
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.open>a {
    text-decoration: none;
    /* background-color: rgb(12, 79, 146); */
    background-color: #3f85d8;
    color: #fff;
}

.navbar-custom .navbar-brand {
    color: hsla(120, 100%, 26%, 0.336);
}

.navbar-custom .navbar-toggle {
    background-color: #eeeeee;
}

.navbar-custom .icon-bar {
    background-color: rgb(12, 79, 146)
}

.table_margin {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 575.98px) {
    .table_margin {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.machine-label {
    display: inline-block;
    /* width: 200px; */
}

/* input[type='datetime-local'] {
    padding: 0%;
    text-align: center;
} */

.navbar-nav>li>.dropdown-menu {
    background-color: #4694f0;
    color: #fff;
}

.navbar-nav>li>.dropdown-menu>li>a {
    background-color: #4694f0;
    color: #fff;
    padding: 8px 20px;
}

.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus {
    /* background: rgb(12, 79, 146);
    background-color: rgb(12, 79, 146); */
    background-color: #3f85d8;
    background: #3f85d8;
    color: #fff;
}

.inputSearch {
    background-color: white;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 85%;
    height: 35px;
    /* font-size: 18px; */
    font-size: 14px;
    padding-left: 10px;
    color: black;
    float: right;
}

@media (max-width: 575.98px) {
    .inputSearch {
        width: 78%;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    margin: 30px auto;
    height: 40%;
}

/* Initial setup */
.bg-black {
    background-color: black;
    height: 1px;
    margin: 10px 0px;
}

.initial_setup h5 {
    padding: 4px 0px;
}

/* common */
.responsive-table-container {
    /* width: 100%;
    overflow-x: auto; */
}

.scroll-down-button-wrapper {
    margin-top: 20px;
    text-align: right;
    padding: 0 10px;
}

.scroll-top-button-wrapper {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
    padding: 0 10px;
}

.godownbtn {
    position: fixed;
    width: 40px;
    height: 40px;
    background: rgba(39, 174, 96, 0.6);
    top: 90px;
    right: 15px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 24px;
    z-index: 999;
    border-radius: 4px;
}

.gotopbtn {
    position: fixed;
    width: 40px;
    height: 40px;
    background: rgba(39, 174, 96, 0.6);
    bottom: 20px;
    right: 15px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 24px;
    z-index: 999;
    border-radius: 4px;
}

.page-header-container {
    margin-top: 32px;
    margin-bottom: 16px;
}

.page-header-container>div {
    padding: 0;
}

.page-header-container .page-title {
    margin: 0 0 24px 0;
    padding: 0;
}

.page-header-container .button-container {
    padding-left: 0;
}

.page-header-container .button-container>button {
    margin-bottom: 12px;
    margin-left: 10px;
}

.page-header-container .button-container>button:first-child {
    margin-left: 0;
}

.search-text-container {
    margin-bottom: 18px;
}

.search-text-container .search-text {
    color: black;
    font-size: 16px;
}

.list-wrapper .list-sub-title {
    margin-top: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
    .list-wrapper .list-sub-title {
        margin-top: 2rem;
    }
}

.list-container {
    margin-top: 2rem;
}

.list-container .each-item-wrapper {
    text-align: -webkit-center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

@media (max-width: 575.98px) {
    .list-container .each-item-wrapper {
        height: auto;
        padding: 8px 5px;
    }
}

.listMachinePage .list-container .each-item-wrapper .each-item-container {
    max-height: fit-content;
}

.list-container .each-item-wrapper .each-item-container {
    width: 100%;
    padding: 10px;
    max-height: 392px;
}

@media (max-width: 575.98px) {
    .list-container .each-item-wrapper .each-item-container {
        padding: 15px 7px;
    }
}

.list-container .each-item-wrapper .each-item-container .item-image {
    margin-bottom: 5px;
    margin-top: 10px;
    align-items: center;
    height: 175px;
    width: 100%;
}

/* @media (max-width: 575.98px) {
    
} */

.list-container .each-item-wrapper .each-item-container .item-name {
    clear: both;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.list-container .each-item-wrapper .each-item-container input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}

/* product page  */
.top-toolbar-button-container {
    margin-top: 24px;
}

.top-toolbar-button-container>button:first-child,
.top-toolbar-button-container>div:first-child {
    margin-left: 0;
}

.top-toolbar-button-container>button,
.top-toolbar-button-container>div {
    margin-left: 5px;
    margin-bottom: 24px;
    min-width: 160px;
}

@media (max-width: 575.98px) {

    .top-toolbar-button-container>button,
    .top-toolbar-button-container>div {
        min-width: 140px;
        margin-bottom: 12px;
    }
}

/* Products page (url - `/product`) */
.product-list-container .each-item-container .product-code {
    clear: both;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 2px;
    height: 25px;
}

.product-list-container .each-item-container .product-price {
    margin-bottom: 10px;
    margin-top: 15px;
    color: rgb(3, 16, 131);
    font-weight: bold;
}

.product-list-container .each-item-container .edit-btn {
    color: blue;
}

.product-list-container .each-item-container .remove-btn {
    color: red;
}

/* My Pref -> Terms and Conditions page  */
.first-terms-conditions-wrapper,
.second-terms-conditions-wrapper {
    padding: 30px 40px 0 40px;
}

.first-terms-conditions-wrapper .title,
.second-terms-conditions-wrapper .title {
    margin-right: 0in;
    margin-left: 0in;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    font-size: 32px;
    font-family: "Times New Roman", serif;
    text-align: center;
}

.first-terms-conditions-wrapper .title span,
.second-terms-conditions-wrapper .title span {
    font-size: 29px;
    font-family: "Arial", sans-serif;
}

.first-terms-conditions-wrapper .term_lead,
.second-terms-conditions-wrapper .term_lead {
    margin: 0in;
    font-size: 14px;
    font-family: Consolas;
    margin-bottom: 1.5rem;
}

.first-terms-conditions-wrapper .small_text,
.second-terms-conditions-wrapper .small_text {
    font-size: 14px;
    font-family: "Arial", sans-serif;
    color: #666666;
}

.first-terms-conditions-wrapper .sub-title,
.second-terms-conditions-wrapper .sub-title {
    margin-top: 3rem;
    margin-right: 0in;
    margin-bottom: 1.3rem;
    margin-left: 0in;
    line-height: 107%;
    font-size: 17px;
    font-family: "Calibri Light", sans-serif;
    color: #2F5496;
    font-weight: normal;
}

.first-terms-conditions-wrapper .sub-title span,
.second-terms-conditions-wrapper .sub-title span {
    font-size: 16px;
    line-height: 107%;
    color: black;
}

@media (max-width: 575.98px) {

    .first-terms-conditions-wrapper,
    .second-terms-conditions-wrapper {
        padding: 30px 15px 0 15px;
    }

    .first-terms-conditions-wrapper .title,
    .second-terms-conditions-wrapper .title {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .first-terms-conditions-wrapper .term_lead,
    .second-terms-conditions-wrapper .term_lead {
        font-size: 13px;
    }

    .first-terms-conditions-wrapper .small_text,
    .second-terms-conditions-wrapper .small_text {
        font-size: 13px;
    }
}

/* page titles */
.page-title-1 {
    margin-top: 102px;
    margin-left: -10px;
}

.page-title-2 {
    margin-top: 120px;
    line-height: 30px;
}

.page-title-3 {
    margin-top: 70px;
}

@media (max-width: 1199.98px) {
    .page-title-1 {
        margin-top: 32px;
    }

    .page-title-2 {
        margin-top: 50px;
    }

    .page-title-3 {
        margin-top: 0;
    }
}

@media (min-width: 1440px) {
    .page-title-1 {
        margin-top: 32px;
    }

    .page-title-2 {
        margin-top: 50px;
    }

    .page-title-3 {
        margin-top: 0;
    }
}

/* reset_planogram page */
.reset-planogram-bottom-button-wrapper {
    padding: 30px 150px 0 150px;
}

@media (max-width: 575.98px) {
    .reset-planogram-bottom-button-wrapper {
        padding: 20px 0;
    }
}

/* machine configuration */
.machine-configuration-container {}

.machine-configuration-container .sub-title {
    margin-top: 30px;
    margin-bottom: 18px;
    margin-left: -10px;
}

.machine-configuration-container .form-group {
    margin-left: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: space-between; */
}

.machine-configuration-container .form-group label {
    margin: 0;
}

.machine-configuration-container .form-group>input,
.machine-configuration-container .form-group>select {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
}

.machine-configuration-container .machine-configuration-top-button-wrapper {
    margin-top: 44px;
}

.machine-configuration-container .machine-configuration-bottom-button-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width: 575.98px) {
    .machine-configuration-container .machine-configuration-top-button-wrapper {
        margin-top: 20px;
    }

    .machine-configuration-container .machine-configuration-bottom-button-wrapper {
        margin-bottom: 0;
    }
}

/* `/machine_product_map/:id` page */
.machine-product-map-top-wrapper {
    margin-top: 90px;
}

@media (max-width: 1199.98px) {
    .machine-product-map-top-wrapper {
        margin-top: 20px;
    }
}

@media (min-width: 1440px) {
    .machine-product-map-top-wrapper {
        margin-top: 20px;
    }
}

.machine-product-map-top-wrapper .planogram-sub-label {
    margin-bottom: 20px;
}

@media (max-width: 575.98px) {
    .machine-product-map-top-wrapper .planogram-sub-label {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }

    .machine-product-map-top-wrapper .planogram-sub-label select {
        max-width: 50%;
    }
}

.machine-product-map-top-button-wrapper {
    margin-top: 20px;
    margin-bottom: 15px;
}

.machine-product-map-top-button-wrapper>button {
    margin-left: 10px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .machine-product-map-top-button-wrapper>button {
        margin-bottom: 10px;
        margin-left: 0;
        min-width: 160px;
    }
}

.machine-product-map-top-button-wrapper>button:first-child {
    margin-left: 0;
}

.machine-product-map-wrapper .product-list-wrapper {}

.machine-product-map-wrapper .each-machine-product-wrapper {
    text-align: -webkit-center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.machine-product-map-wrapper .each-machine-product-container {
    width: 100%;
    padding: 15px 10px;
}

.machine-product-map-wrapper .each-machine-product-container.itemCard {
    min-height: 443px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.machine-product-map-wrapper .each-machine-product-container .item-image {
    margin-bottom: 5px;
    margin-top: 10px;
    align-items: center;
    height: 175px;
}

@media (max-width: 575.98px) {
    .machine-product-map-wrapper .each-machine-product-wrapper {
        height: auto;
        padding: 15px 10px;
    }

    .machine-product-map-wrapper .each-machine-product-container .item-image {
        height: auto;
    }

    .machine-product-map-wrapper .each-machine-product-container {
        padding: 15px 7px;
    }
}

/* Dashboard */
.dashboard-container {}

.dashboard-container .map-container {
    border-top: dashed;
    border-color: rgb(201, 201, 201);
    margin-bottom: 24px;
}

.dashboard-container .export-to-excel-container {
    margin-bottom: 1rem;
}

.dashboard-container .export-to-excel-container button {
    margin-top: 1rem;
}

.dashboard-container .each-info-card-row:first-child {
    /* margin-top: 50px; */
}

.dashboard-container .each-table-card-container {
    margin-top: 12px;
    margin-bottom: 12px;
}

.dashboard-container .each-info-card-container {
    margin-top: 12px;
    /* margin-bottom: 12px; */
}

.dashboard-container .each-info-card-container .card-body {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
}


.dashboard-container .each-info-card-container .card-body .each-value-container {}

.dashboard-container .each-info-card-container .category-label {
    font-size: 17px;
}

.dashboard-container .each-info-card-container .card-title {
    font-size: 30px;
}

.dashboard-container .each-info-card-container .card-text {
    font-size: 14px;
}

.dashboard-container .each-info-card-container .category-label {
    font-size: 13px;
}

.dashboard-container .each-info-card-container .card {
    min-height: 165px;
}

.dashboard-container .each-info-card-row .each-table-card-container .card {
    padding: 15px;
}

.dashboard-container .each-info-card-row .each-table-card-container .card-body .responsive-table-container {
    min-height: 320px;
    max-height: 320px;
    overflow: auto;
}

.dashboard-container .each-info-card-row .each-table-card-container .card-body {
    padding: 0px;
}

.dashboard-container .each-info-card-container .category-value-label {
    font-size: 17px;
    font-weight: 700;
}

.dashboard-container .each-info-card-container .green-label {
    color: #00b050;
}

.dashboard-container .each-info-card-container .yellow-label {
    color: #ffc000;
}

.dashboard-container .each-info-card-container .dark-red-label {
    color: #b51500;
}

.dashboard-container .each-info-card-container .red-label {
    color: #ff0000;
}

.dashboard-container .each-info-card-container .blue-label {
    color: #0000ff;
}

/* Client List Page (url : `/client`) */
/* .client-list-container {
    margin-top: -70px;
} */
.category_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 7px;
}

.category_grid .img-thumbnail {
    min-width: 192px;
    width: 100%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .client-list-container {
        margin-top: 0;
    }
}

/* @media (min-width: 1440px) {
    .client-list-container {
        margin-top: -70px;
    }
} */

.client-list-container .filter-dropdown {
    margin-bottom: 1.5rem;
}

.client-list-container .client-list-wrapper {}

.client-list-container .each-client-wrapper {
    text-align: -webkit-center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.client-list-container .each-client-container {
    width: 100%;
    padding: 15px 10px;
    max-height: 370px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    min-height: 400px;
}

.client-list-container .each-client-container>* {
    margin: 0;
}

.client-list-container .each-client-container .client-name {
    clear: both;
    font-weight: bold;
    color: rgb(20, 1, 90);
    overflow: hidden;
    min-height: 21px;
}

.client-list-container .each-client-container .client-code {}

.client-list-container .each-client-container .client-address {
    display: block;
    word-wrap: break-word;
}

.client-list-container .each-client-container .client-email {
    display: block;
    word-wrap: break-word;
}

.client-list-container .each-client-container .client-phone {
    color: rgb(2, 2, 107);
}

.client-list-container .each-client-container .client-web-user {
    display: block;
    word-wrap: break-word;
}

.client-list-container .each-client-container .client-machine-user {
    display: block;
    word-wrap: break-word;
}

.client-list-container .each-client-container .edit-btn {
    position: absolute;
    bottom: 1.2rem;
    width: calc(100% - 2rem);
    left: 0;
    margin: 0 1rem;
}

@media (max-width: 575.98px) {
    .client-list-container .each-client-wrapper {
        height: auto;
        padding: 15px 10px;
    }

    .client-list-container .each-client-container {
        padding: 15px 7px;
    }

    .client-list-container .product-list-wrapper .product-list-sub-title {
        margin-top: 4rem;
    }
}

.client-list-container.detail-list .each-client-container {
    gap: 15;
    min-height: 280px;
}

.client-list-container.detail-list .each-client-container .edit-btn {
    color: blue;
    opacity: 0.8;
}

.client-list-container.detail-list .each-client-container .client-phone {
    color: rgb(2, 2, 107);
    font-weight: bold;
}

.client-list-container.detail-list .each-client-container .edit-btn:hover {
    opacity: 1;
}

/* Machine Login Details page (url - `/view_machine_user`) */
.machine-login-list-container .title-container {
    margin-bottom: 15px;
}

.machine-login-list-container .machine-login-list-wrapper {
    margin-top: 24px;
}

.machine-login-list-container .machine-login-list-wrapper .each-machine-login-container {
    padding: 10px 5px;
}

.machine-login-list-container .machine-login-list-wrapper .each-machine-login-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 5px 5px 10px 5px;
    min-height: 320px;
}


.machine-login-list-container .machine-login-list-wrapper .each-machine-login-wrapper input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
}

.machine-login-list-container .machine-login-list-wrapper .each-machine-login-wrapper .username {
    clear: both;
    font-weight: bold;
}

.machine-login-list-container .machine-login-list-wrapper .each-machine-login-wrapper .email {
    display: block;
    word-wrap: break-word;
}

.machine-login-list-container .machine-login-list-wrapper .each-machine-login-wrapper .mobile {}

.machine-login-list-container .machine-login-list-wrapper .each-machine-login-wrapper .status {
    color: rgb(7, 15, 116);
    font-weight: bold;
}

.machine-login-list-container .machine-login-list-wrapper .each-machine-login-wrapper .active {
    color: rgb(0, 100, 17);
    font-weight: bold;
}

.machine-login-list-container .machine-login-list-wrapper .each-machine-login-wrapper .blue-btn {
    color: blue;
}

.machine-login-list-container .machine-login-list-wrapper .each-machine-login-wrapper .red-btn {
    color: rgb(153, 0, 0);
}

.machine-login-list-container .search-container {
    margin-top: 15px;
}

/* Staff Details page (url - `/employee_detail`) */
.staff-detail-list-container {}

.staff-detail-list-container .title-container {
    margin-top: 50px;
}

.staff-detail-list-container .add-staff-btn {}

.staff-detail-list-container .upload-btn {
    margin-left: 10px;
}

.staff-detail-list-container .search-container {
    margin-top: 24px;
    margin-bottom: 20px;
}

.staff-detail-list-container .search-container>div {
    margin-bottom: 10px;
}

.staff-detail-list-container .search-container>div:first-child input[type="text"] {
    margin-bottom: 20px;
}

.staff-detail-list-container .search-label {
    color: black;
    font-size: 16px;
}

/* `/reset_planogram/:id page` */
.reset-planogram-container {}

.reset-planogram-container .machine-50-image {
    /* width: 256px;
    height: 251px; */
    width: 100%;
    height: 100%;
}

.reset-planogram-container .machine-name {
    font-weight: 700;
    font-size: 30px;
    color: #201076;
}

/* Vend Machine List page (url - `/machine`) */
.machine-list-container .list-wrapper .list-container .each-item-wrapper .each-item-container {
    max-height: fit-content;
}

.machine-list-container .list-wrapper .list-container .each-item-wrapper .each-item-container .item-name {
    color: rgb(20, 1, 90);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.machine-list-container .list-wrapper .list-container .each-item-wrapper .each-item-container .action-btn-container {
    margin-top: 10px;
}

/* Upload Product Planogram page (url - `/upload_planogram/:id`) */
.upload-content-container {
    margin-top: 50px;
}

@media (max-width: 575.98px) {
    .upload-content-container {
        margin-top: 30px;
    }
}

/* Clone Machine page (url - `/clone_machine/:id` page) */
.clone-machine-info .checkbox-container {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: center;
    padding: 5px 15px;
}

.clone-machine-info .checkbox-container input[type="checkbox"] {
    margin: 0;
}

.clone-machine-info .checkbox-container label {
    margin: 0;
    font-weight: normal;
}

.clone-machine-info .bottom-button-container {
    margin-top: 25px;
}

/* Initial Setup page (url - `initial-setup-dashboard`) */
.initial-setup-dashboard {}

.initial-setup-dashboard .bottom-button-container {
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .initial-setup-dashboard .bottom-button-container {
        margin-left: -25px;
        margin-right: -25px;
    }
}

/* Initial Setup - Communication Settings Page - (url - `/initial_setup/:id/communication_settings`) */
.initial-communication-settings-container {}

.initial-communication-settings-container .bottom-button-container {
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .initial-communication-settings-container .bottom-button-container {
        margin-left: -25px;
        margin-right: -25px;
    }
}

/* Employee Detail page (url - `edit_employee_detail/:id`) */
.edit-employee-detail-container {}

.edit-employee-detail-container .bottom-button-container>button:first-child {
    margin-left: 0;
}

.edit-employee-detail-container .bottom-button-container>button {
    margin-left: 10px;
    margin-bottom: 10px;
}

@media (max-width: 575.98px) {
    .edit-employee-detail-container .bottom-button-container>button {
        margin-left: 0;
    }
}

/* Request a Machine Login page (url - `/add_machine_user`) */
.add-machine-user-container {}

.scroll-down-button-wrapper .container,
.scroll-top-button-wrapper .container {
    padding-right: 25px;
}

@media (max-width: 575.98px) {

    .scroll-down-button-wrapper .container,
    .scroll-top-button-wrapper .container {
        padding-right: 5px;
    }
}

.add-machine-user-container .bottom-button-container button {
    width: 160px;
}

/* Refill Reports page (url - `/refill_report`)  */
.refill-report-container {}

.refill-report-container .page-title {}

@media (max-width: 575.98px) {
    .refill-report-container .page-title {
        font-size: 22px;
        margin-top: 5px;
    }
}

/* Reports page */
@media (max-width: 575.98px) {
    .report-container .page-title {
        font-size: 20px;
        margin-top: 5px;
    }
}

.report-container .search-box-container {
    position: relative;
    min-height: 35px;
    max-width: 500px;
}

.report-container .search-category-select-1 {
    width: 140px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.report-container .search-category-select-1 option.selected {
    font-weight: 700;
}

.report-container .search-text {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 146px;
    padding-right: 172px;
}
.report-container .search-text-staff {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 170px;
    padding-right: 172px;
}

.report-container .search-icon {
    position: absolute;
    top: 8px;
    right: 127px;
    z-index: 1;
    cursor: pointer;
}

.report-container .search-category-select-2 {
    width: 160px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media (max-width: 575.98px) {
    .report-container .search-category-select-1 {
        width: 100px;
        padding: 5px;
    }

    .report-container .search-category-select-1 option {
        padding: 5px 2px;
    }

    .report-container .search-category-select-2 {
        width: 100px;
        padding: 5px;
    }

    .report-container .search-category-select-2 option {
        padding: 5px 2px;
    }

    .report-container .search-text {
        padding-left: 105px;
        padding-right: 105px;
    }

    .report-container .search-icon {
        display: none;
    }
}

/* .report-container .datetime-range-container .start-date-container::after {
    content: "~";
    position: absolute;
    right: -6px;
    top: 0px;
    font-size: 24px;
} */

@media (max-width: 575.98px) {
    .report-container .datetime-range-container .start-date-container {
        margin-bottom: 5px;
    }

    .report-container .datetime-range-container .start-date-container::after {
        content: "";

    }
}

.report-container .activityReportTable>div {
    width: 8%;
}

.report-container .report-table-header {
    gap: 5px;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}

.report-container .report-table-header>div {
    text-align: center;
    word-break: break-word;
    padding: 5px 10px;
    /* color: rgb(51, 51, 51); */
    color: #4694f0;
    font-size: 14px;
    font-weight: 700;
}

.report-container .report-table-group-subheader .group-subheader-title {
    /* padding: 10px 20px; */
    padding: 5px 10px;
    background-color: #ebebeb;
    font-size: 14px;
    /* background-color: lightgray;
    font-size: 16px; */
    /* font-weight: bold; */
    font-weight: normal;
    min-height: 43px;
    /* border-top: 1px solid #ddd; */
    border-top: 1px solid #ebebeb;
    margin-bottom: 10px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

.report-container .report-table-each-item-container {
    gap: 5px;
    border-top: 1px solid #ddd;
}

.report-container .report-table-each-item-container>div {
    text-align: center;
    word-break: break-all;
    padding: 5px 10px;
}

/* */
.feedback-report-container.report-container .search-category-select-1 {
    width: 152px;
}

.product-quantity-restriction-controller.report-container .search-category-select-1 {
    width: 165px;
}

.view-employee-product-restriction-controller.report-container .search-category-select-1 {
    width: 165px;
}

.staff-detail-list-container.report-container .search-category-select-1 {
    width: 165px;
}

.e-receipt-report-container.report-container .search-category-select-1 {
    width: 190px;
}

.e-receipt-report-container.report-container .search-text {
    padding-left: 200px;
}

.gift-report-container.report-container .search-category-select-1 {
    width: 190px;
}

.gift-report-container.report-container .search-text {
    padding-left: 200px;
}

.full-advertisement-report-container.report-container .search-category-select-1 {
    width: 182px;
}

.full-advertisement-report-container.report-container .search-text {
    padding-left: 200px;
}

/* Logins/WebPortal Logins menu: Portal Login page, url: `/view_web_user` */
.view-web-user-container {}

.stock-report-container .sub-header {
    background-color: lightgray;
    padding: 7px 0;
}

.stock-report-container .sub-header h3 {
    font-weight: bold;
    margin-top: 4px;
}

.stock-report-container.report-container .search-category-select-1 {
    width: 190px;
}

.stock-report-container.report-container .search-text {
    padding-left: 210px;
}


.table>tbody>tr>th {
    white-space: nowrap;
    color: #4694f0;
}

/*********extra css add **********/
.toast-bottom-right {
    top: auto !important;
}

.position-relative {
    position: relative;
}

.closeBtn {
    position: absolute;
    right: -34px;
    bottom: 2px;
    color: red;
    cursor: pointer;
    background: #ffe7e7;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.closeBtnCustomer {
    position: absolute;
    right: -20px;
    bottom: 8px;
    color: red;
    cursor: pointer;
    background: #ffe7e7;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.closeBtn2 {
    /* position: absolute;
    right: -34px;
    bottom: 2px; */
    color: red;
    cursor: pointer;
    background: #ffe7e7;
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.show-hide-icon {
    position: absolute;
    right: 10px;
    bottom: 4px;
    z-index: 9;
}

.show-hide-icon svg {
    width: 15px;
    height: 15px;
}

.font-21 {
    font-size: 21px;
    line-height: 28px;
}
.font-600{
    font-weight: 600;
}

.font-16 {
    font-size: 16px ;
}
.font-18 {
    font-size: 18px ;
}
.font-14 {
    font-size: 14px !important;
}
.font-10 {
    font-size: 10px ;
}

.email-container {
    width: 200px;
    /* Set the desired width of the container */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table_search {
    padding: 10px;
    background: #f1f1f1;
}

.w-100 {
    width: 100%;
}

.white-space-none {
    white-space: none;
}
.white-space-nowrap {
    white-space: nowrap;
}

.mb-0 {
    margin-bottom: 0;
}

.justify-content-end {
    justify-content: end;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.adv-toggle::after {
    margin-top: 12px;
    margin-right: 15px;
}

.adv-toggle td {
    vertical-align: middle;
}

.label-primary {
    background-color: #4694f0;
}


.responsive-div-table-wrapper {
    width: 100%;
    overflow-x: auto;
    position: relative;
}

.responsive-div-table-wrapper .report-table-header>div {
    white-space: nowrap;
}

.responsive-div-table-wrapper .report-table-each-item-container>div {
    white-space: nowrap;
}

.text-live {
    color: #01c20e;
}

.text-active {
    color: #0555f6;
}

.text-inactive {
    color: #f60505;
}

.w-min-auto {
    min-width: auto !important;
}

.flex-column {
    flex-direction: column;
}

.clear-both {
    clear: both
}


.cursor-pointer {
    cursor: pointer;
}



.border {
    border: 1px solid #ddd;
}

.font-11 {
    font-size: 11px;
}

.radius-6 {
    border-radius: 6px
}
.w-max-100{
    max-width: 100px;
}
.w-max-200{
    max-width: 200px;
}
.w-max-250{
    max-width: 250px;
}
.w-max-300{
    max-width: 300px;
}
.w-min-100{
    min-width: 100px;
}
.h-min-33 {
    min-height: 33px;
}
.h-min-50 {
    min-height: 50px;
}
.h-min-150 {
    min-height: 150px;
}
.h-min-200 {
    min-height: 200px;
}
.h-min-250 {
    min-height: 250px;
}
.h-min-300 {
    min-height: 300px;
}
.h-max-200 {
    max-height: 200px;
}
.h-max-250 {
    max-height: 250px;
}
.h-max-300 {
    max-height: 300px;
}

.opacity-0 {
    opacity: 0;
}

.fileInput {
    background-color: #fff;
}

.fileInput:hover {
    background-color: #f1f1f1;
}

.mainFileType {
    max-height: 220px;
}

.mainFileType img {
    position: absolute;
    top: 10px;
    max-height: 180px;
    max-width: 100%;
    margin: 0;
}

.mainFileType .editIcon {
    display: none !important;
}

.mainFileType:hover .editIcon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    height: 40px;
    width: 40px !important;
    left: 45%;
    top: 40%;
    border-radius: 100%;
    cursor: pointer;
}

.fileInput .form-control {
    min-height: 200px;
    z-index: 9;

}

.plusIcon {
    position: absolute;
    cursor: pointer;
    font-size: 40px;
}

.crossIcon {
    position: absolute;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid #ddd;
    background: #fff;
    color: red;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    top: -7px;
    z-index: 10;
    right: 2px;
    cursor: pointer;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: end;
}
.justify-content-between {
    justify-content: space-between;
}

.w-min-300 {
    min-width: 300px;
}

.mb-15 {
    margin-bottom: 15px;
}

.m-0 {
    margin: 0 !important
}


.myTooltip {
    position: relative;
    display: inline-block;
  }

  .myTooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .myTooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }

  .myTooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  .loader1{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
  }
    #loader-1:before, #loader-1:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 4px solid transparent;
    border-top-color: #3498db;
  }
  
  #loader-1:before{
    z-index: 100;
    animation: spin 1s infinite;
  }
  
  #loader-1:after{
    border: 4px solid #ccc;
  }
  
  @keyframes spin{
    0%{
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    100%{
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .text-green{
    color:#06d80a
  }

  .m-line{
    white-space: pre-line;
  }
  .disabledBtnGroup .btn{
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
  }

.tags-input .tags{
    border: 1px solid #ccc ;
    border-radius: 4px;
    box-shadow: none;
}

.border-bottom{
    border-bottom:1px solid #ddd;
}
.mainLoginSignup{
    min-height: calc(100vh - 40px);
    overflow: auto;
    max-height: calc(100vh - 40px);
    padding-top:80px;
}
.mt-80{
    margin-top:80px;
}
.flex-wrap{
    flex-wrap: wrap;
}


@media (max-width: 767.98px) {
    .xs-flex-col {
        flex-direction: column;
    }
.navbar-header{
    width: 100%;
}
.navbar-ex1-collapse{
    width: 100%;
}

    .dashboard-container .each-info-card-container .card-body {
        flex-direction: column;
        gap: 15px;
    }

    .dashboard-container .each-info-card-container .card-body>div:nth-child(2) {
        padding-left: 0;
    }

    .xs-gridBtnSearch.d-flex {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);

    }

    .category_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .tableScroll{
        overflow: auto;
    }
    .tableScroll .responsive-table-container{
        width: 1500px;
    }
    .category_grid {
       
        grid-template-columns: repeat(1, 1fr) ;
        
    }
    .list-container .each-item-wrapper .each-item-container .item-image {
        height: auto ;
        max-height: 200px;
        width: auto ;
    }
}


/* CSS to hide "Clear" and "Today" buttons */
input[type="datetime-local"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-today-button {
    /* display: none !important; */
    color: red !important;
}


/* Additional style for an overlay if needed */
.custom-overlay {
    position: absolute;
    background-color: white;
    z-index: 9999;
    width: 100%;
    height: 30px; /* Adjust this height based on the button area you want to cover */
    bottom: 0;
    left: 0;
}




.flatpickr-wrapper {
    position: relative;
}
.shortcut-dropdown {
    position: absolute;
    top: 10px;
    right: 27px;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.shortcut-dropdown select {
    padding: 5px;
}
/* .flatpickr-confirm {
    background-color: #007bff;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
} */

.flatpickr-confirm.visible{
    background-color: white;
    color: black;
    border-top: 1px solid #e6e6e6;
}
.flatpickr-confirm.visible svg{
margin-left: 5px;
    color: #4BB543 !important;
}

.input-group-report {
    position: relative;
    width: fit-content;
  }
  
  .input-group-append {
    position: absolute;
    right: 10px; /* Adjust this value to control spacing */
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  .input-group-text {
    border: none;
    background: transparent;
  }
  
