:root, [data-bs-theme=light] {
    --bs-blue: #2c7979;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    /*--bs-primary: #2c7979;*/
    --bs-primary: #197292;
    --bs-secondary: #53abab;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #ced4da;
    --bs-dark: #131313;
    /*--bs-primary-rgb: 83, 171, 171;*/
    --bs-primary-rgb: 44, 121, 121;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 206, 212, 218;
    --bs-dark-rgb: 19, 19, 19;
    --bs-primary-text-emphasis: #1b264c;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d9f2f0;
    --bs-secondary-bg-subtle: #f8f9fa;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #b4bfe5;
    --bs-secondary-border-subtle: #e9ecef;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Nunito";
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #607080;
    --bs-body-color-rgb: 96, 112, 128;
    --bs-body-bg: #f4f7f7;
    --bs-body-bg-rgb: 242, 247, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(96, 112, 128, .75);
    --bs-secondary-color-rgb: 96, 112, 128;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(96, 112, 128, .5);
    --bs-tertiary-color-rgb: 96, 112, 128;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    /*--bs-heading-color: #25396f;*/
    --bs-heading-color: #1d474b;
    --bs-link-color: #2c7979;
    --bs-link-color-rgb: 83, 171, 171;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #364b98;
    --bs-link-hover-color-rgb: 4, 83, 83;
    --bs-code-color: #d63384;
    --bs-highlight-color: #607080;
    --bs-highlight-bg: #fcf8e3;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .25rem;
    --bs-border-radius-sm: .2rem;
    --bs-border-radius-lg: .3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 .75rem 3rem rgba(0, 0, 0, .225);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(83, 171, 171, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #f4f7f7;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, .75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, .5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #8e9ed8;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #0d1326;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #283872;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #8e9ed8;
    --bs-link-hover-color: #a5b1e0;
    --bs-link-color-rgb: 142, 158, 216;
    --bs-link-hover-color-rgb: 4, 83, 83;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, .15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2c7979;
    --bs-btn-border-color: #2c7979;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #349191;
    --bs-btn-hover-border-color: #349191;
    --bs-btn-focus-shadow-rgb: 95, 118, 200;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #368d98;
    --bs-btn-active-border-color: #32978f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2c8379;
    --bs-btn-disabled-border-color: #2c8d79
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #e8edef;
    --bs-btn-border-color: #e8edef;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ced5da;
    --bs-btn-hover-border-color: #ced5da;
    --bs-btn-focus-shadow-rgb: 175, 180, 185;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #a5aaae;
    --bs-btn-active-border-color: #9b9fa4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ced4da;
    --bs-btn-disabled-border-color: #ced4da
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #131313;
    --bs-btn-border-color: #131313;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #363636;
    --bs-btn-hover-border-color: #2b2b2b;
    --bs-btn-focus-shadow-rgb: 54, 54, 54;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #424242;
    --bs-btn-active-border-color: #2b2b2b;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #131313;
    --bs-btn-disabled-border-color: #131313
}

.btn-outline-primary {
    --bs-btn-color: #2c7979;
    --bs-btn-border-color: #2c7979;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2c7979;
    --bs-btn-hover-border-color: #2c7979;
    --bs-btn-focus-shadow-rgb: 83, 171, 171;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2c7979;
    --bs-btn-active-border-color: #2c7979;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #2c7979;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #2c7979;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #ced4da;
    --bs-btn-border-color: #ced4da;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ced4da;
    --bs-btn-hover-border-color: #ced4da;
    --bs-btn-focus-shadow-rgb: 206, 212, 218;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ced4da;
    --bs-btn-active-border-color: #ced4da;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #ced4da;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ced4da;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #131313;
    --bs-btn-border-color: #131313;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #131313;
    --bs-btn-hover-border-color: #131313;
    --bs-btn-focus-shadow-rgb: 19, 19, 19;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #131313;
    --bs-btn-active-border-color: #131313;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: #131313;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #131313;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: #2c7979;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #369890;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #368d98;
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(242 244 244) !important;
}

.bg-light-primary {
    background-color: #f1f8f6;
}

legend {
    font-size: 1.25rem !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgb(205 154 0) !important;
}


.utility-button {
    position: relative;
}

.utility-button .multi-button {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    /*top: 1.25rem;*/
    /*left: 1.25rem;*/
    border-radius: 100%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    transition: 0.25s cubic-bezier(0.25, 0, 0, 1);
    visibility: hidden;
    overflow: hidden;
    /*opacity: 0;*/
}

.utility-button:hover .multi-button {
    visibility: visible;
    /*opacity: 1;*/
}

.utility-button:hover .multi-button button, .utility-button .multi-button:focus-within button {
        width: 2rem;
    height: 2rem;


}
.utility-button .multi-button button {
    display: grid;
    place-items: center;
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: transparent;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.25s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 -0.25rem #ffffff;;
}

.utility-button .multi-button button:hover {
    background: var(--bs-primary);
    color: #ffffff;
    box-shadow: 0 0 1rem -0.25rem rgba(0, 0, 0, 0.13);
);
}

