.sidebar-mini .control-label  {
  color: #fff;
}
.content {
  color: #000;
}
.content-wrapper {
  position: relative;
  background: #000;
}
.toast{
  display: none;
  min-width: 20vw
}
.toast.show {
    display: block;
    opacity: 1;
    position: fixed;
    z-index: 99999999;
    margin: 20px;
    right: 0;
    top: 3.5rem;
}
.swal2-container{
    z-index: 99999999;
}
#preloader2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ffffff82;
}

#preloader2:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: smaller;
    color: #fff;
    font-style: italic;
}
 .modal-dialog.large {
    width: 80% !important;
    max-width: unset;
  }
  .modal-dialog.mid-large {
    width: 50% !important;
    max-width: unset;
  }
  #viewer_modal .btn-close {
    position: absolute;
    z-index: 999999;
    /*right: -4.5em;*/
    background: unset;
    color: white;
    border: unset;
    font-size: 27px;
    top: 0;
}
#viewer_modal .modal-dialog {
        width: 80%;
    max-width: unset;
    height: calc(90%);
    max-height: unset;
}
  #viewer_modal .modal-content {
       background: black;
    border: unset;
    height: calc(100%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #viewer_modal img,#viewer_modal video{
    max-height: calc(100%);
    max-width: calc(100%);
  }
  
  /*New Changes from 29 apr*/
  
  .dropselect{
    width: 80%;
    box-shadow: 0px 2px 4px 0px #007bff;
    border: none;
    height: 30px;
    border-radius: 5px;
  }
  .dropselect:focus-visible{
      outline: unset;
  }
  
  @media screen and (max-width: 480px){
      /*body{*/
      /*    width: 100%;*/
      /*}*/
  }
  .navbar-primary {
      background-color: #ff0000!important;
  }

  .sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
       background-color: #ff0000!important;
  }

  .bg-primary {
     background-color: #ff0000!important;
  }
  .btn-primary {
      background-color: #ff0000;
      border-color: #ff0000;
  }
  
  .border-primary {
    border-color: #ff0000!important;
}

a {
    color: #ff0000;
}
  
  .nav-sidebar .nav-item>.nav-link {
    margin-bottom: 10px;
}
  .inner img {
    max-width: 100%;
    height: auto;
    width: 96px;
    height: 100px;
    /* border: 1px solid #2d6ca3; */
    border-radius: 50%;
    background: #dfeef9;
    margin: 11px 0px;
    box-shadow: 5px 10px 26px #191a1c;
}

.nav-sidebar .nav-item>.nav-link {
      padding: 12px 10px;
    box-shadow: -1px -2px 4px 0px #00000059;
}

.nav-sidebar .nav-link p {
    font-size: 18px;
    font-weight: bold;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, 
button.bg-primary:hover {
    background-color: #4c4c4c!important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, 
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    background-color: #ff0000;
}

.page-item.active .page-link {
    background-color: #ff0000;
    border-color: #ff0000;
}

.nav-sidebar {
    z-index: 1;
}
table.dataTable {
    color: #fff !important;
}
table.dataTable>thead .sorting:before, 
table.dataTable>thead .sorting:after, 
table.dataTable>thead .sorting_asc:before, 
table.dataTable>thead .sorting_asc:after, 
table.dataTable>thead .sorting_desc:before, 
table.dataTable>thead .sorting_desc:after, 
table.dataTable>thead .sorting_asc_disabled:before, 
table.dataTable>thead .sorting_asc_disabled:after, 
table.dataTable>thead .sorting_desc_disabled:before, 
table.dataTable>thead .sorting_desc_disabled:after {
    opacity: 1;
}
div.dataTables_wrapper div.dataTables_info {
    color: #fff;
}

div.dataTables_wrapper div.dataTables_length label {
  color: #FFF;
}

div.dataTables_wrapper div.dataTables_filter label {
  color: #fff;
}

.userlist,  .surveylist {
  background: #000;
}

.card-primary.card-outline {
    border-top: 3px solid #ff0000;
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
    background-color: #ff0000;
    border-color: #ff0000;
}
blockquote {
    border-left: .7rem solid #ff0000;
}