#item_links_list, #item_links_content, #about-base, #about-base-extra {
    display: none;
}

.base_main_container {
    margin-bottom: 100px;
}

.base_header {
    font-weight: bold;
    font-size: 32px;
    margin-top: 40px;
    margin-bottom: 5px;
}

.base_header_subtext {
    font-weight: 200;
}

.base_breadcrumb_li{
    text-transform: capitalize;
}

.base_full_container_grey {
    background-color: #F9F9F9;
}

.base-top-content {
    margin-top: 50px;
    margin-bottom: 40px;
}

.base-content-header {
    margin-bottom: 20px;
    font-size: 20px;
    color: #1D2135;
}

.base-content-regular {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #707070;
}

.base-button-container {
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.base-button-pink {
    background-color: #E9038B;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.base-important-notice {
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid #8B4EA9;
}

.base-semibold {
    font-weight: 600;
    color: #1D2135;
}

.base-a-link {
    color: #813F98;
    cursor: pointer;
    text-decoration: underline;
}

.base-item-links {
    border: 1px solid #D6D6D6;
    padding: 10px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 50px;
}

.base-item-link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 17px;
}

.base-item-links-active {
    box-shadow: inset 0 0 0 2px #813F98;
}

.base-item-links:hover {
    box-shadow: inset 0 0 0 2px #813F98;
}

.base-item-links:hover .base-fa-container {
    color: #813F98;
}

.base-item-container {
    margin-bottom: 50px;
    margin-top: 50px;
}

.base-fa-container {
    text-align: center;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
}

.base-sub-links {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #8B4EA9;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.base-sub-links:hover {
    text-decoration: underline;
}

.table-bordered > tbody > tr {
    border-bottom: solid 1px #d9d8d8;
}

.table > tbody > tr {
    border-bottom: solid 1px #d9d8d8;
}

p > a {
    font-weight: 500;
}

.base_page_header {
    color: #813F98;
}

/*API CONTENT*/

.bag_links {

}

.api_content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.api_content > h4 {
    color: #813F98;
    padding-bottom: 10px;
    padding-top: 10px;
}

.api_content > div > h4 {
    color: #813F98;
    padding-bottom: 10px;
    padding-top: 10px;
}

.api_content > h1 {
    color: #813F98;
}

.api_content > table > tbody > tr > td > img {
    margin-top: 13px;
}

.api_content > table > tbody > tr > td > h3 > b {
    margin-left: 10px;
}

.api_content > table > tbody > tr > td {
    border: none !important;
}

.api_content > table > tbody > tr > th {
    border: none !important;
}

.api_content > table {
    border: none !important;
}

.api_content > p > img {
    width: 100% !important;
}

#base_page_content > .section > .container {
    width: 100% !important;
}

#base_page_content p {
    font-family: 'Poppins', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #333 !important;
}

#base_page_content ul > li{
    font-family: 'Poppins', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    color: #333 !important;
}

#base_page_content img{
    width: 100% !important;
}

#base_page_content td > img{
    width: 35px !important;
}

#base_page_content th > img{
    width: 36px !important;
}

/*END API CONTENT*/

/*OVERWRITES*/

/*END OF OVERWRITES*/