.all-role th.column1 br {
  display: none;
}

.all-role th.column1 input {
  margin: 0 0;
}

div#selectval1 {
  margin: 10px 0;
}

div#selectval1 .btn-secondary {
  background: #d5daed;
  border: 2px solid #3F567A;
  color: #3F567A;
  border-radius: 20px;
  padding: 0 0;
  min-width: 120px;
  line-height: 2.5;
  margin-right: 15px;
}

div#selectval1 .btn-danger {
  background: rgba(181, 31, 37, 0.2);
  border: 2px solid #B51F25;
  color: #B51F25;
  border-radius: 20px;
  padding: 0 0;
  min-width: 120px;
  line-height: 2.5;
}

.selectedOption.form-control {
  width: 100% !important;
  line-height: 55px;
}

.selectedOption.form-control.valid {
  border-color: #468847;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAgVBMVEUAAABetV5buFtcuFxcuVxdu11cuFxbuFtcuFxcuFxbtltcuFxbtltetl5cuFxct1xduV1fuF9cuFxcuFxbultcuFxduF1gtWBduV1cuFxcuVxcuFxcuFxcuFxet15dt11cuFxcuFxbt1teuF5duV1euF5cuVxcuFxcuFxcuFwAAADG3XcxAAAAKXRSTlMAJrDPRSnn1OjCKvM4MamLFivp8jvI1xgs6jpL++w5UvrxUU83RMe6MlhBCPsAAAABYktHRACIBR1IAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4AwTFzUBkZPjhwAAAHBJREFUGNNjYCAJMDIxsyDzWdk0NdmR+RyampqcCD4XiM/Nw8DLxy8A4gsKAfnCIgwMopqaYuIMDBIwPgOzJkhEQhLElwIplZYBMmWFQXw5iGHyCppgoCgHM14JLKLIg7BQGSiiqILsRFU1dQ3iPQgAPhMLEPHXqSUAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTYtMTItMTlUMjM6NTM6MDErMDE6MDCbiS6WAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE2LTEyLTE5VDIzOjUzOjAxKzAxOjAw6tSWKgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  background-position: right 5px center;
  background-repeat: no-repeat;
}

.scrollableList {
  position: relative;
}

.scrollableList ul {
  position: absolute;
  top: 100%;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ced4da;
  width: 100%;
  background: #fff;
  padding: 0 12px;
}

/*For Developer Use*/

.error-alrt {
  opacity: 0;
}

.upload-btn-wrapper img {
  max-width: 190px;
  display: block;
  margin-top: 15px;
}

.toast-message {
  color: #fff !important;
  background: green !important;
}

.toast-error {
  background: green !important;
  background-size: 0 !important;
}

.toast-success {
  background: green !important;
  background-size: 0 !important;
}

#header .header-area .profile-action>a .user-img {
  border-radius: 100%;
}

.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #f3aa20;
  width: 24px;
  height: 24px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 6px;
  top: 12px;
}

.all-role .tabs-grid .nav-tabs li {
  margin-right: 0;
  width: calc(100% / 4 - 10px);
}

.all-role tr.head th.column1 span input {
  display: block;
  margin: auto;
}

.all-role tr.head {
  vertical-align: middle;
}

.all-role .tabs-grid .nav-tabs {
  border: 0px;
  display: flex;
  gap: 10px;
}

