.index_table{ position: relative; border: 1px solid #c9c9c9; width: 100%; height: 60vh; /* background-color: #000; */ overflow-y: scroll; overflow-x: hidden; } .index_title{ border-radius: 20px 20px 0 0 ; border: 1px solid #c9c9c9; } .color_row{ background-color: #c9c9c9; } .list-dot{ list-style-type: disc; } .snow_tires{ /* margin-top:0%; */ position:static; background-image: url(/img/artykuly/oznaczenia_opon/snow-bg.jpg); border-radius: 20px; box-shadow: 5px 5px 15px #777a; } .snow_card{ position: static; background-color: #fffc; border-radius: 10px ; box-shadow: 5px 5px 15px #888a; /* backdrop-filter: blur(5px); */ } .snow_title{ background-color: #fffc; border-radius:0 0 10px 10px ; box-shadow: 5px 5px 15px #888a; /* backdrop-filter: blur(5px); */ width: fit-content; margin: 0 auto; } .tires_title{ background-color: #db0303; color: #fff; position: relative; margin: 30px 0; } .tires_title::after{ content: ""; width: 100%; height: 15%; position: absolute; bottom: -25%; left: 0; /* display: inline-flex; */ background-color: #db0303; } .border_bottom{ border-bottom: 2px solid #db0303; width: fit-content; } .done{ position: relative; } .done::after{ content: ""; position: relative; display: inline-flex; top: 0; left: 2%; width: 20px; height: 20px; background-image: url(/img/artykuly/oznaczenia_opon/done.png) ; background-position: center; background-size: cover; } .bad{ position: relative; } .bad::after{ content: ""; position: relative; display: inline-flex; top: 0; left: 2%; width: 20px; height: 20px; background-image: url(/img/artykuly/oznaczenia_opon/error.png) ; background-position: center; background-size: cover; } .btn-danger{ background-color: #db0303; padding: 10px 20px; border-radius: 10px; } .btn-danger:hover{ background-color: #b50303; }