@charset "UTF-8";
.rolesContainer {
  border: 1px solid rgb(221, 219, 219);
  border-radius: 0px;
  height: 200px;
  overflow-y: scroll;
}

.form-control,
.custom-select,
.btn,
.card,
.modal,
.form-control.rounded,
.form-control.form-control-rounded,
.modal-content,
.btn-rounded,
.dropdown-menu {
  border-radius: 0.2rem;
}

.errorUser {
  color: rgb(238, 134, 134);
}

.card-icon-bg .card-body .content {
  max-width: 80px;
}

.currency {
  text-align: right;
}

.form-group {
  margin-bottom: 5px;
}

.form-group input {
  height: 25px;
  background-color: #F5FBFC;
  font-size: small;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #F5FBFC;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: 25px;
  padding: 0px;
  background-color: #F5FBFC;
  font-size: small;
}

.form-group .form-control select {
  background-color: #F5FBFC;
  font-size: small;
}

.form-group .span-right-input-icon {
  top: 5px;
}

.form-group .span-left-input-icon {
  top: 5px;
}

body {
  font-size: small;
}

a {
  font-size: small;
}

.btn {
  font-size: small;
  padding: 2px;
}

.nav-item {
  font-size: small;
}

html * {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.upload__box {
  padding: 0px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #4045ba;
  border-color: #4045ba;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
}
.upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.fixedScrollable {
  height: 300px;
}

.priceCol {
  text-align: right;
  color: green;
}

.tableFixHead {
  overflow: auto;
  height: 300px;
}

.tableFixHead thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 160px;
  height: 1.2em;
  white-space: nowrap;
}
