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


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

@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{
  color: white;
}

.nav-link:hover{
  color: white;
  opacity: 0.8;
}

.nav-link:focus{
  color: white;
}

.navbar-item {
  color: white;
  font-size: 20px;
  padding-right: 0.8rem;
}

/* 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: #303032;
 }

  .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%;
    color: white;
}


.bi-info-circle-fill {
  color: rgb(147, 172, 225);
}

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

h4 {
  margin-top: 2rem;
}

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

h6 {
  font-family: IndustryBook;
  line-height: 140%;
  font-size: 25px;
}

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

  /* color: #d6d6d6 !important; */
}

/* dmc.Divider(
  variant="solid",
  size="md",
  color="gray",
  class_name="dmc-divider",
), */

.mri-planner-icon{
  background-image: url("/assets/MRI_inverted.png");
  background-size: cover;
  width: 50px;
  height: 50px;
}

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


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

.title-text {
  margin-top: 0rem;
  color: white;
  font-size: 2rem;
  font-family: IndustryBook;
}

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

.h4-italic {
  font-family: IndustryItalic;
}

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

/* Figurtext.
font-family: IndustryItalic;
line-height: 140%;
font-size: 15px; */

.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;
}


.p5 {
  font-family: ProgramOTBook;
  /* line-height: 140%; */
  font-size: 19px;
  letter-spacing: 0.8px;
  color: #f3f4f5;
}


.figure-text {
  font-family: IndustryItalic;
  font-size: 15px;
  letter-spacing: 0.8px;
  color: white;
  margin-top: 0.5rem;
  line-height: 140%;
}

.orange-txt-22px {
  color: #ffd762;
  font-size: 20px;
  margin-top: 0.25rem;
}

.sidebar-item-text {
  background-color: #2d2d2d;
  vertical-align: middle;
  border-radius: 3px;
  padding: 8px 15px 6px 8px;
  color: white;
}

.tab-item-text {
  background-color: #34343F;
  vertical-align: middle;
  border-radius: 3px;
  padding: 4px 4px 4px 6px;
  /* border-top: solid #E36209; */
}
 

.list-item {
  font-family: ProgramOTBook;
  line-height: 160%;
  letter-spacing: 1.4px;
  font-size: 22px;
  font-weight: 600;
  margin-left: 1rem;
  color: #ffffff;
}

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

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

.ul-item2 {
  font-family: ProgramOTBook;
  line-height: 160%;
  letter-spacing: 0.8px;
  font-size: 20px;
  margin-left: 1rem;
  color: #ffffff;
}


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

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

.manuals:hover {
  color: white;
}

.carousel-caption {
  /* size: 10rem; */
  bottom: 0rem;
  /* font-size: 12px; */
}

.legal-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 1rem;
  
}

.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;
}

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

.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;
}


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

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


.saint-header-image {
  width: 140px; 
  margin-bottom: 0.75rem;
}

.mriplanner-header-image {
  margin-bottom: 0.75rem;
  width: 200px;

}


.grade-header-image {
  margin-bottom: 0.75rem;
  width: 120px;
}

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

.border-box{
  border: 2px solid gray;
  border-radius: 5px;
  padding: 2px 2px 2px 2px;
}

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

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

.faq-question {
  font-size: 22px;
  background-color: rgba(34,34,34,0.5);
  padding: 10px 10px 10px 10px;
  border-radius: 2px;
  max-width: 90rem !important;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

.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;
}  

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

.next-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;
  color: black;
  font-size: 22px;
  text-align: center;
  font-family: IndustryBook;
}

.parallelogram-green {
	width: 25px;
	height: 28px;
	transform: skew(350deg);
	background: #20c997;
  float: left;
  margin-left: 2.5px;
  margin-right: 0.75rem;
  color: black;
  font-size: 22px;
  text-align: center;
  font-family: IndustryBook;
}



.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);
}

.button-bordered {
  border: 1px solid #FFDF00;
  border-radius: 4px;
}

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


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

.collapsible {
  font-size: 22px;
  background-color: rgba(34,34,34,0.5);
  padding: 10px 10px 10px 10px;
  border-radius: 2px;
  width: 90rem;
  border: 1px solid rgba(250, 250, 250, 0.3);
}

.collapsible:hover {
opacity: 90%;
}

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

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

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

/* color: #74C0FC; */

.alert-warning {
  color: rgb(255, 255, 255);
  background-color: #9f4040;
  margin-top: 1.5rem;

}

.alert-success {
  background-color: #abcfbe;
  /* color: black !important; */
}

.alert-warning a{
  color: #f3f33b;
}

.alert-warning a:hover{
  opacity: 0.8;
}

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

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

.alert-primary a {
  color: #ffebb1;
}

.alert-primary a:hover {
  opacity: 0.8;
}


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

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

.table {
  max-width: 90rem;
  background-color: rgba(35, 40, 45, 0.8) !important;
  /* color: green; */
  font-size: 18px;
  margin-bottom: 0.25rem;
  /* border: 1px rgba(255,255,255,0.6); */
}

.org_keyborder {
  border: 1.25px solid rgba(250, 250, 250, 0.493);
}

.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;
margin-top: 0.25rem;
}

welcome-text {
  font-family: IndustryBook;
}

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

.custom-tabs-container {
  max-width: 1400px !important;
  margin-top: 1rem;
  font-family: IndustryMedium !important;
  /* margin-bottom: 1rem; */
  /* margin-left: 1rem; */
}
.custom-tabs {
  font-family: IndustryMedium !important;
  border-top-left-radius: 3px;
  background-color: #375a7f;
  padding: 0px 24px;
  border-bottom: 1px solid #d6d6d6;
}


.iframe-div {
  height: 500px;
  width: 500px;
  overflow: hidden;
}

iframe-style {
  position: fixed;
  /* top: -100px;
  left: -100px;
  bottom: -100px;
  right: -200px; */
  /* width: 800px !important;
  height: 800px !important; */
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 999999;
}

.jsx-3468109796{
  font-family: IndustryMedium !important;
}

.custom-tab {
  font-family: IndustryMedium !important;
  color:#d6d6d6 !important;
  background-color: #3A3A47 !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top: 3px solid transparent !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: 0px !important;
  padding: 12px !important;
  font-family: "system-ui";
  display: flex !important;
  align-items: center;
  justify-content: center;
}


.custom-tab:hover {
  /* background-color: #4a4a5b !important; */
  font-family: IndustryMedium !important;
  opacity: 0.8;
}

.custom-tab--selected {
  font-family: IndustryMedium !important;
  color:#d6d6d6 !important;
  background-color: #4b4b5a !important;
  padding: 15px !important;
      border-top: 3px solid #e36209 !important;
  /* box-shadow: 2px 2px 0px 2px white; */
  /* border-top: 1px solid lightgrey !important; */
  /* border-left: 1px solid lightgrey !important;
  border-right: 1px solid lightgrey !important; */
  /* border-bottom: 3px solid #e36209 !important; */
}

.custom-tab--selected:hover {
  color:#d6d6d6 !important;
  background-color: #4b4b5a !important;
  padding: 15px !important;
  opacity: 1;
  font-family: IndustryMedium !important;
  /* box-shadow: 2px 2px 0px 2px white; */
  /* border-top: 1px solid lightgrey !important; */
  /* border-left: 1px solid lightgrey !important;
  border-right: 1px solid lightgrey !important; */
  /* border-bottom: 3px solid #e36209 !important; */
}

/*
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;
    background-color: #1E1E1E;
    margin: 0;
    padding: 0;
}
