*{
    word-break: break-word;
}

.cus-mb-0{
    margin-bottom: 0 !important;
}
.is-invalid input.form-control{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.mobile-menu{
    z-index: 9999;
}
.dashboard-wrap .side-bar.side_bar{
    z-index: 9999;
}

.modal-content{
    border-radius: 10px;
}

.ui-widget-header .ui-icon{
    background: transparent;
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-active, 
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev{
    background: #77988f;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default.ui-state-highlight{
    background: #6c757d;
}
.hide-section{
    display: none !important;
}
.container-fluid {
    overflow: hidden;
}
.zero-opacity{
    opacity: 0;
}

.is-invalid .invalid-feedback{
    display: block;
}

.invalid-feedback.alert.alert-warning{
    background: #fff;
    border: 0px;
    padding: 0;
    color: #dc3545;
    font-weight: 600;
}


.bs-gutter-x-0{
    --bs-gutter-x: 0px;
}
.mr-n-2{
    margin-right: -0.75rem;
}

.form-control.is-invalid.hide_icon, 
.was-validated.hide_icon .form-control.hide_icon:invalid{
    background-image: none
}
.btn{
    font-weight: 700;
}

.txt-clr-gray{
    color: var(--bs-gray-dark);
}

.txt-clr-red{
    color: var(--highlight);
}

.back-btn {
    position: absolute;
    top: 99px;
    right: 35px;
}

.btn-check:focus+.btn, .btn:focus, .btn-close:focus{
    box-shadow: none;
}
.custom-alert.alert{
   -webkit-transition: opacity 0.5s linear;
      -moz-transition: opacity 0.5s linear;
       -ms-transition: opacity 0.5s linear;
        -o-transition: opacity 0.5s linear;
           transition: opacity 0.5s linear;
}

.rounded{
    border-radius: .25rem !important;
}

.rounded-start {
    border-bottom-left-radius: .25rem  !important;
    border-top-left-radius: .25rem  !important;
}
.rounded-end {
    border-bottom-right-radius: .25rem  !important;
    border-top-right-radius: .25rem  !important;
}
.rounded-5{
     border-radius: .5rem !important;
}
.cursor-pointer{
    cursor: pointer !important;
}
.asterisk {
    color: red !important;
}

.side-menu .sub-menu li a i{
   font-size: .85rem;
}

.modal-content.custom-height {
    min-height: 150px;
}
.modal-content.custom-height .cross-icon{
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
/* Warinig Popup */
.warning-pop .warning-icon {
    height: 40px;
    width: 40px;
    background: #FEE2E2;
    border-radius: 50%;
    color: #FF0D0D;
}
.warning-pop .warning-icon i.icon::before{
    padding: 9px;
}

.warning-pop .success-icon {
    height: 40px;
    width: 40px;
    background: #e2fee3;
    border-radius: 50%;
    color: #0fdb04;
}
.warning-pop .success-icon i.icon::before{
    padding: 5px;
    font-size: 30px;
}

.warning-pop .confirmation-icon {
    height: 40px;
    width: 40px;
    background: #fff3cd;
    border-radius: 50%;
    color: #856404;
    padding-left: 11px;
    padding-top: 2px;
    font-size: 20px;
}
.warning-pop .confirmation-icon i.icon::before{
    font-size: 20px;
}



.warning-pop .heading{
    margin-top: -42px;
}
.warning-pop .footer{
    --bs-gutter-x: 0;
}
.warning-pop .footer .btn-sec{
    background: #F9FAFB;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* End Warinig Popup */

/* Dashboard */
.dashboard .bg-aqua {
    background-color: #00c0ef !important;
}
.dashboard .bg-green {
    background-color: #00a65a !important;
}
.dashboard .bg-yellow {
   background-color: #f39c12 !important;
}
.dashboard .bg-red {
   background-color: #dd4b39 !important;
}
.dashboard .small-box {
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.dashboard .small-box .inner{
    padding: 10px;
    color: #fff;
}
.dashboard .small-box .inner h3{
  color: #fff;
  font-weight: 700;    
}
.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 0;
    font-size: 70px;
    color: rgb(255 255 255 / 73%);
}

.dashboard .small-box .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
/* End Dashboard */

/* Active & Inactive */
    .custom-status .status span {
        display: block;
        text-align: center;
        padding: .25rem;
        border-radius: 2px;
    }
/* Active & Inactive */
/* Footer */
.copyright{
    position: fixed;
    width: 100%;
}
/* End Footer */

/*Login Page*/
.bg-login .login-page{
    max-width: 387px;
    min-height: 435px;
    border-radius: 1.25rem;
}

input.custom-checkbox{
    width: 1rem !important;
    height: 1.25rem !important;
    accent-color: var(--bs-gray-dark);
    vertical-align: middle;
    cursor: pointer;
}
input.custom-radio{
    width: .9rem !important;
    height: .9rem !important;
    accent-color: var(--bs-gray-dark);
    vertical-align: middle;
    cursor: pointer;
}

input.custom-radio.green {
  accent-color: green;
}


/*End Login Page*/


/* Organization Setup*/
.checkbox-accordian .accordion-body{
    padding: 0rem 0rem .5rem 1rem !important;
}
.checkbox-accordian .checkbox-children-item{
    margin-bottom: 0px !important;
}
.organization-setup .filter-dropdown{
    max-height: 700px;
    overflow-y: auto;
}

/* End Organization Setup*/


/*Search Section */
table .dropdown-menu {
    min-width: 5rem;
}

.checkbox-accordian .remove-accordian.accordion-button::after{
    display: none;
}
.dropdown-menu.filter{
    margin-top: 25px !important;
    margin-right: -15px !important;
    min-width:550px;
    z-index: 10000;
}
.dropdown-menu.filter.mt-0 {
    margin-top: 0px !important;
}
.table-responsive{
    margin-bottom: 10px;
}

.custom-table tbody tr.case-action td {
   /* --bs-table-bg: gray;*/
   font-weight: 600;
}

.popover-btn.case-action i{
    color: #ff0a00;
    font-size: 15px;
}


.dropdown-menu.filter .form-label{
    margin-bottom: .25rem;
}
/* Multiple Selection Dropdown */
.select2.select2-container.select2-container--default.select2-container--above
{
    width: 100% !important;
}
.select2-selection.select2-selection--multiple {
    min-height: 38px;
}
.select2-container--default .select2-selection--multiple{
    border-radius: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 7px;
}

.select2-selection.select2-selection--multiple .select2-search--inline .select2-search__field{
    margin-top: 8px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border: 1px solid #aaa;
}

/* Category Box*/
.category-section{
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}
.box {
  position: relative;
  width: 60%;
}

.box-tools {
    position: absolute;
    right: -30px;
    top: 0px;
}
.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}
.signature .dropzone-wrapper.drop-zone{
	width:250px;
}
.signature1 .dropzone-wrapper.drop-zone{
	width:250px;
}
.signature0 .dropzone-wrapper.drop-zone{
	width:250px;
}
.signature2 .dropzone-wrapper.drop-zone{
	width:250px;
}
.signature3 .dropzone-wrapper.drop-zone{
	width:250px;
}
.signature4 .dropzone-wrapper.drop-zone{
	width:250px;
}
.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    font-size: 12px;
}
.form-group .dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}
.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}
.form-group .dropzone1,
.dropzone1:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}
.form-group .dropzone2,
.dropzone2:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}
.form-group .dropzone3,
.dropzone3:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}
.form-group .dropzone4,
.dropzone4:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}
.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.preview-zone{
    position: relative;
    top: -120px;
    left: 80px;
     width: 253px;
    height: 150px;;
}
.preview-zone .box.box-solid {
    width: 253px;
    height: 150px;
}

