html body.bg-full-screen-image {
    background: linear-gradient(90deg, rgba(83, 204, 132, 0.76) 0%, rgba(31, 145, 171, 0.79) 35%, rgba(61, 216, 116, 0.46) 100%);
}

.popover-body img {
    height: 80px;
    width: 80px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[name=item_return_qnty] {
    -moz-appearance: textfield;
}

.orderItemTbl tbody tr td {
    border: 1px solid lightgray;
}

.itemHeader {
    padding: 10px 10px !important;
}

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

.select2-container--default .select2-selection--single {
    border-radius: 50px;
}

.select2-container--classic.select2-container--focus,
.select2-container--default.select2-container--focus {
    outline: none !important;
    width: 100% !important;
}

.highlight {
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 45px;
}

.round {
    border-radius: 1.5rem !important;
}

.border-theme-color {
    border-color: #DA4453 !important;
}

.register {
    padding-left: 35px;
    padding-right: 30px;
}

.background-light {
    background-color: #dcdada;
}

.backg-light {
    background-color: #dcdada;
}

.bag-light {
    background-color: #dcdada;
}

.btn-icon.btn-sm i {
    font-size: unset !important;
}

.stylec {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-bottom-color: #512da8;
    color: #512da8;
}

.no-data-card {
    height: 70vh;
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
}

.custom-form .label-control {
    padding-right: 22px;
}

.custom-form .label-control i {
    position: absolute;
    right: 0;
    top: 5px;
    color: #da4453;
}

.alert {
    color: #ffffff;
    font-weight: 500;
    border-radius: 2px;
}

.alert.alert-danger {
    background-color: #f55145;
    border-color: #dc4439;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.45), 0 7px 10px -5px rgba(244, 67, 54, .4);
}

.alert.alert-success {
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .14), 0 7px 10px -5px rgba(76, 175, 80, .4);
    background-color: #419a45;
    border-color: #3d9c41;
}

.alert [data-notify=icon] {
    display: block;
    left: 15px;
    position: absolute;
    margin-top: -35px;
    font-size: 14px;
    background-color: #fff;
    padding: 9px;
    border-radius: 50%;
    max-width: 38px;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, 0.44);
}

.alert.alert-danger [data-notify=icon] {
    color: #f55145;
}

.alert.alert-success [data-notify=icon] {
    color: #4caf50;
}

.alert [data-notify=dismiss] {
    top: 15px !important;
    color: #fff;
    opacity: 1;
    font-size: 17px;
}

.alert [data-notify=message] {
    font-size: 16px;
    font-family: inherit;
}

@media (max-width: 767.98px) {
    .navbar-dark .navbar-header .navbar-nav .nav-link,
    .navbar-semi-dark .navbar-header .navbar-nav .nav-link {
        color: #8e9091 !important;
    }
    .select2-container {
        width: 100% !important;
    }
    .myCard {
        height: 100%;
        justify-content: center !important;
    }
    .myFlex-boxContianer {
        align-items: stretch !important;
    }
    .my-height {
        height: 100%;
    }
    .logo-icon {
        display: none !important;
    }
}

.category-tree-box {
    padding: 0 28px;
    overflow-x: hidden;
}

.category-tree-box .category-tree-list-box {
    border: 1px solid #ddd;
    background-color: #fff;
    border-collapse: collapse;
}

.category-tree-box .category-tree-list-box .category-search .form-control {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    box-shadow: 0 1px 12px #dddddd5c, 0 1px 9px #dddddd73;
}

.category-tree-box .category-tree-list-box .category-list {
    -webkit-padding-start: 0px;
    margin-bottom: 0;
    max-height: 250px;
    min-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
}

.category-tree-box .category-tree-list-box .category-list li {}

.category-tree-box .category-tree-list-box .category-list li a {
    padding: 5px 8px;
    display: block;
    color: #666;
    text-decoration: none;
    transition: .2s all ease-in-out;
}

