p {
  font-family: "Open-Sans";
}

td {
  border-top: 0px !important;
  vertical-align: middle !important;
}

th {
  border-top: 0px !important;
  vertical-align: middle !important;
}

table {
  border-top: 0px !important;
}

.center-text {
  text-align: center;
}

.devices-table {
  width: 95%;
  margin: auto;
}

.transcoder-settings-input.info-con {
  border-radius: 5px;
}

.card-disclaimer{
  margin: 30px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: var(--primary-text-color);
  font-size: calc(10px + .5vw);
}
/* online stream style */
.active-stream{
	background: rgb(56, 142, 60);
  font-weight: 600;
	box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
  /* use transforms if you want the actual button to do the pulsing */
	transform: scale(1);
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 200, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 200, 0, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
	}
}

/* modal window styling */
.modal-con{
  color: var(--primary-text-color);
  margin: auto !important;
  padding: 0px !important;
  border: 0 !important;
  padding: 0px !important;
  background-color: var(--background-color) !important;
}

.modal-body-con{
  color: var(--primary-text-color);
  display: grid;
  grid-template-columns: 1fr .5fr;
  grid-gap: 30px;
}

.modal-module-header{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 15px 0px 15px 0px;
  background-color: var(--background-color);
}

.modal-header-button-con{
  display: flex;
  flex-direction: row-reverse;
}

.modal-button {
  width: 8rem;
  height: 2rem;
  border-radius: 100px;
  margin: auto;
  align-self: center;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #e4e6eb;
  padding: 5px;
}

.modal-module{
color: var(--primary-text-color);
}

.config-module{
color: var(--primary-text-color);
}

.streams-module{
color: var(--primary-text-color);
}

.modal-table{
color: var(--primary-text-color);
}

.streams-table{
color: var(--primary-text-color);
}

.config-table{
color: var(--primary-text-color);
}

.modal-tbody{
color: var(--primary-text-color);
}

.streams-tbody{
  color: var(--primary-text-color);
}

.config-tbody{
color: var(--primary-text-color);
}


/* end modal */

.align-center {
  align-self: center;
}

