h1,h2,h3,h4,h5,p,ul {
    padding: 0;
    margin: 0
}

:root {
    --font-24-slot: 24px;
    --font-18-slot: 18px;
    --font-16-slot: 16px;
    --font-14-slot: 14px;
    --font-weight-600-slot: 600;
    --font-weight-400-slot: 400;
    --font-weight-500-slot: 500;
    --font-color-white: #FFFFFF;
    --border-slots: 1px solid #377BBB;
    --background-slots: #1E1E1E;
    --margin-buttom-16px: 16px;
    --pad-top-30: 30px
}

.slots_container {
    padding: 0 16px 50px 16px
}

.slots_container_divide {
    display: flex;
    gap: 16px;
    width: 100%;
    padding-top: var(--pad-top-30)
}

.slots_left_menu {
    max-width: 440px;
    width: 100%;
    border: var(--border-slots);
    height: fit-content
}

.filter_portion {
    padding: 10px;
    position: relative;
}

.filter_textsmall {
    cursor: pointer;
    text-transform: uppercase;
    color: #abd86b;
    font-size: 13px;
    font-weight: 700;
    padding: 4px;
    border: #abd86b 1px solid;
    text-align: end;
    margin-left: auto;
    width: fit-content;
    display: none;
    position: absolute;
    right: 10px;
}

.filter_list {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center
}

.filter_list {
    margin-top: 16px
}

.filter_list_child_text {
    font-size: var(--font-18-slot);
    color: var(--font-color-white);
    font-weight: var(--font-weight-500-slot)
}

.filter_list_child {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    cursor: pointer
}

.catagory_head {
    background: #1a5684;
    font-size: var(--font-18-slot);
    color: var(--font-color-white);
    font-weight: var(--font-weight-500-slot);
    text-align: center;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center
}

.catagory_list ul li {
    font-weight: var(--font-weight-400-slot);
    color: var(--font-color-white);
    font-size: var(--font-16-slot);
    list-style: none
}

.catagory_list ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 18px;
    padding: 25px 40px
}

.catagory_list ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer
}

.catagory_list ul li span {
    width: 16px;
    height: 16px;
    border: 1.5px solid #b5bdc5;
    border-radius: 20px;
    background: #f1f5f9;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center
}

.search_provider input {
    padding: 10px 0 10px 48px;
    border: var(--border-slots);
    background: 0 0;
    width: 100%;
    color: var(--font-color-white)
}

.search_provider input::placeholder {
    font-weight: var(--font-weight-400-slot);
    font-size: var(--font-16-slot);
    color: #b5bdc5
}

.provider_section {
    padding: 20px 10px
}

.search_provider {
    display: flex;
    align-items: center;
    position: relative
}

.search_provider img,.slots_head_search img {
    position: absolute;
    left: 10px
}

.list_provider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 20px;
    padding-top: 16px
}

.list_provider_logo {
    height: 55px;
    border: var(--border-slots);
    display: flex;
    align-items: center;
    justify-content: center
}

.slots_right_head {
    border: var(--border-slots);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    font-weight: var(--font-weight-500-slot);
    color: var(--font-color-white);
    font-size: var(--font-24-slot)
}

.slots_right_head {
    display: flex;
    align-items: center
}

.slots_right_menu {
    width: 100%
}

.slots_head_search {
    position: relative;
    display: flex;
    align-items: center;
    width: 500px
}

.slots_head_search input {
    padding: 10px 0 10px 48px;
    border: var(--border-slots);
    background: 0 0;
    width: 100%;
    color: var(--font-color-white)
}

.slots_head_search input::placeholder {
    font-weight: var(--font-weight-400-slot);
    font-size: var(--font-16-slot);
    color: #b5bdc5;
    max-width: 700px;
    width: 100%
}

.title_viewall {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--margin-buttom-16px)
}

.title_viewall h2 {
    text-transform: uppercase;
    font-weight: var(--font-weight-600-slot);
    font-size: var(--font-18-slot);
    color: var(--font-color-white)
}

.search_list_main.section2 .search_list .search_list_title {
    padding: 0
}

.title_viewall a {
    color: #abd86b;
    font-size: var(--font-16-slot);
    font-weight: var(--font-weight-500-slot)
}

.content_main {
    margin-top: 30px
}

.card_body {
    height: 145px;
    position: relative;
    border: var(--border-slots);
    overflow: hidden;
    cursor: pointer
}

