.gradient-custom {
	/* fallback for old browsers */
	background: #fccb90;

	/* Chrome 10-25, Safari 5.1-6 */
	background: -webkit-linear-gradient(to bottom right, rgba(252, 203, 144, 1), rgba(213, 126, 235, 1));

	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background: linear-gradient(to bottom right, rgba(252, 203, 144, 1), rgba(213, 126, 235, 1))
}


.mask-custom {
	background: rgba(24, 24, 16, .2);
	border-radius: 2em;
	backdrop-filter: blur(15px);
	border: 2px solid rgba(255, 255, 255, 0.05);
	background-clip: padding-box;
	box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}

.cs_large_button{
	border-radius: 10px !important;
	text-transform: none !important;
	text-align: left !important;
	
	background: rgba(24, 24, 16, .2);
  border-radius: 10px;
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.05);
  background-clip: padding-box;
  box-shadow: 10px 10px 10px rgb(46 54 68 / 3%);
	color: #fbfbfb;
	padding: 4% !important;
}

.cs_large_button span{
	padding-left: 15px;
}

.container{
	/*margin-left: 1% !important;
	margin-right: 1% !important;*/
	/*max-width: 100%;*/
  max-width: 1400px;
}

.mask-custom {
  border-radius: 10px !important;
}

.card-body{
	overflow: auto !important;
	
}

.colDescription{
  font-size: 15px;
  line-height: 9px;
}

.fas{
	color: #FFF;
}

#chatBody{
	background: rgba(24, 24, 16, .2);
	border-left: 2px solid rgba(255, 255, 255, 0.05);
  margin-left: 1px;
	margin-right: 1px;
  position: relative;
  height: 60vh;
}



.sideColumn{
	min-height: 84.3vh!important;
}

.fa-comment-alt{
	font-size: 12px;
  margin-right: 7px;
}

/***Results Table***/
.tblresults{
	/*background-color: #FFF;
	border-radius: 10px;	*/
  color: #ffffff;
  font-size: inherit !important;
  margin-bottom: 0 !important;
  line-height: 1.2em;
}

.tblBlackColor{
  color: #000 !important;
}

.tblBlackColor td span{
  color: #000 !important;
}

.tblresults a{
  color: #8eabef;
  text-decoration: underline;
}



.tblresults>thead {
    vertical-align: middle !important;
    background: #ffffff0d !important;
}

/*.tblresults>tbody {
    
}*/

.msgContent{
  line-height: 1.4rem !important;  
}

#sectionExpandArea{
  width: 8%;
  text-align: right;
  margin-left: 10px;
}

#txtFilterInfo{
  width: 100%;
  text-align: right;
}

#sectionAdvancedSearch{
  width: 100% !important;
  color: #FFF;	
  /*margin-left: 25px;*/
  /*margin-right: 10px;*/
}

.txtFilter{
  border: solid 1px;
  border-bottom: 1px solid #ffffff5c !important;
  cursor: initial !important;
}

.txtAdvancedSearchLabel{
  font-size: 14px;
}

.txtAdvancedSearchContainer{
  text-align: right;
}

#topIcon{
	color: #FFF;	
}

#btnNewCase{
	display: none;
	width: 250px !important;
}

#listSessions{
	display: none;
}

.loader2 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  margin:0;
  position: relative;
  color: #FFF;
  left: -100px;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite;
}

@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }
  36% {
    box-shadow: 120px 0 white, 110px 0 white, 100px 0 white, 0px 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 130px 0 white, 120px 0 white, 110px 0 white, 100px 0 white;
  }
  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white, 110px 0 white;
  }
  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white, 120px 0 white;
  }
  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 white;
  }
  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}



/*********************/

#chat2 .form-control {
	border-color: transparent;
	/*background-color: transparent;
	color: #FFF;*/
}

#chat2 .form-control:focus {
border-color: transparent;
box-shadow: inset 0px 0px 0px 1px transparent;
}

.divider:after,
.divider:before {
content: "";
flex: 1;
height: 1px;
background: #eee;
}

/**Animations**/

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */

