<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.update-info {
    background-color: #eaeaea; /* Light background color */
    
    border-radius: 5px; /* Rounded corners */
    padding: 10px 20px; /* Padding around the text */
   
}

.update-info p {
    margin: 0; /* Remove default margin for the paragraph */
    color: #000; /* Darker text color for contrast */
    font-size: 12px; /* Optional: adjust font size */
}
.light_bg
{
background-color: #eaeaea; /* Light background color */
border-radius: 6px; /* Rounded corners */
padding: 10px 4px; /* Padding around the text */
}
.update-title
{
font-size:22px;	
margin:10px;
color: #0f978e;
}
/* Social Media Icons Styling */
/* Social Media Icons Styling */
.update-area {
    position: relative; /* Ensure child elements can be positioned relative to this container */
}

.social-media-icons {
    position: fixed; /* Fix the icons on the right side of the viewport */
    top: 190px; /* Distance from the top of the viewport */
    right: 0; /* Align to the right edge of the viewport */
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between icons */
    width: 7%; /* Width is auto to fit content */
    z-index: 1000; /* Ensure it's above other content */
}

.social-media-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px; /* Size of the square */
    height: 40px; /* Size of the square */
    background-color: #fcfcfc; /* Background color of the square */
    border-radius: 3px; /* Rounded corners for the square background */
    color: #333; /* Color of the icons */
    font-size: 18px; /* Size of the icons */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
    text-decoration: none; /* Remove underline from links */
}

.social-media-icons a:hover {
    color: #11fcd2; /* Icon color on hover */
}

/* Responsive Design Adjustments */
@media (max-width: 768px) {
    .social-media-icons {
        position: static; /* Change to static positioning on smaller screens */
        display: flex;
        flex-direction: row; /* Align icons horizontally */
        justify-content: flex-end; /* Align to the end of the container */
        gap: 10px; /* Space between icons */
        margin-top: 10px; /* Space above the icons */
        width: 100%; /* Ensure it spans the full width on small screens */
    }

    .social-media-icons a {
        width: 35px; /* Adjust size of the square */
        height: 35px; /* Adjust size of the square */
        font-size: 18px; /* Adjust font size for smaller screens */
    }
}
.tick 
{
color: green;
font-weight: bold;
font-size: 1.5em; /* Adjust the size as needed */
}

.info-cards-container {
display: flex;
flex-wrap: wrap;
gap: 16px; /* Space between cards */
justify-content: center;
padding-top: 20px;
padding-bottom: 20px;
}

.info-card {
display: flex;
flex-direction: column;
align-items: center;
background-color: #121212;
border-radius: 6px;
padding: 16px;
width: 200px;
text-align: center;
}

.info-logo-name {
display: flex;
align-items: center;
margin-bottom: 8px;
}

.info-logo {
width: 40px;
height: 40px;
border-radius:50%;
margin-right: 8px;
padding:5px;
background: #fff;
}

.info-name {
font-size: 15px;
font-weight: bold;
color: #fff;
}

.info-heading {
font-size: 15px;
color: #fff;
font-weight:500;
}
.head-title
{
font-size:22px;
font-weight:600;
margin:10px;
color: #0f978e;
}
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
.info-card {
width: 100%; /* Full width for smaller screens */
max-width: 300px; /* Limit max width to avoid excessive stretching */
}
}

@media (max-width: 480px) {
.info-card {
max-width: 93%%; /* Full width on very small screens */
}
.info-cards-container {
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
background: #eaeaea;
padding: 20px;
margin:20px;
}
.head-title
{
margin-left:20px;
}
}
.update-table-container {
    width: 100%;
   /* max-width: 1200px;
    margin: 20px;
    overflow-x: auto;  Enable horizontal scrolling */
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

thead {
    background-color: #007bff;
    color: #000;
}

th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
	font-size:.875rem;
}

th {
    font-weight: bold;
}

.link-view {
   color:#63dcfd;
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
	color:#4ffedb;
}

/* Responsive Styles */
@media (max-width: 768px) {
table 
{
/*min-width: 600px;  Ensure table is scrollable */
}
}

.search-container {
    text-align: right;
    margin-bottom: 10px;
}
#searchInput {
    padding: 5px;
    width: 200px;
}
#font-canvas
{
	color:#0f978e;
	font-size: 22px;
	font-weight:600;
}
#qns {
  max-width: 700px;
  margin: auto;
  /*padding: 0 15px;*/
  text-align: center;
}

section.qns {
  padding-top: 2em;
  padding-bottom: 3em;
}

#qns ul {
  text-align: left;
}
.transition,
p,
ul li i:before,
ul li i:after {
  transition: all 0.3s;
}

#qns .no-select,
#qns h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}

#qns h1 {
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}

#qns h2 {
  color: #121212;
  font-size: 16px;
  line-height: 10px;
  text-align: left;
  padding: 15px 15px 0;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: 0.2s;
}

