.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;
}

.form-control:focus {
  box-shadow: 0px 0px 20px 0.2rem rgba(12, 41, 87, 0.25);
}

.hide {
  visibility: hidden;
}

.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: #0c2957;
}

.text-orange {
  color: #df702f;
}

.text-danger {
  color: #b13428;
}

.text-yellow {
  color: #e0c016;
}

.text-white {
  color: #ffffff;
}

.lowerCase {
  text-transform: lowercase !important;
}

.bg-gradient {
  background: #082740;
  background: -webkit-linear-gradient(to right, #006039 #ffa801);
  background: linear-gradient(to right, #006039, #ffa801);
}

.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;
}

.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;
}

.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: #0c2957 !important;
  color: #fff !important;
}

.multiselect-dropdown .dropdown-btn .selected-item {
  border: 1px solid #0c2957 !important;
  background: #0c2957 !important;
  max-width: none !important;
}

.upper-case {
  text-transform: uppercase;
}

.text-justify {
  text-align: justify;
}

.bodyBkgImg {
  background: #C0C659;
  background: linear-gradient(135deg, #C0C659, #728CE6);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* MODAL */
.modal-header {
  background-color: var(--primary);
  border-color: #cccccc;
}
.modal-title {
  color: var(--light);
}

.auth-form img {
  width: 100px;
}

/* NOTIFICATION */
.snotify-success {
  background-color: #3bb001 !important;
}

.snotify-warning {
  background-color: #cc7a00 !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;
}

/* 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;
}

.promo {
  color: red;
  text-decoration: line-through;
}

.text-violet{
  color: #9900cc;
}

.text-pink{
  color:  #ff66ff
}

label{
  color: #1a1a1a;
}
