.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

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

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.tile-stats {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .tile-stats-attend {
    position: relative;
    display: block;
    margin-bottom: 12px;
    border: 1px solid #E4E4E4;
    -webkit-border-radius: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
    background: #FFF;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }


  .tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #7d3c98 ;
    position: absolute;
    right: 53px;
    top: 30px;
    z-index: 1;
  }

  .tile-stats .icon i {
    font-size: 60px;
    line-height: 0;
  }

  .tile-stats .count, .tile-stats h4, .tile-stats p {
    position: relative;
    margin: 0;
      margin-left: 0px;
    margin-left: 10px;
    z-index: 5;
    padding: 0;
  }
  .tile-stats .count {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.65857143;
  }


  .tile-stats .stats {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.65857143;
  }


  .tile-stats-attend .stats {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.65857143;
  }


  .tile-stats-attend .count {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.65857143;
  }

  .sidebar{

    /* //background: #442F74 !important;
   // background: #af09ac !important; */

   background: #191C24 !important;

  }

  .sidebar .nav-link.active {
    color: #fff;
    /* //background: #561955 !important; */
    background: #0F1015 !important;
    border-radius: 0px 20px 20px 0px;
}

.sidebar .nav-link .nav-icon {
    display: inline-block;
    width: 1.09375rem;
    margin: 0 0.5rem 0 0;
    font-size: .875rem;
    color: #fff;
    text-align: center;
}

.sidebar .nav-link.active .nav-icon {
    color: #fff;
}

.sidebar .nav-link:hover {
    color: #fff;

    background: #0F1015 !important;
    /* //background: #561955 !important; */
    /* background: #0A011E !important; */
    border-radius: 0px 20px 20px 0px;
}


.app-header {
    position: relative;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 55px;
    padding: 0;
    margin: 0;
  /*   background-color: #7A69A0 !important; */
 /*  background-color: #0A011E !important;
    border-bottom: 1px solid #0A011E !important; */
    background-color: #191C24 !important;
    border-bottom: 1px solid #191C24 !important;

}

body {
/*     color: #23282c !important;;
    text-align: left;
    background-color: #C8C3D5 !important;
    border: #C8C3D5 !important; */
    background-color: #0C0C0C !important;
    border: #0C0C0C !important;


}

.btn-success {
    color: #fff;
    background-color: #AA7E39 !important;
    border-color: #AA7E39 !important;
}


.btn-primary {
    color: #fff;
    background-color: #6AAB80 !important;
    border-color: #6AAB80 !important;
}


.sidebar .sidebar-nav {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    width: 200px;
}




/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar>.sidebar-nav::-webkit-scrollbar {
    display: none !important;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  .sidebar>.sidebar-nav  {
    -ms-overflow-style: none !important;  /* IE and Edge */
    scrollbar-width: none !important;  /* Firefox */
  }

@media (min-width: 992px)
{
    .sidebar-fixed .sidebar {
        position: fixed;
        z-index: 1019;
        width: 200px;
        height: 100vh;
    }
}


.home-card{
    background: #191C24 !important; border: #191C24 !important;
}

.sdt-card{
    background: #0C0C0C !important; border: #0C0C0C !important;
}

.card-header{
    background: transparent !important;
    border: 0px !important;
    font-size: 20px !important;
    padding: 5px !important;
}


.preview-list .preview-item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 1rem 0rem;
    font-size: .875rem;
}

.preview-list .preview-item .preview-thumbnail {
    color: color(white);
    position: relative;
}

.flex-grow {
    flex-grow: 1;
}

.preview-list .preview-item .preview-thumbnail img, .preview-list .preview-item .preview-thumbnail .preview-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 25px; color: #fff !important;
}

.preview-list .preview-item .preview-item-content {
    line-height: 1;
    padding-left: 15px;
}

.btn-sdt-1 {
    color: #fff;
    background-color: #ffe40e !important;
    border-color: #ffe40e !important;
}

.btn-sdt-2{

    color: #000;
    background-color: #5887f9  !important;
    border-color: #5887f9  !important;
}
.btn-sdt-3{


    color: #fff;
    background-color: #f35203  !important;
    border-color: #f35203  !important;
}

.btn-sdt-4{

    color: #fff;
    background-color: #af09ac  !important;
    border-color: #af09ac  !important;
}

