﻿body
{
    font-size: 11px;
    font-family: Verdana;
    margin: 30px auto 30px auto;
    padding: 0;
    background-image: url(Images/gradient.jpg);
    background-color: #c0c0c0;
    background-repeat: repeat-x;
    max-width: 920px;
}

header#siteheader
{
    display:block;
    position: relative;
    margin: 0px 6px 10px 6px;
}

nav#sitenav
{
    display: block;
}

.floatright
{
    float: right;
}

a img
{
    border: 0;
}

nav
{
    margin: 10px 0px 18px 0px;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border-collapse: collapse;
}

table, td, th
{
    padding: 0px;
    border: 0px;
}

form.a
{
    font-size: 11px;
    font-weight: normal;
}

div.wrap table.nc_frame
{
    height: 558px;
}

td.nc_frame_content
{
    height: 532px;
}


a {
	font-size: 11px;
	color: #007aca;
}


a.CancelLink
{
    font-size: 11px;
    color: rgb(79, 130, 199);
    float: right;
    padding-top: 4px;
}

footer#sitefooter
{
    text-align: center;
    display: block;
    font-family: Verdana;
    font-size: 1em;
    color: #3c3c3c;
}

.footer-link {
    margin-right: 15px;
}

#eject
{
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    width: 100%;
}

#eject img
{
	cursor: pointer;
}

