﻿.image-tool-tabs {
    background-color: #eeeff3;
    overflow: hidden;
}

.beforeAfter > div:last-child > div > div {
    align-content: center;
}

.compressor-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
}
.preview-lg {
    width: 256px ;
    height: 144px ;
}
.preview-md {
    width: 128px ;
    height: 72px ;
}
.preview-sm {
    width: 64px ;
    height: 36px ;
}
.preview-xs {
    width: 32px ;
    height: 18px ;
}

.h-fit-content {
    height: fit-content;
}
.text-orange {
    color: #ff851b !important;
}
.fw-bold {
    font-weight: bold;
}