/* .btn-primary{
    background-color: #fed646;
    border-color: #f3b00a;
}
.bg-primary.bg-soft{
    background-color: var(--bs-gray-200) !important;
}
.text-primary{
    color: rgba(var(--bs-gray-600),var(--bs-text-opacity))!important;
} */
.text-right{
    text-align: right !important;
}
.hide{
    display:none
}
.btn-action{
    min-width: 45px;
    text-align: center;
}
.swal2-content label.form-label{
    font-size: 12px;
    font-weight: 300;
    display: block;
    text-align: left;
}
.swal2-content .row>div{
    margin-bottom: 15px;
}
.swal2-popup{
    width: 950px !important;
}
.load_infos .alert{
    text-align: left !important;
}
.load_infos .alert b{
    min-width: 200px;
    display: inline-block;
}
.limit_card_410px .card{
    height: 410px;
}
.last_30days_activities{
    max-height: 280px;
    overflow-y: scroll;
    margin: 0;
    padding: 0 15px;
}

#loading{
    background: rgba(0,0,0,.5);
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .bg-primary.bg-soft {
    background-color: rgba(255, 255, 255, .03) !important;
  }
  .bg-primary.bg-soft .text-primary{
    color: #eafee2 !important;
  }
  .card-body .btn-clico {
    background-color: #eafee2;
    border-color: #eafee2;
    color: #263a2d;
    font-weight: 600;
  }
  .card-body .btn-clico:hover {
    background-color: #3e8f4a;
    border-color: #3e8f4a;
    color: #eafee2;
  }
  body[data-topbar=dark] #page-topbar {
    background-color: #3e8f4a !important;
  }
  i.mdi.mdi-heart.text-success {
    color: #3e8f4a !important;
  }
  span.help-inline{
    color: var(--bs-danger);
    font-size: 8px;
  }
  .form-control:disabled{
    opacity: .6;
  }
  .auth-logo .auth-logo-dark{
    display: block !important;
  }
  .card-body .col-sm-4{
    display: flex;
    align-items: center;
  }
  .table thead tr th:last-child{
    width: 150px;
  }
  .ui-widget-content {
    background: rgba(255, 255, 255, .05) !important;
    color: #FFF !important;
    font-weight: 700 !important;
  }
  .chat-leftsidebar{
    padding: 0 14px !important;
  }
  
  .nav-pills .nav-link{
    border: 2px solid transparent;
  }
  .nav-pills .nav-link.active {
    background-color: rgba(0, 0, 0, .08);
    border: 1px solid rgba(0, 0, 0, .2);
  }
  .nav-pills .nav-link:hover{
    color: #FFF;
    background: rgba(255, 255, 255, .03);
  }
  .topnav .navbar-nav .nav-item .nav-link.active,
  .chat-conversation .conversation-list .ctext-wrap .conversation-name {
    color: #3e8f4a;
  }
  .avatar-title{
    background-color: #3e8f4a;
  }
  .page-item.active .page-link{
    background-color: #3e8f4a;
    border-color: #3e8f4a;
  }
  .topnav .navbar-nav .nav-link:hover,
  .small[key="t-view-all"]{
    color: #eafee2;
  }
  .ui-widget.ui-widget-content{
    z-index: 10000;
  }
  li.nav-item.sync>.btn{
    position: relative;
    top: 8px;
  }
  .chat-list li.active a{
    background-color: #4b546e !important;
  }
  .chat-conversation.auto{
    overflow: auto;
  }
  .chat-conversation .conversation-list{
    max-width: 75%;
  }
  .w-100.user-chat.user-nochat{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .simplebar-content li,
  .list-unstyled li{
    position: relative;
  }
  .simplebar-content li span.count,
  .list-unstyled li span.count{
    position: absolute;
    top: 3px;
    right: 3px;
    background-color: rgba(244, 106, 106)!important;
    height: 12px;
    width: 12px;
    font-size: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    color: #FFF;
  }

  .chat-conversation li.wait .conversation-list{
    width: 70%;
  }
  .chat-conversation li.wait input,
  .chat-conversation li.wait textarea{
    width: 100%;
    background-color: rgb(255 238 210);
    border: 0;
    border-left: 4px solid rgb(241, 180, 76);
    outline: none;
    padding: 10px 15px;
  }
  .chat-conversation li.wait textarea{
    height: 160px;
  }
  .chat-conversation li.wait .text-muted input{
    width: 80px;
    background-color: #e9e9e9;
    border-left: 4px solid #d0d0d0;
  }
  li.right.wait .conversation-list .msg-deleted{
    display: none;
    color: #d0d0d0;
    opacity: .7;
    text-align: center;
    display: block;
    padding: 15px 30px;
  }
  .border-bottom ul.filter{
    display: flex;
    margin: 10px 0;
    padding: 0;
  }
  .border-bottom ul.filter li{
    list-style: none;
    flex: 1;
  }
  .border-bottom ul.filter li a{
    text-align: center;
    color: #e9e9e9;
    font-size: 10px;
    border: 1px solid rgba(255, 255, 255, .05);
    margin: 0 5px;
    padding: 5px;
    border-radius: 4px;
    display: block;
  }
  .border-bottom ul.filter li a.active{
    background-color: rgba(255, 255, 255, .05);
  }

/* ===============SOURCES===================*/
.datatable_click>tbody>tr:not([data-delete]){
  background: rgba(255, 255, 255, .05);
}
.datatable_click tbody dl{
  display: block;
  width: 100%;
}
.datatable_click tbody dl .w_10{
  float: left;
  width: 10%;
  height: 36px;
  line-height: 36px;
}
.datatable_click tbody dl .w_23{
  float: left;
  width: 23.3%;
  padding-right: 15px;
}
.datatable_click tbody dl .w_100{
  float: left;
  width: 100%;
}
.datatable_click tbody dl dd.w_100:last-child{
  clear: both;
  text-align: right;
}
.ui-widget.ui-widget-content{
  z-index: 1000 !important;
  background: rgba(0, 0, 0, .65) !important;
}
/* ===============SOURCES===================*/
@media (max-width: 992px) {
  /* .navbar-brand-box {
      width: 280px !important;
  } */
  .navbar-brand-box img{
    width: 100%;
  }
  .navbar-header>.d-flex+.d-flex{
    display: none !important;
  }
  /* .topnav .topnav-menu{
    height: 80px;
  } */
  .topnav .topnav-menu li.nav-item.sync>.btn{
    top: 0;
    width: 100%;
    margin: 10px 0;
  }
}