<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import '/fonts/inter/stylesheet.css';
@import '/fonts/bebas/stylesheet.css';
@import '/fonts/din-next/stylesheet.css';

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-weight: normal;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #333;
    font-size: 13px;
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 100%;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    /*font-size: 75%;*/
    line-height: 0;
    vertical-align: baseline;
}

sub {
    /*bottom: -0.25em;*/
}

sup {
    /*top: -0.5em;*/
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    margin: 0;
    padding: 0;
}

button {
    border-radius: 0;
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.MuiList-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.MuiListItem-root,
.MuiList-root {
    padding: 0;
    min-height: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.MuiListItem-root:hover {
    background: transparent;
}

.MuiMenuItem-root {
    overflow: visible !important;
}

.MuiTouchRipple-root {
    display: none;
}

.MuiGrid-item {
    /*padding-top: 0 !important;*/
}

.MuiGrid-root {
    margin-top: 0;
}

.MuiIconButton-sizeMedium {
    padding: 0;
}

.MuiIconButton-sizeMedium:hover {
    background: transparent;
}

.MuiSvgIcon-fontSizeSmall {
    fill: #c4c4c4 !important;
}

.Mui-checked .MuiSvgIcon-fontSizeSmall {
    fill: #c20c0d !important;
}

.MuiSlider-colorPrimary {
    color: #c3a578;
}

.MuiCheckbox-root {
    padding: 0px 9px !important;
}

.MuiCheckbox-root:hover {
    background-color: transparent !important;
}

.MuiFormControlLabel-label {
    line-height: 100% !important;
}

.MuiSlider-root,
.MuiSlider-root * {
    outline: none !important;
}

.MuiButton-root {
    text-transform: none !important;
}

.MuiTreeItem-root {
    margin-top: 5px !important;
}

.MuiTreeItem-iconContainer {
    background: transparent !important;
}

.MuiTreeItem-iconContainer svg {
    background-color: #fff;
    position: relative;
}

.MuiSelect-select:focus {
    background-color: transparent !important;
}

.form-control {
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #ececec;
    padding: 10px 25px;
    width: 100%;
}

.form-control::placeholder {
    color: #bababa;
}

.form-control:-ms-input-placeholder {
    color: #bababa;
}

.form-control::-ms-input-placeholder {
    color: #bababa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: bold !important;
}

h6 {
    font-size: 1rem;
}

.carousel-v1 .slick-list {
    overflow: visible;
}

.carousel-v1 .slick-slide {
    padding: 0 8px;
    outline: none;
}

.btn,
.btn:focus {
    background-color: #fff !important;
    border-radius: 6px !important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    padding: 0.625rem 1rem;
    line-height: 1;
    outline: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.btn-sm {
    padding: 0.5rem 0.81rem;
}

.btn-submit {
    border: none !important;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
}

.btn.btn-v2 {
    border: solid 1px #333 !important;
}

.btn-xs {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 0.8rem;
}

.btn_group .btn-xs {
    line-height: 1;
}

.btn.btn-v2.btn-xs {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    padding: 0 0.8rem;
}

.btn.btn-default {
    color: #333;
    border: solid 1px #333 !important;
}

.btn-danger {
    background: #ff5e6d !important;
    color: #fff;
    border: 1px solid #ff5e6d;
}

.btn.btn-danger:hover,
.btn.btn-danger.active {
    background-color: #ff384a !important;
    border-color: #ff2b3f !important;
    border: 1px solid #ff384a;
}

.btn-warning {
    background: #f5a623 !important;
    color: #fff;
    border: 1px solid #f5a623;
}

.btn-success,
.btn-submit {
    background: green !important;
    color: #fff;
    border: 1px solid green;
}

.btn-success-white-bg {
    background: #fff !important;
    color: green !important;
    border: 1px solid green !important;
}

.btn-info {
    color: #fff;
    background-color: #0b94f7 !important;
    border-color: #0b94f7 !important;
    border: 1px solid #0b94f7;
}

.btn.btn-info:hover,
.btn.btn-info.active {
    background-color: #077ed5 !important;
    border-color: #0777c8 !important;
    color: #fff;
}

.btn_group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn_group .btn,
.btn_group .btn:focus {
    padding: 8px 12px !important;
    border-radius: 0 !important;
    border: none !important;
    color: #fff;
    outline: none;
}

.btn_group .btn.btn-xs {
    font-size: 0.625rem;
}

.btn_group .btn:first-child,
.btn_group .btn:first-child:focus {
    border-radius: 5px 0 0 5px !important;
}

.btn_group .btn:last-child,
.btn_group .btn:last-child:focus {
    border-radius: 0 5px 5px 0 !important;
}

.btn.btn-disabled {
    background-color: rgba(58, 63, 81, 0.2) !important;
    border-color: rgba(58, 63, 81, 0) !important;
}

.btn-without-bg {
    background: transparent !important;
    color: #333;
}

.btn-without-bg.btn-success {
    color: green;
}

.btn-without-bg.btn-info {
    color: #0b94f7;
}

.btn.btn-choose-img {
    background-color: #ababab !important;
    color: #fff;
    padding: 14px 22px;
    height: auto;
    border: none;
    border-radius: 30px !important;
    outline: 0;
    font-weight: 700 !important;
    font-size: 16px;
    -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}

textarea {
    border-radius: 0;
    border: 1px solid #bebebe !important;
    font-size: 15px;
    padding: 0.875rem 1.375rem;
    resize: auto;
    overflow-x: hidden;
    width: 100% !important;
}

select {
    width: 100%;
    height: calc(2.25rem + 2px);
    border-radius: 0;
    border: 1px solid #bebebe;
    font-size: 15px;
    padding: 0.4375rem 0.75rem;
    color: #686868;
}

@keyframes dyinglight {
    15% {
        transform: scale(1.6);
    }
    50% {
        transform: rotate(-89deg);
    }
    100% {
        transform: rotate(-90deg);
    }
}

.square-box-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
}

.square-box-loader-square {
    display: block;
    width: 30px;
    height: 30px;
    background: #392c70;
}

.square-box-loader-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transform-origin: 50% 50% 0;
    animation: dyinglight 1s ease infinite;
    backface-visibility: hidden;
}

.square-box-loader-corner-top:before,
.square-box-loader-corner-top:after,
.square-box-loader-corner-bottom:before,
.square-box-loader-corner-bottom:after {
    position: absolute;
    width: 10px;
    height: 10px;
    color: #392c70;
    content: "";
}

.square-box-loader-corner-top:before {
    border-left: 1px solid;
    border-top: 1px solid;
    top: -4px;
    left: -4px;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    /*background: rgba(255,255,255,.7);*/
    top: 0;
    right: 0;
    z-index: 999;
}

#preloader.with-bg {
    background: rgba(255, 255, 255, 0.7);
}

