/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/*style for card box in category & search_result*/
.review_listing {
    background-color: #fff;
    border-radius: 3px !important;
    padding: 0px !important;
    box-sizing: content-box;
    box-shadow: 0 1px 4px rgba(42, 44, 45, 0.86) !important;
    transition: box-shadow 0.3s ease-in-out;

}
.review_listing:hover{
    background-color: #fff;
    border-radius: 3px !important;
    padding: 0px !important;
    box-sizing: content-box;
    box-shadow:  0 0 4px 1px #0000004d !important;


}


.styles_button {
    border: none;
    background: none;
    display: inline;

    padding: 4px;
    color: #1c1c1c;
}

.div_styles_button :hover {
    color: #1a66ff;
}


.tooltip_tooltip__9gA3F[x-placement^=bottom] {
    padding-top: 12px;
    top: 0px;
    left: 0px;
}

.tooltip_tooltip__9gA3F .tooltip_tooltip-wrapper__K6y73 {
    position: relative;
    border-radius: 8px;
    filter: drop-shadow(0 0 8px #0000004d);
}

.tooltip_tooltip__9gA3F[x-placement^=bottom] .tooltip_tooltip-arrow__UG_Zc {
    top: -4px;
}

.tooltip_tooltip__9gA3F .tooltip_tooltip-arrow__UG_Zc {
    position: absolute;
    top: 100%;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: #fff;
    transform: rotate(45deg);
}

.tooltip_tooltip__9gA3F .tooltip_tooltip-inner__KwHH_ {
    z-index: inherit;
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    position: relative;
    max-width: 360px;
}

.tooltip_tooltip__9gA3F .tooltip_tooltip-title__cArTW {
    margin-bottom: 8px;
}

.typography_appearance-default__AAY17 {
    color: #1c1c1c;
}

.typography_appearance-default__AAY17 {
    color: #1c1c1c;
}

.styles_list__4noUG {
    list-style: none;
}

.styles_list__4noUG .styles_item__3AZ_v {
    color: #1b1b21;
    display: flex;
    padding: 5px 0px;
    border-top: 1px solid #dcdce6;
}

.styles_parent_div {
    margin-right: -10px;
}

.styles_list__4noUG .styles_item__3AZ_v svg {
    margin: 5px 10px 2px 10px;
    min-width: 16px;
}

.icon_icon__ECGRl, .icon_icon__ECGRl *, .icon_icon__ECGRl :after, .icon_icon__ECGRl :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: .5px;
    vertical-align: middle;
}

.styles_list__4noUG .styles_item__3AZ_v {
    color: #1c1c1c;
}

.styles_list__4noUG .styles_item__3AZ_v {
    color: #686869;

}

.link_underlined__OXYVM {
    text-decoration: underline;
}

.typography_appearance-action__9NNRY {
    color: #205cd4;
}

.li_text_align {
    text-align: -webkit-match-parent;
}

.product-card.company-card:hover {
    box-shadow: none;
    transform: none;
}

.product-card.company-card {
    transition: 0s ease-in-out;
}

.tooltip_tooltip {
    width: 500px;
    font-size: 13px;
    display: none;
    position: absolute;
    will-change: transform;
    transform: translate3d(0px, 160px, 0px);
}

@media only screen and (max-width: 500px) {
    .tooltip_tooltip {
        width: 300px;
        transform: translate3d(0px, 172px, 0px);
        font-size: 12px;
    }
}

@media only screen and (max-width: 330px) {
    .tooltip_tooltip {
        width: 290px;
    }
}

.div_tooltip_l {
    left: 444px;
}

.icon_icon_wh {
    width: 16px;
    height: 16px;
}


.div_parent_logo-place_m {
    margin-top: -20px;
    margin-bottom: 20px;
}

.parent {
    display: inline-block;
}

.typed-out {
    overflow: hidden;
    border-right: 0.15rem solid;
    white-space: nowrap;
    animation: typing 2s forwards;

}

@keyframes typing {
    from {
        width: 0%
    }
    to {
        width: 100%
    }
}

.category-border {
    display: grid;
    place-items: center;
    min-height: 0px;
    border: 3px solid;
    padding: 2px;
}

.category-sides {
    border-image: linear-gradient(to left, white, #311b92) 1 0;
}

.category-span {
    font-size: 13px;
    color: grey;
}

.position-unset {
    position: unset !important;
}

.a-shadow {

    box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
}