.preview-zone .box-body img{
    max-width: 100%;
    width: 253px;
    height: 150px;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    padding: 1px;
}
.btn.btn-close.remove-preview,
button.remove-preview:focus:not(:focus-visible),
button.remove-preview:hover:not(:focus-visible){
    color: #F5F5F5;
}

.remove-upload-img{
    position: relative;
    top: -50px;
}
/* End Category Box*/


/* Toaster Box*/
#toast-container {
    background: #ffffff;
}
.toast-top-right {
    right: 5px;
}
.toast{
    border: 0px solid rgba(0, 0, 0, .1);
}

.toast-success {
    background-color: #51A351;
}           

#toast-container > div{
    margin: 0px !important; 
}

#loading-div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    overflow: hidden;
    z-index: 9999;
    opacity: 0.5;
}

#loading-div  #loader,
#loading-div  #loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
#loading-div  #loader {       
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 100;
    font-size: 5px;
    text-indent: -9999em;
    border-top: 2em solid rgba(255, 255, 255, 0.2);
    border-right: 2em solid rgba(255, 255, 255, 0.2);
    border-bottom: 2em solid rgba(255, 255, 255, 0.2);
    border-left: 2em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* End Toaster Box*/



.fileup-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-weight: 300;
}
.fileup-btn input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