.slide-in-left {
	-webkit-animation: slide-in-left 5.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-left 5.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
            transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/*****/
.chat_wrap{
  /*position: absolute;*/
  /* margin-left: -40% !important; */
  /* top: -44px !important; */
  /*bottom: -1000% !important;
  z-index: 1 !important;*/
  width: 100%;
  margin-top: 90px;
  font-family: Cormorant,serif !important;
  font-size: 1.15em !important;
}

/*@media screen and (max-height: 450px) {
	.chat_wrap {
		position: absolute !important;
		margin-left: -11% !important;
		top: -547% !important;
		width: 122%;
		font-family: Cormorant,serif !important;
		font-size: 1.15em !important;
	}
}*/

.textBox{
	background-color: transparent;
}

@media (min-width: 320px) and (max-width: 480px) {
  .tblresults {
    font-size: 12px !important;
  }

  .txtCourt{
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
  }

  .loader2 {
    margin: 0 !important;
  }

  .chat_wrap{
    /*position: fixed;
    top: -2%;*/
    /* bottom: 0; */
    /* left: 0; */
    /* z-index: 99999999999999999999999 !important; */
    margin-top: 22%;
    width: 100%;
    font-family: Cormorant,serif !important;
    font-size: 1.1em !important;
  }

  .ai-thumbnail{
    width: 24px !important;
  }

  section.qodef-elementor-content-grid>.elementor-container {
    width: 100% !important;
  } 

  #chatBody{
    height: 55vh !important;
  }

  .hideonMobile{
    display: none;
  }
}

.showOnlyMobile {
  display: none;
}

@media only screen and (max-width: 768px) { /*Show only on mobile*/
  .showOnlyMobile {
    display: block !important;
  }

  #btnExpandDrawer{
    display: none;
  }
}

.card-header{
	border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}



.txtQuote{
  /*font-style: italic; */
  font-size: 1.3rem;
  line-height: 1.7rem;
  padding: 4%;
  /*color: #95bddd;*/
  text-shadow: 2px 2px 3px black;
}

.textBox:focus {
    border-color: transparent;
    box-shadow: inset 0px 0px 0px 1px transparent;
		background-color: transparent;
}

.textBox::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.8);
  opacity: 1; /* Firefox */
}

.textBox:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.8);
}

.textBox::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.8);
}

/*****Loading Icon*****/
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.loadingIcon{
	display: none;
  text-align: center !important;

}

#loadingIcon{
  text-align: center !important;

}

/*****End Loading Icon*****/

/***** Flag Dropdown *********/
.flagDropdown{
  padding: 4px 8px;
  margin-top: 0;
  margin-left: 10px;
}

.dropdown-toggle {
  color: #CCC !important;
}
/***** End Flag Dropdown *****/

/** Upload Form **/

#frmUploadContainer{
  position: relative;
  left: 50%;
  margin-left: -250px;
  margin-bottom: 2%;
  width: 500px;
  padding: 1%;
  z-index: 1;
}

#frmUploadContainer input{
  position: absolute;
  margin-left: -2%;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
}
#frmUploadContainer p{
  text-align: center;
}
#frmUploadContainer button{

}

#containerUploadStatus{
  text-align: center;
}

#txtUploadStatus{
  margin-bottom: 4%;
}


