.orange {
	background: #EF7615;
	background: radial-gradient(circle, rgba(239, 118, 21, 1) 19%, rgba(38, 199, 30, 1) 100%);
	height: 90px;
	border-radius: 0.3rem;
}

.orange a {
	color: #fff;
}

.adminnav {
	background: #020024;
	background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.img-fluid-top {
  max-width: 100%;
  height: auto;
  margin: -10px 0px auto;
}

.thiswide {
	max-width: 1200px;
}
   
.container {
  width: auto;
  max-width: 1200px;
  padding: 10px 15px;
}

.rangers-blue {
  color: #fff;
  background-color: #212056;
}

.rangers-orange {
  color: #f37627;
}

.rangers-blue-sec {
   background-color: #3b348c;
}

.dm-serif-text-regular {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: normal;
}

.dm-serif-text-regular-italic {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-condensed-nav {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#navbarSupportedContent.collapse.show {
	background-color: #3b348c;
	padding: 10px;
	margin: 8px -10px;
}
.addidas {
	background-color: #fff;
/* 	padding: 8px 10px 4px 10px;  */
	padding: 10px 12px 0px;
	margin: -10px 20px;
	height: 70px;
}
.rlogo {
/* 	padding: 10px 12px 0px; */
	margin: 0px -10px 0px -4px;
}

.sixty {
	height: 50px;
}

.img-fluid-top {
  max-width: 100%;
  height: auto;
  margin: -10px 0px auto;
}

.moveme {
	margin: 0px -10px 0px -4px;
}

#floating {
	margin: -70px 0px 10px -30px;
	position: sticky;
	inset-inline-start: calc(50% - 30px);
	inset-block-start: 2px;
	z-index: 2000;
	width: 60px;
}

#top-logo-mark {
	margin: -70px 0px 10px -30px;
	position: sticky;
	inset-inline-start: calc(50% - 30px);
	inset-block-start: 2px;
	z-index: 2000;
	width: 60px;
}

sticky-t {
position: sticky;
  top: 0;
  z-index: 1020;
}

.flex-container {
  display: flex;
}
.vertical-rule {
  width: 3px; /* Or your desired width */
  height: 100%; /* Takes the full height of the container */
  border-left: 1px solid white; /* Or your desired border style and color */
  margin: 0px 10px;
}
