/* Front Style css  */

.crc-sheet-view-cip-cfs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.crc-sheet-view-cip-cfs li {
    margin-bottom: 10px;
}
.crc-cip-cfs-view-wr a, .crc-year-qtr-sp-report a {
    text-decoration: none !important;
    display: inline-block;
    padding: 10px 12px;
    font-size: 20px;
    border: 1px solid #047bcf;
    background-color: #047bcf;
    color: #fff !important;
    transition: 0.3s ease-out;
    border-radius: 5px;
}
.crc-cip-cfs-view-wr a:hover, .crc-year-qtr-sp-report a:hover {
    background-color: #07659b;
    border-color: #07659b;
    transition: 0.3s ease-in;
}
.crc-tab-wrapper {
    width: 100%;
}
.crc-tab-buttons {
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 10px 0;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.crc-tab-btn {
    border: 1px solid #ddd;
    margin-right: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    width: 170px;
    text-align: center;
    display: inline-block;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f5f5f5;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 4px;
}

/*.crc-tab-content-wrappr > div:first-child {
  display: block; 
}*/
.crc-tab-content-wrappr > div {
  display: none; /* default hidden */
}
.crc-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.previous {
    left: -20px;
    position: absolute;
    top: 13px;
}

.next {
    right: -20px;
    position: absolute;
    top: 13px;
}
.tabsWrapper {
    position: relative;
}
.crc-slider-wrapper {
    position: relative;
}
.crc-tab-btn.active, .crc-accordion-header.active {
    background-color: #333359;
    color: #fff;
}
.crc-tab-btn:hover {
    background: #333359;
    color: #fff;
    transition: .5s;
}
.crc-tab-content-wrappr {
    padding: 15px;
}
.crc-tab-content {
    display: none;
}
.crc-tab-content.active {
    display: block !important;
}
.crc-tab-content-wrappr {
    padding: 15px;
}
.crc-tab-content-wrappr table caption+thead tr:first-child td, 
.crc-tab-content-wrappr table caption+thead tr:first-child th, 
.crc-tab-content-wrappr table colgroup+thead tr:first-child td, 
.crc-tab-content-wrappr table colgroup+thead tr:first-child th, 
.crc-tab-content-wrappr table thead:first-child tr:first-child td, 
.crc-tab-content-wrappr table thead:first-child tr:first-child th {
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}
.crc-tab-content-wrappr table tbody>tr:nth-child(odd)>td, 
.crc-tab-content-wrappr table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}
.crc-tab-content-wrappr table td, 
.crc-tab-content-wrappr table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
    text-align: center;
}
/*  Mobile View CSS Starts */
.crc-accordion-wrapper {
    padding: 0 15px;
}
.crc-accordion-header {
    cursor: pointer;
    background: #eee;
    padding: 8px 0;
    font-weight: bold;
    border: 1px solid #ccc;
    text-align:center;
}
.crc-accordion-header.active {
    border: 1px solid #333359;
}
.crc-accordion-wrapper table {
    width: 100%;
    border-collapse: collapse;
}
.crc-accordion-wrapper th, .crc-accordion-wrapper td {
    padding: 5px !important;
    text-align: center;
}
.crc-accordion-wrapper table tbody>tr:nth-child(odd)>td, .crc-accordion-wrapper table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}
.crc-accordion-body table thead tr > th:first-child, .crc-accordion-body table tbody > tr > td:first-child {
    width: 260px;
}
.crc-accordion-body table tbody > tr > td {
    font-size: 16px;
    padding: 10px !important;
    border-color: hsla(0, 0%, 50.2%, .5019607843) !important;
}
.crc-accordion-body table thead tr > th {
    font-size: 17px;
    border-color: hsla(0, 0%, 50.2%, .5019607843) !important;
    padding: 10px !important;
}
.crc-accordion-item {
    margin-bottom: 10px;
}
/*  Mobile View CSS ends */
@media screen and (max-width:767px) {
    .crc-accordion-body table thead tr > th:first-child, .crc-accordion-body table tbody > tr > td:first-child {
        width: 180px;
    }
    .crc-accordion-body {
        overflow-x: scroll;
        width: 100%;
    }
    .crc-accordion-wrapper table {
        width: 768px;
    }
    .crc-accordion-body table thead tr > th {
        font-size: 15px;
    }
    .crc-accordion-body table thead tr > th, .crc-accordion-body table tbody > tr > td {
        width: 80px;
        padding: 8px 5px !important;
        font-size: 15px;
    }
    .crc-tab-content table tbody tr td {
        font-size: 15px !important;
        padding: 10px 5px;
    }
    .crc-tab-content table thead tr th {
        font-size: 16px;
    }
    .crc-tab-content table thead tr th:first-child, .crc-tab-content table tbody tr td:first-child {
        width: 190px;
    }
    .crc-tab-content table thead tr th, .crc-tab-content table tbody tr td {
        padding: 8px 5px;
        width: 75px;
    }

}
@media screen and (max-width:600px) {
    .crc-tab-buttons
    {
        display: block;
    }
    .crc-tab-btn {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .crc-tab-content {
        overflow-x: auto;
    }
    .crc-tab-content table 
    {
        width: 599px;
    }
}
@media screen and (max-width:414px) {
    .crc-accordion-wrapper table {
        width: 680px;
    }
}
/*----------Webcasts & Presentations-----------*/
.content_webcastWrapper{
    max-width: 1120px;
    margin: auto;
}
.crc-sheet-view-cip-cfs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.crc-sheet-view-cip-cfs li {
    margin-bottom: 10px;
}
.crc-cip-cfs-view-wr a, .crc-year-qtr-sp-report a {
    text-decoration: none !important;
    display: inline-block;
    padding: 10px 12px;
    font-size: 20px;
    border: 1px solid #047bcf;
    background-color: #047bcf;
    color: #fff !important;
    transition: 0.3s ease-out;
    border-radius: 5px;
}
.crc-cip-cfs-view-wr a:hover, .crc-year-qtr-sp-report a:hover {
    background-color: #07659b;
    border-color: #07659b;
    transition: 0.3s ease-in;
}
.crc-tab-wrapper {
    width: 100%;
}
.web-crc-tab-buttons {
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 10px 0;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.web-crc-tab-btn {
    border: 1px solid #ddd;
    margin-right: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: .5s;
    width: 170px;
    text-align: center;
    display: inline-block;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 5px;
    background: #f5f5f5;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 4px;
}

.web-web-crc-tab-content-wrapper > div {
    display: none; /* default hidden */
}
/*.web-web-crc-tab-content-wrapper > div:first-child {
    display: block; 
}*/
.crc-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.previous,.web-previous {
    left: -20px;
    position: absolute;
    top: 13px;
}

.next ,.web-next{
    right: -20px;
    position: absolute;
    top: 13px;
}
.tabsWrapper {
    position: relative;
}
.crc-slider-wrapper {
    position: relative;
}
.web-crc-tab-btn.web-active, .crc-accordion-header.web-active {
    background-color: #333359;
    color: #fff;
}
.web-crc-tab-btn:hover {
    background: #333359;
    color: #fff;
    transition: .5s;
}
.web-web-crc-tab-content-wrapper {
    padding: 15px;
}
.web-crc-tab-content {
    display: none;
}
.web-crc-tab-content.web-active {
    display: block !important;
}
.web-web-crc-tab-content-wrapper {
    padding: 15px;
}
.web-web-crc-tab-content-wrapper table caption+thead tr:first-child td, 
.web-web-crc-tab-content-wrapper table caption+thead tr:first-child th, 
.web-web-crc-tab-content-wrapper table colgroup+thead tr:first-child td, 
.web-web-crc-tab-content-wrapper table colgroup+thead tr:first-child th, 
.web-web-crc-tab-content-wrapper table thead:first-child tr:first-child td, 
.web-web-crc-tab-content-wrapper table thead:first-child tr:first-child th {
    border-block-start: 1px solid #ECEFF0;
}
.web-web-crc-tab-content-wrapper table td, 
.web-web-crc-tab-content-wrapper table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ECEFF0;
    text-align: center;
}
/*  Mobile View CSS Starts */
.crc-accordion-wrapper {
    padding: 0 15px;
}
.crc-accordion-header {
    cursor: pointer;
    background: #eee;
    padding: 8px 0;
    font-weight: bold;
    border: 1px solid #ccc;
    text-align:center;
}
.crc-accordion-header.web-active {
    border: 1px solid #333359;
}
.crc-accordion-wrapper table {
    width: 100%;
    border-collapse: collapse;
}
.crc-accordion-wrapper th, .crc-accordion-wrapper td {
    padding: 5px !important;
    text-align: center;
}
/*.crc-accordion-wrapper table tbody>tr:nth-child(odd)>td, .crc-accordion-wrapper table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}*/
.crc-accordion-body table thead tr > th:first-child, .crc-accordion-body table tbody > tr > td:first-child {
    width: 260px;
}
.crc-accordion-body table tbody > tr > td {
    font-size: 16px;
    padding: 10px !important;
    border-color: hsla(0, 0%, 50.2%, .5019607843) !important;
}
.crc-accordion-body table thead tr > th {
    font-size: 17px;
    border-color: hsla(0, 0%, 50.2%, .5019607843) !important;
    padding: 10px !important;
}
.crc-accordion-item {
    margin-bottom: 10px;
}
/*------Webcast---------*/
.web-crc-tab-content .webcast-heading{
    font-family: "Raleway", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    margin-bottom: 5px;
}
.web-crc-tab-content .webcast-sub-title{
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--e-global-color-primary);
}
.web-crc-tab-content a{
    color: #00B5E2;
    transition: color 0.3s;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}