.buttom_labil {
    background: rgba(10,41,64,.8);
    padding: 8px 0 8px 8px;
    font-weight: var(--font-weight-500-slot);
    font-size: var(--font-16-slot);
    color: var(--font-color-white);
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    left: 1px
}

.card_contain {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 16px
}

.card_body img {
    height: 100%;
    width: 100%
}

.btn_more_show button {
    font-weight: var(--font-weight-500-slot);
    font-size: var(--font-14-slot);
    color: var(--font-color-white);
    background: #82b031;
    border-bottom: 4px solid #526e1f;
    max-width: 200px;
    width: 100%;
    height: 48px;
    border: #ffdead;
    box-shadow: inset 0 -4px 0 #668a28;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

.btn_more_show button:hover {
    box-shadow: inset 0 -48px 0 #668a28;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn_more_show {
    display: flex;
    justify-content: center;
    padding: 30px
}

.catogory_tab_contain {
    display: none
}

.catogory_tab {
    padding: 10px;
    border: var(--border-slots)
}

.provider_tab {
    display: none
}

.catagory_list ul li.active p {
    color: #abd86b
}

.catagory_list ul li.active span::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #1a5684;
    border-radius: 16px
}

.filter_list_child.active .filter_list_child_text {
    color: #abd86b
}

.filter_list_child.active .filter_list_child_icon svg path {
    stroke: #abd86b
}

.search_container {
    height: 100%;
    z-index: 1111111;
    width: 100%;
    background: linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),rgba(10,42,66,.3);
    backdrop-filter: blur(5px);
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: fixed;
    top: 0
}

.close_icon_search {
    position: absolute;
    right: 44px;
    top: 11px;
    display: none
}

.search_poppup {
    border: var(--border-slots);
    height: 85%;
    max-width: 1480px;
    width: 85%;
    max-height: 900px;
    background: rgba(10,42,66,.8);
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
    backdrop-filter: blur(7px);
    overflow: hidden;
    padding: 70px 70px 0 70px;
    display: flex;
    flex-direction: column
}

.search_box input {
    width: 100%;
    border: var(--border-slots);
    padding: 13px 0 13px 48px;
    background: 0 0;
    color: var(--font-color-white)
}

.close_icon_search img {
    max-width: unset;
    width: 18px;
    top: 1px
}

.search_box {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 700px;
    width: 100%
}

.search_box img {
    position: absolute;
    left: 10px
}

.search_box input::placeholder {
    color: #b5bdc5;
    font-size: var(--font-16-slot)
}

.search_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    gap: 10px
}

.search_close {
    height: 40px;
    cursor: pointer;
    border: var(--border-slots);
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.search_list_title {
    font-size: var(--font-18-slot);
    text-transform: uppercase;
    font-weight: var(--font-weight-500-slot);
    padding-top: var(--pad-top-30);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--margin-buttom-16px)
}

.grid_games_body {
    position: relative
}

.grid_games_body img {
    width: 100%;
    border: var(--border-slots)!important
}

.search_games_card {
    white-space: nowrap;
    border: var(--border-slots);
    font-weight: var(--font-weight-400-slot);
    overflow: hidden;
    font-size: var(--font-16-slot);
    color: #b5bdc5;
    text-align: center;
    padding: 13px;
    text-overflow: ellipsis
}

.search_games {
    margin-top: 10px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr))
}

.search_result {
    display: flex;
    justify-content: space-between
}

.search_list_title p {
    font-size: var(--font-16-slot);
    font-weight: var(--font-weight-500-slot);
    color: #abd86b;
    text-transform: uppercase
}

.grid_games {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    position: relative;
    margin-top: 10px;
    overflow-x: hidden
}

.search_list_main::-webkit-scrollbar {
    display: none
}

.search_list_main {
    overflow-x: hidden;
    padding: 0 2px
}

.search_list_main::-webkit-scrollbar {
    display: none
}

.padding_top_zero {
    padding-top: 0
}

.swiper-slide img {
    width: 100%
}

.slider_common .swiper-wrapper {
    height: auto!important
}

.pagnation_slide_common .swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    background: #d9d9d9;
    border-radius: 10px
}

.close_slots {
    position: absolute;
    right: 17px;
    top: 8px;
    display: none;
    z-index: 9999999;
    cursor: pointer
}

.close_slots.casino {
    top: 10px
}

.close_slots img {
    width: 15px
}

.slots_input {
    position: relative
}

