.sidebar-dark{
	background-color: #263544!important;
}
[class*=sidebar-dark-] {
   background-color: #263544!important;
}
/*.form-control-sidebar {
    background-color: #263544!important;
    border: 1px solid #56606a;
    color: #fff;
}*/

[class*=sidebar-dark] .btn-sidebar, [class*=sidebar-dark] .form-control-sidebar {
    background-color: #263544!important;
    border: 1px solid #56606a;
    color: #fff;
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*=navbar]) {
    background-color: #263544!important;
}
.navbar-dark,.main-footer,.control-sidebar-dark {
    background-color: #263544!important;
    border-color: #4b545c;
}
.fas{
	font-size: 20px!important;
 }

 .main-footer {
    bottom: 0!important;
    left: 0!important;
    position: fixed!important;
    right: 0!important;
    z-index: 1032!important;
}
.content-wrapper{
  margin-top: 50px;
}
.icon_color{
  color:white;
}
 .content-wrapper>.content {
    padding: 0 0.5rem;
    padding-bottom: 50px;
}
.active_link{
  background-color: #007bff;
    color: #fff !important;
}
.progress-bar{
  height: 10px;
}

.form-control{
  height: 40px;
}
 .select2-container--default .select2-selection--single{
    padding: 3px 6px;
    height: 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
        border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: black;
    line-height: 28px;
     font-size: 14px;
      width: 100%;
}
.select2-results__option {
             font-size: 14px !important;
        }

.is_porn {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 23px;
  height: 59%;
  width: 100%;
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  padding-top: 30px;
}