@charset "utf-8";
/* CSS Document */


.rate_table{
    background: #FFFFFF;
/* point */

box-shadow: 0px 17px 30px rgba(97, 104, 128, 0.2), 0px 4px 4px rgba(97, 104, 128, 0.1);
border-radius: 4px 4px 0px 0px;
   width: 100%;
   min-width: 600px;
}
.rate_table tr{
    cursor: pointer
   
}
.rate_table .desc_rate td{
    width:100%;
   padding-right: 35px;
    padding-bottom: 5px;
}

.rate_table td{
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.desc_rate td{
padding-left: 35px;
}   
.rate_table .add_border{
        border-top: 1px solid #D2DDEB;
}
.rate_table thead{
    background: #16275e;
border-radius: 4px 4px 0px 0px;
color:#fff;
    font-style: normal;
font-weight: bold;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.04em;
}
.rate_table .arrow_img{
        vertical-align: middle;
 margin-right: 15px;
     background-image: url(../../../themes/understrap-child/assets/icons/table_arrow.svg);
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.rate_table .arrow_click{
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2021/06/table_arrow_2.svg);
}

.rate_table td{
        padding-top: 20px;
    padding-bottom: 20px;
}

.rate_table .even{
    background: #F2F6F9;
}

.rate_table th{
    padding-top: 23px;
    padding-bottom: 23px;
        font-weight: normal;
}

.rate_table .rate_title_table {
    font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 23px;
/* identical to box height */

letter-spacing: 0.04em;
text-transform: capitalize;

/* #16275e */
padding-left: 35px;
color: #16275e;
}
.rate_table th:first-child {
    padding-left: 35px;
}
.rate_table .dividend_rate_table{
font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 23px;
/* identical to box height */

letter-spacing: 0.04em;
text-transform: capitalize;
color: #16275e;
}

.rate_table .apy_table{
font-style: normal;
font-weight: 600;
font-size: 19px;
line-height: 23px;
/* identical to box height */

letter-spacing: 0.04em;
text-transform: capitalize;
color: #16275e;
}

.row_before_table {
  display: flex; /* equal height of the children */
}

.col_before_table {
  flex: 1; /* additionally, equal width */
  display: flex; /* equal height of the children */
  justify-content: space-between;
  flex-direction: column;
}
.row_before_table .rate_date{
    font-weight: 600;
font-size: 22px;
line-height: 26px;
display: flex;
align-items: center;
letter-spacing: 0.04em;
text-transform: capitalize;
color: #3A3A3A;

    margin-bottom: 20px;
}
.row_before_table .rate_note{
font-style: normal;
font-weight: normal;
font-size: 14px;
    margin-bottom: 20px !important;
/* or 27px */


/* Gray */

color: #3A3A3A;
}
.second_col_headrate{
    text-align:right;
}

.second_col_headrate .icfederal-button {
    margin-bottom: 24px;
}
.second_col_headrate input{
background: #FFFFFF;
/* #91BCE8 */
color: #151516;
border: 1px solid #91BCE8;
box-sizing: border-box;
border-radius: 4px;
    padding: 10px 10px 10px 10px;
    width: 346px;
    background-image: url('../../../themes/understrap-child/assets/icons/search_icon.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  margin-bottom: 20px !important;
}


.rate_type_name{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    width:100%;
    text-align:center;
    margin-bottom: 30px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
}

.singlerate_table td {
    font-style: normal;
    line-height: 27px;
    font-size: 16px !important;
    text-transform: none;
    color: #3A3A3A;
}
.button_after_table{
        margin-top: 10px !important;
    margin-bottom: 10px;
}
.table_disclaimer{
    border-top: 1px solid #D2DDEB;
    background: #F2F6F9;
}
.table_disclaimer td{
       font-size: 14px !important;
    padding-left: 35px;
    padding-right: 35px;
}


.rate_table .disable_arrow {
    vertical-align: middle;
    margin-right: 15px;
    background-image: url(../../../themes/understrap-child/assets/icons/table_arrow.svg);
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
   
    background-repeat: no-repeat;
    background-position: center;
}

.rate_table .disable_cursor  {
    cursor: context-menu !important;
}
.icfederal-featured-tabs-option {
    border-top: 1px solid #D2DDEB;
    background: #F2F4F8 !important;
}

.search_rate input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #151516;
  opacity: 1; /* Firefox */
    font-style: normal;
font-weight: 500;
font-size: 17px;
}

.search_rate input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #151516;
    font-style: normal;
font-weight: 500;
font-size: 17px;
}

.search_rate input::-ms-input-placeholder { /* Microsoft Edge */
  color: #151516;
    font-style: normal;
font-weight: 500;
font-size: 17px;
}
.desc_rate p{
    line-height: 27px;
}

@media only screen and (max-width: 960px) {
    .applay_rate .right{
        text-align: center;
    }
    .second_col_headrate input {
    
    width: 100%;
    }
    .rate_table th:first-child {
    padding-left: 10px;
}
    .rate_table th:last-child {
    padding-left: 10px;
}
    .rate_table .rate_title_table {

    padding-right: 10px;
 
}
    .rate_table .rate_title_table{
            padding-left: 10px;
    }
    .rate_table{
   
    text-align: center;
}
}
@media only screen and (max-width: 767px) {
    .row_before_table {
        display: block !important;
    }
    .second_col_headrate .applay_rate .primary-button {
        width: 100%;
        justify-content: center;
    }
}