.square-box-loader-corner-top:after {
    border-right: 1px solid;
    border-top: 1px solid;
    top: -4px;
    right: -4px;
}

.square-box-loader-corner-bottom:before {
    border-left: 1px solid;
    border-bottom: 1px solid;
    bottom: -4px;
    left: -4px;
}

.square-box-loader-corner-bottom:after {
    border-right: 1px solid;
    border-bottom: 1px solid;
    bottom: -4px;
    right: -4px;
}

div.spinner {
    position: relative;
    display: inline-block;
    background: #000;
    padding: 10px;
    border-radius: 10px;
}

div.spinner div {
    width: 6%;
    height: 16%;
    background: #fff;
    position: absolute;
    left: 49%;
    top: 43%;
    opacity: 0;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-animation: fade 1s linear infinite;
}

@-webkit-keyframes fade {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.25;
    }
}

div.spinner div.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -130%);
    -webkit-animation-delay: 0s;
}

div.spinner div.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -130%);
    -webkit-animation-delay: -0.9167s;
}

div.spinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -130%);
    -webkit-animation-delay: -0.833s;
}
div.spinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -130%);
    -webkit-animation-delay: -0.7497s;
}
div.spinner div.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -130%);
    -webkit-animation-delay: -0.667s;
}
div.spinner div.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -130%);
    -webkit-animation-delay: -0.5837s;
}
div.spinner div.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -130%);
    -webkit-animation-delay: -0.5s;
}
div.spinner div.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -130%);
    -webkit-animation-delay: -0.4167s;
}
div.spinner div.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -130%);
    -webkit-animation-delay: -0.333s;
}
div.spinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -130%);
    -webkit-animation-delay: -0.2497s;
}
div.spinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -130%);
    -webkit-animation-delay: -0.167s;
}
div.spinner div.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -130%);
    -webkit-animation-delay: -0.0833s;
}