/*** Convert Checkbox to Radio as Circle*/
.checkbox-to-radio {
    position: relative;
    width: 1.1rem !important;
    height: 1.1rem !important;
    border: 1px solid #343a40;
    border-radius: 100%;
    float: left;
}

.checkbox-to-radio label.inner {
    display: block;
    width: .80rem !important;
    height: .80rem !important;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    top: 1.2px;
    left: 1.2px;
    z-index: 1;
}

.checkbox-to-radio-setion label.outer{
    position: relative;
    top: -3px;
}

.checkbox-to-radio input[type=checkbox]:checked + label.inner {
    background: #343a40;
}
.checkbox-to-radio.show input[type=checkbox]:checked + label.inner {
    background: #b3b3b3;
}
.checkbox-to-radio.show {
    border-color: #7676764d;
}
/*** End Convert Checkbox to Radio as Circle*/

.custom-input-numer-group .input-number {
    width: 40px;
    flex: initial;
    text-align: center;
    padding: .25rem;
    margin: 0 .5rem;
    height:28px;
}
.form-control.input-number {
    height:28px;
	width: 40px!important;
    border:1px solid #D1D5DB;
}
.datepicker-icons {
    position: absolute;
    right: 16px;
    top: 15.2px;
    pointer-events: none;
}

#datepicker option:empty
{
  display:none;
}
.custom-table tbody tr td.p-0{
    padding: 0px;
}

/*.custom-table tbody tr td .input-numer-group
{
  max-width:80px;
}*/

.btn-info1 {
    color: #000;
    background-color: #78988F;
    border-color: #78988F;
}
.btn-light1 {
    color: #000;
    background-color: #fff;
    border-color: #78988F;
}

a:hover .btn.btn-info1 {
    color: #fffafb;
}
    .urf {
    cursor: pointer;
    position: relative;
    display: inline-block;
    }


    .yuf {
    visibility: hidden;
    width: auto;
    background-color: #bbb;
    color: #060606;
    border-radius: 6px;
    padding: 7px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transition: opacity 0.3s, visibility 0s linear 0.3s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    }

    .yuf-bottom {
    top: 120%;
    bottom: auto;
    }

    .urf:hover .yuf {
     visibility: visible;
            opacity: 1;
            transition: opacity 0.3s, visibility 0s linear 0s;
    }

    .urf a {
    color: #060606;
    text-align: left;
    display: block;
    margin-bottom: 5px;
    }

    .urf a:last-child {
    margin-bottom: 0;
    }
    .bi-trash{
    color:red;

    }

  
.wrapper {
      border-right: 0;
}
canvas.referral_signature {
    background: #fff;
    height: 210px;
    cursor: crosshair;
}
canvas.cw_signature {
    background: #fff;  
    height: 210px;
    cursor: crosshair;
}
canvas.sv_signature {
    background: #fff;
    width: 400px;
    height: 210px;
    cursor: crosshair;
}
.signature-pad--body .flex-row {
    display: flex;
}
#customerSignature .modal-content{

    max-width:433px;
}
#customerSignatureg .modal-content{

    max-width:433px;
}
#customerSignaturein .modal-content{

    max-width:433px;
}
#customerSignaturesu .modal-content{

    max-width:433px;
}

 .preview-zone.hidden{
        position: relative;
        top: 0px;
        left: 0px;
    }
    
.box-toolsir {
    position: relative;
    top: 3px;
    left: 15%;
}
#signature2 .removedimgremove-preview2{display:none;}
#signature0 .removedimgremove-preview0{display:none;}
#signature1 .removedimgremove-preview1{display:none;}
#signature3 .removedimgremove-preview3{display:none;}
#signature4 .removedimgremove-preview4{display:none;}


.custom-file .form-control{
    height: 34px;
    padding: .4rem .5rem;
}

.custom-file .input-group-text{
    padding: 0.24rem .75rem;
}

.flatpickr-innerContainer{
    border-bottom: 1px solid #dddddd;
}
.flatpickr-clear-button{
    margin: 5px; 
    float: right;
}
.dropdown-menu.filter{
    border-radius: 10px;
}
.search-popup-body{
    border: 1px solid #BFBFBF;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 10px;
}

