label {
    display: inline-block !important;
    margin-bottom: 0.5rem;
}
.list-custom-small {
    line-height: 50px;
}
.list-custom-small a {
    color: #1f1f1f;
    font-weight: 500;
    font-size: 13px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}
.theme-dark .list-custom-small a {
    border-color: rgba(255, 255, 255, 0.05) !important;
}
.list-custom-small i {
    line-height: 50px;
}
.list-custom-small a div:first-child {
    height: 30px;
    line-height: 30px;
    float: left;
    z-index: 99;
}
.theme-dark span:not(.badge) {
    position: relative;
	color: #FFF !important;
}
.theme-dark span:not(.badge) p {
	color: #FFF !important;
	margin-bottom: 0;
    padding-left: 27px;
}
.list-custom-small a i:last-child {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: 30px;
}
.icon-check {
    margin-left: -30px;
    cursor: pointer;
    position: relative;
    width: auto;
    display: block;
}
.icon-check label {
    cursor: pointer;
    font-size: 13px;
    padding: 0px 15px 0px 40px;
}
.form-check-label {
    margin-bottom: 0;
}
.theme-dark input {
	border-color: rgba(255, 255, 255, 0.05);
}
.icon-check input {
    position: absolute !important;
    transform: translateX(-10000px);
}
.icon-check input:checked ~ .icon-check-1 {
    opacity: 0 !important;
    display: none !important;
}
.icon-check i {
    width: 20px;
    text-align: center;
    pointer-events: none;
    position: absolute;
    left: 30px;
    top: 1px;
    height: 24px;
    line-height: 24px;
}
.icon-check input:checked ~ .icon-check-2 {
    display: block;
}
.icon-check .icon-check-2 {
    display: none;
}
.color-highlight {
    color: #DA4453!important;
}
.fac-checkbox > input + label:before {
  opacity: 0;
}

.fac-checkbox > input:checked + label:before {
  opacity: 1;
}

.fac-checkbox > span::after {
  content: "\f45c";
  opacity: 1;
}

.fac-checkbox > input[type=checkbox] + label:before {
  content: "\f00c";
  color: #FFF !important;
  font-size: 10px !important;
  padding-left: 2px;
}

.fac-checkbox-round > input + label:before {
  opacity: 0;
}

.fac-checkbox-round > span::after {
  content: "\f111";
}

.fac-checkbox-round > input[type=checkbox] + label:before {
  content: "\f00c";
  color: #FFF !important;
  font-size: 8px !important;
  padding-left: 3px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.cal-title-left, .cal-title-right {
	cursor: pointer;
}
.cal-title-left.cal-disabled, .cal-title-right.cal-disabled {
	cursor: default;
}
.theme-dark .input-style-2 select {
	background-color: #21252a !important;
}