#qns p {
  color: #121212;
  text-align: left;
  font-size: 16px;
  line-height: 1.9;
  position: relative;
  overflow: hidden;
  max-height: auto;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: 0.3s opacity, 0.6s max-height;
  hyphens: auto;
  z-index: 2;
}

#qns ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
#qns ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
}
#qns ul li + li {
  margin-top: 15px;
}
#qns ul li:last-of-type {
  padding-bottom: 0;
}
#qns ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 20px;
  right: 30px;
}
#qns ul li i:before
 {
  content: "";
  position: absolute;
  background-color: #121212;
  width: 3px;
  height: 9px;
}
#qns ul li i:after
 {
  content: "";
  position: absolute;
  background-color: #121212;
  width: 3px;
  height: 9px;
}

#qns ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
#qns ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
#qns ul li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  
}
#qns ul li input[type="checkbox"]:checked ~ h2 {
  color: #000;
}
#qns ul li input[type="checkbox"]:checked ~ p {
  max-height: 0;
  transition: 0.3s;
  opacity: 0;
}
#qns ul li input[type="checkbox"]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
#qns ul li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

/* Base styles for larger screens */
.toollogo-updt {
    display: flex;
    align-items: flex-start; /* Align items to the top of the container */
}

.logo-update-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    height: 150px;
    width: 150px;
    box-shadow: rgba(255, 255, 255, 0.35) 10px 100px 36px 28px inset;
    margin-right: 10px;
    position: relative;
}

.logo-imga-update {
    width: 100px;
    height: 100px;
   border-radius:50%;
}

.update-verified-icon {
    position: absolute;
    top: 108px;
    right: 3px;
    width: 36px;
    height: auto;
}

.verified-image {
    width: 100%;
    height: auto;
}

.title-and-verification {
    display: flex;
    flex-direction: column;
    flex: 1; /* Allow this container to grow and take available space */
}

.title-container {
    display: flex;
    align-items: center; /* Align items vertically centered */
    margin-bottom: 10px; /* Space between title and description */
	margin-left: 13px;
}

.page-titles-update {
    margin: 0;
    font-size: 22px;
    line-height: 1;
    margin-right: 10px; /* Space between heading and verification icon */
}

.verification-update {
    display: flex;
    align-items: center; /* Align the image and info-container vertically centered */
}

.verification-icon {
    width: 125px;
    height: auto;
    margin-right: 10px; /* Space between the image and info-container */
}

.info-container {
    display: flex;
    align-items: center;
    position: relative;
}

.info-icon {
    width: 24px;
    height: auto;
    margin-left: 5px;
    cursor: pointer;
}

.tooltip {
    display: none;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #eee;
    color: #000;
    padding: 5px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}

.info-container:hover .tooltip {
    display: block;
    opacity: 1;
}

.tl_desc_updt {
    font-size: 1.125rem;
    line-height: 1.75rem;
	margin-left: 13px;
}
.custom-chart-padding {
  margin-top: -54px;
}
/* Responsive styles for mobile devices */
@media (max-width: 768px) {
    .toollogo-updt {
        display: flex;
        flex-direction: row; /* Align items horizontally on mobile */
        align-items: flex-start; /* Align items to the top of the container */
    }

    .logo-update-holder {
       height: 78px;
    width: 78px;
    margin-right: 10px;
    }

    .logo-imga-update {
       width: 49px;
    height: 49px;
    }

    .title-and-verification {
        display: flex;
        flex-direction: column;
        flex: 1; /* Allow this container to grow and take available space */
        align-items: flex-start; /* Align items to the start */
    }

    .title-container {
        display: flex;
        flex-direction: column; /* Stack heading and verification image vertically */
        align-items: flex-start; /* Align items to the start */
        margin-left: 10px; /* Space between logo and heading */
    }

    .page-titles-update {
        margin: 0;
        font-size: 24px; /* Adjust font size for mobile */
        margin-bottom: 10px; /* Space between heading and verification image */
    margin-left: -9px;
	margin-top: -2px;
	}

    .verification-update {
        display: flex;
       /* flex-direction: column;  Stack verification image and info-container vertically */
        align-items: flex-start; /* Align items to the start */
        margin-top: -7px;
    }

    .verification-icon {
        width: 108px; /* Adjust size of verification icon for mobile */
        margin-bottom: 0px; /* Space between image and info-container */
		margin-left: -13px;
    }

    .info-container {
        display: flex;
        flex-direction: row; /* Align icon and tooltip horizontally */
        align-items: center;
    }
	.update-verified-icon {
position: absolute;
    top: -5px;
    right: 48px;
    width: 36px;
    height: auto;
}
.info-icon {
  width: 24px;
  height: auto;
  margin-top: 4px;
  cursor: pointer;
  margin-left: -9px;
}
.tl_desc_updt {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-left: -87px;
  margin-top: 35px;
}

}
.oh-color
{
color:#000;	
}
.oh-color:hover
{
color:#000;	
}</pre></body></html>