/* Copyright 2022, Spectronic Medical AB, All rights reserved */


/* Define fonts that we want to use in the portal */

@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.18.0/font/bootstrap-icons.css');

@font-face {
  font-family: 'IndustryMedium'; 
  src: url('Industry\ Medium.ttf');
}

@font-face {
  font-family: 'IndustryItalic'; 
  src: url('Industry\ W00\ Book\ Italic.ttf');
}

@font-face {
  font-family: 'IndustryBook'; 
  src: url('Industry-Book.ttf');
}

@font-face {
  font-family: 'ProgramOTBook'; 
  src: url('Program\ OT\ Book.ttf');
}

@font-face {
  font-family: 'OpenSans';
  src: url('OpenSans-Regular.ttf');
}

@font-face {
  font-family: 'JostMedium';
  src: url('Jost-Medium.ttf');
}

@font-face {
  font-family: 'JostRegular';
  src: url('Jost-Regular.ttf');
}


@font-face {
  font-family: "Roboto Mono";
  src: url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100&display=swap');
}



@font-face {
  font-family: "Ubuntu Mono";
  src: url('//fonts.googleapis.com/css?family=Ubuntu+Mono"');
}



/* .nav-link::after {
  display: none;
}

.nav-link::before {
  color:rgb(230 , 230, 230);
  text-decoration: none;
  background-color: rgb(230 , 230, 230);
} */

.nav-link {
  color:rgb(240, 240, 240)
}

.nav-link:focus {
  color:rgb(240, 240, 240);
}

.nav-link:active {
  color:rgb(240, 240, 240);
}

.nav-link:hover {
  color:rgb(240, 240, 240);
  opacity: 0.75;
}



/* This is to make the nav item in the sidebar light gray when mouse is hovering over it */
.sidebar-link:hover {
    background-color: #303030;
  }

  .nav-pills .nav-link.active {
    background-color: #404050;
  }

  .breadcrumb {
    background-color: #303030;
 }

  .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #303030;
  }

.accordion-header{
  font-family: IndustryBook;
  line-height: normal;
}

/* Make headers in the portal use the Industry italic font */

/*
Header: H2
Sub-header: H4
Text: .p2
#Figure-text: P

*/

h1, h2, h3, h4 {
    font-family: IndustryBook;
    line-height: 140%;
}

.h3-first {
  margin-top: 1.5rem;
}

h3 {
  font-family: IndustryMedium;
  line-height: 140%;
  color: white;
  margin-top: 2.5rem;
}

h4 {
  margin-top: 2rem;
}

.h4-blue {
  margin-top: 0rem;
  color: #93ace1;
  font-size: 1.75rem;
}

.h4-blue-margin {
  color: #93ace1;
  font-size: 1.75rem;
}


h5 {
  font-family: IndustryBook;
  line-height: 140%;
  font-size: 22px;
}

h6 {
  font-family: IndustryItalic;
  line-height: 140%;
  font-size: 16px;
}

p {
  font-family: ProgramOTBook;
  line-height: 150%;
  letter-spacing: 1px;
  font-size: 18px;
  max-width: 1400px;
  color: #f3f4f5;
}

.p2 {
  font-family: ProgramOTBook;
  line-height: 140%;
  letter-spacing: 0.8px;
  font-size: 20px;
  /* max-width: 1400px; */
}

.p3 {
  font-family: IndustryMedium;
  line-height: 140%;
  font-size: 17px;
  letter-spacing: 0.8px;
}


.p4 {
  font-family: IndustryMedium;
  line-height: 140%;
  font-size: 25px;
  letter-spacing: 0.8px;
  color: white;
}


.list-item {
  font-family: ProgramOTBook;
  line-height: 160%;
  letter-spacing: 0.8px;
  font-size: 22px;
}

.ul-list-item {
  font-family: ProgramOTBook;
  line-height: 160%;
  letter-spacing: 0.8px;
  font-size: 22px;
  padding-left: 1rem;
}

.boxibox {
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #20c997;
  align-items: center;
}

.dash-uploader-label {
  padding-top: 30px;
}

.manuals {
  font-family: ProgramOTBook;
  color: white;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 50px;
}

.manuals:hover {
  color: white;
}

.manual-box {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid gray
}

.manual-box:hover {
  color:white;
  background-color: rgba(150 , 150, 150, 0.25);
} 

.Select-menu-outer {
  background-color: rgb(32,32,40);
  border: 1px solid gray;
}

.Select div {
  background-color: rgb(32,32,40);
}

.Select-menu-outer div:hover {
  background-color: rgba(255, 255, 255, 0.01);
}

.Select-value-label {
  color: #ffffff !important;
}

.is-focused:not(.is-open)>.Select-control {
  border: 1px solid #CCCCCC;
  box-shadow: none;
}

/* dropdown menu options */
.VirtualizedSelectOption {
  background-color: rgb(32,32,40);
  color: white;
}

.list-item-normal {
  font-family: ProgramOTBook;
  line-height: 160%;
  letter-spacing: 0.8px;
  font-size: 20px;
  font-weight: 400;
  margin-left: 1rem;
  color: #ffffff;
}

.mono {
  font-family: "Ubuntu Mono", monospace;
  font-size: 20px;
  word-spacing: 0.2px;
  letter-spacing: 0.4px;
}

