.btn-custom {
  background-color: #E17154;
  border-color: #E17154;
  color: #FFF;
}

.btn-custom:hover {
  background-color: #E17165;
  border-color: #E17165;
  color: #FFF;
}

input {
  accent-color: #E17165 !important;
}

.bg-custom {
  background-color: #E17154;
}

.bg-custom2 {
  background-color: #B38B67;
}

#sidebar-menu > ul > li > a.active,
.nav-second-level li > a.active, 
.nav-thrid-level li > a.active,
.metismenu li a[aria-expanded="true"] {
  color: #E17165 !important;
}

#sidebar-menu > ul > li > a.active {
  color: #E17154 !important;
  background-color: #f1f5f7;
  border-right-color: #E17154 !important;
}

.required::after {
  color: #FF0000;
  content: '*';
}

.navbar-custom {
  background-color: #222 !important;
}

.richText .richText-editor:focus{
  border-left-color: #E17165 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, 
.pagination > .active > a:hover, .pagination > .active > span, 
.pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #E17154;
    border-color: #E17154;
}

.pagination > li > a {
  z-index: 3;
  color: #E17154;
  background-color: #EEE;
  border-color: #FCFCFC;
}

.pagination > li > a, .pagination > li > span {
  padding: 6px 10px;
  margin: 0 2px;
}

.videoEmbed iframe {
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
}

body.authentication-bg-pattern {
  background-image: url(../images/auth-bg2.jpg);
}

.select2-container .select2-selection--single {
  height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  line-height: 30px !important;
}

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

.hr-with-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: #888; /* Optional: text color */
}

.hr-with-text::before,
.hr-with-text::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc; /* Optional: rule color */
}

.hr-with-text:not(:empty)::before {
  margin-right: .5em;
}

.hr-with-text:not(:empty)::after {
  margin-left: .5em;
}
label.error::before {
  content: 'Error!';
  font-weight: bold;
  margin-right: 5px;
}

label.error {
  color: #842029 !important;
  background-color: #f8d7da;
  width: 100%;
  border-radius: .25rem;
  padding: 1rem 1rem;
  border: 1px solid #f8d7da;
}
input.error {
  border: 1px solid red !important;
}