.formUploadBg{
  border: 4px dashed #ffffff2e;
  /*margin: 3%;*/
  text-align: center;
  border-radius: 25px;
  padding: 5%;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.loadeNew {
	--color: white;
	--size-mid: 6vmin;
	--size-dot: 1.5vmin;
	--size-bar: 0.4vmin;
	--size-square: 3vmin;
	
	display: block;
	position: relative;
	width: 50%;
	display: grid;
	place-items: center;
}

.loadeNew::before,
.loadeNew::after {
	content: '';
	box-sizing: border-box;
	position: absolute;
}


/**
	loadeNew --2
**/
.loadeNew.--2::before,
.loadeNew.--2::after {
	width: var(--size-dot);
	height: var(--size-dot);
	background-color: var(--color);
	border-radius: 50%;
	opacity: 0;
	animation: loadeNew-2 0.8s cubic-bezier(0.2, 0.32, 0, 0.87) infinite;
}

.loadeNew.--2::after {
	animation-delay: 0.3s;
}

@keyframes loadeNew-2 {
	0%, 80%, 100% {
		opacity: 0;
	}
	
	33% {
		opacity: 1;
	}
	
	0%, 100% {
		transform: translateX(-4vmin);
	}
	
	90% {
		transform: translateX(4vmin);
	}
}


/**
	loadeNew --8
**/
.loadeNew.--8::before,
.loadeNew.--8::after {
	width: var(--size-dot);
	height: var(--size-dot);
	border-radius: 50%;
	background-color: var(--color);
}

.loadeNew.--8::before {
	top: calc(50% + 4vmin);
	animation: loadeNew-8-1 3.8s cubic-bezier(0.06, 0.01, 0.49, 1.18) infinite;
}

.loadeNew.--8::after {
	opacity: 0;
	top: calc(50% - 2vmin);
	animation: loadeNew-8-2 3.8s cubic-bezier(0.46,-0.1, 0.27, 1.07) 0.2s infinite;
}

@keyframes loadeNew-8-1 {
	0%, 55%, 100% {
		opacity: 0;
	}
	
	0% {
		transform: scale(0.2);
	}
	
	22% {
		opacity: 1;
	}
	
	33%, 55% {
		transform: scale(1) translateY(-6vmin);
	}
}

@keyframes loadeNew-8-2 {
	0%, 100% {
		opacity: 0;
	}
	
	33% {
		opacity: 0.3;
	}
	
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(4);
	}
}

.item	{
    display: grid;
    place-items: center;
    border-radius: 4px;
    transition: opacity 0.4s ease;
    padding-top: 10%;
    padding-bottom: 10%;
}

.container:hover .item {
	opacity: 0.3;
}

.fade-in-loop {
	-webkit-animation: fade-in-loop 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 3s infinite alternate-reverse both;
	        animation: fade-in-loop 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) 3s infinite alternate-reverse both;
}


/**
 * ----------------------------------------
 * animation fade-in-loop
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in-loop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-loop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#frmUploadContainer:hover{
  background-color: #ffffff0a;
  cursor:grab;
  transition: 1.0s;
}

/** End Upload Form **/
.colMatch{
  text-align: center;
}

.form-control.form-control-lg {
  line-height: inherit !important;
}

.feather_icons{
  color: #ffffff82;
}

.txtFilter::placeholder {
  color: #ffffff36 !important;
  opacity: 1 !important; /* Firefox */
}

.txtAdvancedButtonContainer{
  text-align: center;
  margin-top: 20px;
}

#btnStartSearch{
  background-color: #27282d12 !important;
  padding: 10px;
  font-size: 11px;
  border-radius: 10px;
  width: 200px;
}

input[type=date]::placeholder {
  color: #ffffff36 !important;
  opacity: 1 !important; /* Firefox */
}

input[type=date]{
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin: 0 0 35px;
  padding: 5px 0;
  font-family: Cormorant,serif;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  font-style: italic;
  color: #000;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out
}


.chatAvatarTop{
  border-radius: 20px;
  width: 30px;
}

.topRightOptions{
  display: flex;
  align-items: center;
}

.white-text{
  color: #FFF !important;
}

.white-text:hover {
  background-color: #00000038 !important;
  border-radius: 10px;
  /*border: 2px solid rgb(255 255 255 / 12%) !important;*/
}

.dropDownIcon{
  opacity: 0.6;
  font-size: 20px;
  margin-right: 10px;
}

.dropLink{
  display:flex;

}

.loginSignupContainer{
  margin-left: 10px;
}

.topMenuButtonContainer{
  margin-left: 10px;
}


.loginSignupLink{
  font-family: Cormorant, serif !important;
  padding: .5rem 1rem;
  display: block;
}

.topMenuButtonLink{
  font-family: Cormorant, serif !important;
  padding: .5rem 1rem;
  display: block;
}

#rightDrawer .card-header{
  min-height: 63px;
}

.rightDrawerBody{
  height: 69.4vh;
  border: solid 1px #ffffff26;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0;
}

.smooth-resize {
  transition: all 0.5s ease;
}

#recentInteractions a{
  color: #FFF;
}

#recentInteractions {
  list-style-type: none;
  margin-left: 0;
  padding: 5px;
  font-size: 15px;
  opacity: 0.7;
}

