.ddddmodal {
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 99999999999999999999999999999;
}

.modal-backdrop {
  z-index: 1042 !important;
}


.megaDrop {
  min-width: 13rem;
}

.pull-right {
  float: right;
}

.closeBtnT:hover {
  cursor: pointer;
  box-shadow: 0px 0px 7px 0px #f00;
  background: #ed0303 !important;
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
  width: 8px;
}

body::-webkit-scrollbar-button:increment, body::-webkit-scrollbar-button {
  display: none;
}

body::-webkit-scrollbar:horizontal {
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 10px;
  border: 1px solid #f1f2f3;
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
}

table th {
  user-select: none;
}

button {
  user-select: none;
}

.sidebar-menu {
  user-select: none;
  padding-left: 8px;
  padding-right: 12px;

}

.focus-label {
  user-select: none;
}

.pagination {
  user-select: none;
}

.dropdown {
  user-select: none;
}

img {
  user-select: none;
}

.avatar {
  user-select: none;
}

table td {
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}

.Swal-margin-per {
  padding-bottom: 5px;
}

.nogril {
  max-width: 100%;
}

@media all and (min-width : 900px) and (max-width: 1999px) {
  .nogril {
    max-width: 25%;
  }
}

@media all and (min-width : 700px) and (max-width: 899px) {
  .nogril {
    max-width: 35%;
  }
}

.no-30 {
  max-width: 30%;
}

.no-40 {
  max-width: 40%;
}

.active .spinner-border {
  color: #fff !important;
}


button .spinner-border {
  color: #fff !important;
}


.removeButtonMP .swal2-actions {
  margin-top: 0px;
}

.removeButtonMP .swal2-confirm {
  padding-top: 2px;
  padding-bottom: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.Swal-margin-per .swal2-title {
  padding-top: 8px;
  user-select: none;
}


.ModalBorderColorNotification .swal2-html-container {
  font-size: inherit;
  user-select: none;
}

.titleColorNotification {
  top: 65px !important;
}

.titleColorNotification .swal2-title {
  user-select: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #ffbc34 !important;
  padding-top: 0px;
  text-align: inherit;
  padding-left: 10px;
  height: 32px;
  place-content: center;
}

.Swal-margin-per .swal2-html-container {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 6px;
  padding: 0px !important;
}