*,::after,::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5715;
    color: #e3dfec;
    text-align: initial;
    background-image: linear-gradient(#05417e, #396ea4);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

.page-title {
	padding-top: 0rem;
	padding-bottom: 0.8rem;
	padding-left: 0px;
	color: #e3dfec;
	font-size:1rem;
}

.connection-title {
	padding: 0rem;
	color: #ebe5f7;
	font-size:1rem;
}

hr {
    margin: 1.25rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .25
}

.text-muted {
	color: #e3dfec !important;
	
	}
	
.text-body	{
	color: #e3dfec !important;
	
	 }

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    font-weight: 600;
    line-height: 1.5715;
	color: #ebe5f7;
}

.h1,h1 {
    font-size: calc(1.2875rem + .45vw);
	color: #ebe5f7;
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:1.625rem;
		color: #ebe5f7;
    }
}

.h2,h2 {
    font-size: calc(1.275rem + .3vw);
	color: #ebe5f7;
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:1.3rem;
		color: #ebe5f7;
    }
}

.h3,h3 {
    font-size: calc(1.2625rem + .15vw);
	color: #ebe5f7;
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:1.375rem;
		color: #ebe5f7;
    }
}

.h4,h4 {
    font-size: 1.2rem;
	color: #ebe5f7;
}

.h5,h5 {
    font-size: 1.1rem;
	color: #ebe5f7;
}

.h6,h6 {
    font-size: 1rem;
	color: #ebe5f7;
}

/* Media query to reduce font sizes by 20% on mobile screens */
@media (max-width: 600px) {
    .h2, h2 {
        font-size: calc((1.175rem + .3vw) * 0.8) !important; /* 20% reduction */
    }
    .h3, h3 {
        font-size: calc((1.155rem + .15vw) * 0.8) !important; /* 20% reduction */
    }
    .h4, h4 {
        font-size: 0.91rem !important; /* 1.2rem * 0.8 */
    }
    .h5, h5 {
        font-size: 0.88rem !important; /* 1.1rem * 0.8 */
    }
    .h6, h6 {
        font-size: 0.8rem !important; /* 1rem * 0.8 */
    }
}

p {
    margin-top: 0;
    margin-bottom: 0.625rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: 800
}

.small,small {
    font-size: .875em
}

.mark,mark {
    background-color: #f9ff00 !important;
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
	color: #89bdf1 !important;
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

code,kbd,pre,samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #f35c86;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #000;
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse;
	color: #fff;	
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
	color: #fff;
}	

.table {
    border-color: #08588a !important;
}

.alt-table-header {
    background-color: unset; /* Background color for header */
}

.alt-table-header th {
    color: unset; /* Text color for header cells */
}

.border {
    border-color: #08588a !important;
}
	
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: rgba(31,41,55, .75);
    text-align: left
}

th {
    font-weight: 600;
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
	color: #e3dfec;
    border-bottom-color: #625874 !important;
	border-bottom: none !important;

}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

/* For inputs and selects */
input::placeholder,
select::placeholder {
    opacity: .5 !important;
}

text {
	stroke: rgb(255,255,255) !important;
    stroke-width: 0.5 !important;
}

line {
	stroke: rgb(255,255,255) !important;
    stroke-width: 0.5 !important;
}

