@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap');


.page-info-tab{
    color: white;
    margin-bottom: 20px;
    margin-top: 7px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
}


.main-info-container{
    /* height: 70vh; */
    /* height: 600px; */
    display: flex;
    color: white;
    margin-top: 20px;
    flex-direction: column;
    border: 1px solid white;
    width: 100%;
    text-align: center;
    justify-content: space-around;
}

.main-info-text{
    /* width: 50%; */
    height: 100%;
    width: 100%;
    margin-top: 10px;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: 'Roboto', 'Helvetica', sans-serif; */
    font-family: 'Quicksand', sans-serif;
}

.custom-bold{
    font-weight: bold;
    font-style: italic;
    display: block;
    margin: 10px 0px;
}

.info-text{
    width: 60%;
}

.blur-text {
    filter: blur(5px); /* Adjust the blur radius as needed */
  }

.info-message{
    margin: 10px 40px;
    text-align: left;
}
  
  
.main-info .subscribe-button-container {
    margin-top: 25px;
    height: 50px;
    text-align: center;
}
/* 
.main-info-sub-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.main-info .subscribe-button-container .subscribe-button {
    cursor: pointer;
    color: black;
    background-color: #4ecca3;
    border: none;
    border-radius: 10px;
    height: 100%;
    width: 180px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

/*   
.main-charts{
    display: flex;
} */

.main-charts{
    text-align: center;
    display: flex;
    margin: 10px 80px;

}

.custom-table{
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-right: 6px;
}

.custom-table table{
    width: 100%;
}



.custom-table th{
    font-weight: none !important ;
}

.table-image{
    width: 100%;
    margin-left: 6px;
}

.table-image img{
    width: 100%;
}


.red-color{
    color: red !important;
}

.green-color{
    color: green !important;
}


.custom-link{
    text-decoration: none;
    color: white;
}
.bg-green-color{
    background-color: rgb(47, 255, 47);
}
/* 
.custom-table table{
    width: 100%;
    height: 100%;
} */

/* 

.positive-change {
    color: green;
}

.negative-change {
    color: red;
}

h2 {
    color: white;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;

}


th,
td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 10px;
}


strong {
    font-weight: bold;
} */

/* 
body {
    font-family: Arial, sans-serif;
    margin: 20px;
    color: #333;
} */
/* 
strong {
    font-weight: bold;
    color: green;
} */
/* 
.title{
    color: green;
    margin: 0px;

}

.h3-title{
    margin-left: 10px;
}

.texts{
    margin: 0px;
    margin-left: 10px;
} */


.blur-text {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
}