.btn-sdt-5{

    color: #000;
    background-color: #86929a   !important;
    border-color: #86929a   !important;
}

.bg-sdt-3{
    background-color: #af09ac !important;
    color: #fff !important;
}

.bg-sdt-1 {
    color: #fff;
    background-color: #ffe40e !important;
    border-color: #ffe40e !important;
}

.bg-sdt-2{

    color: #000;
    background-color: #5887f9  !important;
    border-color: #5887f9  !important;
}
.bg-sdt-4{


    color: #fff;
    background-color: #f35203  !important;
    border-color: #f35203  !important;
}

.bg-sdt-5{

    color: #000;
    background-color: #86929a   !important;
    border-color: #86929a   !important;
}

.bg-sdt-transparent{

    color: #000;
    background: transparent  !important;
    border-color: transparent   !important;
}


a:hover {
    text-decoration: none !important;
}

.top-navi { transition: all .2s ease-in-out; }


.top-navi:hover {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid  #ffe40e !important;
    transform: scale(1.1);
}

.preview-list{ transition: all .2s ease-in-out; }
.preview-list:hover  {
    transform: scale(1.08);

}
.helper-block{
    color:#fff !important;
}


.alert-success {
    color: #000;
    background-color: #e8e9b5 ;
    border-color: #e8e9b5 ;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.btn-outline-sdt-blue {
    color: #5887f9;
    border: 1px solid  #5887f9 ;
}

.btn-outline-sdt-blue:hover {
    color: #000;
    background: #5887f9;
    border: 1px solid  #5887f9 ;
}

.btn-outline-sdt-yellow {
    color: #ffe40e ;
    border: 1px solid  #ffe40e  ;
}

.btn-outline-sdt-yellow:hover {
    color: #000 ;
    background: #ffe40e;
    border: 1px solid  #ffe40e  ;
}


.btn-outline-sdt-purple {
    color: #af09ac ;
    border: 1px solid  #af09ac  ;
}

.btn-outline-sdt-purple:hover {
    color: #000 ;
    background: #af09ac ;
    border: 1px solid  #af09ac  ;
}

.btn-outline-sdt-red {
    color: #eb0116 ;
    border: 1px solid  #eb0116  ;
}

.btn-outline-sdt-red:hover {
    color: #000 ;
    background: #eb0116 ;
    border: 1px solid  #eb0116  ;
}

.btn-outline-sdt-orange {
    color: #f35203 ;
    border: 1px solid  #f35203  ;
}

.btn-outline-sdt-orange:hover {
    color: #000 ;
    background: #f35203 ;
    border: 1px solid  #f35203  ;
}


.btn-outline-sdt-e8e9b5 {
    color: #e8e9b5;
    border: 1px solid  #e8e9b5 ;
}

.btn-outline-sdt-e8e9b5:hover {
    color: #fff;
    background: #e8e9b5;
    border: 1px solid  #e8e9b5 ;
}


.btn-outline-sdt-silver {
    color: #5887f9;
    border: 1px solid  #5887f9 ;
}

.btn-outline-sdt-silver:hover {
    color: #fff;
    background: #5887f9;
    border: 1px solid  #5887f9 ;
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.badge-sdt-blue {
    color: #5887f9;
    border: 1px solid #5887f9 ;
    border-radius: 10rem;
}

.badge-sdt-yellow {
    color: #ffe40e ;
    border: 1px solid #ffe40e  ;
    border-radius: 10rem;
}

.badge-sdt-purple {
    color: #af09ac ;
    border: 1px solid #af09ac  ;
    border-radius: 10rem;
}

.badge-sdt-red {
    color: #eb0116 ;
    border: 1px solid #eb0116  ;
    border-radius: 10rem;
}

.badge-sdt-orange {
    color: #f35203 ;
    border: 1px solid #f35203  ;
    border-radius: 10rem;
}


.badge-sdt-e8e9b5 {
    color: #e8e9b5;
    border: 1px solid #e8e9b5 ;
    border-radius: 10rem;
}


.badge-sdt-silver {
    color: #5887f9;
    border: 1px solid #5887f9 ;
    border-radius: 10rem;
}



.sdt-navi { transition: all .2s ease-in-out; }


.sdt-navi:hover {
    background-color: #191C24 !important;
    color: #fff !important;
    border: 1px solid  #ffe40e !important;
    transform: scale(1.1);
}