.navbar {
    /*background-image: linear-gradient(#0b4878, #002a6b);*/
	background-image: linear-gradient(-35deg, #0d3c85 24.79%, #0f2a71 24.79%, rgb(13 48 135) 53.78%, rgb(6 35 111) 78.57%, #193377);
    color: #fff !important;
	margin-bottom: 15px;
}

.navbartitle {
	position: absolute;
    right: 28%;
    top: 22px;
}

.navbartitle .dropdown .dropdown-toggle:hover h6 {
    color: #89bdf1 !important;
}

.navbarfooter {
	/*background-image: linear-gradient(#0b4878, #002a6b);*/
    position: absolute;
    height: 75px;
    width: 100%;
    top: 0;
	
}

.sidebar {
	background-image: linear-gradient(#002a6b, #0b4878);
    color: #fff !important;
}

.nav-link {
	color: #dccff5 !important;
}

.navreturnicon {
	margin-right: 10px;
	display: inline-block;
	color: #fff !important;
}

.controlnavmenu {
	background-color: rgba(255,255,255,0.1) !important;
	
}	
	
.nav-sidebar {
	color: rgba(255, 255, 255, 0.85) !important;
}

.modal-content {
	color: #ebe5f7 !important;
	background-color: #1a467a !important
}

.modal-header {
    color: #ebe5f7 !important;
	background-image: linear-gradient(#002a6b, #0b4878) !important;
	border-color: #08588a !important;
}

.modal-title {
	color: #ebe5f7 !important;
}

.modal-body {
	color: #ebe5f7 !important;
	background-color: #1a467a !important;
}

.modal-footer {
	border-color: #08588a !important;
}

.routerheader {
	color: #fff !important
}

#sidenavtitle {
	color: #ebe5f7 !important;
}


/*----- Global Loader -----*/
#global-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f6f9;
  margin: 0 auto;
  text-align: center; }
  #global-loader i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    margin: 0 auto;
	scale: 2;
    font-size: 20px; }
	
/*----- Local Loader -----*/
#local-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f6f9;
  margin: 0 auto;
  text-align: center; }
  #local-loader i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    margin: 0 auto;
	scale: 2;
    font-size: 20px;}
	
/*----- Process Loader -----*/
#process-loader {
  position: fixed;
  z-index: 50000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f2f6f9;
  margin: 0 auto;
  text-align: center; 
  opacity:0.5; }
  #process-loader i {
    position: absolute;
    left: 49.5%;
    right: 0;
    text-align: center;
    top: 45%;
    scale: 2;
    font-size: 20px; }