.tanslator:after {
  content: "\f0d7";
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8598ad;
  right: 3px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.tanslator .changeLang {
  font-weight: 600;
  margin-left: 15px;
  color: #8598AD;
  text-transform: capitalize;
  background-size: 0;
  position: relative;
  border: 0;
  cursor: pointer;
}

.tanslator {
  position: relative;
}

.staff-tab li:nth-of-type(3) a {
  background-color: #3f567a !important;
}

.staff-tab li:nth-of-type(4) a {
  background-color: #4e698f !important;
}

.staff-tab li:nth-of-type(5) a {
  background-color: #8f754e !important;
}

.staff-tab li:nth-of-type(6) a {
  background-color: #b44949 !important;
}

.staff-tab li:nth-of-type(7) a {
  background-color: #5860b0 !important;
}

.staff-tab li:nth-of-type(8) a {
  background-color: #5897b0 !important;
}

.staff-tab li:nth-of-type(9) a {
  background-color: #b05896 !important;
}

.staff-tab li:nth-of-type(10) a {
  background-color: #58b074 !important;
}




/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.suppler-create {
  text-align: right;
}

a.createsup {
  display: inline-block;
  width: auto;
  height: auto;
  border: none;
  font-size: 16px;
  color: #fff;
  background: #F3AA20;
  font-family: "Inter", sans-serif;
  border: 1px solid #F0F1F4;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 3;
  border-radius: 4px;
  padding: 0 30px;
  text-indent: 0px;
  min-width: 170px;
  position: relative;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 0px 0px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-align: center;
}

.all-role .tabs-grid .nav-tabs li .nav-link {
  min-width: unset;
}

div#mSearch {
  display: none !important;
}


/* media query */

@media only screen and (max-width: 1399px) {
  .all-role .tabs-grid .nav-tabs li {
    width: calc(100% / 3 - 10px);
  }
}


@media only screen and (max-width: 767px) {
  .all-role .tabs-grid .nav-tabs li {
    width: calc(100% / 2 - 0px);
  }

  .all-role .tabs-grid .nav-tabs {
    gap: 0;
  }
}


@media only screen and (max-width: 567px) {
  .all-role .tabs-grid .nav-tabs li {
    width: calc(100% / 1 - 10px);
  }

  .tanslator .changeLang {
    margin-left: 0;
    font-size: 10px;
    background: transparent;
    font-weight: 300;
    padding-right: 12px;
    padding-left: 2px;
  }

}

li.nav-item.has-submenu.active a.nav-link.active-link {
  color: #f2a933;
}

.sec-search-bar-cvs .csv-btn .btn-danger {
  background-color: rgba(181, 31, 37, 0.2) !important;
  border: 0px solid #B51F25;
  color: #B51F25;
}

.dropdown-icon a.dropdown-item {
  display: flex;
  align-items: center;
}

.dropdown-icon a.dropdown-item i {
  width: 23px;
}

.dropdown-icon .dropdown-toggle span i {
  width: 23px;
  position: relative;
  bottom: -2px;
}

.all-total {
  width: 264px;
  padding: 10px 0px;
  background: #121212;
  margin-right: 11px;
}

.all-total p {
  color: #fff;
}

.customer-popup {
  float: right;
}

header.new-home-header .navbar-collapse {
  width: calc(100% - 50px);
  overflow-x: scroll;
}

.dropdown-menu>li:hover {
  background-color: transparent !important;
}





.table-grid tr {
  vertical-align: middle;
}

.table-grid figure {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 480px) {

  .table-grid .column1 {
    width: 130px !important;
  }

  .table-grid figure {
    height: 120px !important;
    overflow: hidden;
    width: 100px !important;
  }

  .table-grid figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

}

.date-grid .form-control {
  width: auto !important;
  min-width: 100%;
}

.date-grid .form .btn {
  padding: 0px 20px !important;
  min-width: auto !important;
  /* line-height: 2.8 !important; */
  font-size: 15px !important;
  white-space: nowrap;
}

.search-bar-grid input.form-control {
  min-width: auto;
}






/* Responsive */


@media only screen and (max-width: 1399px) {
  .date-grid form.d-flex {
    gap: 20px 20px;
    flex-wrap: wrap;
  }

  .date-grid .col-auto {
    -webkit-box-flex: unset;
    -ms-flex: 0 0 auto;
    flex: unset;
    width: unset;
  }

  .date-grid .form-control {
    width: 100% !important;
  }

}



@media only screen and (max-width: 479.98px) {
  .date-grid .form .btn {
    min-width: 100% !important;
  }
}

::-webkit-scrollbar {
  height: 10px;              /* height of horizontal scrollbar ← You're missing this */
  width: 4px;               /* width of vertical scrollbar */
  border: 1px solid #d5d5d5;
}
.table100-nextcols.table-responsive {
  overflow-x: auto !important;
}