div > select, div > input
{
    font-family: Verdana;
    font-size: 11px;
    margin-top: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



div.isframed hr
{
    clear: both;
    margin-bottom: 5px;
    border: none;
    border-bottom: 1px solid silver;
    padding-top: 10px;
}

div.Column
{
    float: left;
    padding-left: 120px;
    min-width: 200px;
    max-width: 400px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.Column > label
{
    float: left;
    margin-left: -120px;
    display: block;
    clear: left;
    margin-top: 2px;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 115px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.Column > input[type="text"], input[type="password"], div.Column > select, div.Column > textarea, div.Column > span
{
    width: 96%;
    float: left;
    font-family: Verdana;
    font-size: 11px;
    margin-top: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.Column > input[type="text"].Disabled
{
    background-color: transparent;
    border: none;
    padding-top: 3px;
    font-weight: bold;
    color: Black;
}

div.Column > textarea
{
    min-height: 100px;
    overflow: auto;
}

div.Column > span
{
    font-weight: bold;
    margin-top: 2px;
    padding-top: 3px;
}
div.Column label.Display
{

}

div.Column span.Display
{

}

div.Column.Display label.Display
{
	display: none;
}

div.Column.Display span.Display
{
	display: none;
}

div.ValidationError
{
    color: Red;
}

div.FrameHeader
{
    padding: 0 10px 0 10px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
}

div.FrameHeaderTitle
{
    float: none;
    margin-right: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; /* IE */
    -o-text-overflow: ellipsis; /* Opera*/
}

div.FrameHeaderLink
{
    position: absolute;
    right: 3px;
    top: 0pt;
}

div.FrameHeaderLink a
{
    color: rgb(157, 202, 250);
    font-size: 11px;
    font-weight: normal;
}

.ellipses
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('ellipsis.xml#ellipsis');
}

.breadcrumblink {
    background-image: url("Images/BreadCrumbs/breadcrumbs_icon.png");
    background-position: right 3px;
    background-repeat: no-repeat;
}

.breadcrumbend {
    background-image: none;
}

.breadcrumb {
    list-style-type: none;
    margin:0;
    color: White;
    font-size: 12px;
    font-weight:normal;
}

.breadcrumb li {
    padding:1px 16px 0 4px;
    float: left;
    max-width: 120px;
}

.breadcrumb li:first-child {
    padding-left:5px;
}

.breadcrumb li a {
    color: White;
    font-size: 12px;
    font-weight: normal;
    text-decoration:underline;
}


.breadcrumb2 {
    list-style-type: none;
    margin:0;
    padding:0;
    color: White;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.breadcrumb2 li {
    padding: 0 16px 0 4px;
    float: left;
}

.breadcrumb2 li:first-child {
    padding-left: 0px;
}

.breadcrumb2 li a {
    color: White;
    font-size: 12px;
    font-weight: bold;
    text-decoration:underline;
}

div.FrameContainer
{
    margin-left: 210px;
}

div.FrameBody
{
    padding: 10px;
    font-size: 11px;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

#ShowDocumentPDF
{
    position: absolute;
    top:1px;
    left:4px;
    height:20px;
    background-image: url(Images/pdficon_small.gif);
    background-repeat: no-repeat;
    padding-left:100px;
}

.combobox-input
{
    cursor: pointer;
    text-align:right;
    text-decoration:underline;
    height:15px;
}

#ClientGridDiv, #DocumentGridDiv
{
    padding-top:10px;
    clear:both;
}

.overflowEllipsisNoWrap
{
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#menucontainer
{
	margin-top: 70px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

/* MISC
----------------------------------------------------------*/
.clear
{
	clear: both;
}
.visma-connect a
{
    font-size: 1.5em;
}
.visma-connect
{
    margin-bottom: 2em;
}
.error
{
	color: Red;
}

.overflowEllipsisNoWrap
{
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

#menucontainer
{
	margin-top: 70px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}
/* Login */
#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: #000;
}

#logindisplay a:link
{
	color: #4F82C7;
	text-decoration: none;
}

#logindisplay a:visited
{
	color: #4F82C7;
	text-decoration: none;
}

#logindisplay a:hover
{
	color: #4F82C7;
	text-decoration: underline;
}

#loginContainer_outer
{
	position: absolute;
	width: 513px;
	height: 506px;
	top: 50%;
	margin-top: -253px;
	left: 50%;
	margin-left: -257px;
	background: url("~/../Images/login_background.png") no-repeat scroll 0 0 transparent; /* Disable tap highlighting */
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* Give some depth to the card */
	-webkit-perspective: 600;
}

#loginContainer_inner
{
	height: 486px;
}

#loginContainer_content
{
	height: 232px;
	left: 1px;
	position: absolute;
	top: 204px;
	width: 501px;
}

#loginContainer_footer
{
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: rgb(60,60,60);
}

#loginError
{

}

#LoginFormContainer
{
	padding: 40px 0 0;
	width: 501px;
	position: absolute;
}

div.InputContainer
{
	padding-left: 140px;
	padding-top: 2px;
}


div.InputContainerSecondPhase
{
	padding-left: 40px;
	padding-top: 2px;
}

div.InputContainerSecondPhase > label
{
	float: left;
	display: block;
	width: 80px;
	padding: 8px 0 8px 8px;
}

div.InputContainer > label
{
	float: left;
	display: block;
	width: 80px;
	padding: 8px 0 8px 8px;
}

div.FirstAccountFormContainer {
    margin-top: -15px;
}

div.FirstAccountInputContainer
{
	padding-left: 20px;
	padding-top: 4px;
}

div.FirstAccountInputContainer > label
{
	float: left;
	display: block;
	width: 120px;
	padding: 4px 0 4px 4px;
}

div.editor-field > input
{
	border: 1px solid #CCCCCC;
	font-size: 11px;
	width: 120px;
    padding: 1px 2px 1px 2px;
    -moz-box-sizing: border-box;
    float: inherit;
}

/* Login flip gadget*/
#loginContainer_outer
{
	position: absolute;
	width: 513px;
	height: 506px;
	top: 50%;
	margin-top: -253px;
	left: 50%;
	margin-left: -257px;
	background: url("~/../Images/login_background_new.png") no-repeat scroll 0 0 transparent; /* Disable tap highlighting */
	-webkit-tap-highlight-color: rgba(0,0,0,0); /* Give some depth to the card */
	-webkit-perspective: 600;
}

#loginContainer_inner
{
	height: 486px;

}
/* Height of Buttons in dialogboxes opened by jquery UI */
html body div.ui-dialog div.ui-dialog-buttonpane div.ui-dialog-buttonset button.ui-button {
    height: 30px;
}


.flipper_container
{
	position: absolute;
	top: 34px;
	left: 1px;
	width: 501px;
	height: 176px;
	-webkit-perspective: 1000;
}

/*
.flipper_container:hover .card
{
	-webkit-transform: rotateY(180deg);
}
*/

.card
{
	width: 497px;
	height: 172px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.8s;
	border: 2px solid white;

}

.face
{
	/*float: left;*/
	position: absolute;
	-webkit-backface-visibility: hidden;

}

.front
{
	width: 500px;
	height: 172px;
	/*background: url("~/../Images/login_image.png") no-repeat scroll 0 0 transparent; /* Disable tap highlighting */
	z-index: 10;
}

.front img
{
	float: right;
}
.flipped_info
{
	width: 270px;
	height: 150px;
	border: 2px solid #d5d5d5;
	margin: 4px 0 4px 4px;
	padding: 0px 5px 10px 10px;
	font-size: 12px; font-weight: normal;
	line-height: 20px; color: #616161;
	background: #f1f1f1;

}

.flipped_info h2
{
	/*font-family: Arial, Sans-Serif;*/
	font-size: 16px; font-weight: bold;
	color: #515151;
	text-shadow: 0 2px 2px #b1b1b1;
	text-indent: -9999;
}
/*
.flipper_container:hover .front
{
	z-index: 0;
}
*/
#ChristmasGreetings
{
	position: relative;
	top: 10px;
	left: 10px;
	color: Red;
	font-family:Lucida Handwriting;
	font-size: 24px;
	-webkit-transform: rotateY(-10deg);
	z-index: 5;
}
/* Snowflake animation gadget */
.snowflake {
			position: absolute;
			text-align: center;
			z-index: 9;
			top: 0px;
			width: 1em;
			height: 1em;
			color: white;
			font-size: 16px;
			text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 2px;
			/* We use the following properties to apply the fade and drop animations to each snowflake.
			   Each of these properties takes two values. These values respectively match a setting
			   for fade and drop.
			*/
			-webkit-animation-iteration-count: infinite, 20;
			-webkit-animation-direction: normal, normal;
			-webkit-animation-timing-function: linear, ease-in;
		}

		.snowflake span {
			position: absolute;
			display: block;
			width: 1em;
			height: 1em;
			/* We use the following properties to adjust the clockwiseSpin or counterclockwiseSpin
			   animations on each snowflake.
			   The createASnowflake function determines whether a flake has the
			   clockwiseSpin or counterclockwiseSpin animation.
			*/
			-webkit-animation-iteration-count: infinite;
			-webkit-animation-direction: alternate;
			-webkit-animation-timing-function: ease-in-out;
			-webkit-transform-origin: 50% -100%;

		}

		.snowflake.tiny {
			font-size: 0.5em;
		}

		.snowflake.small {
			font-size: 1em;
		}

		.snowflake.medium {
			font-size: 2em;
		}

		.snowflake.large {
			font-size: 3em;
		}

		.snowflake.massive {
			font-size: 7em;
		}

		/* Hides a snowflake towards the very end of the animation */
		@-webkit-keyframes fade {
			/* Show a snowflake while into or below 85 percent of the animation and hide it, otherwise */
			0%   { opacity: 1; }
			85%  { opacity: 1; }
			100% { opacity: 0; }
		}

		/* Makes a snowflake fall from -50px to 650px pixels in the y-axis */
		@-webkit-keyframes drop {
			0%   { -webkit-transform: translate(0px, -50px); }
			100% { -webkit-transform: translate(0px, 350px); }
		}

		/* Rotates a snowflake from -50 to 50 degrees in 2D space */
		@-webkit-keyframes clockwiseSpin {
			0%   { -webkit-transform: rotate(-50deg); }
			100% { -webkit-transform: rotate(50deg); }
		}


		/* Rotates it from 50 to -50 degrees in 2D space */
		@-webkit-keyframes counterclockwiseSpin  {
			0%   { -webkit-transform: rotate(50deg); }
			100% { -webkit-transform: rotate(-50deg); }
		}

		/*snowflake animation gadget end */

/* Alert window */
.icon-alert
{
    height: 64px;
    width: 64px;
    background: url('Images/warn.png') no-repeat top left;
}

ul.VerticalNavigationBar
{
    min-height:500px;
    max-height:500px;

}

.pdf-canvas
{
    border: 1px solid black;
    direction: ltr;
}
.pdf-pagination
{
    margin-left: 1em;
    margin-right: 1em;
}
.pdf-page-view
{
    text-align: center;
}
.pdf-viewer-controls
{
    padding-bottom: 1em;
    display: flex;
    justify-content: space-around;
}

.button-logOff
{
    padding: 0;
    border: none;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}
.button-logOff:focus
{
    outline: none;
}

.button-as-link
{
    background: none!important;
    border: none;
    padding: 0!important;
    /*optional*/
    font: 80% verdana;
    text-decoration: underline;
    cursor: pointer;
    font-size: 11px;
    color: rgb(79, 130, 199);
    font-weight: normal;
}

.button-as-link:focus
{
    outline: none;
}


/* 
	Changes that makes app look with less dark and more blue styles 
*/
body, body.NordicCool {
	background-image: none;
	background-color: #f0f2f5;
}

#sitefooter {
	margin-top: 20px;
}

.nc_frame_content {
	background: #fff !important;
}

hr {
	border-bottom: solid 1px #eaecf0 !important;
}

div.VerticalNavigationBarBorder > div:first-child {
	background: #007aca !important;
	margin-left: 1px;
	width: 198px;
}

ul.TwoLevelNavigationBar > li > ul > li > a {
    text-shadow: none;
}

ul.TwoLevelNavigationBar > li.Selected > a,
ul.TwoLevelNavigationBar > li > a {
	text-shadow: none;
	color: #fff;
}

div.VerticalNavigationBarBorder > div:first-child + div {
    background-color: #007aca;
}

div.Container {
	padding: 0;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0; 
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

ul.VerticalNavigationBar > li > a:first-child {
	background: #fff url(../img/vertical-navigation-bar.png) no-repeat right -108px;
	border: solid 1px #f0f2f5;
    text-overflow: ellipsis;
    padding-right: 18px;
}

div.VerticalNavigationBarBorder ul.VerticalNavigationBar > li > ul {
	/*display: block;*/
	margin-bottom: 13px;
	border-left: 0;
	border-right: 0;
}

div.VerticalNavigationBarBorder ul.VerticalNavigationBar > li.selected a {
    background-color: #f0f2f5;
    color: #252626;
}

ul.VerticalNavigationBar > li > ul {
	border-bottom: 0;
}

ul.VerticalNavigationBar li.InsertButton {
	background-color: #fff !important;
	border-top: 0;
}

ul.VerticalNavigationBar li.InsertButton > a:first-child {
	font-style: normal;
	border-top: none;
    background-color: transparent;
    border: 0;
}

div.VerticalNavigationBarBorder > div:first-child + div {
    border: solid 1px #fff;
    border-top: 0px;
}

ul.VerticalNavigationBar > li.Selected > a:first-child, ul.VerticalNavigationBar > li > a.Selected:first-child {
	background-color: #f0f2f5 !important;
}

ul.VerticalNavigationBar > li.Selected > a:first-child,
ul.VerticalNavigationBar > li > ul > li.Selected > a:first-child {
    color: #252626 !important;
    text-shadow: none;
}

body div.VerticalNavigationBarBorder ul.VerticalNavigationBar {
	border: solid 1px #fff;
}

.nc_frame > tbody > tr > td {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

div.VerticalNavigationBarBorder ul.VerticalNavigationBar > li.InsertButton {
	margin: 10px 0;
	width: 188px;
}

ul.VerticalNavigationBar > li > ul > li.InsertButton {
    width: 190px;
}

div.FrameHeaderLink a {
    color: #007aca;
}

div.FrameHeaderTitle {
    color: #252626;
}

.nc_frame_content_border {
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: rgba(22,62,89, 0.1)
}
ul.TwoLevelNavigationBar > li > ul > li.Selected > a:hover,
ul.TwoLevelNavigationBar > li > ul > li > a:hover {
	text-shadow: none;
}

ul.TwoLevelNavigationBar > li > ul > li > a:hover {
	color: rgb(60, 60, 60);
}


ul.VerticalNavigationBar > li.Selected > a:first-child {
	color: red;
}

/*ul.VerticalNavigationBar > li.Selected > a:first-child::before {
    content: '';
    background-color: green;
    width: 4px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: -1px;
}*/

.ncbutton {
	border-color: #c1c3c5;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(22,62,89,.12);
	display: inline-block;
	opacity: 1;
	cursor: pointer;
	min-width: 70px;
	max-width: 100%;
	/*height: 30px;*/
	/*padding: 3px 15px;*/
	margin: 0 2px 6px 0;
	color: #252626;
	font-size: 11px;
	font-weight: 400;
	/*line-height: 18px;*/
	text-align: center;
	text-overflow: ellipsis;
	text-decoration: none;
	text-shadow: none;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
	box-sizing: border-box;
	background-image: none;
    border: 1px solid #717171;
}

.ncbutton:hover {
	border-color: #A0A0A0;
	background-color: #d2d2d2;
}

/* login adjustments */
#loginContainer_outer .card {
    border: none;
}

#loginContainer_outer img {
    margin-left: 4px;
    position: absolute;
}
#loginContainer_outer div.InputContainer > label {
    padding: 4px 0 12px 8px;
}
#loginContainer_outer .ncbutton {
    margin-left: 88px;
}

div[class~="Frame"][class~="Output"] > h2 {
	background-image: none;
	border-bottom: 1px solid #EAECF0;
	color: #252626;
}

.nc_frame_inner,
body .ui-autocomplete-input,
.breadcrumb2,
.breadcrumb2 li a,
html .combobox-input.ui-widget.ui-widget-content,
.breadcrumb li a,
.breadcrumb {
	color: #252626;
}

.InputContainerSecondPhase #PinCode {
    margin-left: 25px;
}

#loginContainer_outer .InputContainerSecondPhase .ncbutton {
    margin-left: 137px;
    margin-top: 8px;
}

ul.VerticalNavigationBar {
    max-height: initial;
}

ul.VerticalNavigationBar > li > ul > li > a:first-child {
    text-overflow: ellipsis;
}
.FrameHeader .combobox-input {
	text-decoration: none;
    outline: none;
}

.FrameHeader .combobox-toggle {
	outline: none;
}

.FrameHeader .combobox-input.ui-widget.ui-widget-content {
    font-weight: normal;
}
.btn-link{
    border:none;
    outline:none;
    background:none;
    cursor:pointer;
    color:#0000EE;
    padding:0;
    text-decoration:underline;
    font-family:inherit;
    font-size:inherit;
}
.btn-link:active{
    color:#FF0000;
}

.search-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
}

.search-row.justify-start {
    justify-content: start;
}

.search-section {
    padding: .25em;
}

.search-section.middle {
    flex-grow: 1;
}

.search-section.last {
    align-self: end;
}

.search-group > label {
    font-weight: bold;
}

.search-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: .25em 0 .25em 0;
}