.utility-button .multi-button button:first-child:nth-last-child(1) {
    left: 25%;
    top: 25%;
}

.utility-button .multi-button button:first-child:nth-last-child(2):nth-child(1), .utility-button .multi-button button:first-child:nth-last-child(2) ~ *:nth-child(1) {
    left: 37.5%;
    top: 18.75%;
}

.utility-button .multi-button button:first-child:nth-last-child(2):nth-child(2), .utility-button .multi-button button:first-child:nth-last-child(2) ~ *:nth-child(2) {
    left: 18.75%;
    top: 37.5%;
}

.utility-button .multi-button button:first-child:nth-last-child(3):nth-child(1), .utility-button .multi-button button:first-child:nth-last-child(3) ~ *:nth-child(1) {
    left: 50%;
    top: 15.625%;
}

.utility-button .multi-button button:first-child:nth-last-child(3):nth-child(2), .utility-button .multi-button button:first-child:nth-last-child(3) ~ *:nth-child(2) {
    left: 25%;
    top: 25%;
}

.utility-button .multi-button button:first-child:nth-last-child(3):nth-child(3), .utility-button .multi-button button:first-child:nth-last-child(3) ~ *:nth-child(3) {
    left: 15.625%;
    top: 50%;
}

.utility-button .multi-button button:first-child:nth-last-child(4):nth-child(1), .utility-button .multi-button button:first-child:nth-last-child(4) ~ *:nth-child(1) {
    left: 62.5%;
    top: 18.75%;
}

.utility-button .multi-button button:first-child:nth-last-child(4):nth-child(2), .utility-button .multi-button button:first-child:nth-last-child(4) ~ *:nth-child(2) {
    left: 37.5%;
    top: 18.75%;
}

.utility-button .multi-button button:first-child:nth-last-child(4):nth-child(3), .utility-button .multi-button button:first-child:nth-last-child(4) ~ *:nth-child(3) {
    left: 18.75%;
    top: 37.5%;
}

.utility-button .multi-button button:first-child:nth-last-child(4):nth-child(4), .utility-button .multi-button button:first-child:nth-last-child(4) ~ *:nth-child(4) {
    left: 18.75%;
    top: 62.5%;
}

.utility-button .multi-button button:first-child:nth-last-child(5):nth-child(1), .utility-button .multi-button button:first-child:nth-last-child(5) ~ *:nth-child(1) {
    left: 37.5%;
    top: 18.75%;
}

.utility-button .multi-button button:first-child:nth-last-child(5):nth-child(2), .utility-button .multi-button button:first-child:nth-last-child(5) ~ *:nth-child(2) {
    left: 18.75%;
    top: 37.5%;
}

.utility-button .multi-button button:first-child:nth-last-child(5):nth-child(3), .utility-button .multi-button button:first-child:nth-last-child(5) ~ *:nth-child(3) {
    left: calc(75% - 20px);
    top: 18.75%;
}

.utility-button .multi-button button:first-child:nth-last-child(5):nth-child(4), .utility-button .multi-button button:first-child:nth-last-child(5) ~ *:nth-child(4) {
    left: 18.75%;
    top: 62.5%;
}

.utility-button .multi-button button:first-child:nth-last-child(5):nth-child(5), .utility-button .multi-button button:first-child:nth-last-child(5) ~ *:nth-child(5) {
    left: 37.5%;
    bottom: 0;
}


.utility-button .container {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: #ffffff;;
    color: var(--bs-primary);
}

.utility-button:hover .multi-button, .utility-button .multi-button:focus-within {
    width: 10rem;
    height: 10rem;
}