/* vega pulled from the HSS site */
vega-left-nav#vega-left-nav-bar {
  z-index: 1009 !important;
}

/*marked as !important to overried inline style of nav*/
.vega-left-nav-backdrop {
  z-index: 1008 !important;
}

/* for dark mode, set the background color of the left nav to be white */
html.dark #div-scrollable,
html.dark div.vega-nav-list-container,
html.dark div.vega-dropdown-container {
  scrollbar-color: #596063 #33393d;
}

/* TODO - add a link to the image */
vega-left-nav #left-nav-header {
  cursor: pointer;
}

/* set the content column to be 100% and add padding */
vega-flex.vega-left-nav-content {
  min-height: 100vh;
	padding-left: 24px;
	padding-right: 24px;
	overflow-y: auto;
}
/* make the left nav scrollable */
.vega-left-nav {
	overflow-y: auto
}

/* set the background image from the designer's template */
.v-bg-page {
	background-image: url('/images/bg/bg-vega-blur.avif');
  background-size: cover;
}

#div-scrollable {
  overflow: auto;
  height: calc(-110px + 100vh);
}

/* define link properties on cards to not show the underlines */
a.card-clickable {
  text-decoration: none;
  color: inherit;
}

vega-card.link-card {
  cursor: pointer;
  height: 340px;
  box-shadow: none;
}
/* use a shadow as a "call to action" (CTA) on hover of the clickable card */
vega-card.link-card:hover {
  box-shadow: rgba(2, 2, 15, 0.01) 0px 0px 88px 0px, rgba(2, 2, 15, 0.02) 0px 0px 32px 0px, rgba(2, 2, 15, 0.06) 0px 4px 72px 0px; /* 'shadow-popover' from the vega shadows sheet */
}
/* define all FontAwesome icons to be 20px with 12px circles on link cards  */
vega-card.link-card i.fa-regular {
  border-radius: 9999px;
  background: rgba(32, 54, 69, 0.06); /* 'bg-chip' from the vega colors sheet */
  padding: 16px;
  font-size: 20px;
}
/* set the height of the flex section to be 100% of the parent card so the head and foot go to the edges */
vega-card>vega-flex {
  height: 100%;
}

/*   .link-card-head {
  }
  .link-card-body {
  }
  .link-card-foot {
  }
 */
/*added custom CSS*/
h1.partner-h1-tag {
    color: black !important;
    font-weight: 600;
    background-color: transparent; /* Override the global h2 background */
}
 
h3.partner-h3-tag {
    text-transform: none;
    background-color: transparent ;
    color: black;
    font-weight: 600;
    padding: 4px 4px 4px 0px;
}
 
.api-uri-partner {
	margin-top: 10px;
	margin-bottom: 20px;
}
	
.partner-h2 {
    text-transform: none !important;
    margin-top: 48px !important;
    color: black !important;
    font-weight: bold !important;
    padding: 6px 6px 6px 0px !important;
    background-color: transparent !important; /* Override the global h2 background */
}
 
.partner-intro {
	font-family: Inter;
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%; 
}
 
.partner-newinfo {
    text-transform: none;
	color: #04041CF2;
    font-weight: 500;
    padding: 4px;
    background-color: transparent; /* Override the global h2 background */
}
 
.partner-h4 {
    text-transform: none;
	color: #04041CF2;
    font-weight: 600;
    font-size: 19px;
    padding: 4px;
    background-color: transparent; /* Override the global h2 background */
}
 
.partner-cart {
	text-transform: none;
	color: #04041CF2;
    font-weight: 600;
    padding: 4px;
    Margin-top: 30px;
    background-color: transparent;
}
 
.partnerchangeswagger {
    text-transform: none;
	color: #04041CF2;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    background-color: transparent; /* Override the global h2 background */
}
 
.partnerchangepostman {
    text-transform: none;
	color: #04041CF2;
    font-weight: 600;
    padding: 15px 0px 0px 0px;
    margin: 0px;
    background-color: transparent; /* Override the global h2 background */
}
 
.partner-title {
    color: black;
    font-weight: 700;
    background-color: transparent; /* Override the global h2 background */
}
 
.partner-th {
	background-color: #F0F3F7;
	color: black;
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	padding-left: 10px;
}
 
.table-split {
	border: 0px;
	border-color: transparent;
	border-style: solid;
	padding: 10px 5px;
	
}
 
