.bg-transparent {
  background-color: transparent;
}

.text-transparent {
  color: transparent;
}

.bg-white {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.bg-base {
  background-color: #f2f2f2;
}

.text-base {
  color: #f2f2f2;
}

.bg-black {
  background-color: #222222;
}

.text-black {
  color: #222222;
}

.bg-gray {
  background-color: #bababa;
}

.text-gray {
  color: #bababa;
}

.bg-blue {
  background-color: #0054A5;
}

.text-blue {
  color: #0054A5;
}

body .mr-6 {
  margin-right: 7rem !important;
}

body .pl-6 {
  padding-left: 7rem !important;
}

body .font-10 {
  font-size: 10px;
}

body .font-12 {
  font-size: 12px;
}

body .font-13 {
  font-size: 13px;
}

@media (max-width: 991.98px) {
  body .pl-6 {
    padding-left: 1rem !important;
  }
}

@media (max-width: 991.98px) {
  body .pl-6 {
    padding-left: 1rem !important;
  }
}

@media (max-width: 767.98px) {
  body .pl-6 {
    padding-left: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  body .pl-6 {
    padding-left: 1rem !important;
  }
}

body td li {
  list-style-type: none;
}

body img .bordered {
  /* border: 5px solid #224abe; */
  outline-style: solid;
  outline-color: #224abe;
  opacity: 0.5;
}

body #featuredImage {
  width: 180px;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

body .image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 991.98px) {
  body .pl-6 {
    padding-left: 1rem !important;
  }
}

@media (max-width: 991.98px) {
  body .pl-6 {
    padding-left: 1rem !important;
  }
}

@media (max-width: 767.98px) {
  body .pl-6 {
    padding-left: 1rem !important;
  }
}

@media (max-width: 575.98px) {
  body .pl-6 {
    padding-left: 1rem !important;
  }
}

.ck-editor__editable_inline {
  min-height: 250px;
}

.select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
  border: 1px solid #ced4db;
}

.select2-selection__arrow {
  height: 38px !important;
}