/*------ Custom Default -------*/
.loader {
  border: 2px solid #ffffff;
  border-top: 2px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 1rem 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .loader.animate {
    opacity: 1; }
	
.loadingicon {
	height:326px;
	text-align:center;
}

.loadingicon>i {
	font-size:30px;
}

/* animations */
.animation__rotate{
	-webkit-animation:fa-spin 2s linear infinite;
	animation:fa-spin 2s linear infinite;
}

.animation__pulse{
	-webkit-animation:fa-spin 1s steps(8) infinite;
	animation:fa-spin 1s steps(8) infinite;
}

.stickytoast {
	position: fixed;
	top: 0;
	right: 0;
	margin:20px;
	z-index:9999;
}

.censored {
	-webkit-text-security: disc;
    text-security: disc;
	letter-spacing: 2px;
}

.form-label {
	font-weight:600;
}

.form-group {
	margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

.form-text {
	color: #fff;
}	

.ml-1 {
    margin-left: 0.312rem!important;
}

.mr-1 {
    margin-right: 0.312rem!important;
}

.ml-2 {
    margin-left: 0.625rem!important;
}

.mr-2 {
    margin-right: 0.625rem!important;
}

.ml-3 {
    margin-left: 1.25rem!important;
}

.mr-3 {
    margin-right: 1.25rem!important;
	line-height: 1.374rem;
}

.ml-4 {
    margin-left: 1.875rem!important;
}

.mr-4 {
    margin-right: 1.875rem!important;
}

.ml-5 {
    margin-left: 2.600rem !important;
}

.mr-5 {
    margin-right: 2.600rem !important;
}

.ml-6 {
    margin-left: 3.675rem !important;
}

.mr-6 {
    margin-right: 3.675rem !important;
}

.ml-7 {
    margin-left: 4.025rem !important;
}

.mr-7 {
    margin-right: 4.025rem !important;
}

.routercontainer {
    position: relative;
    overflow: auto;
	border-radius: 5px;
	background-color: #1C1C1C;
	background-image: url("/assets/images/routerbg.png");
	background-repeat: repeat-x;
	background-size: 100% 100%;
}

.routeroverlayled {
	/*cursor: crosshair;*/
	margin-left: 0;
	position: absolute;
	border-radius: 50%;
	border: solid 1px #838383;
	width: 11px;
    height: 11px;
}

.routeroverlayporttop {
	margin-left: 0;
	position: absolute;
	width:12px;
	height:6px;
}

.routeroverlayportmid {
	margin-left: 0;
	position: absolute;
	width:17px;
	height:4px;
}

.routeroverlayportbot {
	margin-left: 0;
	position: absolute;
	width: 32.5px;
    height: 18px;
}

.routercontainer img {
	margin-left: 0;
	height: 130px;
}

.text-right {
	text-align: right;
}

.has-error .form-control {
	border-color:#dc0441 !important;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 1rem/1rem;
}

.has-error {
	border-color:#dc0441 !important;
	background:url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23cd201f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'><line x1='18' y1='6' x2='6' y2='18'></line><line x1='6' y1='6' x2='18' y2='18'></line></svg>") no-repeat center right 1rem/1rem;
}

.table .form-control {
	padding: 0.325rem 0.875rem ;

}

.table .form-select {
	padding: 0.325rem 0.875rem ;
}

@media (min-width: 1px){
	.custom-scrollbars * {
		-ms-overflow-style: -ms-autohiding-scrollbar;
		scrollbar-width: thin;
		scrollbar-color: var(--gray-600) var(--gray-300);
	}
	
	.custom-scrollbars ::-webkit-scrollbar {
		height: 0.5rem;
		width: 0.5rem;
	}
	
	.custom-scrollbars ::-webkit-scrollbar-thumb {
		background-color: var(--gray-600);
		border-radius: 0.5rem;
	}
	
	.custom-scrollbars ::-webkit-scrollbar-track {
		background: var(--gray-300);
	}
}

@media (min-width: 576px){
	.ml-sm-1 {
		margin-left: 0.400rem!important;
	}
	.mx-sm-1 {
		margin-left: 0.400rem!important;
		margin-right: 0.400rem!important;
	}
	.mr-sm-1 {
		margin-right: 0.400rem!important;
	}
	.ml-sm-2 {
		margin-left: 0.625rem!important;
	}
	.mr-sm-2 {
		margin-right: 0.625rem!important;
	}
}

@media (max-width: 576px){
	.ml-xs-1 {
		margin-left: 0.225rem!important;
	}
	.mx-xs-1 {
		margin-left: 0.225rem!important;
		margin-right: 0.225rem!important;
	}
	.mr-xs-1 {
		margin-right: 0.225rem!important;
	}
}

@media (min-width: 660px) and (max-width: 1199px){
	.routeroverlayled {
		margin-left: calc((100% - 550px) / 2);
	}

	.routeroverlayporttop {
		margin-left: calc((100% - 550px) / 2);
	}

	.routeroverlayportmid {
		margin-left: calc((100% - 550px) / 2);
	}

	.routeroverlayportbot {
		margin-left: calc((100% - 550px) / 2);
	}
	
	.routercontainer img {
		margin-left: calc((100% - 550px) / 2);
	}
}

@media (min-width: 1275px){
	.routeroverlayled {
		margin-left: calc((100% - 550px) / 2);
	}

	.routeroverlayporttop {
		margin-left: calc((100% - 550px) / 2);
	}

	.routeroverlayportmid {
		margin-left: calc((100% - 550px) / 2);
	}

	.routeroverlayportbot {
		margin-left: calc((100% - 550px) / 2);
	}
	
	.routercontainer img {
		margin-left: calc((100% - 550px) / 2);
	}
}

@media (min-width: 992px){
	#sidebarholder {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 0;
		margin-left: -10px;
		min-height: 81.6vh;
		height:100%;
	}
}

#connectiontitle {
	border-bottom:0;
	margin-bottom:0;
	
}

.connectioncardtop {
	border: 2px solid;
	border-top-right-radius: 0 !important;
    border-top-left-radius: 0!important;
}

.connectioncardtop .dropdown-toggle::after {
	color: #252b36;
}


.nav-sidebar .nav-link.active {
	background-color: #1a79c7;
	background-image: none;
}

.connectioncardbottom {
	border: 2px solid;
	border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-bottom: 0;
}

