
.panel{
    text-align: center !important;
    text-align: center!important;
    max-width: 20rem;
    } 
    html {
        display: grid;
        height: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    } 
  
    .page-background {
        background:white;
        border: 1px solid hsla(0, 0%, 100%, .25);
        padding: 20px;
        border-radius: 1rem;
      }
  
.pl{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
}

.preloader-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: lightgray;
    position: fixed;
    opacity: .7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bootstrap-tagsinput{
  border:none !important;
  box-shadow:none !important;
}

a{
    text-decoration: none;
   
}
i{
    font-style:normal;
    cursor: pointer;
}

a:hover
{
    text-decoration: none;
}
::placeholder{
    color: rgb(134, 161, 150) !important;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 230px;
    height: 85vh;
    position: fixed;
    top: 0;
    left: 0;
    margin-top: 91px;
    z-index: 999;
    background-color: #36445A;
    color: #fff;
    overflow-y: scroll;
    /* transition: all 0.3s; */
}

#sidebar.active {
    min-width: 60px;
    max-width: 60px;
}

#sidebar.active i {
    display: none;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar a{
    display: -webkit-inline-flex;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: inline-block;
}

#sidebar ul li a:hover {
    color: rgb(168, 184, 176);
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
}
#sidebar #nav-sidebar .active{
    font-weight: bold;
    background-color: teal;
    border-radius: 5px;
}

.side-bar{
    padding: 0px 6px 0px 4px;
}
/* .side-bar.active{
    box-shadow: 0px 0px 15px 0px brown;
} */

.side-bar span{
    font-size: 18px;
    color: #fff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 230px);
    /* padding: 40px; */
    min-height: 100vh;
    /* transition: all 0.3s; */
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 95px;
}

#content.active {
    width: 95%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    /* #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    } */

    #sidebar {
        min-width: 60px;
        max-width: 60px;
        text-align: center;
        margin-left: -80px !important;
    }
    
    #sidebar.active {
        margin-left: 0 !important;
    }
    #content{
        width: 100%;
    }
    #content.active{
        width: 83%;
    }
}

/* @media (min-width:600px) {
    #sidebar{
        min-width: 60px;
        max-width: 60px;
    }
    #sidebar i{
        display: none;
    }
    #sidebar.active{
        max-width: 0px;
        max-width: 0px;
    }
    #content{
        width: 95%;
    }
    #content.active{
        width: 100%;
    }
} */

/* media firles end */

.n-bar{
    padding-left: 30px;
    height: 90px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.16);
}
    
         /* Toggle Styles */
 
 .nav-pills>li>a {
    border-radius: 0;
 }

 .fixed-brand {
    width: auto;
 }
 
 .no-margin {
    margin: 0;
 }
 
.margin-nav{
    margin-left: 17px;
    font-size: 15px;
    color: lightgray;
}

.disableclick{
  cursor: text;
  pointer-events: none;
  color: lightgray;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(119, 168, 168); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(96, 99, 98); 
}

thead,
  tbody tr {
    table-layout: fixed;
}

/* fixed action button */

.fixed-button{
    background-color: #FF2434;
    color: #FFFFFF;
    border: none;
    outline: none;
    font-size: 25px;
    position: fixed;
    bottom: 0px;
    right: 15px;
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
    border-radius: 30px;
    /* box-shadow: 1px 3px 5px #888888; */
    z-index: 9999;
    cursor: pointer;
  }
  .fixed-button:hover{
      background-color: rgb(84, 117, 84);
  }
  .small-fixed-button{
    background-color: #FF2434;
    color: #FFFFFF;
    font-size: 20px;
    border: none;
    outline: none;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    cursor: pointer;
  }

  @keyframes wobble {
    16.65% {
      -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
      transform: translateY(8px);
    }
    33.3% {
      -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
      transform: translateY(-6px);
    }
    49.95% {
      -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
      transform: translateY(4px);
    }
    66.6% {
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px);
    }
    83.25% {
      -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
      transform: translateY(1px);
    }
    100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }

button:focus{
    outline: none;
}

  /* fixed action button end */

  /* select multiple css */
  .dropdown-toggle.btn-default {
    color: #080808;
    background-color: #fff;
    border-color: #ccc;
    text-align: justify;
  }
  .bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
  }
  .bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
  }
  .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
  }
  .bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
    background-color: #f4f4f4;
  }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
  }
  .dropdown-menu > li.active > a {
    color: #fff !important;
    background-color: #337ab7 !important;
  }
  /* .bootstrap-select .check-mark {
    line-height: 14px;
  } */
  /* .bootstrap-select .check-mark::after {
    font-family: "FontAwesome";
    content: "\f00c";
  } */
  .bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  /* Make filled out selects be the same size as empty selects */
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important;
    background-color: #080808;
  }
  /* end mutiple css */
  .btn-light{
    background-color: white !important;
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: -8px;
    z-index: 999;
    font-size: 21px;
    border: none;
    outline: none;
    background-color: rgb(185, 245, 20);
    color: white;
    cursor: pointer;
    padding: 4px;
    border-radius: 40px;
    height: 50px;
    width: 50px;
    margin:0px 40px 0px 0px;
    /* box-shadow: 1px 3px 5px #888888; */
  }
  
  #myBtn:hover {
    background-color:rgb(83, 90, 114);
  }

  .multi-box{
      background-color: #6d7fcc;
  }
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
  }
.disableclick{
    cursor: text;
    pointer-events: none;
    color: lightgray;
}
.badge{
    padding: 5px 10px !important;
}

.btn.disabled, a.btn.disabled {
    cursor: not-allowed !important;
    pointer-events: none !important;
}

