.btn-circle.btn-sm {
  width: 30px;
  height: 30px;
  padding: 6px 0px;
  border-radius: 15px;
  font-size: 18px;
  text-align: center;
}

.btn-circle.btn-md,
.btn-circle.btn-lg {
  width: 70px;
  height: 70px;
  padding: 7px 10px;
  border-radius: 25px;
  font-size: 25px;
  text-align: center;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 20px;
  text-align: center;
}

.button-fixed-bottom-right {
  position: fixed;
  bottom: 5%;
  right: 2.5%;
}

.button-fixed-bottom-center {
  position: fixed;
  bottom: 5%;
  right: 45%;
}

.button-fixed-bottom-center .btn {
  padding: 10px 35px;
  font-size: 15px;
}

.button-fixed-bottom-right .btn {
  box-shadow: 5px 10px 18px #bfbfbf;
}

.form-control-lg {
  border-radius: 0px;
}

.hide {
  visibility: hidden;
}

/* .btn{
  border-radius: 0px;
  } */

.handMe {
  cursor: pointer;
}

.bg-yellow {
  background-color: #e0c016;
}

.bg-danger {
  background-color: #b13428;
}

.bg-orange {
  background-color: #df702f;
}

.grey-bg {
  background: #f0f4f9;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #0c2957;
}

.yellow-bg {
  background: #edb94e;
}

.orange-bg {
  background: #ff9e2d;
}

.blue-bg {
  background: #234969;
}

.blue-soft-bg {
  background: #0c2957;
}

.blue-soft-bg.only {
  background: #c5f4e0 !important;
}

.green-bg {
  background: #e8fcfc;
}

.theme-bg {
  background: #000;
}

.bg-whatsapp {
  background-color: #075e54;
}

.bg-instagram {
  background-image: linear-gradient(180deg, #8134af 25%, #dd2a7b 100%);
}

.text-orange {
  color: #df702f;
}

.text-danger {
  color: #b13428;
}

.text-yellow {
  color: #e0c016;
}

.text-white {
  color: #ffffff;
}

.lowerCase {
  text-transform: lowercase !important;
}

.bg-gradient {
  background-image: linear-gradient(180deg, #333333 0%, #1a1a1a 100%);
  /* box-shadow: 0 0 35px 0 rgb(0 0 0 / 15%);
  border-radius: 5px; */
}

.text-bold {
  font-weight: bold;
}

.text-theme {
  color: #004c85;
}

.text-orange {
  color: orange;
}

.text-underline {
  text-decoration: underline;
}

/* PERSONNAL CSS */
.text-white-leger {
  color: #fff;
}

.text-gray {
  color: #cccccc;
}

.text-violet {
  color: #5747e4 !important;
}

.text-dark {
  color: #000;
}

.auth a:hover {
  color: #fff;
}

.form-control,
.form-control:focus {
  color: #000;
}

a.text-white-leger:hover {
  color: #fff;
}

i.icon-img {
  font-size: 500%;
}

th {
  padding-top: 2% !important;
  padding-bottom: 2% !important;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.upper-case {
  text-transform: uppercase;
}

.text-justify {
  text-align: justify;
}

.text-bold{
  font-weight: bold;
}

.bodyBkgImg {
  background-image: url(../images/auth.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

/* MODAL */
.modal-header {
  background-image: linear-gradient(180deg, #5747e4 0%, #2a1bb1 100%);
  border-color: #5747e4;
}

.modal-title {
  color: #fff;
}

.auth-form img {
  width: 50%;
}

/* NOTIFICATION */
.snotify-success {
  background-color: #3bb001 !important;
}

.snotify-warning {
  background-color: #663d00 !important;
}

.snotify-error {
  background-color: #802000 !important;
}
.snotify-success .snotifyToast__body,
.snotify-warnning .snotifyToast__body,
.snotify-info .snotifyToast__body,
.snotify-error .snotifyToast__body {
  color: #fff !important;
}

.snotifyToast {
  border-radius: 0px !important;
}

.form-control {
  border-color: #b3b8cc;
}

[data-sibebarbg="color_3"][data-layout="horizontal"] .deznav .metismenu > li.mm-active {
  border: 1px solid #5747e4;
}

.multiselect-dropdown .dropdown-btn {
  line-height: 2.5 !important;
  border-radius: 0px !important;
}

.multiselect-dropdown .dropdown-btn .selected-item {
  border: 1px solid #e6e6e6 !important;
  background: #f4f5f9 !important;
  color: #7e7e7e !important;
}

.multiselect-dropdown .dropdown-btn .selected-item {
  max-width: none !important;
}

.multiselect-dropdown .dropdown-list {
  position: relative !important;
}

.multiselect-item-checkbox input[type="checkbox"] + div:before {
  color: #6610f2 !important;
  border: 2px solid #6610f2 !important;
}

.modal-header .close {
  font-weight: bold;
  color: #fff !important;
}

.close {
  opacity: 1 !important;
}

/* SHOW SUBMENU WHEN LEFT SIDEBAR IS REDUCED */
@media only screen and (min-width: 768px) {
  [data-sidebar-style="mini"] .deznav .collapse li a .nav-text {
    display: inline;
    color: #fff !important;
  }

  [data-sidebar-style="mini"] .deznav .collapse li a .nav-text:hover {
    color: orange !important;
  }
}

.tiny-height{
  height: 46px;
}

#main-wrapper{
  overflow: visible;
}

.ticket{
  font-size: 215%;
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.ticket thead th{
  font-size: 100%;
}

.ticket-customer-info h1, .ticket-customer-info div{
  font-size: 250%;
}