.company-card {
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    font-family: 'Open Sans';
    overflow: hidden;
}

.company-card h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    color: black;
    font-weight: bolder;
    margin-bottom: 0px;
}

.company-card .logo {
    margin-right: 16px;
    width: 84px;
}

.company-card .name {
    font-size: 24px;
    margin-top: -4px;
    margin-bottom: 6px;
}

.company-card .subtitle {
    color: gray;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
}

.company-card .brands {
    font-size: 12px;
}

.company-card .post-invasion-events .tiny {
    font-size: 8px;
    color: gray;
}

.company-card .exit-text {
    font-size: 13.5px;
}

.company-card .verdict-text {
    color: red;
    font-size: 12.5px;
    font-weight: bold;
    text-align: justify;
}

.tiny-text {
    font-size: 10px;
    color: gray;
}

.company-card .box {
    padding: 10px 6px;
    font-weight: 900;
    font-size: 16px;
    border-radius: 2px;
}

.company-card .moral-rating-label {
	font-size: 19px;
	line-height: 1.1em; 
	color: white;
	border-right: 5px solid white; 
}

.company-card .moral-rating {
	font-size: 60px;
	line-height: 1.2em;
	word-break: initial;
	color: white;
	white-space: nowrap;
}

.box {
    padding: 8px;
    font-weight: 900;
    font-size: 16px;
    border-radius: 2px;
}

.box-blue {
	height: 44px;
}

.text-green {
    color: #1FB100;
}

.text-red {
    color: #EE230D;
}

.box-gray {
    background-color: gray;
    color: white;
}

.box-blue {
    background-color: #0076BA;
    color: white;
}

.box-green {
    background-color: #1FB100;
    color: white;
}

.box-amber {
    background-color: #f27200;
    color: white;
}

.box-red {
    background-color: #EE230D;
    color: white;
}

.box-darker-red {
    background-color: #981a1a;
    color: white;
}

.underlined-text {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    font-size: 12.3px;
    font-weight: 900;
    color: gray;
    width: 100%;
}

.calculation-text {
	line-height: 1.1em;
	font-size: 16px;
	margin-left: 10px;
}

.morelink {
    color: black !important;
    font-weight: bold;
}

a.morelink {
	text-decoration:none;
	outline: none;
}

.morecontent span {
	display: none;
}

.bg-gray {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.pt-24 {
    padding-top: 24px;
}

.pb-24 {
    padding-bottom: 24px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

.see-our-moral-ratings {
	position: fixed;
	bottom: 24px;
	right: 16px;
	text-align: center;
	font-weight: 700;
	padding: 10px;
	color: white !important;
	background-color: black;
	line-height: 1.4em;
	border-radius: 2px;
	letter-spacing: -1px;
	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
	font-size: 14px;
}

.see-our-moral-ratings span {
	position: absolute;
	right: -10px;
    top: -15px;
    background-color: white;
	color: black;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
	cursor: pointer;
	box-shadow: rgb(0 0 0 / 5%) 0px 6px 24px 0px, rgb(0 0 0 / 8%) 0px 0px 0px 1px;
}

.see-our-moral-ratings:after {
    content: '';
    position: absolute;
    left: 52px;
    top: 58px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    clear: both;
}

.box-moral {
	padding: 6px;
	width: 100%;
	text-align: right;
}

.paginate {
	margin-top: 44px;
}

#search {
	height: 36px;
    width: 100%;
    padding-left: 8px;
    display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	color: black;
}

#search_button {
    padding: 5px 8px !important;
    margin-left: 4px;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
}

#search_button img {
	display: inline-block;
	cursor: pointer;
}

#sortbox {
	height: 36px;
	border-radius: 4px;
	font-size: 14px;
	padding: 0px 10px;
	border: none;
}

.info-icon {
	border: 2px solid white;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: transparent;
    transform: translateY(-40px);
    background: black;
    right: 6px;
    position: absolute;
    cursor: default;
	background: url('https://stillsupportingrussia.com/wp-content/uploads/2022/05/info-icon-e1652700331898.png') center no-repeat;
}

@keyframes pulse {
	0% {
		opacity: 1;
	}
	
	25% {
		opacity: 0.8
	}

	50% {
		opacity: 0.6
	}
	
	75% {
		opacity: 0.8
	}

	100% {
		opacity: 1;
	}
}

/*.box.moral-rating {
	animation: pulse 3s infinite ease-in-out;
}*/

.tooltip-inner {
	padding: 12px;
	font-size: 14px;
    background-color: black;
	text-align: left;
	max-width: 100%;
	width: 300px;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: black !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: black !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: black !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: black !important;
}