.search-control > label {
    padding: 0.25em .5em 0 0;
}

.search-control > input {
    height: auto;
    margin: 0 .5em 0 0;
}
.vismaicon-info {
    background-color: transparent;
    background-image: url(Images/Icons/16_informative_icons.svg);
    background-position: -63px 0;
    height: 16px;
    width: 16px;
    margin-left: 3px;
}
.vismaicon-info:hover{
    cursor: pointer;
}

#SearchTypeDropDown {
    align-self: center;
}

#FileDiv {
    padding-top: 2px;
    align-items: center;
}

.file-status-container {
    align-items: center;
    padding-top: 0;
}

.file-status-container label {
    padding-top: 0;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    padding: 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-top: 1px solid #dee2e6;
}

#cookie-banner h4 {
    margin-top: 0;
}

#cookie-banner .cookie-actions {
    margin-top: 15px;
}

#cookie-banner .btn-primary {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    margin-right: 10px;
}

input[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.blurred-background {
    filter: blur(3px);
    pointer-events: none;
    transition: filter 0.3s ease;
}

/* License page styles */
.license-card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    margin-bottom: 1em;
    height: 100%;
    font-family: Verdana;
    font-size: 11px;
}

.license-header {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-bottom: 1px solid #eaecf0;
}

.license-header h4 {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #252626;
    font-family: Verdana;
}

.license-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-family: Verdana;
}

.version-badge {
    background-color: #007aca;
    color: white;
}

.license-type-badge {
    background-color: #28a745;
    color: white;
}

.license-body {
    padding: 15px;
    font-size: 11px;
    background-color: #ffffff;
    font-family: Verdana;
}

.license-footer {
    background-color: #ffffff;
    padding: 10px 15px;
    border-top: 1px solid #eaecf0;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px;
    overflow: hidden;
}

.license-button {
    float: right;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    line-height: 1;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 12px;
    margin-bottom: 0;
}

.license-container {
    position: relative;
    height: calc(100vh - 300px); /* Adjust based on your header/footer size */
    overflow: hidden;
}

.license-scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding-right: 15px; /* Add some padding for the scrollbar */
}