body { background: var(--theme-color-2); }
#compare-schools .container { max-width: 1100px; }
#compare-schools h1 { font-size: 26px;margin-top: 30px;margin-bottom: 30px; }


.school-square {
	background: #fff;
	min-height: 220px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 16px);
	margin: 0 8px;
	position: relative;
}
.school-square .entry { width: 100%; }
.school-square .add-new-school,
.school-square .add-new-program {
	background: #2BC56D;
	padding: 12px 20px;
	border: 0;
	border-radius: 4px;
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.add-new-school-ph,.add-new-program-ph {
	font-size: 22px;
	font-weight: 900;
	padding: 10px 30px;
	text-align: center;
	color: #aaa;
	line-height: 1.618;
	cursor: pointer;
}
.add-new-school-ph span ,.add-new-program-ph  span{
	color: #2BC56D;
	display: block;
	margin: auto;
	font-size: 60px;
	line-height: 1;
}
.school-square .remove-school-item {
	color: #555;
	font-size: 18px;
	position: absolute;
	top: 5px;
	right: 8px;
	color: #888;
	cursor: pointer;
}
.school-square img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	display: block;
	margin: auto;
}
.school-square .school-name {
	font-size: 14px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	text-align: center;
}
.school-square .place {
	font-size: 12px;
	color: #555;
	text-align: center;
}

.table-info {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
.table-info.heading-info {
	text-align: left;
}
.table-info li.group {
	font-weight: bold;
	font-size: 15px;
	background: #f7f7f7;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd !important;
}
.table-info li.group i {
	font-size: 18px;
	margin-right: 8px;
	color: var(--org-color);
}
.table-info li.group-Programs {
	display: flex;
	align-items: center;
}
.table-info li.group-Programs .help {
	line-height: 1.618;
	margin-left: 10px;
}
.table-info li.group-Programs .help span {
	font-weight: normal;
	font-size: 12px;
	display: block;
	margin-left: 16px;
	color: #555;
}
.table-info li.group-Programs .help span::before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 4px;
	position: relative;
	top: 1px;
}
.table-info li.group-Programs .help span:first-child::before {
	background: #b3fff7;
}
.table-info li.group-Programs .help span:last-child::before {
	background: #b9ffb3;
}
.table-info li {
	background: #fff;
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.table-info li:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.table-info li .fa-check,
.table-info li .fa-xmark {
	background: #3CB54C;
	color: white;
	width: 24px;
	height: 24px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	border-radius: 50%;
}
.table-info li .fa-xmark {
	background: #ED1E24;
}


.myslick-arrows .prev-slide,
.myslick-arrows .next-slide {
	position: absolute;
	background: white;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	box-shadow: 0 3px 10px rgba(0,0,0,0.25);
	z-index: 500;
	top: 85px;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
	line-height: 20px;
	color: #999;
}
.myslick-arrows .prev-slide { left: 0; }
.myslick-arrows .next-slide { right: 0; }
.myslick-arrows .slick-disabled { visibility: hidden; }

.program-list {
	width: 89px;
	height: 44px;
	display: flex;
	margin: 0 auto;
}
.program-list > a {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	font-size: 18px;
	color: rgba(0,0,0,0.7);
	display: block;
}
.program-list > .master {
	background: #b3fff7;
	margin-right: auto;
}
.program-list > .phd {
	background: #b9ffb3;
	margin-left: auto;
}


/* School Compare Styles */
#add-compare-school {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1500;
	overflow-y: auto;
	background: #333;
	display: none;
}

#add-compare-school .dark-layer {
	display: none;
}

#add-compare-school .wrapper {
	position: relative;
	transform: translateX(-50%);
	left: 50%;
	width: 100%;
	max-width: 620px;
	padding: 10px 30px;
	color: #fff;
}

#close-add-to-compare { font-size: 30px;cursor: pointer; }

#add-compare-school .wrapper h3.heading {
	text-align: center;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 10px;
}

#add-compare-school .wrapper .description {
	text-align: center;
	font-size: 14px;
	margin: 0;
}

#add-compare-school .wrapper .search-box {
	background: #fff;
	display: flex;
	width: 100%;
	color: #444;
	height: 40px;
	border-radius: 5px;
	margin-top: 20px;
	align-items: center;
}

#add-compare-school .wrapper .search-box i {
	width: 40px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	border-right: 1px solid #eee;
}

#add-compare-school .wrapper .search-box input {
	width: calc(100% - 40px);
	height: 40px;
	padding: 0 10px;
	font-size: 15px;
	background: transparent;
	border: 0;
	outline: none;
	color: #666;
}

#add-compare-school .wrapper .search-box input::placeholder {
	color: #888;
}

#add-compare-school button.compare-action {
	display: block;
	width: 100%;
	background: #2BC56D;
	color: white;
	font-size: 18px;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	padding: 15px 0;
	margin-top: 20px;
	cursor: pointer;
	display: none;
}

#add-compare-school .search-result {
	max-height: 320px;
	overflow-y: auto;
	margin-top: 20px;
}

#add-compare-school .search-result ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#add-compare-school .search-result li {
	display: flex;
	background: #fff;
	border-radius: 10px;
	color: #555;
	overflow: hidden;
	padding: 10px 30px;
	align-items: center;
}

#add-compare-school .search-result li:not(:last-child) {
	margin-bottom: 10px;
}

#add-compare-school .search-result li .logo img {
	display: block;
	width: 60px;
	height: 60px;
	object-fit: contain;
}

#add-compare-school .search-result li .heading {
	padding-left: 30px
}

#add-compare-school .search-result li .heading .name {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 8px;
}

#add-compare-school .search-result li .heading .place {
	font-size: 12px;
	color: #888;
}

#add-compare-school .search-result li .checkbox {
	margin-left: auto;
	position: relative;
	width: 40px;
	height: 40px;
}

#add-compare-school .search-result li .checkbox input {
	width: 0;
	height: 0;
}

#add-compare-school .search-result li .checkbox input::before {
	content: "+";
	display: block;
	width: 40px;
	height: 40px;
	background: #999;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
    font-weight: 300;
    font-size: 34px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

#add-compare-school .search-result li .checkbox input:checked::before {
	font-family: "Font Awesome 6 Pro";
	background: #2BC56D;
	content: "\f00c";
    font-size: 22px;
}

#add-compare-school .select-school-list {
	list-style: none;
	margin: 10px -8px 0 -8px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#add-compare-school .select-school-list li {
	margin: 8px;
	background: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

#add-compare-school .select-school-list li img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: contain;
}