/* .badge-success-light{
    background-color: #71dc89!important;
}
.badge-info-light{
    background-color: #8baaaf !important;
}
.badge-danger-light{
    background-color: #c54854 !important;
}
.badge-dark-light{
    background-color: #7f848a !important;
}
.badge-primary-light{
    background-color: #5da0e8 !important;
}
.badge-secondary-light{
    background-color: #10bdad !important;
}
.badge-warning-light{
    background-color: #e0ddd3 !important;
} */

.truncate {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.hideText{
  max-width:150px;
}
.tooltip-inner {
    white-space:nowrap;
    max-width:none;
}
@media (min-length:767px){
    .sticky-header{
        position: sticky;
        position: --webkit-sticky;
        top: 6rem;
        z-index: 10;
        background-color: white;
    }
}
.message-box{
    position: fixed;
    z-index: 999;
    padding: 10px;
    width: auto;
    margin: auto;
    right: 1%;
    bottom: 1%;
}

/*.pagination li.active {*/
/*	background-color: rgb(247, 247, 247);*/
/*}*/

/* CSS to style the last page button by ID */
/* CSS to style the last page button by ID */
#last-page-button .page-link {
  background-color: rgb(224, 219, 219); /* Change button background color to brown */
  pointer-events: none; /* Disable mouse interaction */
  color: rgb(0, 0, 0); /* Change text color to white */
  cursor: not-allowed; /* Show disabled cursor by default */
}

#last-page-button:hover {
  cursor:not-allowed;
}

/* Optionally, you can style the disabled button differently to provide visual feedback to users */
#last-page-button .page-link span {
  opacity: 0.5; 
}

#first-page-button .page-link {
  background-color: rgb(224, 219, 219); /* Change button background color to brown */
  pointer-events: none; /* Disable mouse interaction */
  color: rgb(0, 0, 0); /* Change text color to white */
  cursor: not-allowed; /* Show disabled cursor by default */
}

#first-page-button:hover {
  cursor:not-allowed;
}

/* Optionally, you can style the disabled button differently to provide visual feedback to users */
#first-page-button .page-link span {
  opacity: 0.5; 
}

#search-icon {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #ffffff;
  border-left: none;
}
.remove-BorderRight {
  border-right: none;
}

.dropdown-icon-style{
  background-color: #ffffff;
  border-left: none;
  padding-left: 4px;
  pointer-events: none; 
}



.paginator-wrapper {
    padding: 0px 10px 0px 10px;
}

  .btn-group-vertical>.btn,
  .btn-group>.btn {
    position: absolute;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .bootstrap-tagsinput {
    border: none;
    padding: 0%;
  }  
  .alert {
    max-width: 909px;
  }

/* Individual Message Animation */
@-webkit-keyframes shake-lr {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    10% {
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
    }
    80% {
      -webkit-transform: rotate(-8deg);
              transform: rotate(-8deg);
    }
    90% {
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
    }
  }
  @keyframes shake-lr {
    0%,
    100% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    10% {
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
    }
    20%,
    40%,
    60% {
      -webkit-transform: rotate(-10deg);
              transform: rotate(-10deg);
    }
    30%,
    50%,
    70% {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
    }
    80% {
      -webkit-transform: rotate(-8deg);
              transform: rotate(-8deg);
    }
    90% {
      -webkit-transform: rotate(8deg);
              transform: rotate(8deg);
    }
  }

  .shake-lr {
	-webkit-animation: shake-lr 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1 alternate-reverse both;
            animation: shake-lr 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) 1 alternate-reverse both;
        }
  .custom-control-label::after {
    cursor: pointer;
  }

  .dropdown-toggle::after{
    display:none !important;
  }

  .bootstrap-select .dropdown-menu li.disabled {
    cursor: not-allowed !important;
  }


/* dropdown-icon */

.custom-dropdown {
  position: relative;
}

.custom-dropdown .dropdown-icon i {
  transition: transform 0.3s ease;
}

.custom-dropdown.expanded .dropdown-icon i {
  transform: rotate(180deg);
}

@keyframes fade-in {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

.fade-in {
  animation: fade-in 0.5s ease-in-out;
}

.Active-Color{
  background-color: #0076ff;
  color: white;
}

.Inactive-Color{
  background-color: #86BAFE;
  color: white;
}

/* 
.custom-select::after {
  content: '\f0dd';
  font-family: FontAwesome;
  position: absolute;
  pointer-events: none;
} */

/* search bar  */

.border-highlite-none:focus {
  outline: none;
  box-shadow: none;
  border-color: rgb(210, 210, 210); /* Set border color to transparent */
}

.bootstrap-select .dropdown-toggle:focus{
  outline:none;
}
.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.demo button{
  /* outline: red !important; */
  outline-offset: -600px !important;
  padding: 6px;
  padding-left: 12px;
  padding-right: 0px;
}

.demo button:hover {
  text-decoration: none;
  /* cursor: none; */
  border: none;
  /* You can add more properties if needed */
}

.demo button:focus {
  box-shadow: none !important;
  border: none !important;
}

.demo{
  border-right: none !important;
  outline: rgb(210, 210, 210) !important;
  box-shadow: none !important;
  border-color: rgb(210, 210, 210) !important;
}

.btn-light.dropdown-toggle{
  border:none !important;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@media (max-width:1116px){
  .searchIcon{
    font-size: 0px;
  }
  .disapear-text{
    font-size: 0px;
  }

  .groupSearch{
    width: 38px;
    height: 38px;
  }
  .nav-items{
    max-width: 442px;
  }
}

@media (min-width:1116px) {
  .nav-items{
    width: 625px;
    min-width: 625px;
    max-width: 625px;
  }
}



@media (max-width:367px) {
  .groupSearch{
    font-size: 0px;
    padding: 8px;
  }
}