.no-margin {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.full-wide-head {
  grid-template-columns: 1fr !important;
  grid-template-rows: 1fr !important;
}

.dropdown { 
  background-image: url(/assets/img/dropArrow.svg);
  background-size: 10px 10px;
  background-repeat: no-repeat;
}

/* .search-con {
  padding: 0px 30px;
} */

.table-search-field {
  width: 100%;
  min-width: 190px;
  height: 2rem;
  font-size: calc(10px + 0.15vw);
  border-radius: 100px;
  background-color: var(--background-color);
  color: var(--primary-text-color);
  border: 2px solid var(--card-contrast);
  padding-left: 20px;
  padding-right: 20px;
  float: right;
}

.table-search-button {
  background-color: var(--ultix-blue);
  border-radius: 50px;
  padding: 0px 15px;
  margin-left: 10px;
  color: var(--primary-text-color);
  float: right;
}

.customRadio {
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
  margin-left: 5px;
  position: inherit;
}

.table-search-button:active {
  transform: scale(0.97);
}

/* controls resizing of container */

.no-click {
  pointer-events: none;
}

.sidebar-logo-con-small {
  background-image: url('../../assets/img/Ross-Red-R.svg') !important;
  background-size: 45px;
}

.sidebar-header-small {
  background-image: url('../../assets/img/signal-icon.svg') !important;
  background-size: 75px !important;
}

.menu-item-con-small {
  margin-left: 0px !important;
  padding-left: 10px !important;
}

.initial-grid-margin {
  padding-left: 310px;
}

.display-no {
  display: none;
}

.full-grid {
  min-width: 100% !important;
  margin-left: 0 !important;
  display: block;
}

::-webkit-scrollbar {
  width: 5px;
  border-radius: 15px;
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--card-contrast);
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.show {
  display: relative !important;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sample-device-con {
  border: 2px solid black;
  height: 20px;
  border-radius: 5px;
  width: 100%;
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 85%;
  }
}

.transcode-container {
  margin-top: 200px;
}

.sidebar-header-text {
  font-size: 2rem;
  margin-bottom: 0;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 41px;
  display: none;
}

.head-text-con-sample {
  width: 100%;
  background-image: url("../../assets/img/signal-icon.svg");
}

.flex-master.user-grid-wrapper {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 20px;
  margin-top: 30px;
  overflow: hidden;
}

.grid-element {
  border-radius: 15px;
  background-color: var(--card-color);
  box-shadow: 4px 6px 7px rgba(0, 0, 0, .2);
}

/* button containers */

.btn2col {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
}

.btn3col {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

.btn4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

.btn5col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}


/* BUTTON HANDLERS */
/* singles */
.btn1 {
grid-area: 1 / 1;
}

.btn2 {
grid-area: 1 / 2;  
}

.btn3 {
grid-area: 1 / 3;  
}

.btn4 {
grid-area: 1 / 4;  
}

.btn5 {
grid-area: 1 / 5;  
}

/* doubles */
.btnspan12{
  grid-area: 1 / 1 / 1 / 3;
}

.btnspan23{
  grid-area: 1 / 2 / 1 / 4;
}

.btnspan34{
  grid-area: 1 / 3 / 1 / 5;
}

.btnspan45{
  grid-area: 1 / 4 / 1 / 6;
}

.btnspan13{
  grid-area: 1 / 1 / 1 / 3 !important;
}

@media (max-width: 600px){
  .wrap-search {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-template-rows: 1fr 1fr !important;
    grid-row-gap: 2vw !important;
  }

  .search-mobile {
    grid-area: 2 / 1 / 2 / 4 !important;
  }
}

.grid-element-header-con {
  background-color: var(--card-color);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  border-radius: 15px 15px 0px 0px;
  padding: 15px 30px 15px 30px;
}

.grid-element-header-con-one-line {
  background-color: var(--card-color);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  border-radius: 15px 15px 0px 0px;
  padding: 15px 30px 15px 30px;
  grid-gap: 30px;
}

.right-header {
  grid-area: 1 / 2;
  align-self: center;
  display: grid;
  grid-gap: .5vw;
}

.right-header-one-line{
  grid-area: 1 / 2;
  align-self: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: .5vw;
}

.card-title {
  display: flex;
  align-items: center;
  margin: 0;
}

@media (max-width:1200px){
  .grid-element-header-con {
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr;
    row-gap: 10px;
  }

  .card-title{
    grid-area: 1 / 1;
  }

  .right-header{
    grid-area: 2 / 1;
    grid-gap: 1vw;
  }
}

.grid-element-header {
  margin-left: 15px;
  line-height: normal;
  text-align: left;
  font-size: calc(15px + 1.0vw);
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: var(--primary-text-color);
}

.row-reverse {
  flex-direction: row-reverse;
}

.card-header-img {
  width: 42px;
  float: left;
}

.large-button-text {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-family: 'Open Sans';
  font-weight: 700;
  color: var(--primary-text-color);
}

@media (max-height: 1050px){
  .grid-element-subhead-con {
    grid-template-columns: 1.2fr 0.8fr !important;
    grid-template-rows: 1fr 1fr !important;
    grid-row-gap: 10px;
  }

  .textOne {
    grid-area: 1/1 !important;     
  }

  .nuumberOne {
    grid-area: 1/2 !important;
  }

  .textTwo {
    grid-area: 2/1 !important;
  }

  .numberTwo {
    grid-area: 2/2 !important;   
  }
}

.grid-element-subhead-con {
  /* width: 90%; */
  display: grid;
  /* grid-auto-flow: column; */
  grid-template-columns: 1.2fr 0.8fr .1fr 1.2fr 0.8fr;
  grid-template-rows: 1fr;
  border-radius: 15px;
  margin-top: 10px;
  /* margin-top: 25px;
  margin-bottom: 15px;
  margin-right: 0px; */
}

.textOne {
  grid-area: 1/1;     
}

.nuumberOne {
  grid-area: 1/2;
}
.textTwo {
  grid-area: 1/4;
}

.numberTwo {
  grid-area: 1/5;   
}

.single-grid- {
  width: 90%;
  margin: auto;
  border-radius: 15px;
}

/* .grid-element-subhead-con { */
  
/* } */

/* @media (max-width: 1050px) {
  .grid-element-subhead-con {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: 1fr 1fr;
    margin-bottom: 15px;
    margin-top: 25px;
    grid-row-gap: 10px;
  }
} */

.sub-text {
  font-family: 'Open Sans';
  font-weight: 500;
  font-size: medium;
  text-align: center;
  margin-bottom: 0;
  padding: 7px;
  color: var(--primary-text-color);
}

.big-sub-text {
  font-family: 'Open Sans';
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  padding: 7px;
  color: #b0b3b8;
}

.sub-text.dark {
  color: var(--background-color);
}

.single-table-body {
  text-align: center;
  color: #e4e6eb;
  font-size: small;
}

.devices-table-body {
  text-align: center;
  color: #e4e6eb;
}

.srt-table-body {
  text-align: center;
  color: #e4e6eb;
}

.cdn-table-header {
  text-align: center;
  color: #e4e6eb;
  font-family: 'Open Sans';
  font-weight: 600;
}

.single-table-header {
  text-align: center;
  color: var(--bs-primary);
  font-family: 'Open Sans';
  font-weight: 600;
}

.cdn-table-row:hover {
  background-color: #3a3b3c;
}

.streams-header {
  width: 20%;
}

.stream-viewers {
  text-align: left;
}

.left-table {
  text-align: left;
}

.splashes-table {
  width: 100%;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  margin-bottom: calc(1.1vw - 1rem);
}

.rb-table {
  width: 100%;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  margin-bottom: calc(1.1vw - 1rem);
}

.full-table {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: calc(1.1vw - 1rem);
  margin-top: 0;
  font-family: 'Open Sans';
}

@media (max-width: 1050px){
  .full-table {
    padding-bottom: 250px;
  }
}

.big-head {
  color: var(--primary-text-color);
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 40px;
}

#role-child {
  grid-area: 2 / 1 / span 1 / span 2;
  align-self: center;
}

