body {
    font-family: "Poppins", serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
}
 
.phh-data {
    padding-top: 30px;
}
 
.phh-data h1 {
    padding-bottom: 20px;
    font-size: 30px;
}
 
h1 {
    font-size: 40px;
    font-weight: 600;
}
 
a {
    color: #000;
}
 
iframe {
    width: 1px;
    min-width: 100%;
    border: none !important;
}
 
li {
    word-wrap: break-word;
    list-style-type: none;
}
 
ul {
    padding-left: 0px;
}
 
.volume.row {
    display: flex !important;
    flex-direction: row !important;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0px;
    margin: 0px;
}
 
.sub-head {
    display: none;
}
 
.press-item {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    position: relative;
    margin: 20px;
    padding: 25px;
    cursor: auto !important;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    min-width: 33% !important;
    background: #fff;
    margin-left: 0 !important;
}
 
.webcast-item {
    padding: 13px 0px;
    border-bottom: 1px solid #a7a2a23d;
}
 
.press-item-desc {  
    height: 150px;
    overflow: hidden;
}
 
.press-item-desc a {
    color: #000;
}
 
.press-item-desc:hover {
    text-decoration: underline;
}
 
.about-desc h3 {
    padding-bottom: 30px;
}
 
.copyright-text {
    color: #fff;
}
 
.sec-home td {
    padding: 10px 0px;
}
 
.press p {
    text-align: center;
}
 
table.sec-home {
    padding: 0px;
    border-radius: 8px;
    width: 100%;
}
 
.sec-home thead {
    color: #194e87;
}
 
.sec-home th {
    padding: 16px 12px;
    font-size: 16px;
}
 
.sec-home td {
    padding: 16px 12px;
}
 
.sec-file tr {
    border-bottom: none !important;
}
 
.sec-file tr:nth-child(even) {
    background-color: #194e870d;
}
 
.sec-file thead {
    color: #194e87;
    border-bottom: 1px solid #00000073;
}
 
.sec-file th {
    padding: 16px 12px;
}
 
.sec-file td {
    padding: 16px 12px;
}
 
table.sec-file {
    padding: 0px;
    border-radius: 8px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
 
td.form {
    font-weight: 700;
    color: #746969;
}
 
.stock-info-row {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 20px;
    border-top: 1px solid #f1f1f1 !important;
}
 
.outstanding {
    border-bottom: 1px solid #f1f1f1 !important;
}
 
.info-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
 
.text.detailed-information {
    padding: 30px;
}
 
.name {
    width: 250px;
    background: #f6f6f6;
    padding: 15px;
}  
 
.value {
    padding-left: 20px;
}
 
.change {
    font-size: 25px;
}
 
.companyvolume {
    width: fit-content;
    line-height: 1;
    padding: 40px;
    overflow: hidden;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid #bbb;
    margin: 5px;
}
 
.sub-title-new {
    font-size: 25px;
    font-weight: 400;
}
 
.volume-new {
    font-size: 25px;
    font-weight: 400;
}
 
.d-flex.align-items-baseline.gap-1.vol-change {
    gap: 30px !important;
}
 
.companyvolume .negative-change {
    /* color: #eb2a2e; */
    font-weight: 400;
    font-size: 25px;
}
 
.companyvolume .positive-change {
    /* color: #18A558; */
    font-weight: 400;
    font-size: 25px;
}
 
.companyvolume .changeclass {
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 8px !important;
}
 
.companyvolume .negative-change::before {
    /* content: ' \25BC'; */
    font-size: 20px;
}
 
.companyvolume .positive-change::before {
    content: '\25B2';
    font-size: 20px;
}
 
.d-flex.gap-1.positive-change.changeclass {
    padding: 0px;
}
 
.d-flex.gap-1.negative-change.changeclass {
    padding: 0px;
}
 
.d-flex.gap-1.vol-change {
    gap: 15px !important;
}
 
/* Token CSS */
 
.companyvolume {
    width: fit-content;
    line-height: 1;
    padding: 34px;
    overflow: hidden;
    font-weight: 600;
    margin-top: 0px;
    color: #000;
    border-radius: 6px;
    border: 0px solid #bbb;
    margin: 5px;
}
 
.companyvolume.row {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    align-items: center;
    background: #5653f5;
    justify-content: center;
}
 
.companyvolume .sub-title {
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-weight: 500 !important;
    margin-bottom: 25px;
}
 
.companyvolume .sub {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 0;
    margin: 0;
    line-height: 23px;
}
 
.companyvolume .changes {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
 
.companyvolume .align-items-baseline {
    margin-bottom: 25px;
    align-items: flex-end !important;
}
 
.companyvolume .d-flex {
    display: flex !important;
}
 
.companyvolume .gap-1 {
    gap: 0.25rem !important;
}
 
.companyvolume .volume {
    font-size: 50px;
    font-weight: 500 !important;
    line-height: 1 !important;
    color: white;
}
 
.companyvolume .negative-changes {
    color: white;
    /* background-color: #ffe3e3; */
    font-weight: 500;
    font-size: 12px;
    padding-top: 20px !important;
}
 
.companyvolume .positive-changes {
    color: #18A558;
    background-color: #bcf0d354;
    font-weight: 500;
}
 
.companyvolume .changeclass {
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 8px !important;
}
 
.companyvolume .negative-changes::before {
    /* content: ' \25BC'; */
    font-size: 16px;
}
 
.companyvolume .positive-changes::before {
    content: '\25B2';
    font-size: 16px;
}
 
/* PRESS RELEASE PAGE */
 
.press-release-list {
    list-style-type: none;
    padding: 0;
}
 
.press-release-list li {
    border-bottom: 1px solid #c1c6ce;
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    vertical-align: top;
    position: relative;
    margin: 10px;
    padding: 15px;
    cursor: auto !important;
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); */
    min-width: 33% !important;
    background: #fff;
    margin-left: 0 !important;
    /* min-height: 270px; */
}
 
p.excerpt-pr {
    display: none;
}
 
a.press-desc {
    display: block;
    /* height: 200px; */
}
 
.press-release-list li a {
    text-decoration: none;
    color: #2c3341;
    font-size: 16px;
    font-weight: 400;
}
 
.press-release-list li a:hover {
    text-decoration: underline;
}
 
.press-release-list li .date {
    margin-top: 5px;
    font-size: 16px;
    color: #838892;
}
 
.press-release-list li .excerpt-pr {
    margin-top: 10px;
    font-size: 1em;
    color: #2c3341;
}
 
.press-release-list li .read-more {
    margin-top: 5px;
    font-size: 0.9em;
    color: #5b66727d;
    text-decoration: none;
}
 
.press-release-list li .read-more:hover {
    text-decoration: underline;
}
 
h1.press-head {
    margin-top: 20px;
    margin-bottom: 50px;
}
 
span.date-wrapper {
    display: flex;
    flex-direction: row;
    gap: 12px;
}
 
.sec {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    gap: 20px;
}
 
button.btn {
    width: 30%;
    padding: 12px 25px;
}
 
button.btn:hover {
    color: #fff;
}
 
form.sec-filing-search {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 0px;
}
 
select#filing {
    width: 20%;
    border-radius: 6px;
    font-size: 14px;
    height: 35px;
    padding: 0px 7px;
}
 