.category-tree-box .category-tree-list-box .category-list li a:hover {
    background: #eaeaea;
    transition: .2s all ease-in-out;
    color: #000;
}

.category-tree-box .category-tree-list-box .category-list li a:hover .edit-options {
    display: block;
}

.category-tree-box .category-tree-list-box .category-list li .active {
    background: #eaeaea;
    transition: .2s all ease-in-out;
    color: #000;
}


/*scroll style for category box*/

.category-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.category-list::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.category-list::-webkit-scrollbar-thumb {
    background-color: #0000004a;
}

.category-tree-box::-webkit-scrollbar {
    height: 0;
}

.category-point {}

.category-tree-close {
    position: absolute;
    z-index: 9;
    right: 0;
    top: -30px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.add-more a i {
    text-align: center;
    padding: 8px 0;
    display: block;
    border: 1px dashed #ddd;
    color: #999
}

.input-for-add {
    padding: 5px 8px;
}

.edit-options i {
    padding: 6px;
    border: 1px solid;
    display: inline-block;
    height: 25px;
    border-radius: 50%;
    width: 25px;
    line-height: 11px;
}

.edit-options {
    display: none;
    float: right;
    transform: translateX(0);
    animation: .5s moveLEft cubic-bezier(0.16, 1.29, 0.34, 1.26);
}

@keyframes moveLEft {
    0% {
        transform: translateX(25px);
    }
    100% {
        transform: translateX(0);
    }
}

#loading {
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.main-menu.menu-dark .navigation>li ul li>a {
    padding: 8px 0px 8px 25px !important;
}


/*dashboard card css*/

.card-counter {
    box-shadow: 2px 2px 10px #DADADA;
    margin: 5px;
    padding: 20px 10px;
    background-color: #fff;
    height: 100px;
    border-radius: 5px;
    transition: .3s linear all;
}

.card-counter:hover {
    box-shadow: 4px 4px 20px #DADADA;
    transition: .3s linear all;
}

.card-counter.primary {
    background-color: #007bff8a!important;
    color: #FFF!important;
}

.card-counter.danger {
    background-color: #e028256b!important;
    color: #FFF;
}

.card-counter.success {
    background-color: #66bb6ab0!important;
    color: #FFF;
}

.card-counter.info {
    background-color: #26c6dab8!important;
    color: #FFF;
}

.card-counter.warning {
    background-color: #dca638d1!important;
    color: #FFF;
}

.card-counter.secondary {
    background-color: #c3acacfa!important;
    color: #FFF;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
    color: white;
}

.card-counter .count-numbers {
    position: absolute;
    right: 35px;
    top: 20px;
    font-size: 21px;
    display: block;
    color: black;
}

.card-counter .count-name {
    position: absolute;
    right: 35px;
    top: 65px;
    font-style: italic;
    text-transform: capitalize;
    opacity: 0.5;
    display: block;
    font-size: 18px;
    color: black;
}

.card-table {
    word-break: break-all;
}

.dashboard-table {
    font-size: 13px !important;
}


/*item image modal*/


/*******************************
  * MODAL AS LEFT/RIGHT SIDEBAR
  * Add "left" or "right" in modal parent div, after class="modal".
  * Get free snippets on bootpen.com
  *******************************/

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    margin-left: 40vw;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    width: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}


/*Left*/

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}


/*Right*/


/*.modal.right.fade .modal-dialog {
      right: -320px;
      -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
         -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .modal.right.fade.in .modal-dialog {
      right: 0;
    }*/


/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}


/*item image modal end*/

.item-table td {
    border: 1px solid #aba5a5!important;
    
}


img {
    cursor: pointer;
}


/*for cloud style popup*/

