.opt-progress {
    height: 0.388rem !important;
}

.demo-opt-img {
    height: 4.81rem;
    width: 8.658rem;
}

.col-fixed-height-3 .row {
    height: 3rem;
    line-height: 2.938rem;
}

.spinner-wrapper-sizing {
    height: 1.25rem;
    width: 1.25rem;
}
.spinner-icon-sizing {
    height: 100% !important;
    width: 100% !important;
}

.card-border {
    border-width: 0.125rem !important;
}

.rounded-border-results {
    border-radius: 0.75rem
}

.share-btn {
    width: fit-content;
}

.share-btn:hover .share-icon-primary{
    content: url('./../img/svg/icons/share-icon-white.svg') !important;
}

.url-data-container {
    max-width: 19.875rem;
}

@media (min-width: 576px) {
    .url-data-container {
        max-width: 27.5rem;
    }
}

@media (min-width: 1200px) {
    .opt-card {
        width: 32.938rem !important;
        max-width: 32.938rem !important;
        height: 18.5rem !important;
    }

    .demo-opt-img {
        height: 100% !important;
        width: 100% !important;
    }

    .opt-progress {
        height: 0.616rem !important;
    }
}

@media (min-width: 1400px) {
    .url-data-container {
        max-width: 27.5rem;
    }
}