.web-crc-tab-content .webcast-link:hover{
    color: #000000;
}
.web-crc-tab-content tr th,.web-crc-tab-content tr td{
    text-align: left;
}
.web-crc-tab-content .webcast-year,.crc-tab-content th.webcast-year{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
}
.crc-tab-content th.webcast-year{
    text-align: left;
}
.web-crc-tab-content td,.web-crc-tab-content tr{
    background-color: #ffffff !important;
}
.web-web-crc-tab-content-wrapper table tbody>tr:nth-child(odd)>td:first-child, 
.web-web-crc-tab-content-wrapper table tbody>tr:nth-child(even)>td:last-child {
    background-color: #f8f8f8 !important;
}
/*  Mobile View CSS ends */
@media screen and (max-width:767px) {
    .crc-accordion-body table thead tr > th:first-child, .crc-accordion-body table tbody > tr > td:first-child {
        width: 180px;
    }
    .crc-accordion-body {
        overflow-x: scroll;
        width: 100%;
    }
    .crc-accordion-wrapper table {
        width: 768px;
    }
    .crc-accordion-body table thead tr > th {
        font-size: 15px;
    }
    .crc-accordion-body table thead tr > th, .crc-accordion-body table tbody > tr > td {
        width: 80px;
        padding: 8px 5px !important;
        font-size: 15px;
    }
    .web-crc-tab-content table tbody tr td {
        font-size: 15px !important;
        padding: 10px 5px;
    }
    .web-crc-tab-content table thead tr th {
        font-size: 16px;
    }
    .web-crc-tab-content table thead tr th:first-child, .web-crc-tab-content table tbody tr td:first-child {
        width: 190px;
    }
    .web-crc-tab-content table thead tr th, .web-crc-tab-content table tbody tr td {
        padding: 8px 5px;
        width: 75px;
    }

}
@media screen and (max-width:600px) {
    .web-crc-tab-buttons
    {
        display: block;
    }
    .web-crc-tab-btn {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .web-crc-tab-content {
        overflow-x: auto;
    }
    .web-crc-tab-content table 
    {
        width: 599px;
    }
}
@media screen and (max-width:414px) {
    .crc-accordion-wrapper table {
        width: 680px;
    }
}