.datepicker {
    background: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.datepicker input {
    cursor: pointer;
    font-size: 15px;
}

.MuiInput-underline:after,
.MuiInput-underline:before {
    content: " " !important;
    display: none;
}

.datepicker.v1 {
    width: 95px;
    height: 33px;
}

.datepicker.v2 {
    width: 112px;
    height: 27px;
}

.datepicker.v2 input {
    padding: 2px 5px;
}

.datepicker.v1 input {
    border: 1px solid #ccc;
    height: 33px;
    padding: 0 5px;
}

.datepicker-group-search span.datepicker-search-icon {
    padding: 3px;
    background: #fff;
    color: #fff;
    border: 1px solid #333;
    font-size: 13px;
    background: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.datepicker-group-search .datepicker.v2 {
    border: 1px solid #333;
}

.datepicker-group-search .datepicker.v2:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
}

.datepicker-group-search .datepicker.v2:nth-child(2) {
    border-right: none;
}

.mark {
    padding: 0.2em;
    font-size: 0.8rem;
    color: #ffffff;
}

.mark-warning {
    background: #f5a623;
}

.mark-info {
    background: #0b94f7;
}

input:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.MuiTreeItem-label.MuiTypography-body1 {
    font-size: 14px !important;
    align-items: center;
    display: flex;
}

.MuiTreeItem-group {
    margin-left: 23px !important;
}

i.has-img {
    background-image: url(/images/imgicon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
}

i.warning-img {
    background-image: url(/images/warning.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
}

.pdf-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c20c0d;
    cursor: pointer;
}

.pdf-link img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.invisible_scroll::-webkit-scrollbar {
    width: 0.1px;
}

/* Track */
.invisible_scroll::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
.invisible_scroll::-webkit-scrollbar-thumb {
    background: transparent;
}

/* Handle on hover */
.invisible_scroll::-webkit-scrollbar-thumb:hover {
    background: transparent;
}

/* Custom scrollbar */
.custom_scroll::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.custom_scroll::-webkit-scrollbar-track {
    background: #cccccc;
}

/* Handle */
.custom_scroll::-webkit-scrollbar-thumb {
    background: #6c757d;
}

/* Handle on hover */
.custom_scroll::-webkit-scrollbar-thumb:hover {
    background: #6c757d;
}

.sentry-error-embed .form-submit .btn {
    background: #25a6f7 !important;
}

.sentry-error-embed-wrapper {
    z-index: 9999999999999 !important;
}

.sentry-error-embed h2 {
    margin-bottom: 25px !important;
}

.sentry-error-embed .form-submit .powered-by {
    display: none !important;
}

.react-daterange-picker__calendar {
    z-index: 99 !important;
}

.react-calendar button:enabled:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.04) !important;
}

.react-calendar {
    border: none !important;
    border-radius: 5px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 5px 5px -3px, rgb(0 0 0 / 14%) 0px 8px 10px 1px,
        rgb(0 0 0 / 12%) 0px 3px 14px 2px;
    -moz-box-shadow: rgb(0 0 0 / 20%) 0px 5px 5px -3px, rgb(0 0 0 / 14%) 0px 8px 10px 1px,
        rgb(0 0 0 / 12%) 0px 3px 14px 2px;
    box-shadow: rgb(0 0 0 / 20%) 0px 5px 5px -3px, rgb(0 0 0 / 14%) 0px 8px 10px 1px, rgb(0 0 0 / 12%) 0px 3px 14px 2px;
}

.react-calendar__tile--now {
    background: #fff;
    border: 1px solid #cccc !important;
}

.react-calendar__navigation__arrow {
    font-size: 18px;
}

.apply-filter,
.apply-filter:focus {
    color: #3b70ca !important;
    border: 1px solid #3b70ca !important;
    padding: 10px 25px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
}

.default-btn {
    color: #fff !important;
    border: 1px solid #f3f3f3 !important;
    border-radius: 6px;
    padding: 10px 25px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
    background: #3b70ca !important;
}

.clear-filter,
.clear-filter:focus {
    color: #999999 !important;
    border: 1px solid #999999 !important;
    padding: 10px 25px !important;
    font-size: 13px !important;
    line-height: 16px !important;
    font-weight: 500 !important;
}

.apply-filter.icon,
.apply-filter.icon:focus,
.clear-filter.icon,
.clear-filter.icon:focus {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    line-height: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    background-color:#f5f5f7;
    border-radius: 6px !important;
}

.apply-filter.icon,
.apply-filter.cion:focus {
    background-color:#e7eef9;
}

.react-daterange-picker__calendar-button {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.body_table_scrolling {
    overflow: scroll;
}

.body_table_scrolling::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
.body_table_scrolling::-webkit-scrollbar {
    height: 5px;
    background-color: #f5f5f5;
}
.body_table_scrolling::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #000000;
    border: 2px solid #555555;
}
.basic-multi-select {
    text-align: left;
}
.delete-select__value-container .delete-select-item,
.delete-select__value-container .edit-select-item {
    display: none;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
}

.bebas {
    font-family: "Bebas Neue";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
}
.din {
    font-family: "DIN";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.4px;
}

.my-masonry-grid {
    display: -webkit-box; /* Not needed if autoprefixing */
    display: -ms-flexbox; /* Not needed if autoprefixing */
    display: flex;
    margin-left: -30px; /* gutter size offset */
    width: auto;
}
.my-masonry-grid_column {
    padding-left: 30px; /* gutter size */
    background-clip: padding-box;
}

/* Style your items */
.my-masonry-grid_column &gt; div { /* change div to reference your elements you put in &lt;Masonry&gt; */
    background: grey;
    margin-bottom: 30px;
}

/* Round */

/* The container */
.radio-item {
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 18px;
    height: 18px;
}

/* Hide the browser's default radio button */
.radio-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-item:hover input ~ .radio-checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-item input:checked ~ .radio-checkmark {
    background-color: rgba(48, 180, 108, 1);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-item input:checked ~ .radio-checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-item .radio-checkmark:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.action-btn{
    display: flex;
    width: 32px;
    height: 32px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    border: 0.8px solid #C1C6D0;
}

.action-btn .MuiCircularProgress-root{
    position: absolute;
}

.page-title {
    font-family: DIN;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    color: #191919;
}</pre></body></html>