.pagnation_slide_common .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #377bbb
}

.pagnation_slide_common {
    margin-bottom: 10px
}

.slider_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    cursor: pointer;
    background: #377bbb
}

.slider_searchflow {
    display: flex;
    gap: 20px;
    overflow: scroll
}

.slider_list_games {
    display: flex;
    gap: 20px;
    align-items: center
}

.slider_searchflow_games {
    border: var(--border-slots);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 135px;
    cursor: pointer
}

.slider_searchflow::-webkit-scrollbar {
    display: none
}

.search_games_cards_body {
    border: var(--border-slots);
    display: flex;
    background: #071d2e;
    padding: 10px;
    gap: 10px;
    position: relative
}

.search_games_text h3 {
    color: #b5bdc5;
    margin-top: 6px;
    font-size: 12px;
    font-weight: var(--font-weight-400-slot)
}

.search_games_logo {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #08263d
}

.search_games_cards {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 16px
}

.search_games_text_child {
    display: flex;
    gap: 4px;
    align-items: center
}

.search_games_text_child p {
    color: var(--font-color-white);
    font-size: var(--font-16-slot);
    font-weight: var(--font-weight-500-slot)
}

.search_games_text_child span {
    padding: 2px 6px;
    color: var(--font-color-white);
    font-size: 10px;
    font-weight: var(--font-weight-500-slot);
    background: #1a5684;
    border-radius: 3px
}

.search_games_text_child h6 {
    color: var(--font-color-white);
    font-size: 10px;
    padding: 2px 6px;
    background: #82b031;
    border-radius: 3px
}

.nodata_content h3 {
    font-weight: var(--font-weight-400-slot);
    font-size: var(--font-18-slot);
    color: var(--font-color-white);
    text-align: center
}

.nodata_content p {
    font-weight: var(--font-weight-400-slot);
    font-size: var(--font-16-slot);
    color: var(--font-color-white);
    margin-top: 10px;
    text-align: center
}

.nodata_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px
}

.search_overflow {
    overflow: scroll
}

.search_overflow::-webkit-scrollbar {
    display: none
}

.search_main_content {
    flex: 1;
    height: 100%;
    overflow: scroll;
    padding-bottom: 4.5rem;
    -ms-overflow-style: none;
    scrollbar-width: none
}

@supports (-webkit-touch-callout:none) {
    @media (orientation: portrait) {
        .search_main_content {
            padding-bottom:10rem
        }
    }
}