.cus-scroller-y{
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
.notifications-list .table tbody td{
    padding: .05rem 0.5rem;
}



@media screen and (max-width: 350px) {
    .dropdown-menu.filter {
        margin-top: 25px !important;
        padding-bottom: 20px !important;
        margin-right: -15px !important;
        min-width: 275px !important;
    }
}

@media screen and (max-width: 532px) {
    .dropdown-menu.filter {
        padding-bottom: 20px !important;
        margin-top: 25px !important;
        margin-right: -26px !important;
        min-width: 315px;
    }
    .search-popup-body{
        border: none;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
     .rightfillnew{
        margin-top: -11px !important;
        text-align: center;
        margin-bottom: -19px;
    }
}

@media screen and (max-width: 575px) {
    .order-row figure {
        padding: .5rem;
    }
    .btnupload{
        margin-left: 20%;
    }
    .fom{
        margin-top: -20px;
    }
    .rightfill{
        margin-top: -11px !important;
        text-align: center;
        margin-bottom: -19px;
    }
     .rightfillnew{
        margin-top: -11px !important;
        text-align: center;
        margin-bottom: -19px;
    }

    .table-responsive{
        max-height: 50vh !important;
    }
    .credit-detail .cus-scroller-y .table-responsive{
        max-height: initial !important;
    }
}
@media (min-width: 576px) {
    .caretright {
        flex: 0 0 auto;
        width: 2.333333%;
        margin-top: 8%;
    }
    .shop{
        width: 45.666667%;
    }
}

.icon{
    font-size:22px;
}

/* The switch - the box around the slider */
td .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
  margin-top: 1px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
td .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 26px;
  width: 50px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

td .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.primary:checked + .slider {
  background-color: #008000;
}
input:focus + .slider {
  box-shadow: 0 0 1px #008000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.custom-table{
    text-align: center;
}
th>input{
    margin-top: 10px;
}
.custom-table>tbody>th>input{
    margin-top: 12px;
}
.custom-table>thead>th>strong{
    color: red;

}
.border-top{
    border-top:rgb(90, 89, 89) 2px solid
    
}

.calk{
    border: 2px gray solid;
    margin-bottom: 8px;
    max-height: 137px;
    background-color: gray;
    max-width: 55%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.Upload{
    background-color: blueviolet;
}
.packageicon{
    text-align: center;
}
.rightfill{
    margin-top: 180px; 
    margin-left: -34px;
    cursor: pointer;
}

 .rightfillnew{
       margin-top: 180px; 
      margin-left: -30px;
      cursor: pointer;
    }

.caretright .bi-caret-right-fill {
    font-size: 63px;color: #009688;
}

tr.disabled{
    background-color: #f0f5fa;
}
.disabled-text{
   opacity: 0.3;
   color: var(--bs-gray-dark);
   text-decoration: none;
   cursor: not-allowed !important;
}

 button.searchapp {
  text-indent: -999px;
  overflow: hidden;
  width: 40px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}

 button.searhapp hover {
  opacity: 1;
}

.assignment-dashboard .fix-box-size{
    height: 265px;
    overflow: auto;
}
/*
.fixed-tbl-head .table {width: 100%; border-collapse: collapse;}
.fixed-tbl-head thead th { position: sticky; top: 0; z-index: 1; background-color: #f4f4f4;}
.fixed-tbl-head tbody th { position: sticky; left: 0; }
*/

.fixed-tbl-head, 
.apptablep, 
.apptables, 
.apptable{ 
    overflow: auto; 
    max-height: 400px;
}

.be-reward .fixed-tbl-head{
    max-height: 420px;
}

.apptablep .table,
.apptables .table,
.apptable .table,
.fixed-tbl-head .table{
    overflow: auto;
    /*display: block;*/
    border-collapse: collapse;
}

.apptablep .table>thead>tr>th,
.apptables .table>thead>tr>th,
.apptable .table>thead>tr>th,
.fixed-tbl-head .table>thead>tr>th{
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff !important;
    z-index: 1040;
}

/*
.apptablep,
.apptables,
.apptable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.apptablep tbody,
.apptables tbody,
.apptable tbody {
    display: block;
    width: 100%;
    overflow: auto;
    max-height: 60vh;
}
.apptablep thead tr,
.apptable thead tr,
.apptables thead tr {
    display: block;
}

.apptables th {
    padding: 10px 2px!important;
    width: 250px;
}

.apptables td {
    padding: 10px 2px!important;
    width: 250px;
}*/

/*.apptable td {
    padding: 5px 8px!important;
    width: 250px;
}
.apptable th {
    padding: 5px 10px;
    width: 250px;
}
.apptablep th {
    padding: 5px 1px!important;
    width: 250px;
     text-align: left;
}
.apptablep td {
    padding: 5px 1px!important;
    width: 250px;

}*/

/*.apptablep .table.custom-table tbody tr td .input-numer-group
{
max-width:22px;
}*/

.search-filter {
    border-radius: 4px;
}
 button.searchapp {
  width: 30px;
}
.search-filter input {
  padding:4px 0px !important;
  padding-left:0rem !important;
}

/*-----------------------------------
     Order Module css
     Order Overview css
-----------------------------------*/
.custom-table thead th{
    text-transform: uppercase;
}

.order thead th,
.order tbody td {
      text-align: center;
      cursor: pointer;

}

.order tbody td span {
      width: 100% !important;
}

.bg-gradient {
      background: #cdebeb;
}

.order tbody tr:hover {
      background: #bcf9ee75 !important;

}
.circle {
      background: #bfccd17d;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      text-align: center;
      display: block;
      margin-left: auto;
      margin-right: auto;
}

.circle p {
      padding: 8px;
}

.placed p {
      font-size: 12px;
}

.line {
      display: flex;
      height: 3px;
      background: #e9ecef;
      margin: 17px -30px 0px -30px;
      width: 50px;
}

.line1 {
      width: 18vh;
}

.line2 {
      width: 43vh;
}
/* .confirmede {
      margin-left: 10px;
} */

.generated {
      border: 3px dashed #ced4da;
      border-radius: 8px;
      border-left: none;
      border-top-left-radius: inherit;
}

.verifieds {
      border-radius: 8px;
      border: 3px dashed #ced4da;
      border-right: none;
      border-bottom-right-radius: inherit;

}
.order-menu .dropdown-item{
        padding: 5px 20px 8px 11px;
}

/*view*/
.received tbody td {
      border: none !important;
      font-size: 12px !important;
}

.received {
      margin-bottom: 3px;
}
.overview {
      margin-left: -10px;
}
.packageid {
      height: 330px;
      padding: 0px;
}
.packageid thead th,
.packageid tbody td {
      text-align: center;

}
.approve {
      width: 94%;
      background: #f3f0f0a0;
      border: 2px solid #efe0e0d1;
      border-radius: 5px;
}
.processed {
      width: 58%;
      border-radius: 5px;
      border: 2px solid #efe0e0d1 !important;
      background: #f3f0f0a0;
      display: inline;
      height: 28px;
}
.reject {
      width: 17px;
}
.cursor{
    cursor: pointer;
}
  .form-box{
      width: 56px;
      border-radius: 5px;
      border: 1px solid #80808096;
      height: 25px;
}
.processed {
      width: 60%; /*57%;*/
      border-radius: 5px;
      border: 2px solid #efe0e0d1 !important;
      background: #f3f0f0a0;
      display: inline;
      height: 28px;
}
label.remarks{
    min-width: calc(5em + (1rem + 10px));
}
.radio-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: -8px;
  cursor: pointer;
}
.radio-option input[type="radio"] {
  transform: scale(1.6);
}
.caseworker1{
      width: 137em;
}
.text-left{
    text-align: justify;
}
.caseworker2{
      width: 125em;
}
.product {
      max-height: 400px;
}
.searchby {
      width: 125px;
      padding: 4px 3px;
}
.catalogue {
      border-bottom: 1px solid rgba(0, 0, 0, 0.156);
}

.searchby {
      width: 125px;
      padding: 4px 3px;
}

.brand-quantity {
      margin: 20px 43px;
      cursor: pointer;
      font-size: 63px;
      color: #6d8283;
}

.brand-quantity:hover {
      color: #83cece9c;
}

.brand {
      margin: 149px 1px 82px -47px;
}

.card-bg {
      background: #f3777759;
      border-radius: 16px;
      height: 153px;
      border: none;
}

.card-bgr {
      background: #ccc8f859;
}

.card-bgg {
      background: #83f37759;
}

.card-bgv {
      background: #f6895e5d;
}

.card-icon::before {
      background: #4a6ce9;
      font-size: 33px;
      border-radius: 50%;
      color: white;
      padding: 3px 3px !important;

}

.card-svg {
      background: green;
      border-radius: 50%;
      padding: 3px 3px !important;

}

.card-svg1 {
      background: #f37645eb;
      border-radius: 50%;
      padding: 3px 3px !important;

}

.card-fill {
      font-size: 33px;
      color: #f40606;
}

.card-bg .text-aug {
      font-size: 11px;
      color: black;
      float: inline-end;
      text-align: end;
      font-weight: bold;
      margin: -15px -10px;

}

.volunteer {
      max-height: 223px;
}

.assignment {
      height: 260px;
}

.volunteers {
      border-top: none;
}

.urgency tbody tr td {
      padding: 3px 3px;
}
.urgency thead tr th {
      padding: .5rem .5rem;
  }

.urgency span {
      width: 85% !important;
}

.bg-warning-subtle {
      background: #fff3dd;
      color: #b18606;
      padding: 15px !important;
}

.urgencys {
      border-top: none;
}

.decision tbody tr td {
      padding: 5px 6px;
  }
  .text-control{
      width: 90%;
      background: #f3f0f0a0;
      border: 2px solid #efe0e0d1;
      border-radius: 5px;
  }
  .after-form{
      background-color: #f3f0f0a0;
      border: 2px solid #efe0e0d1;
      border-radius: 5px;

  }
  .line-bg{
      background-color: #4a6ce9;
  }


.table.custom-table.border-0 tbody tr td, 
.table.custom-table.border-0>:not(caption)>*>*{
    border: none;
    text-align: left;
    padding: .4rem;
}
.table.custom-table.border-0 tbody tr td.border-1{
    border-top: 1px solid #DEE2E6;
}


/*---------------------------------------
    Responsive css
---------------------------------------*/
/* @media screen and (max-width: 480px) */
@media screen and (max-width: 480px) {
        .line1,
      .line2 {
            width: 50px;
      }
        /* .confirmede {
            padding: 1px;
            margin-top: 10px;
            margin-left: 0px;
      } */
       .approve {
            width: 80%;
      }
            .caseworker1,
      .caseworker2 {
            width: 26em;
      }
      .text-control {
            width: 78%;
        }
        .brand-quantity {
            margin: 0px 0px;
            cursor: pointer;
            font-size: 45px;
            color: #6d8283;
      }

      .card-bgv,
      .card-bgr {
            margin-top: 10px;
      }

      .volunteers {
            margin-top: 20px;
            margin-left: -10px !important;

      }

      .joyce-p {
            padding-left: 25px !important;
      }

      .assignment {
            height: 395px;
      }
      .brand {
    margin: 0px 10em -15px;
}

}

@media (min-width: 768px) and (max-width: 1368px) {

      .line2 {
            width: 11vh !important;
      }

      .line1 {
            width: 50px;
      }
            .brand-quantity {
            margin: 10px 2px;
            cursor: pointer;
            font-size: 50px;
      }

      .brand {
            margin: 149px 1px 82px -18px;
      }

      .card-bgv,
      .card-bgr {
            margin-top: 10px;
      }

      .volunteer {
            max-height: 366px;
      }

      .joyce-p {
            padding-left: 25px !important;
      }

      .assignment {
            height: 400px;
      }
      
      .caseworker2 {
            width: 58em;
      }
      .caseworker1{
            width: 62em;
      }
      .brand-quantity {
            margin: 10px 2px;
            cursor: pointer;
            font-size: 50px;
      }
      .approve {
       width: 94%;
     }

}

/* shopping */
.buy_again{
    background-color:white; 
    border:1px solid #bbb;
}
.buy_again:hover{
    border:1px solid #bbb;
}
.acknowledge{
    background-color:rgb(201, 232, 232);
    border:1px solid #bbb;
}
.acknowledg:hover{
    border:1px solid #bbb;
}
.cancel_order{
    border:1px solid #bbb;
}
.reason_table thead tr th{
    padding: 4px;
}
.buy_order{
    width: 300px;
    height: 40px;
}
.buy_refund{
    width: 140px;
    height: 40px;
}
.card-body.card-bg.assignments
{width:153px;
}
.alert-normal{background-color:#cdebeb}

.alert-assigned{
    color: #8f9294;
    background-color: #f3f2f8;
    border-color: #d3d6d8;
}	
.approveddd{width: 93%;}
.processedlab{margin-right:4px;}

 .check-icon{
    width: 40px;
    height: 40px;
    background-color: #c6e0c5f5;
    border-radius: 50%;
}
.check-icon i {
    font-size: 30px;
    padding: 2px 4px;
    cursor: pointer;
    font-weight: bold;
}
@media (min-width:765px){
	.confirm{
		width:100% !important;
	}
}