.sidebar-section-body {
    padding-top: 17px;
    padding-bottom: 7px;
}

/* Style for the custom tooltip */
.custom-tooltip {
  background-color: #fff;
  color: #000;
  padding: 8px; /* Adjust padding as needed */
  font-size: 12px; /* Adjust font size as needed */
  position: absolute; /* Use absolute positioning */
  z-index: 1002; /* Adjust the z-index to ensure the tooltip appears above other elements */
  border: 1px solid #000;
  border-radius: 5px;
  display: none; /* Hide the tooltip initially */
  margin-top: 20px;
  max-width: 290px;
}

.ph-info {
	vertical-align: revert;
}

.topuserdataicon {
	font-size:25px !important;
	background: linear-gradient(to right, #248DCF, #AB7AB4);
	-webkit-background-clip: text; /* For webkit browsers (Chrome, Safari) */
	background-clip: text;
	color: transparent; /* Hide the actual text color */
}

/* font awesome general changes */
[class*=" fa-"], [class^=fa-] {
    text-transform: none;
    line-height: 1;
    font-size: var(--icon-font-size);
    min-width: 1em;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*=" fa-ethernet"], [class^=fa-ethernet] {
	scale:0.9;
	vertical-align:bottom;
}

.sicol1{
	display: inline-block;
	min-width:113px;
}

.sicol2{
	display: inline-block;
	min-width:154px;
}

.wancol1{
	display: inline-block;
	min-width:185px;
}

.wancol2{
	display: inline-block;
	min-width:170px;
}

.ducol{
	display: inline-block;
	min-width:68px;
}

.datatable-scroll {
	overflow:auto;
	border-radius:7px;
}

.datatable-header {
	border-bottom: none;
}	

.datatable-footer {
	border-color: #185987;
	border: none;
}	

.page-link  {
	color: white;
}

.borderfix tr:last-child td {
    border-bottom: none;
}

.borderfix tbody tr:last-child th {
    border-bottom: none;
}

.noborder td {
	border:0;
}

.bbgrid {
	width: 205px;
	display: inline-block;
	margin: 25px !important;
	background: #fff;
	cursor: pointer;
	user-select: none;
}

.bbgrid:hover {
	opacity:0.7;
}

.bbgrid h3 {
	font-size:23px !important;
}

.bbgrid2 {
	width: 205px;
	display: inline-block;
	margin: 5px !important;
	background: #45aaf2;
	cursor: pointer;
	user-select: none;
	color: #fff;
}

.bbgrid2:hover {
	background: #399adf;
	color:#fff;
}


.bbgrid3 {
	margin: 0px !important;
    background: #337ab7;
    border: 0 !important;
    box-shadow: none;
	color: #fff;
}

.bbgrid4 {
	width: 205px;
	display: inline-block;
	margin: 5px !important;
	background: #337ab7;
	cursor: pointer;
	user-select: none;
	color: #fff;
}

.bbgrid4:hover {
	background: #226ba9;
	color:#fff;
}


.bbnoorder {
	opacity:0.7 !important;
	cursor: not-allowed !important;
}

.bbgridselected {
	border-color: #2879c1 !important;
}

.bbgridselected:hover {
	opacity:1 !important;
}

.bbhdrselected {
	background: #2879c1 !important;
	color:#fff !important;
}

.bbusagetable td {
	vertical-align: middle !important;
}

.bbdropdown {
	cursor: pointer;
}

.bbdropdown span {
	vertical-align: bottom;
}

.bberror {
	color:#a94442;
	margin-top:5px;
}

.bbinputerror {
	border-color: #a94442 !important;
	box-shadow: none !important;
}

.bbinputerror2 {
	border-color: #a94442 !important;
	box-shadow: none !important;
}

.bbinputsuccess {
	border-color: #3c763d !important;
	box-shadow: none !important;
}

.bbfieldtip {
	margin:15px 0 0;
	color: #777;
}

.bbbtnorder {
	min-width: 40px;
	cursor: pointer;
	background: #f5f5f5;
	border-color: #b2cbef; 
	font-size:16px;
	font-weight:500;
	user-select: none;
}

.bbbtnorder:hover {
	opacity:0.7;
}

.bbbtnorderselected {
	color:#fff !important;
	background: #265a88 !important;
	border-color: #265a88 !important;
}

.bbbtnorderselected:hover {
	opacity:1 !important;
}

.bbusername {
	margin-top:28px !important;
}

.bbstatus {
	padding: 4px 8px;
	background-color: #dc0441;
	color: #fff;
	border-radius: 5px;
	max-width: fit-content;
	font-weight: 700;
}

.bbstatusfont {
	padding: 4px 8px;
	background-color: #dc0441;
	color: #fff;
	border-radius: 5px;
	max-width: fit-content;
	font-weight: 700;
}

.bbexchangestatusicon {
	position: absolute;
    top: 18px;
    padding-left: 5px;
}

.holder-text {
	padding: 1.5rem;
    border: 1px solid rgb(178 203 239 / 75%);
    border-radius: 5px;
    font-size: 0.9375rem;
}

.holder-text p:last-child {
  margin-bottom: 0; 
}

.iconstackholder {
	cursor:pointer;
	display:inline-block;
	vertical-align: middle;
    scale: 0.8;
}

.fa-stack-p6x {
	position: relative;
	left: 3px;
    scale: 0.5;
}

.fa-stack-p12x {
	position: absolute;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-control:disabled {
    opacity: .5;
}

.form-control:read-only {
    background-color: #dfe7f1;
    border-color: #d1d5db;
    opacity: .5;
}

.form-control {
    background-color: #dfe7f1;
}

.form-select:disabled {
	opacity: .5;
}

.form-select {
	background-color: #dfe7f1;
}

.selectreadonly {
	color: #1f2937;
    background-color: #f9fafb;
    border-color: #d1d5db;
	opacity: .5;
	cursor: not-allowed; /* Change cursor to indicate it's not selectable */
	pointer-events: none; /* Disable pointer events to make it non-interactive */
}

.card {
	overflow:auto;
	/*border: solid 2px #5a516a;*/
	background-color: #1e497c;
	border-radius: 10px;
	border-left: 2px solid #4291fc;
	box-shadow: none !important;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-header:first-child {
	background-image: linear-gradient(#002a6b, #0b4878);
    color: #fff !important;
	border-bottom: 1px solid #08588a;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
	
}

.controlnavmenu {
	color: #fff !important;
    background-color: rgba(255,255,255,0.1) !important;
}

.copyclipboard {
	cursor:pointer;
	border-bottom: 1px solid #000;
    border-bottom-style: dashed;
	max-width: fit-content;
}

.copyclipboardinactive {
	pointer-events: none !important;
	border-bottom: 0 !important;
}

.censored {
	-webkit-text-security: disc;
    text-security: disc;
	letter-spacing: 2px;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 52%;
    right: 5px; /* Adjust as needed */
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
	font-size: smaller;
}

.password-text {
	padding-right: 2px;
}

.password-toggle {
	cursor:pointer;
}

#signalGraph {
    background: #f3f3f3;
    display: flex;
    align-items: flex-end; /* Align items to the bottom */
    height: 40px;
    width: 350px;
	max-width:100%;
    border: solid 1px #d3d3d3;
    border-radius: 3px;
}

.bar {
    width: 2.5%;
    margin-right: 1px;
    align-self: flex-end; /* Align to the bottom (for cross-browser compatibility) */
}

.signal-strength-value {
    font-weight: normal; /* Ensure this text is not bold */
	white-space: nowrap; /* keep text on same line */
}

.opacity8 {
	opacity: 0.8;
}

.connectionstatusgreen {
	color: #04e069;
}

.connectionstatusred {
	color: #f41244;
}

.supportfaq {
	margin: 0 50px 50px;
	max-width: fit-content;
}

.supportfaq h2 {
	text-align:center;
}

/* Media query to reduce font sizes by 20% on mobile screens */
@media (max-width: 600px) {
    .supportfaq {
		margin:0 10px 25px !important;
	}
}

.supportcard {
	border: 1px solid #4570d6;
}

.supportcardbody {
	padding: 20px;
	display: none;
}
.supportcardbody.active {
	display: block;
}

.supportheader{
	cursor:pointer;
}

.supportinfo-panel {
	border: 1px solid #0081f7; /* Darker border color */
	padding: 10px;
	margin: 10px 0;
	border-radius:5px;
	background-color: #00304e; /* Light background color */
	display: flex;
	align-items: flex-start;
}

.supportinfo-button {
	font-size: 24px; /* Adjust size as needed */
	color: #007bff; /* Phosphor-like color */
	margin-right: 10px;
	display: flex;
	align-items: center;
}

.supportinfo-text {
	line-height: 1.5; /* Improve readability */
}

.supportcontainer {
    display: flex;
	margin-top:50px;
	margin-bottom:30px;
    /*flex-direction: column; */
    align-items: center;
}

.supportimage-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.supportimage {
	
    width:350px;
    margin: 0 10px;
}

.or {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

@media (max-width: 1620px) {
    .supportimage-container {
        flex-direction: column;
    }

    .supportimage {
        margin: 10px 0;
    }

    .or {
        margin: 20px 0;
    }
}

.fullscreenicon {
	position: absolute;
    right: 190px;
	cursor: pointer;
	padding: 5px;
	border-radius: 15px;
	background-color: #344fa6;
}

.fullscreenicon:hover {
    color: #89bdf1 !important;
}

@media (max-width: 991px){
	.fullscreenicon {
		right: 70px;
	}
}

@media (max-width: 450px){
	.fullscreenicon {
		display:none;
	}
}

.step {
	font-weight: 600;
    margin-top: 20px;
	margin-bottom: 20px;
}

.substep {
    margin-top: 10px;
	margin-bottom: 10px;
}

.text-iconlink {
	color: #000;
}

.bg-greyawaiting {
	background-color:#9CA3AF;
}

.truncate {
  display: inline-block;    /* Ensure it works with inline elements */
  max-width: 100px;         /* Set a width limit, adjust as needed */
  white-space: nowrap;      /* Prevent the text from wrapping */
  overflow: hidden;         /* Hide the overflowed text */
  text-overflow: ellipsis;  /* Display ellipsis (...) at the end */
}

/** The logger styles **/
#controls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
	flex-wrap: wrap;
    gap: 1rem;
}
#log-container {
    height: calc(100vh - 128px - 40px - 1rem);
    margin-top: 1rem;
    overflow-y: auto;
    background-color: white;
    color: black;
    padding: 10px 20px;
	border-radius:5px;
}
#log-container.dark-theme {
    background-color: black;
    color: white;
}
#log-container #pre {
    margin-bottom: 0;
}