.pantone-header {
  font-family: IndustryItalic;
  line-height: 140%;
  font-size: 32px;
  color: rgb(134,195,214);
  margin-bottom: 0.35rem;
}

@-moz-document url-prefix() {
  .custom-dropdown {
    border: 0.1px solid white; 
    border-radius: 2px;
  }
}

.saint-header-image {
  position: absolute;
  top: 2rem;
  right: 2rem;
  margin-bottom: 1.5rem;
  overflow-x: hidden;
}

.mriplanner-header-image {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin-bottom: 1.5rem;
  overflow-x: hidden;
  width: 180px;
  height: auto;
}


.grade-header-image {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin-bottom: 1.5rem;
  overflow-x: hidden;
  width: 120px;
  height: auto;
}

.text-box{
  width: 50%;
  height: auto;
}

.alert-primary {
  background-color: #2a2940;
  margin-top: 1.5rem;
}

.next-button {
  padding: 7 16 7 16;
  background-color: rgb(100, 150, 200);
  color: white;
  font-weight: bold;
  border-radius:15px;
  border-color: rgb(100, 150, 200);
  border-style: solid;
  cursor: pointer; 
  transition: box-shadow 0.15s;
  font-size: 25px;
  text-align: center;
}  

.background-box{
  background-color: #242424 !important;
  border-radius: 5px !important;
  padding: 20px 20px 20px 20px !important;
  max-width: 100rem;
  border: 1px solid gray;
}


.next-button:hover {
  box-shadow: 5px 5px 10px 
  rgba(0, 0, 0, 0.15); 
}

.next-button:active {
  opacity: 0.7;
}


.mantine-1chnjso {
  border: 1px solid #FFDF00;
  background-color: #1a2e5a;
  transition: 0.25s;
}


.mantine-1chnjso:hover {
  opacity: 0.8;
  background-color: #1a2e5a;
}


.download-button {
  padding: 10 20 10 20;
  background-color: rgb(0,0,40);
  color: white;
  /* font-weight: bold; */
  font-family: ProgramOTBook;
  border-radius:10px;
  border-color: white;
  border-width: thin;
  border-style: solid;
  cursor: pointer; 
  transition: box-shadow 0.15s;
  font-size: 16px;
  text-align: center;
}  

.download-button:hover {
  box-shadow: 5px 5px 10px 
  rgba(0, 0, 0, 0.15); 
}

.download-button:active {
  opacity: 0.7;
}



.centerimg{
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.blue-box{
  background-color: #2c3843 ;
  border-radius: 6px;
  border: 5px;

}


.blue-line{
  color:rgb(77, 171, 247);
  height: 0.25rem;
}


.parallelogram-blue {
	width: 25px;
	height: 28px;
	transform: skew(350deg);
	background: rgb(77, 171, 247);
  float: left;
  margin-left: 2.5px;
  margin-right: 0.75rem;
}

.parallelogram-green {
	width: 25px;
	height: 28px;
	transform: skew(350deg);
	background: #20c997;
  float: left;
  margin-left: 2.5px;
  margin-right: 0.75rem;
}

/* Indigo dcm.Button (Div #1) */
.mantine-1b4w0ck {
  padding-left: 9px;
}

/* Orange dcm.Button (Div #1) */
.mantine-l5jdhr {
  padding-left: 9px;
}

.mantine-1u4l5ov {
  padding: 0px 6px;
}

/* dmc.Button (Bordered) - color: 'indigo' */
.mantine-xjhcfl {
  border: 1px solid #91A7FF;
  /* padding-left: 0px; */
}

/* dmc.Button (Bordered) - Color: 'orange' */
.mantine-vm02z9 {
  border: 1px solid #FFC078;
}

.mantine-4fj8o2 {
  border: 1px solid #74C0FC;
}

.dmc-divider{
  margin-bottom: 0.75rem;
  max-width: 1400px;
}

.underline-blue{

  text-decoration-line: underline;
  text-decoration-color: #005387;
  text-decoration-style: solid;
  text-underline-offset: 10px;

}

.underline-green{

  text-decoration-line: underline;
  text-decoration-color: 	#237F52;
  text-decoration-style: solid;
  text-underline-offset: 10px;

}

.border-image{
  border: 1px solid rgba(250, 250, 250, 0.2);
}


.imgContainer{
  float: left;
  margin-right: 5px;
}

.line-break {
  line-height: 5px;
}

.inherit-box {
  position: relative;
  float: right;
}

.links {
  color: #44b5f2;
  text-decoration: none;
}

.links:hover {
  color: #44b5f2;
  text-decoration-line: underline;
}

.tooltip {
  text-align: center;
  color: #1DA1F2;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

.card-text {
font-family: ProgramOTBook;
font-size: 19px;
line-height: 150%;
letter-spacing: 0.9px;
color:rgb(230 , 230, 230)
}

.card-title {
font-family: ProgramOTBook;
font-size: 20px;
font-weight: 600;
letter-spacing: 2px;
}

welcome-text {
  font-family: IndustryBook;
}

.card-link:hover {
  opacity: 0.8;
}



/*
Global CSS settings for the portal: 
1.  Set Program OT as the default font for texts the portal.
2.  Define the overall background color for the portal,
    since we want it to apply also to empty background, not
    just background behind elements.
*/       
body {
    font-family: "ProgramOTBook";
    letter-spacing: 0.8px;
    font-size: 18px;
    background-color: #1E1E1E;
}