#recentInteractions li{
  padding: 10px;
}

#recentInteractions li:hover{
    border-radius: 10px;
    background: #ffffff14;
    cursor: pointer;
    opacity: 1.0;
}

#drawerLoginReminder{
  text-align: center;
  font-size: 14px;
  margin: 10px;
}

#drawerLoginReminder p{
  margin-bottom: 7px;

}


.drawerLoginBtn{
  margin: 16px;
  margin-top: 0;
}

.drawerLoginBtnLink{
  font-family: Cormorant, serif !important;
  padding: .5rem 1rem;
  display: block;
}

.btnChatUpgrade{
  color: #FFF;
  margin: 17px 5px;
  border-radius: 7px;
  border: solid 1px;
  padding: 4px 15px;
  display: inline-block;
}

.btnChatUpgrade:hover{
  color: #FFF;
  background-color: #ffffff26;
}

.wpcf7-response-output{
  margin-top: 10px;
}

.drawerSection{
  border: solid 2px #ffffff33;
  border-radius: 10px;
  padding: 2px;
  margin: 16px;
  background-color: rgba(24, 24, 16, .2);
}

.drawerSectionHeader{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 3px;
}

.drawerSection .fas{
  padding: 10px;
}

.drawerSection .far{
  padding: 10px;
}

.drawerSection h5{
  margin-bottom: 0;
}

#trackerMemoContainer, #trackerTimerContainer{
  text-align: center;
}

#trackerMemoContainer p{
  padding: 0;
  margin: 0;
}

#trackerTimerContainer h4{
  font-size: 46px;
}

#trackerButtonContainer{
  display: flex;
  justify-content: center;
  margin-top: 11px;
}

#txtMemoContainer{
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}

#txtMemo{
  padding-right: 5px !important;
}

#memoContainer{
  display: flex;
  justify-content: center;
  align-items: baseline;
}

#timeTrackerPurchaseNoteContainer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding: 10px;
}

#timeTrackerPurchaseNoteContainer p{
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
}

#btnSaveMemo, #btnResetClock{
  font-size: 15px;
  padding: 0;
  cursor: pointer;
}

#txtInputMemo{
  font-family: Cormorant, serif !important;
  background: var(--sl-color-neutral-0);
  border: solid 1px #ffffff89;
  border-radius: 5px;
  padding: 10px 10px;
  margin-bottom: 15px;
  width: 185px;
}

.upper {
  text-transform: uppercase;
  color: #ffffffcc !important;
  font-size: 12px !important;
}

.btnBorder {
  border: solid 3px #ffffff80;
  border-radius: 25px;
  box-shadow: 0px 2px 12px 0px #000;
  width: 250px;
  display: block;
}

#btnEditMemo{
  cursor: pointer;
}

#trackerMemoContainer .fa-edit{
  font-size: 13px;
  padding-left: 2px;
}

.btnTrackerStart{
  padding: 5px 30px !important;
  margin-bottom: 14px !important;
}

#milliseconds{
  margin-left: 10px;
}


.accountSideMenuContainer{
  border: solid 2px #ffffff33;
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(24, 24, 16, .2);
}

.accountContentContainer{
  border: solid 2px #ffffff33;
  border-radius: 10px;
  padding: 20px;
  background-color: rgba(24, 24, 16, .2);
}

.accountSideMenuContainer ul{
  margin-bottom: 5px;
  list-style-type: none;
  padding-left: 10px;
}

.accountSideMenuContainer li{
  
}


.accountSideMenuContainer a{
  color: #FFF;
}

.accountContentContainer a{
  color: #FFF;
  text-decoration: underline;
}

.accountSideMenuContainer h5{
  margin-top: 20px;
}

/* Use a custom class to apply our own striped style */
.table-custom-striped-1 tbody tr:nth-of-type(odd) {
  background-color: #2a323c; 
}
.table-custom-striped-1 tbody tr:nth-of-type(even) {
  background-color: #31424c; /* Light orange */
}

.table-custom-striped-1 {
/* Remove outer border if desired */
border: 1px solid transparent !important;
  margin: 2% 2%;
  color: #ffffffcc !important;
  /*border-collapse: revert;
  border-spacing: revert;*/
  width: 700px;
}