.thought {
    display: flex;
    background-color: red;
    padding: 20px;
    border-radius: 30px;
    min-width: 225px;
    max-width: 225px;
    min-height: 170px;
    margin: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thought:before,
.thought:after {
    content: "";
    background-color: red;
    border-radius: 50%;
    display: block;
    position: absolute;
    /*z-index:-1;*/
}

.thought:before {
    width: 44px;
    height: 44px;
    top: -20px;
    left: 28px;
    box-shadow: -47px 58px 0 5px red, -47px 95px 0 5px red, 41px -11px 0 5px red, 100px -11px 0 12px red, 170px 60px 0 5px red, 170px 90px 0 5px red, 20px 160px 0 5px red, 65px 160px 0 5px red;
}

.thought:after {
    bottom: -10px;
    right: 26px;
    width: 30px;
    height: 30px;
    box-shadow: 40px -34px 0 0 red, -28px -6px 0 -2px red, -24px 17px 0 -6px red, -5px 25px 0 -10px red;
}

.item-filter-container {
    height: 400px;
    width: 300px;
    /*position: absolute!important;*/
}

.party-filter-container {
    height: 400px;
    /*position: absolute!important;*/
}

.div-active {
    background-color: #37BC9B!important;
    color: white;
}

.rounded-div {
    height: 12px;
    width: 12px;
    text-align: center;
    color: white;
    background-color: #da4453;
    margin-top: 2px;
    font-size: 7px;
    font-weight: 700;
}


/* pi-chart */


/* body {
  background-color: #f9f9fa
} */

.flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.card {
    background: #fff;
    border-width: 0;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
    margin-bottom: 1.5rem
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(19, 24, 44, .125);
    border-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(19, 24, 44, .03);
    border-bottom: 1px solid rgba(19, 24, 44, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

card-footer,
.card-header {
    background-color: transparent;
    border-color: rgba(160, 175, 185, .15);
    background-clip: padding-box
}


/* scroll vertical table */

.my-custom-scrollbar {
    position: relative;
    height: 700px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

/* crewler */

/* .bg-image{
    background-image: url(../uploads/without_water_natural_white_66666_19_11_21_05_11_19.jpeg)!important;
} */

.bg-opacity{
    background: transparent;
}

/* .modal-lg{
    max-height: 100% !important;
    max-width: 100% !important;
} */

/* pick_list_img_div */





/* new add 19/05/2022 */

#gallerywrapper {
    width:640px;
    height:450px;
    margin:0 auto;
    position:relative;
    font-family:verdana, arial, sans-serif;
} 

#gallerywrapper #gallery {
    position:absolute;
    left:0;
    top:0;
    height:450px;
    width:640px;
    overflow:hidden;
    text-align:center;
} 

 #gallerywrapper #gallery div {
    width:640px; height:900px; 
    padding-top:10px; 
    position:relative;
} 

#gallerywrapper #gallery div img {
    clear:both; 
    display:block; 
    margin:0 auto; 
    border:0;
    margin-bottom: 15px;
} 

#gallerywrapper #gallery div h3 {
    padding:10px 0 0 0; 
    margin:0; 
    font-size:18px;
} 

#gallerywrapper #gallery div p {
    padding:5px 0; 
    margin:0; 
    font-size:12px; 
    line-height:18px;
}  

#gallery .previous{ 
    display:inline;
    float:center;
    font-size: large;
    margin-left:80px;
    text-decoration:none;
    margin-top: 30px;
} 

#gallery .next{ 
    margin-top: 30px;
    display:inline;
    float:center;
    font-size: large;
    margin-right:80px;
    text-decoration:none;
}


.gap-1{
    gap:1rem
}

.gap-2{
    gap:2rem
}


.gap-3{
    gap:3rem
}

.gap-4{
    gap:4rem
}

.gap-5{
    gap:5rem
}


.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
  }
  
  th, td {
    /* text-align: left; */
    /* padding: px; */
  }
  
  tr:nth-child(even) {
    background-color: #cfbaba49;
    
  }