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

.datatable {
    width: 100% !important;
}

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

.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 #dee2e6;
}

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

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

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

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

.searchable-title {
    font-weight: bold;
}

.select2-container--open {
    z-index: 9999;
}

.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;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.yellow::before{
    background-color: #ffc107;
    color: #ffc107;
    border-color: #ffc107;
}
.red::before{
    background-color: #dc3545;
    color: #dc3545;
    border-color: #dc3545;
}
/*
.custom-control-input ~ .custom-control-label::before{
    background-color: #dc3545;
    color: #dc3545;
    border-color: #dc3545;
}*/



/*
input[type="checkbox"] + label:before {
    background-color: #dc3545;
    color: #dc3545;
    border-color: #dc3545;
}*/
/*
input[type="checkbox"] + yellow:before {
    background-color: #ffc107;
    color: #ffc107;
    border-color: #ffc107;
}

.yellow:before {
    background-color: #ffc107;
    color: #ffc107;
    border-color: #ffc107;
}
.yellow {
    background-color: #ffc107;
    color: #ffc107;
    border-color: #ffc107;
}*/

input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}

input[type="checkbox"]:focus + label::before {
    outline: rgb(59, 153, 252) auto 5px;

}
.custom-control-input:checked ~ .custom-control-label::before{
    background-color: #28a745;
    color: #28a745;
    border-color: #28a745;
}

.custom-switch .custom-control-label::after{
    background-color: #ffffff;
}








.centered-element {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .btn-pink{
    width: 100%;
    font-family: Poppins-Black;
    font-size: 18px;
    color:#FFFFFF;
    background: #E84D5B;
    border-radius: 30px;
  }


  
  .btn-silver{
    width: 100%;
    font-family: Poppins-Regular;
    font-size: 18px;
    color:#000000;
    background: #D9D9D9;
    border-radius: 30px;
  }

  .background-blue
  {
    background-color:#26979F;
  }

  .background-pink
  {
    background-color:#E84D5B;
  }

  .table-header
  {
  
    font-family: Poppins-Regular;
    font-size: 12px;
    color:#5E5C6C;
  }

 

  .table-row
  {
    background-color: #FFFFFF;
    font-family: Poppins-Regular;
    font-size: 12px;
    color:#968D8D;
    text-align: right;
  }

  .table-row-total
  {
    background-color: #FFFFFF;
    font-family: Poppins-Bold;
    font-size: 12px;
    color:#656565;
    text-align: right;
  }

  .table-compete td, .table-compete th
  {
    padding: 0px 0.75cm 0px 0px;
    border-top: 0px;
  }

  .hand 
  {
    cursor: pointer;
  }
  

  
.float{
    font-family: Poppins-Regular;
	z-index: 1000;
    position:fixed;
	width:35px;
	height:90%;
	top: 5%;
	right:0px;
	
    background: #B4CCB9;

	color:#FFF;
	
	text-align:center;
	box-shadow: 2px 2px 3px #999;

    border-radius: 30px 0px 0px 30px;
  
    
}

.asd{
    min-height: 0px !important;
}

.sidepanel {
   /* height: 250px;  Specify a height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    height:90%;
	top: 5%;
    right: 0;
    
    background-color:#5E5C6C; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  }
  
  /* The sidepanel links */
  .sidepanel a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidepanel a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style the button that is used to open the sidepanel */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
  }
  
  .openbtn:hover {
    background-color: #444;
  }