/* Remove or make transparent the borders around table cells */
.table-custom-striped-1 th,
.table-custom-striped-1 td, .table-custom-striped-1 tr {
  border: 1px solid #000 !important;
  /* or:  */
}

/* Apply a horizontal border on the bottom of each header cell */
.table-custom-striped-1 thead th {
  border-bottom: 2px solid #ffffffcc; /* Adjust color/width as desired */
}

/* Apply a horizontal border on the bottom of each body cell */
.table-custom-striped-1 tbody td {
  border-bottom: 1px solid #ffffffcc;
}

.stripeStyle{
  font-family: Cormorant, serif !important;
  background: var(--sl-color-neutral-0) !important;
  border: solid 1px #ffffff89 !important;
  border-radius: 5px !important;
  padding: 10px 10px !important;
  margin-bottom: 15px !important;
}

.ccFormLabel {
  position: relative;
  left: 9px;
  text-align: left !important;
  top: 12px;
  background-color: #27282deb;
  border: solid 1px #00000030;
  padding: 0px 5px;
  z-index: 999999999;
  height: 26px;
}

.submitButtonContainer{
  text-align: right;
  margin-right: 10px;
}

.sAlertWindow::part(base) {
  width: 100%;
  text-align: left;
  border: solid 1px #ffffff38;
  border-top: solid 3px #ff0000a6;
  border-radius: 5px;
  padding: 10px;
  padding-top: 13px;
}

.sAlertWindow::part(icon) {
  margin-right: 13px;
  margin-left: 6px;
  color: red;
  font-size: 24px;
}


.sAlertWindowSuccess::part(base) {
  width: 100%;
  text-align: left;
  border: solid 1px #ffffff38;
  border-top: solid 3px #2bff00a6;
  border-radius: 5px;
  padding: 10px;
  padding-top: 13px;
  margin-bottom: 23px;
}

.sAlertWindowSuccess::part(icon) {
  margin-right: 13px;
  margin-left: 6px;
  color: #2bff00a6;
  font-size: 24px;
  
}

.sAlertWindowContainer{
  display: flex;
  justify-content: center;
  font-family: Roboto,Arial,Helvetica,sans-serif;
}

.sAlertWindowContainerSuccess{
display: flex;
justify-content: center;
margin-top: 23px;
}

.btnFAMyAccount{
  padding: 5px;
}

.select-dark {
  background-color: #2a3b4d;
  color: #ffffff;
  border: 1px solid #4a5a6a;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 14px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-style: normal !important;
  transition: border-color 0.3s, box-shadow 0.3s;
  appearance: none;
  cursor: pointer;
  height: 30px;
}

.select-dark:hover {
  border-color: #6c8ebf;
}

.select-dark:focus {
  outline: none;
  border-color: #88b7ff;
  box-shadow: 0 0 0 3px rgba(136, 183, 255, 0.2);
}

.submit-dark {
  background-color: #2a3b4d !important;
  color: #ffffff !important;
  border: 1px solid #4a5a6a !important;
  border-radius: 6px !important;
  padding: 4px 12px !important;
  font-size: 10px !important;
  transition: background-color 0.3s, box-shadow 0.3s !important;
}

.submit-dark:hover {
  background-color: #375268;
  border-color: #6c8ebf;
}

.submit-dark:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(136, 183, 255, 0.2);
}

.resultsOptions{
  text-align: right;
  float:right;
  margin-bottom: 10px;
}

.iconCopyTable{
  color: #ffffff9e;
  opacity: 0.5;
  visibility: hidden;
}

.iconCopyTable:hover{
  opacity: 1.0;
}

.iconCopySuccess{
  display: none;
}

.mainDialog::part(base) {
  z-index: 99999;

}

.mainDialog::part(panel) {
  border-radius: 10px !important;
  background: rgba(24, 24, 16, .2);
  border-radius: 2em;
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255, 255, 255, 0.05);
  background-clip: padding-box;
  box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
  padding: 2%;
  color: #959595;
}


.message-content p{
  margin: 0;
  line-height: 1.5em;
}

.feedback-container{
  display: none;
  color: #FFF;
  margin-top: 10px;
}