.CompareList {
  left: 20px;
  top: 150px;
  z-index: 8;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 900px) and (max-width: 1240px) {
  .CompareList {
    left: -216px;
  }
}
.CompareList .toggle-btn .btn {
  background-color: #fff;
  border-radius: 50% !important;
  padding: 10px 12px !important;
  border: 1px solid #202359 !important;
}
.CompareList .toggle-btn .btn:focus {
  box-shadow: none;
}
.CompareList .toggle-btn .badge {
  background-color: #202359;
  color: #fff;
  border-radius: 50px;
  top: -10px;
  right: -10px;
}
.CompareList .schools-list {
  height: fit-content;
}
.CompareList .schools-list .card-header {
  background-color: #202359;
  color: #fff;
  border-radius: 0;
  padding: 10px 15px 11px !important;
}
.CompareList .schools-list li {
  background-color: #202359;
  color: #fff;
  border: 1px solid #3f4061 !important;
  font-size: 0.8rem;
}
.CompareList .schools-list li i {
  cursor: pointer;
  font-size: 15px;
  color: #ef7070;
}
.CompareList .schools-list .show-comparison .btn {
  background-color: #fff;
  margin: 10px;
}

.CompareModal .modal-dialog {
  max-width: 80%;
  margin: 0 auto;
}
.CompareModal .modal-dialog .modal-body {
  overflow-x: auto;
  padding: 0 42px 42px;
}
@media screen and (max-width: 767px) {
  .CompareModal .modal-dialog .modal-body {
    padding: 0 20px 24px 0;
  }
}
.CompareModal .modal-dialog table {
  margin-top: 0 !important;
}
.CompareModal .modal-dialog thead {
  background-color: #202359;
  color: #fff;
}
.CompareModal .modal-dialog thead th {
  text-align: center;
  padding: 20px;
}
.CompareModal .modal-dialog thead th div.row {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.CompareModal .modal-dialog thead th div.row img {
  width: 70px;
  margin-bottom: 10px;
}
.CompareModal .modal-dialog tbody th {
  padding: 20px;
  font-size: 0.9rem;
  border-bottom: 1px solid #ccc;
}
.CompareModal .modal-dialog tbody td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: middle;
}
.CompareModal .modal-dialog tbody tr:hover {
  background: #e1e1e1;
}
.CompareModal .modal-dialog tbody .removeRow:hover,
.CompareModal .modal-dialog tbody .removeRow td:hover {
  background-color: #fff;
}
.CompareModal .modal-dialog tbody i {
  color: #ef7070;
  cursor: pointer;
}
.CompareModal .modal-dialog .modal-footer {
  align-items: center;
  border-top: 0;
}