﻿.rounded-full {
    border-radius: 9999px;
    border-width: 0.5px;
    border-color: rgba(0, 34, 71,.5);
    border-style: solid;
}

    .rounded-full button {
        border: none;
        background: transparent;
    }

        .rounded-full button:hover {
            border: none;
            background: rgba(0, 34, 71,.1);
        }

#comment-section textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

    .rounded-full .first\:pl-2\.5:first-child {
        padding-left: .625rem !important;
    }

    .rounded-full .first\:rounded-l-full:first-child {
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
    }

    .rounded-full .last\:pr-2\.5:last-child {
        padding-right: .625rem !important;
    }

    .rounded-full.last\:rounded-r-full:last-child {
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
    }


    .rounded-full .value-button:disabled {
        opacity: 0.75;
        cursor: not-allowed;
    }

    .rounded-full .value-button.active {
        background: rgba(0, 34, 71,.1);
    }