.search_overflow1 {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.search_main_content::-webkit-scrollbar,.search_overflow1::-webkit-scrollbar {
    display: none
}

.card_body:hover {
    border: #a0bee7 2px solid
}

.card_body:after {
    position: absolute;
    top: 0;
    left: 10px;
    width: 8px;
    height: 100%;
    content: '';
    background: #fff;
    box-shadow: 1px 8px 16px 10px #fff;
    opacity: .3;
    transition: none;
    transform: skewX(-20deg);
    animation: hover_line_after .3s ease forwards;
    transition: left .3s ease
}

.card_body:hover:after {
    animation: hover_line .3s ease forwards;
    transition: left .3s ease;
    visibility: visible
}

@keyframes hover_line_after {
    0% {
        left: 120%;
        visibility: visible
    }

    100% {
        left: 0;
        visibility: hidden
    }
}

@keyframes hover_line {
    0% {
        left: 0;
        visibility: visible
    }

    100% {
        left: 120%;
        visibility: hidden
    }
}

.card_body:hover img {
    -webkit-transform: scale(1.07,1.07);
    -moz--transform: scale(1.07,1.07);
    -o--transform: scale(1.07,1.07);
    -ms-transform: scale(1.07,1.07);
    transform: scale(1.07,1.07);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.card_body img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media screen and (min-width: 1025px) and (max-width:1400px) {
    .slots_left_menu {
        max-width:400px
    }

    .slots_left_menu {
        max-width: 380px
    }

    .card_contain {
        grid-template-columns: repeat(4,1fr);
    }

    .catagory_list ul {
        padding: 20px 20px
    }

    .filter_list {
        gap: 30px
    }

    .card_contain {
        gap: 10px
    }

    :root {
        --font-24-slot: 20px;
        --font-18-slot: 16px;
        --font-16-slot: 14px
    }
}

.img_slider_mobile {
    display: none
}

@media screen and (max-width: 1024px) {
    .slots_left_menu {
        display:none
    }

    .close_slots {
        top: 10px
    }

    .for_provider {
        display: none
    }

    .close_icon_search {
        right: 43px;
        top: 12px
    }

    .close_icon_search img {
        width: 15px
    }

    .slider_searchflow {
        gap: 8px
    }

    .search_list_title {
        padding-top: 20px
    }

    .nodata_main {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        height: calc(100vh - 150px)
    }

    .nodata_content img {
        width: 166px
    }

    .search_top {
        padding-bottom: 20px
    }

    .slider_btn {
        display: none
    }

    .search_games_cards {
        gap: 10px
    }

    .slider_searchflow_games {
        width: 120px;
        height: 40px
    }

    .img_slider_mobile {
        display: block
    }

    .card_contain {
        grid-template-columns: repeat(3,1fr)
    }

    .search_games {
        gap: 8px;
        grid-template-columns: repeat(auto-fit,minmax(118px,1fr))
    }

    .img_slider_desktop {
        display: none
    }

    .search_games_card {
        padding: 10px
    }

    .pagnation_slide_common .swiper-pagination-bullet {
        width: 55.42px;
        height: 3.96px
    }

    .search_poppup {
        width: 100%;
        min-height: 100vh!important;
        background: #0a2a42;
        padding: 20px 10px;
        box-sizing: border-box
    }

    .search_list_title {
        font-weight: 500
    }

    .search_container {
        min-height: 100vh;
        align-items: self-start;
        background: #00233d
    }

    .search_box input {
        padding: 0 0 0 48px;
        height: 42px
    }

    .search_box {
        max-width: unset;
        flex: 1
    }

    .catagory_list ul {
        padding: 0
    }

    .slots_head_search {
        width: 370px
    }

    :root {
        --font-24-slot: 16px;
        --font-18-slot: 16px;
        --font-16-slot: 14px;
        --font-14-slot: 13px;
        --margin-buttom-16px: 10px;
        --font-weight-500-slot: 400;
        --font-weight-600-slot: 500
    }

    .slots_right_head {
        height: 60px;
        padding: 0 20px
    }

    .catogory_tab {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
        margin-top: 12px
    }

    .slots_right_head {
        font-weight: 500
    }

    .catogory_tab_filter {
        display: flex;
        gap: 10px
    }

    .catogory_tab_filter svg {
        width: 60%
    }

    .filter_icons.active svg path {
        stroke: #abd86b
    }

    .catogory_tab_hidden {
        border: var(--border-slots);
        padding: 15px;
        background: rgba(10,42,66,.8);
        border: 1px solid #377bbb;
        box-shadow: 0 4px 20px rgba(0,0,0,.25);
        backdrop-filter: blur(7px);
        position: absolute;
        width: -webkit-fill-available;
        z-index: 9;
        display: none
    }

    .catogory_tab_contain {
        display: block;
        position: relative
    }

    .btn_catagory {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .filter_icons {
        width: 40px;
        height: 40px;
        display: flex;
        background: rgba(26,86,132,.3);
        justify-content: center;
        align-items: center
    }

    .btn_catagory button {
        background: #377bbb;
        width: 150px;
        height: 40px;
        color: var(--font-color-white);
        font-weight: var(--font-weight-500-slot);
        font-size: var(--font-14-slot);
        border: none;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center
    }

    .provider_tab {
        display: flex;
        gap: 8px;
        margin-top: 12px;
        overflow: scroll;
        width: 100%
    }

    .provider_tab_list {
        border: var(--border-slots);
        min-width: 137px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px
    }

    .grid_games {
        grid-template-columns: repeat(auto-fit,minmax(242px,1fr))
    }

    .provider_tab_list img {
        width: 95%;
        height: 28px
    }

    .provider_tab::-webkit-scrollbar {
        display: none
    }

    .btn_more_show button {
        max-width: 125px;
        font-weight: 500
    }

    .slots_container {
        padding: 0 10px 50px 10px
    }

    .card_contain {
        gap: 10px
    }

    .buttom_labil {
        padding: 7px 0 7px 8px
    }

    .btn_catagory {
        font-weight: 500!important
    }

    .btn_catagory button img {
        transform: rotate(0);
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    .btn_catagory button .rotateimg {
        transform: rotate(180deg);
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        transition: all .3s linear
    }

    .search_close img {
        width: 18px
    }

    .search_games_cards {
        gap: 8px
    }

    .pagnation_slide_common {
        margin-bottom: unset
    }
}

@media screen and (max-width: 600px) {
    :root {
        --font-24-slot:15px;
        --font-18-slot: 15px;
        --font-16-slot: 13px;
        --font-14-slot: 12px;
        --pad-top-30: 20px
    }

    .search_games_logo {
        width: 58px;
        height: 58px
    }

    .search_games_cards {
        gap: 6px
    }

    .nodata_content img {
        width: 150px
    }

    .search_games_cards {
        grid-template-columns: repeat(1,1fr)
    }

    .search_games_logo img {
        width: 34px
    }

    .pagnation_slide_common {
        position: initial!important;
        margin-top: 10px;
        margin-bottom: 10px
    }

    .pagnation_slide_common .swiper-pagination-bullet {
        width: 20px;
        height: 1px
    }

    .search_box input {
        height: 38px
    }

    .search_games {
        grid-template-columns: repeat(4,1fr)
    }

    .search_close {
        height: 36px;
        width: 36px
    }

    .grid_games {
        grid-template-columns: repeat(2,1fr)
    }

    .search_close img {
        width: 16px
    }

    .slots_head_search {
        width: 220px
    }

    .slots_right_head {
        height: 56px
    }

    .content_main {
        margin-top: 24px
    }

    .card_contain {
        grid-template-columns: repeat(2,1fr)
    }

    .provider_tab_list {
        height: 35px;
        min-width: 120px
    }

    .btn_more_show button {
        height: 36px
    }

    .slots_right_head {
        padding: 0 10px
    }

    .filter_icons {
        height: 36px;
        width: 36px
    }

    .catagory_list ul li {
        gap: 4px
    }

    .slider_searchflow {
        gap: 8px
    }

    .slider_searchflow {
        gap: 6px
    }
}

@media screen and (max-width: 360px) {
    :root {
        --font-24-slot:14px;
        --font-18-slot: 14px;
        --font-16-slot: 12px;
        --font-14-slot: 11px
    }

    .search_games_text h3 {
        font-size: 10px
    }

    .search_games_cards {
        gap: 4px
    }

    .slider_searchflow {
        gap: 4px
    }

    .search_games_logo {
        height: 54px;
        width: 54px
    }

    .search_games_logo img {
        width: 30px
    }

    .content_main {
        margin-top: 20px
    }

    .filter_icons {
        height: 32px;
        width: 32px
    }

    .slider_searchflow_games {
        width: 100px;
        height: 32px
    }

    .btn_catagory button {
        width: 110px;
        height: 32px;
        gap: 5px
    }

    .btn_catagory button img {
        width: 10px
    }

    .search_games_card {
        padding: 8px
    }
}

@media screen and (max-width: 320px) {
    :root {
        --font-24-slot:13px;
        --font-18-slot: 13px;
        --font-16-slot: 11px;
        --font-14-slot: 10px
    }

    .slots_head_search {
        max-width: 145px
    }

    .card_contain {
        grid-template-columns: repeat(auto-fit,minmax(125px,1fr))
    }

    .nodata_content img {
        width: 130px
    }

    .slots_head_search input {
        max-width: 145px
    }

    .filter_icons {
        height: 28px;
        width: 28px
    }

    .btn_catagory button {
        width: 92px;
        height: 28px;
        gap: 5px
    }

    .search_games {
        grid-template-columns: repeat(3,1fr)
    }

    .search_poppup {
        padding: 20px 8px
    }
}

@media screen and (max-height: 768px) and (orientation :landscape) {
    .nodata_content {
        display:flex;
        flex-direction: column;
        align-items: center
    }

    .nodata_content img {
        width: 90px
    }
}

.slots_casino_provider_games a {
    flex-wrap: nowrap !important;
}

.list_provider_logo.active {
    border: 3px solid #377BBB;
}

.list_provider_logo {
    cursor: pointer;
}

@media screen and (max-width: 1023px) {
    .list_provider_logo {
        min-width: 120px;
    }

    .list_provider_logo img {
        width: 90%;
    }
}

.loader_dis {
    display: none;
}

.slots_more {
    display: block;
}

.card_body {
    height: 145px;
}

@media screen and (min-width: 2000px) {
    .card_contain {
        grid-template-columns: repeat(6,1fr);
    }

    .card_body {
        height: 230px;
    }
}

.list_provider {
    max-height: 450px;
    overflow: scroll;
}

.list_provider_logo img {
    max-height: 31px;
}