#log {
    white-space: pre-wrap;
}

#controls input, #controls select {
    cursor: pointer;
    border: 1px solid #D1D5DB;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    color: #6B7280;
}

#controls button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

#controls input:focus-visible {
    outline-color: #7db5ef;
}

#controls select:focus-visible {
    outline-color: #7db5ef;
}

#controls input[type="text"], #controls select {
    cursor: auto;
}

.log-entry.error-light {
    color: red;
}

.log-entry.error-dark {
    color: red;
}

.select2-selection__clear {
    padding: 0;
    margin-right: 30px;
    background: #a0d7ff;
    z-index: 999;
    margin-top: 0px !important;
}

.select2-selection {
    cursor: pointer !important;
    padding: 5px 0;
}

.select2-search__field {
    cursor: text !important;
    padding-left: 43px !important;
}

.select2-search--dropdown {
    padding: 10px !important;
}

.select2-results__option--selectable {
    cursor: pointer !important;
}

.select2-search--dropdown:after {
    pointer-events: none;
    margin-left: -10px;
}

#2faqrcode {
	width: 210px !important;
    height: 210px !important;
    margin: auto !important;
	color: #000 !important;
    background: #fff !important;
	border-radius: 3px !important;
    padding: 5px !important;
    margin-bottom: 10px !important;
}