.table-split tr:nth-child(even) {
	background-color: #F0F3F7;
	border-radius: 15px;
}
 
.table-split thead {
	border: 0px;
	border-color: transparent;
	height: 42px;
}
 
.table-split td {
	border: 1px solid transparent;
	height: 60px;
}
 
.table-split tr td:first-child {
	border-radius: 10px 0px 0px 10px;
}
 
.table-split tr td:last-child {
	border-radius: 0px 10px 10px 0px;
}
 
.table-split thead th:first-child {
	border-radius: 5px 0px 0px 5px;
}
 
.table-split thead th:last-child {
	border-radius: 0px 5px 5px 0px;
}
 
.swagger-link-partner {
	color: #1362E2;
	font-weight: 600;
}
 
.partnercode {
	padding: 15px;
    background-color: #CDD1D3;
    color: black;
    display: block;
    border-radius: 10px;
    word-wrap: break-word;
}

.partner-style {
	font-weight: 600;
	padding-left: 0px;	
}
 
.faq-toggle {
	border-bottom: 1px solid #ccc;
  	padding-bottom: 10px;
   	margin-bottom: 10px;
   	cursor: pointer;
   	display: flex;
   	justify-content: space-between;
   	align-items: center;
}
 
.faq-toggle .arrow {
	font-size: 16px;
	margin-left: 10px;
}
 
.line-view {
	border-bottom: 1px solid #ABC6D8;
	padding: 5px 5px 5px 0px;
}
   
.fontStyle {
	color: black !important;
	font-weight: 600 !important;
	font-family: 'Roboto bold', Arial, sans-serif !important;
}
 
.line-viewitem {
	display: flex;
   	justify-content: space-between;
   	align-items: center;
   	cursor: pointer;
}
 
.arrowView {
	transition: transform 0.3s ease;
}
 
.line-viewitem i {
	align-content: center;
    margin-top: 20px;
    color: #1362E2;
}
 
.partnerchange-p-tag {
	padding-top: 15px;
}
 
.tbody-style {
	font-size: 14px;
	line-height: 1.5;
}
 
.intro-para {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 24px;
}
 
.partner-para {
	padding-left: 5px;
	display: none;
	line-height: 1.5;
}
 
/*added custom CSS for home page*/
.feature-card-footer {
	display: flex;
    align-items: center;
    justify-content: center;
    /* height: 64px; */
    padding: 15px;
    /* width: 64px; */
    background-color: #F0F3F7;
    border-radius: 50%;
    font-size:	20px;
}
 
/* css for getting started page */
h1.partner-h1 {
    color: black !important;
    font-weight: 600;
    background-color: transparent;
}

.partner-par-tag {
    margin: 9px 2px;
    line-height: 1.5 !important;
}
.partner-par1-tag {
    margin: 9px 2px;
    line-height: 1.5;
    font-weight: 500;
    font-size: 20px;
}

.partner-h3-tags {
    text-transform: none;
    color: black;
    font-size: 28px;
    margin-top: 28px;
    margin-bottom: 20px;
    background-color: transparent; /* Override the global h2 background */
}

.partner-h2-tags {
    text-transform: none;
    color: black;
    font-weight: 400;
    font-size: 32px;
    margin-top: 28px;
    margin-bottom: 20px;
    background-color: transparent; /* Override the global h2 background */
}

.partner-button-tag {   
    border-radius: 37px;
    background-color: #1362E2;
    height: 55px;
    color: white;
    width: 251px;
    border-color: transparent;
    margin-left: 20px;
    font-size: 14px;
    margin: 23px;
}

.partner-secondarybutton-tag {
	border: 1px solid #1362E2;
    border-radius: 37px;
    background-color: #FFFFFF;
    height: 55px;
    color: black;
    width: 251px;
    border-color: #1362E2;
    margin-left: 20px;
    font-size: 14px;
    margin: 23px;
    color:  #1362E2;
}

.partner-secondarybuttonhover-tag:hover {
    background-color: #F8F8FF;
  }

.partner-ul-tag-1 {
	padding-left: 48px;
	line-height: 1.5;
}
.partner-ol-tag {
	padding-left: 17px;
	line-height: 1.5;
}

.partner-h5 {
    text-transform: none;
	font-weight: 500;
    padding: 4px;
    background-color: transparent; 
}

