.bg-tfa {
  background: url(../../images/background-img/tfa.svg) no-repeat;
  background-position: center;
  background-size: 500px 220px;
}

.required-field::after {
  content: " *";
  color: #dc3545;
}

.select2-dropdown {
  z-index: 99999;
}

strong.select2-results__group {
  /*     background-color: #d5d5d5;
    color: #404040!important;
    font-size: 14px!important; */
}

span.select2-selection.select2-selection--single,
span.select2-selection.select2-selection--multiple {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding-bottom: 0.05rem;
  padding-left: 0.2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

span.select2-selection.select2-selection--single {
  padding-top: 0.3rem;
}

span.select2-selection.select2-selection--multiple {
  padding-top: 0.05rem;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px !important;
}

.breadcrumb-right {
  margin-left: auto;
}

.select2 {
  width: 100% !important;
}

.address-search-container-ul {
}

.modal-backdrop.show {
  opacity: 0.8;
}

.breadcrumb-right {
  margin-left: auto;
}

a.nav-link.dropdown-toggle.parent-active {
  color: #fff;
  font-weight: 700;
}

a.nav-link.dropdown-toggle.parent-active i {
  color: #fff;
}

a.nav-link.dropdown-toggle {
  font-size: 0.9rem;
}

.sidebar .nav-item:last-child {
  margin-bottom: 0;
}

.custom-gray-light {
  color: #858796; /* 600 */
}

.custom-gray-normal {
  color: #6e707e; /* 700 */
}

.custom-h4 {
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.2em;
  margin-bottom: 1.5em;
  line-height: 3rem;
  color: rgba(52, 60, 73, 0.8);
}

.custom-gray-heavy {
  color: rgb(55 65 81); /* 800 */
}

thead .bulk-update-checkbox-all {
  margin-top: -1rem;
}

.text-underline-dotted {
  border-bottom: 1px dotted #999;
}

.text-sm {
  font-size: 0.9rem;
}

.text-black {
  color: #1b1b1b;
}

.text-black-light {
  color: #414141;
}

.member-dashboard-card {
  height: 7.5rem;
  align-self: center;
  width: 100%;
}

.h-100vh{
  height: 100vh;
}


.bg-login-image{
  background: url(/assets/images/company_info/company_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2a2a2a;
  border: inset 3rem transparent;
  border-bottom: 0;
  border-top: 0;
  background-position-y: 35%;
  min-height: 25rem;
}

.bg-register-image {
  background: url(/assets/images/company_info/company_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2a2a2a;
  border: inset 3rem transparent;
  border-bottom: 0;
  border-top: 0;
  background-position-y: 35%;
  min-height: 25rem;
}

.bg-password-image {
  background: url(/assets/images/company_info/company_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2a2a2a;
  border: inset 3rem transparent;
  border-bottom: 0;
  border-top: 0;
  background-position-y: 35%;
  min-height: 25rem;
}

body:not(.sidebar-toggled) .sidebar-brand-icon {
  display: none;
}

body.sidebar-toggled .sidebar-brand-icon {
  display: block;
}

.sm-bg-logo{
  background-color: #2a2a2a;
  margin-bottom: 0px;
}

.sm-bg-logo img{
  width: 100%;
  max-width: 15rem;
  height: auto;
  padding: 5px;
}

.bg-gradient-primary-auth{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #383838;
  background-blend-mode: soft-light;
  height: 100vh;
  position: absolute;
  width: 100%;
}

.payment-gateway-listing{
  justify-content: start;
  column-gap: 3rem;
  row-gap: 0.2rem;
}

.bg-gradient-primary {
  background-color: var(--dark-bg-color);
  background-image: var(--dark-bg-color);
  background-size: cover;
}

.bg-custom-dark{
  background-color: var(--dark-bg-color);
}

.bg-custom-dark-10 {
  background-color: var(--dark-bg-color-10);
}

.color-custom-logo{
color: var(--logo-faded-color);
}

.color-logo-faded{
  color: var(--logo-faded-color);
}

.color-logo-bright{
  color: var(--logo-bright-color);
}

footer.sticky-footer {
  margin-top: 3rem;
  padding: 1rem 0;
  flex-shrink: 0;
}

.w-all{
  width: 100%;
}

.auth-rights-reserved-container{
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1rem;
}

@media (min-width: 992px){
  .auth-rights-reserved-container{
    position: absolute;
    bottom: 2%;
  }
}

.admin-rights-reserved-container{
  height: 3rem;
  width: auto;
  margin-bottom: 0.5rem;
}

body.sidebar-toggled .admin-rights-reserved-container {
  display: none !important;
}

#wrapper #content-wrapper #content {
    flex: 1 1 auto;
}

.custom-action-btn{
  margin-top: 0.25rem;
  margin-right: 0.12rem;
}