@media (max-width: 1500px) {
  #role-child {
    grid-column: 1;
    grid-row: 3;
    align-self: center;
    background-color: purple;
  }
}

@media (max-width: 1500px) {
  .text-left-1500 {
    text-align: left;
  }
}

.right-text {
  text-align: right;
}

.left-text {
  text-align: left;
}

@media (min-width: 1500px) {
  .text-right-g-1500 {
    text-align: right;
  }
}

@media (max-width: 1500px) {
  .text-left-l-1500 {
    text-align: left;
  }
}

body, html {
  background-color: var(--background-color);
}

@media (max-width: 1920px) {
  #transcoder-mobile-nav {
    width: 100%;
    /*height: 55px;*/
    background-color: #AB2328;
    position: fixed;
    display: block;
    z-index: 1000000000;
    /*border-radius: 0px 0px 15px 15px;*/
  }
}

.killbkg {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}

.stream-button-text {
  color: #e4e6eb;
  text-align: center;
  font-family: 'Open Sans';
  font-weight: 500;
  margin-bottom: 0;
}

.single-table {
  border-radius: 15px;
  background-color: var(--card-color);
  box-shadow: 6px 6px 24px 1px rgba(0, 0, 0, .2);
  margin: auto;
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

@media (max-width: 1050px) {
  .single-table {
    width: 100%;
    margin: auto;
  }
}

@media (max-width: 1050px) {
  .flex-master.single-table-respond {
    margin-top: 100px;
    width: 100%;
  }
}

.ready-stream {
  background-color: yellowgreen;
}

.group-button {
  width: 100%;
  background-color: #6c757d;
  border-radius: 15px;
  height: 3rem;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.group-button:hover {
  background-color: #1d4289;
}

.crud-button {
  width: 100%;
  /* margin-bottom: 10px; */
  border-radius: 150px;
  align-self: center;
  text-align: center;
  font-size: medium;
  font-family: 'Open Sans';
  font-weight: 600;
  color: var(--primary-text-color);
}

@media (max-width: 1080px) {
  .transcoder-button {
    width: 100%;
    padding: 5px 30px;
    border-radius: 15px;
    align-self: center;
    padding: 15px;
  }
}

.add-button {
  background-color: var(--ultix-blue);
}

.view-button{
  background-color: var(--start-green);
}

.duplicate-button {
  background-color: var(--ultra-purple);
}

.delete-button {
  background-color: var(--ross-light-red);
}

@media (max-width: 1080px) {
  .mobile-no-show {
    display: none !important;
  }
}

.table-controls-con {
  /* padding: 20px 30px; */
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 5fr 1fr 1fr;
}

@media (max-width: 1000px) {
  .console-table-controls-con {
    /*background-color: #56c6c6;*/
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .table-controls-con {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
}

@media (max-width: 1920px) {
  #grouping-card {
    display: none;
  }
}

.transcoder-dropdown {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: small;
}

.transcoder-menu-item {
  color: white;
  width: 95%;
  margin: auto;
  text-align: center;
  background-color: #3a3b3c;
  margin-bottom: 15px;
  border-radius: 15px;
}

.btn.focus, .btn:focus, .btn:hover {
  /*color: #ffffff;*/
  /*text-decoration: none;*/
  background-color: #242526;
}

.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #242526;
  border-color: #242526;
}

.btn-primary:hover {
  color: #fff;
  background-color: #242526;
  border-color: #242526;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #242526;
  border-color: #242526;
  box-shadow: 6px 6px 24px 1px rgba(0, 0, 0, .2);
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 6px 6px 24px 1px rgba(0, 0, 0, .2);
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.stream-button.offline-stream {
  background-color: var(--card-color);
}

@media (max-width: 950px) {
  #special-content {
    display: grid;
    grid-template-columns: 1fr;
    color: white;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1em;
    padding: 30px;
    grid-gap: 30px;
  }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../../assets/img/menu-icon-white-2.png");
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  list-style: none;
  background-color: rgba(0,0,0,.5);
  width: 100%;
  margin: 0;
  text-align: center;
  margin-top: 14px;
  font-size: large;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  width: 100%;
  margin: 0;
  z-index: 1000000;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: #e4e6eb;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #e4e6eb;
}

.navbar-light .navbar-nav .nav-link {
  color: #e4e6eb;
}

.menu-link-item {
  background-color: var(--background-color);
  color: var(--primary-text-color);
  text-align: center;
  margin: 20px auto 0px auto;
  padding: 20px;
  width: 100%;
  border: none;
  border-bottom: 2px solid #3a3b3c;
  border-radius: 20px 0px 20px 0px;
  font-family: 'Open Sans';
  font-weight: 500;
  font-size: x-large;
}

.menu-link:hover {
  text-decoration: none;
  color: #e4e6eb;
}

.menu-link {
  text-decoration: none;
  color: var(--primary-text-color);
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

#splashes-table-controls-con {
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1500px) {
  .broadcast-view-stream-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .broadcast-view-stream-grid {
    grid-template-columns: 1fr;
  }
}

a:hover {
  color: var(--primary-text-color);
}

/* @media (min-width: 1050px) {
  .navbar {
    display: none;
  }
}

@media (max-width: 1050px) {
  .navbar {
    margin-bottom: 0;
    background-color: red;
  }
}

@media (min-width: 1050px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    display: none;
    justify-content: flex-start;
  }
}

@media (max-width:0px) {
  .navbar-expand-md .navbar-nav {
    flex-direction: column;
  }
} */

.list-group-item:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 15px;
}

.no-scroll {
  overflow-y: hidden;
}

.card-form-con {
  height: calc(100% - 45px);
  display: flex;
}

@media (max-width: 1700px) {
  .card-form-con {
    height: calc(100% - 15px);
    display: flex;
  }
}

.sticky-head {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: var(--card-color);
}

.sidebar {
  background-color: var(--bs-primary);
}

.grid-wrapper {
  display: grid;
  position: absolute;
  min-width: 100%;
  float: right;
  padding-right: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  grid-gap: 1.1vw;
  color: var(--primary-text-color);
}

@media (max-width: 480px) {
  .grid-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 1050px) and (min-width: 480px){
  .grid-wrapper {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 1050px) {
  .mobile-spacer-big {
    width: 100%;
    height: 250px;
  }
}

.counter-number {
  background-color: var(--card-contrast);
  border-radius: 0px 100px 100px 0px;
}

@media (min-width: 1050px) {
  .mobile-spacer {
    display: none;
  }
}

@media (min-width: 1050px) {
  .menu-resize-go-away {
    display: none;
  }
}

.button-aligner {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 1080px) {
  .mobile-inflate {
    width: 30px !important;
    height: auto !important;
  }
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.crud-button:active {
  transform: scale(0.97);
}

.volume-control-con {
  margin: 20px 30px 0px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.align-right {
  text-align: right;
}

.third-width {
  width: 33%;
}

/* SIDE MENU */
  .side-menu-header {
    margin: 0;
    text-align: center;
    font-size: xx-large;
    font-family: 'Open Sans';
    font-weight: 700;
    color: var(--bs-primary);
    align-self: center;
    float: right;
  }

  .side-menu-con {
    position: fixed;
    height: calc(var(--vh, 1vh) * 93);
    right: 0;
    width: 100vw;
    background-color: var(--card-color);
    display: none;
  }

  .side-menu-header-con {
    height: calc(var(--vh, 1vh) * 10);
    width: 100%;
    background-color: var(--ultix-blue);
    display: grid;
  }

  .side-menu-content-con {
    height: calc(var(--vh, 1vh) * 83);
    padding: 20px 0px 0px 0px;
    overflow-y: scroll;
  }
  
@media (min-width: 480px){
  .side-menu-header {
    margin: 0;
    text-align: center;
    font-size: xx-large;
    font-family: 'Open Sans';
    font-weight: 700;
    color: var(--bs-primary);
    align-self: center;
    float: right;
  }
  
  .side-menu-con {
    position: fixed;
    height: 100vh;
    right: 0;
    width: 400px;
    background-color: var(--card-color);
    display: none;
  }
  
  .side-menu-header-con {
    height: 75px;
    width: 100%;
    background-color: var(--ultix-blue);
    display: grid;
  }
  
  .side-menu-content-con {
    height: calc(100vh - 75px);
    padding: 20px 0px 0px 0px;
    overflow-y: scroll;
  }
}




@media (max-width: 1700px) {
  .grid-element {
    padding-bottom: 30px;
  }
}

.small-crud-button {
  width: 100%;
  min-width: 85px;
  max-width: 200px;
  height: 2rem;
  border-radius: 100px;
  margin: auto;
  align-self: center;
  margin: 0;
  text-align: center;
  font-size: calc(10px + 0.15vw);
  font-family: 'Open Sans';
  font-weight: 600;
  /* margin-bottom: 10px; */
  color: #e4e6eb;
  padding: 5px;
  justify-self: right;
}

@media (max-width: 1050px) {
  .lose-1050 {
    display: none;
  }
}

.card-search {
  width: 100%;
  border-radius: 20px;
  background-color: var(--background-color);
  color: var(--primary-text-color);
  border: 2px solid var(--card-contrast);
  padding-left: 20px;
  padding-right: 20px;
}

.form-item {
  margin-bottom: 10px;
}

.no-margin {
  margin: 0;
}

.counter-label {
  background-color: var(--inception-blue);
  border-radius: 100px 0px 0px 100px;
}

.cdn-table-row-new {
  white-space: nowrap;
}

.text-small{
  font-size: small !important;
}

.wrap-cell {
  white-space: initial;
  text-align: left;
}

.card-form-submit {
  width: 100%;
  height: 30px;
  margin-top: 15px;
  border-radius: 100px;
  background-color: var(--ultix-blue);
  box-shadow: 4px 6px 5px rgba(0, 0, 0, .2);
  float: right;
  color: white;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: large;
  padding: 0px;
}

.card-inline-select {
  width: 100%;
  margin: auto;
  background-color: #3a3b3c;
  color: #e4e6eb;
  border-radius: 5px;
  border: none;
  box-shadow: 4px 6px 5px rgba(0, 0, 0, .2);
  text-align: center;
  margin-bottom: 15px;
}

.card-form-submit:active {
  transform: scale(.95);
}

.regular-table-body {
  text-align: center;
  color: #e4e6eb;
}

.collapse-icon {
  transform: scale(0.85);
  float: right;
}

select{
  background-image: url(/assets/img/ThinDropArrow.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px;
  -moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
}

.sticky-grid-child{
  height: fit-content;
  position: sticky;
  top: 0;
  align-self: start;
}