.nav-pills .nav-link{
    /* background: #f2f2f2 !important; */
}

.avatar{
    width: 3rem !important;
    height: 3rem !important;
}

.btn{
    padding:0.6rem 1.2rem !important;
    border-radius: 20px !important;
}

.lds-dual-ring.hidden {
display: none;
}
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 15% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.overlay {
      border-radius: 20px;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0000009e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;

    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.iconify {
      font-size: 23px;
  }

  .sidebar-icon .iconify {
      margin-top: -4px;
  }


  .sidebar-inner {
      overflow-y: unset;
  }


  .select2-container{
    width: 100% !important;
  }

   .select2-container--default .select2-selection--multiple {
       border: 1px solid #d1d5db;
       border-radius: 8px;
       cursor: text;
       padding-bottom: 8px;
   }

   .select2-container .select2-selection--multiple {
       box-shadow: 0 1px 2px 0 rgb(0 0 0 / 7%);
       min-height: 40px;
       line-height: 25px;
       padding-left: 10px;
       width:100% !important;
   }

   .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
       background-color: #135f4f;
   }

   .select2-container--default.select2-container--focus .select2-selection--multiple {
       border: solid #135f4f 1px;
   }

   .select2-container--default .select2-selection--multiple .select2-selection__choice {
       background-color: #e9eaeb;
       border: 1px solid #aaa;
       border-radius: 4px;
       font-size: 12px;
       padding-bottom: 2px;
       margin-top: 7px;
   }



    .select2-container--default .select2-selection--single {
       border: 1px solid #d1d5db;
       border-radius: 8px;
       cursor: text;
       padding-bottom: 8px;
   }

   .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #6c707b !important;
   }

   .select2-container .select2-selection--single {
       box-shadow: 0 1px 2px 0 rgb(0 0 0 / 7%);
       min-height: 40px;
       line-height: 38px !important;
       padding-left: 10px;
       font-size: 14px;
   }

   .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px !important;
   }

   .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
       background-color: #135f4f;
   }

   .select2-container--default.select2-container--focus .select2-selection--single {
       border: solid #135f4f 1px;
   }

   .select2-container--default .select2-selection--single .select2-selection__choice {
       background-color: #e9eaeb;
       border: 1px solid #aaa;
       border-radius: 4px;
       font-size: 12px;
       padding-bottom: 2px;
       margin-top: 7px;
   }
