.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e6edef 1px !important;
    outline: 0;
  }
  .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #e6edef;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    float: right;
    margin-left: 0px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 16px !important;
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 2px 6px !important;
    margin-top: 10px !important;
    background-color: #d97f3d !important;
    border-color: #d97f3d !important;
    color: #fff;
    margin-right: 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: transparent !important;
    color: #fff;
    outline: none;
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}

.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.active a {
  font-weight: bold;
}

.nameCircle{
  padding: 25px;
  margin-bottom: 15px;
  display: inline-block;
}

.b-fixed{
  z-index: 2;
    position: fixed;
    width: auto;
    left: 290px;
    right: 0;
    background: #e6e7ea;
    padding: 10px 20px;
    border-bottom: 1px solid #e1e1e1;
    top: 84px

   
}

.b-fixed  .page-header{
  padding-bottom:0px !important
}

@media only screen and (min-width: 768px) and (max-width: 974px)  {
  .b-fixed{
      top: 77px;
        left: 0;
        right: 0;
}
}


@media only screen and  (max-width: 766px)  {
    .b-fixed{
      top: 77px;
        left: 0;
        right: 0;
}
}


.nav-tabs .nav-link.active {
    background-color: rgba(217, 127, 61, 0.1);
    border-color: transparent;
    color: #151B4E;
    background: transparent  !important;
    border-bottom: 5px solid #151B4E !important;
    margin-bottom: -3px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: transparent;
}

.nav-tabs {
    border-color: #151B4E;
    padding: 0px 15px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: transparent;
    border-bottom: 5px solid #151B4E !important;
    margin-bottom: -3px;
}

.headBtnClass{
  margin-top: -15px !important;
}

.btnPaddingLight{
  padding: 5px 10px  !important;
}

.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar #toolbar {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.card.bkt .card-header {
  padding: 10px 30px !important;
  border-bottom: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  background-color: #fff;
}
.card.bkt .card-body {
  padding: 10px 30px !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
  height: calc(100vh - 155px) !important;
}

.bkt-round-box{
  width: 100px;
  height: 100px;
  border-radius: 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 10px !important;
}

.text-primary {
  color: #151B4E !important;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  color: white;
  background-color: #151B4E !important;
  border-color: #151B4E !important;
}
.bkt-admin-action {
  background-color: #FFEFEF  !important;
  color: #7F3838 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;

}

.bootstrap-table .fixed-table-container .table td, .bootstrap-table .fixed-table-container .table th {
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px  !important;
}

.btn-maroon,.btn-maroon:hover,.btn-outline-maroon:hover{
  background-color: #7F3838  !important;
  color:#fff
}

.login-card, .login-form{
  background: #fff !important;
}

.login-admin-header {
  padding: 10px 20px;
    border: 1px solid #7F3838;
    border-radius: 12px;
    color: #7F3838;
}

.error-bkt-title{
  color: #7F3838 !important
}

.clientBtn > .text-maroon{
  color: #7F3838;
}

.clientBtn:hover,.clientBtn.active:hover{
  background: #7F3838 !important;
 
}
.clientBtn:hover > .text-maroon{
  color: #fff  !important;
}

.clientBtn.active{
  background:rgba(217, 127, 61, 0.1) !important;
}




.btn-outline-maroon{
  background: #fff !important;
    color: #7F3838;
    border: solid 1px #7F3838;
}

.width100percentage{
  width: auto !important;
}

.btn-margin-top{
  margin-top: 10px;
}

#search__ .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: normal !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu {
    height: calc(100vh - 300px) !important;
}