.btn {
    line-height: 1;
}

/*.btn::after {*/
/*transform: translateY(-1px);*/
/*}*/

.search .select2-container .select2-selection--single {
    position: relative;
}

.btn-form-clear:hover {
    border-color: rgb(109, 42, 233);
    background: transparent;
    background-color: rgb(109, 42, 233);
    color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}
.btn-form-clear {
    width: 130px;
    height: 76px;
    flex: 0 0 76px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    color: white;
    background-color: rgb(0, 169, 157);
    border-color: rgb(0, 169, 157);
    border: none;
}

@media(max-width: 1023px) {
    .btn-form-clear {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
        background-size: 30%;
    }
    .search:has(.btn-form-clear) .search-keys {
        width: calc(100% - 72px);
    }
    .detail__preview-card {
        padding-bottom: 25%;
        min-height: 245px;
    }
}

@media(max-width: 480px) {
    .btn-form-clear {
        width: 100%;
        flex: 0 0 auto;
        background-size: 30%;    
        font-size: 12px;
        background-image: none;
        justify-content: center;
    }
    .search:has(.btn-form-clear) .search-keys {
        width: 100%;
    }
    .detail__preview-card {
        padding-bottom: 58%;
        min-height: auto;
    }
}