.partner-li-tag-1 {
	margin: 3px;
    white-space: pre;
    margin-inline: auto;
    padding-top: 4px; 
    padding-left: 0px;
}

.partner-par-tag-2 {
	margin: 9px 2px;
    padding-left: 23px;
    line-height: 2;
}

.partner-img-tag {
	margin-top: 15px;
	margin: 0px 68px;	
}

h3.partner-h3-tags {
    text-transform: none;
    background-color: transparent ;
    margin-left: 22px;
    color: black;
    font-weight: 500;
    padding: 4px;
}

/* css for home screen with vega styles */
.v-w-half { 
	width:50%
}

.v-h-custom {
	height:370px;
}

.v-w-h-size-55 {
	width:55px;
	height:55px;
}

.v-mw-h-size {
	min-width:32%;
	height:184px;
}

.v-font-blue {
	color:rgb(0 0 255);
}

.v-font-color {
	color:rgba(8, 9, 10) !important;
}

.v-font-h2-custom {
	font-family:"Inter", sans-serif !important;
	font-size:32px !important;
	font-weight:700 !important;
	color:rgba(8, 9, 10) !important;
	line-height:40px !important;
	letter-spacing:0px !important;
	margin-bottom: 30px!important;
}

.v-font-h4-custom {
	font-family:"Inter", sans-serif!important;
	font-size:24px!important;
	font-weight:700!important;
	color:rgba(4, 4, 28, 0.95)!important;
	line-height:32px!important;
	letter-spacing:0px!important
}

.v-font-h5-custom {
	font-family:"Inter", sans-serif!important;
	font-size:20px!important;
	font-weight:500!important;
	color:rgba(4, 4, 28, 0.95)!important;
	line-height:27px!important;
	letter-spacing:0px!important;
	margin-bottom:24px!important;
}

.v-h-300 {
	height:300px
}

.v-c-grey {
	color:rgba(4, 4, 28, 0.64)!important;
}

.v-mw-mxw-h-size {
	min-width: 506px;
	max-width: 658px;
	width:auto;
	height:260px;
}

.v-font-h3-custom {
	font-family:"Inter", sans-serif!important;
	font-size:32px!important;
	font-weight:500!important;
	color:rgba(8, 9, 10)!important;
	line-height:44px!important;
	letter-spacing:0.28px!important
}

/*Added the CSS for the width and height of the screen to adjust the content*/
.flex-box {
    height: 70vh
}

.flex-holder {
    width:100%
}

.vega-card-short {
	height: 900px
}

.partner-par-tag-content {
	line-height: 1.5;
}

/*Added the CSS for the Powerschool*/
.powerschool_h2_tag {
	padding-bottom: 5px;
}

.powerschool_P_tag {
	padding-top: 10px;
}

.powerschool-h2-margin {
	margin-top: 30px !important;
}

/*Added CSS for the Integration options*/
.tableWidth {
	width: 25vw;
	background-color: rgba(181, 208, 226, 1);
}

.table-separation {
	margin-top: 20px;
}

.table-separation tbody tr:first-child {
	height: 114px;	
}

.icon_space {
	margin-left: 10px;
}

.table-separation td {
	border-right: 1px !important;
    border-right-color: rgba(161, 188, 206, 1) !important;
    border-style: solid !important;
    height: 42px;
}

.table-separation tr td:last-child {
	border-right: 0px !important;
    border-right-color: transparent !important;
}

.table-separation tr td:first-child {
	padding-left: 15px;
	gap: 10px;
}

.table-separation tbody > tr:first-child > td:not(:first-child) {
	padding: 8px 12px 8px 8px;
}

.table-separation tbody > tr:first-child > td {
	border-radius: 0px;
}

.table-separation thead > tr {
	border-radius: 5px 0px 0px 5px !important;
    border-right: 1px !important;
    border-right-color: rgba(161, 188, 206, 1) !important;
    height: 42px !important;
}

.table-separation thead th:first-child {
    border-radius: 10px 0 0 0 !important;
}

.table-separation thead th:last-child {
    border-radius: 0 10px 0 0 !important;
}

.table-separation thead th {
 	border-right: 1px solid rgba(161, 188, 206, 1);
 	border-bottom: 1px solid rgba(161, 188, 206, 1);
 	padding: 10px;
}
.table-separation thead th:last-child {
	border-right: none;
}

.tickmark {
	text-align: center;
	width:70px;
}