select#year {
    width: 20%;
    border-radius: 6px;
    font-size: 14px;
    padding: 0px 7px;
}
 
button.search-button {
    border-radius: 6px;
    border: none;
    width: 20%;
    background-color: #011957;
    color: #fff;
}
 
tr {
    border-bottom: 1px solid #f1f1f1 !important;
    font-size: 14px;
    height: 60px !important;
}
 
label {
    font-size: 18px;
}
 
a.press-description {
    font-size: 20px;
    color: #787878;
}
 
p.excerpt-press {
    font-size: 14px;
    color: #787878;
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 1.8em;
    width: 95%;
}
 
form {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}
 
input[type="text"] {
    border-radius: 6px;
    border: 1px solid #000;
    font-size: 14px;
    padding: 0px 12px;
    height: 35px;
}
 
button.search-btn {
    border-radius: 6px;
    border: none;
    width: 20%;
    background-color: #011957;
    color: #fff;
}
 
a.read-more-btn {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    padding: 12px 30px;
    background-color: #ecf0f1;
    cursor: pointer;
    border-radius: 25px;
    transition: all .2s ease;
}
 
.press-release li {
    padding-bottom: 20px !important;
    margin-bottom: 35px;
}
 
.press-data {
    display: flex;
    gap: 40px;
}
 
span.date-wrap {
    display: flex;
    flex-direction: column !important;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
 
span.day {
    padding: 4px 15px;
    font-weight: 600;
    background-color: #fafaf9;
    font-size: 32px;
}
 
span.month {
    font-size: 14px;
}
 
span.year {
    font-size: 14px;
}
 
.data {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 40px;
}
 
.pagination {
    display: flex;
    gap: 30px;
    text-align: center;
    justify-content: center;
}
 
a.page {
    padding: 5px;
}
 
.active-page {
    padding: 5px;
    background-color: #ecf0f1;
}
 
.date-left {
    width: 15%;
}
 
p.search-result {
    text-align: center;
    font-size: 18px;
    color: #787878;
}
 
/* ENDS */
 
/* MEDIA QUERY */
 
@media screen and (max-width: 600px) {
 
    h1 {
        font-size: 30px;
    }
 
    p {
        font-size: 16px !important;
    }
 
    .press-release-list li a {
        font-size: 16px;
    }
 
    button {
        font-size: 12px !important;
    }
 
    .press-item {
        display: block;
        width: auto;
    }
 
    .companyvolume {
        padding: 20px;
        width: 100% !important;
        margin: 10px 0px 0px 0px;
    }
 
    .companyvolume .sub-title {
        margin-bottom: 15px;
        font-size: 14px;
    }
 
    .companyvolume .volume {
        font-size: 40px;
        margin-right: 15px;
    }
 
    .companyvolume .changes {
        font-size: 16px;
    }
/*
    .companyvolume .sub {
        font-size: 14px;
    } */
 
    button.btn {
        width: 40%;
        padding: 12px 15px;
    }
 
    .press-release-list li {
        display: block;
        width: 100%;
    }
 
    .press-release.col-md-8 {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 20px;
    }
 
    .links ul {
        margin-bottom: 0px;
    }
 
    .stock-info-row {
        width: 100%;
    }
 
    .text.detailed-information {
        padding: 0px;
    }
 
    form.sec-filing-search {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
   
    select#filing {
        width: 100%;
        height: 40px;
    }
   
    select#year {
        width: 100%;
        font-size: 14px;
        height: 40px;
    }
   
    button.search-button {
        border: none;
        width: 100%;
        height: 40px;
    }
 
    label {
        margin-bottom: 0px;
        margin-top: 5px;
    }
 
    p.excerpt-press {
        width: 100%;
    }
 
    .pagination {
        display: flex;
        gap: 10px;
        font-size: 14px;
    }
 
    form {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }
 
    button.search-btn {
        width: 100%;
        height: 40px;
    }
 
    .name {
        width: 180px;
    }  
 
}
 
@media only screen and (max-width: 992px) {
   
    .companyvolume {
        width: 97% !important;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 45px !important;
        padding: 20px;
    }
 
    .companyvolume .volume {
        font-size: 45px;
        margin-right: 15px;
    }
 
}
 