.dr_ai_column{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.dr_ai_list_row{
    display: flex;
    align-items: center;
    gap: 3px;
    margin-right: 5px;
}
.dr_ai_chart{
    margin-bottom: 45px;
    display: none;
    flex-direction: column;
    align-items: center;
    align-self: center;
    width: 60%;
}
.dr_ai_table{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
}
.dr_ai_table_item{
    width: 33%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    margin-bottom: 20px;
}
.dr_ai_table_item a{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}
.dr_ai_table_item a:hover,
.dr_ai_table_item a:active,
.dr_ai_table_item a:focus{
    text-decoration: none;
}
.dr_ai_row{
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.dr_ai_title{
    color: #9c9b9b;
    font-size: 16px;
    font-weight: 400;
}
.dr_ai_value{
    color: #212121;
    font-size: 16px;
    font-weight: 500;
}
.dr_ai_green_bold{
    color: #5BB449;
    font-size: 16px;
    font-weight: 600;
}
.dr_ai_green_regular{
    color: #5BB449;
    font-size: 16px;
    font-weight: 500;
}
.dr_ai_orange{
    color: #F87125;
    font-size: 16px;
    font-weight: 500;
}
.dr_ai_cell{
    width: 25%;
    text-align: center;
}
.dr_ai_segment_A{
    width: 25%;
    height: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #5cb85c;
}
.dr_ai_segment_B{
    width: 25%;
    height: 20px;
    background-color: #f0c541;
}
.dr_ai_segment_C{
    width: 25%;
    height: 20px;
    background-color: #f98a06;
}
.dr_ai_segment_D{
    width: 25%;
    height: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #f4511e;
}

.dr_ai_rat_A,
.dr_ai_rat_B,
.dr_ai_rat_C,
.dr_ai_rat_D{
    visibility: hidden;
}
.dr_ai_subtext_1{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    margin-top: 19px;
    text-align: center;
}
.dr_ai_subtext_1 a{
    margin-left: 3px;
}
.dr_ai_subtext_2{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0 0;
    text-align: center;
}
.dr_ai_maintext{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}
.dr_ai_icon_row{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.dr_ai_icon_row img{
    margin-right: 5px;
}
.dr_ai_icon_row div{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
}
.dr_ai_text{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
    margin-top: 8px;
    margin-bottom: 27px;
}
.dr_ai_panel{
    display: none;
    border-radius: 8px;
    margin-bottom: 30px;
}
.dr_ai_panel > .card-header{
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: unset;
}

.dr_ai_panel > .card-body{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
}
.dr_ai_panel ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.dr_ai_panel ul li {
    position: relative;
    padding-left: 1.6em;
    margin-bottom: 0.5em;
    line-height: 1.4;
}
.dr_ai_panel ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 16.17l-3.88-3.88-1.41 1.41L9 19 20.3 7.71l-1.41-1.41z"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}

.dr_ai_grn{
    border: 1px solid #5BB449;
    background-color: #E8FFE3;
}
.dr_ai_grn > .card-header{
    background-color: #5BB449;
    color: #212121;
}

.dr_ai_ylw{
    border: 1px solid #FDC432;
    background: #FFFDDE;
}
.dr_ai_ylw > .card-header{
    background-color: #FDC432;
    color: #212121;
}

.dr_ai_org{
    border: 1px solid #F80;
    background: #FFF4E7;
}
.dr_ai_org > .card-header{
    background-color: #F80;
    color: #212121;
}

.dr_ai_red{
    border: 1px solid #f4511e;
    background: #FFE6D9;
}
.dr_ai_red > .card-header{
    background-color: #f4511e;
    color: #212121;
}

.dr_ai_feed_row{
    text-align: right;
    position: relative;
    width: 100%;
}
.dr_ai_feed_row b{
    color: #5BB449;
    font-size: 16px;
    font-weight: 600;
}
.dr_ai_feed_modal{
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 1px 14px 2px rgba(0, 0, 0, 0.15);
    padding: 35px 34px 40px 34px;
    position: absolute;
    display: none;
    width: 90%;
    bottom: 50px;
    right: 0;
}
.dr_ai_feed_title{
    color: #212121;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.dr_ai_feed_text{
    color: #212121;
    font-size: 16px;
    font-weight: 400;
}
.dr_ai_textarea{
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    width: 100%;
    height: 96px;
    padding: 10px;
}
.dr_ai_feed_area{
    margin: 16px 0 16px 0;
}

.dr_ai_like_href{
    color: #5BB449;
    font-size: 16px;
    font-weight: 500;
}
.dr_ai_like_href:hover,
.dr_ai_like_href:focus,
.dr_ai_like_href:active{
    color: #5BB449;
}
.dr_ai_like_href:hover>.bi-hand-thumbs-up::before{
    content: "\f406";
}
.dr_ai_active>.bi-hand-thumbs-up::before{
    content: "\f406";
}

.dr_ai_dislike_href{
    color: #f98a06;
    font-size: 16px;
    font-weight: 500;
}
.dr_ai_dislike_href:hover,
.dr_ai_dislike_href:focus,
.dr_ai_dislike_href:active{
    color: #f98a06;
}
.dr_ai_dislike_href:hover>.bi-hand-thumbs-down::before{
    content: "\f404";
}
.dr_ai_active>.bi-hand-thumbs-down::before{
    content: "\f404";
}
.dr_href_yakir{
    color: #5BB449;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
}
.dr_href_yakir:hover,
.dr_href_yakir:focus{
    color: #5BB449;
    text-decoration: underline;
}
.dr_ai_hr{
    width: 100%;
    border-top: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

@media (max-width: 1000px) {
    .dr_ai_table {
        flex-wrap: wrap;
    }
    .dr_ai_table_item{
        flex-grow: 1;
    }
}
@media (max-width: 900px) {
    .dr_ai_value, .dr_ai_green_regular, .dr_ai_green_bold, .dr_ai_orange, .dr_ai_title {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .dr_ai_right_border {
        float: none;
        padding: 0 15px 0 15px;
        margin: 0 0 20px 0;
        border-right: none;
    }
}
@media (max-width: 650px) {
    .dr_ai_value, .dr_ai_green_regular, .dr_ai_green_bold, .dr_ai_orange, .dr_ai_title {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    .dr_ai_table {
        flex-direction: column;
    }
    .dr_ai_table_item{
        width: 100%;
    }
}


@media (max-width: 650px) {

    .dr_ai_chart {
        width: 100%;
    }

    .dr_ai_icon_row div {
        font-size: 14px;
    }

    .dr_ai_text {
        font-size: 14px;
    }
}