.main-block {
    background-color: rgb(255, 255, 255);
    color: rgb(31, 39, 51);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 0.375rem;
    border-color: rgb(197, 202, 209);
}

.block-header-icon {
    margin-right: 0.625rem;
    height: 24px;
}

.main-block .block-content {
    padding: 0.5rem 1.25rem !important;
}

.block-header {
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    --base-font-size: 16px;
    font-family: "Public sans", sans-serif, Arial;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(31, 39, 51);
    box-sizing: inherit;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(249, 250, 251);
    padding: 1.125rem 1.25rem;
}

.header-title {
    margin: 0px;
    font-family: "Public sans", sans-serif, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
    display: block;
}

.list-item {
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    width: calc(100% + 8px);
    margin-left: -8px;
    margin-bottom: 5px;
}

.list-item a {
    padding-left: 8px;
    text-decoration: none !important;
}

.list-value-block {
    flex: 1 1 auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.list-value {
    margin: 0px;
    font-family: "Public sans", sans-serif, Arial;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.list-icon-block {
    flex-shrink: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.list-block {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}

.divider-fullWidth {
    flex-shrink: 0;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    margin: 10px 0;
}

.list-title {
    margin: 0px 0px 8px;
    font-family: "Public sans", sans-serif, Arial;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5rem;
}

h6 {
    display: block;
    font-size: 0.67em;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.info-title {
    font-family: "Public sans", sans-serif, Arial;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #4A5361;
}

.info-value {
    font-family: "Public sans", sans-serif, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 135%;
    color: #1F2733;
}

.info-items {
    display: inline-block;
    margin-bottom: 5px;
}

.info-item {
    float: left;
    border: 1px solid rgba(197, 202, 209, 1);
    border-radius: 5px;
    padding: 5px;
    margin-right: 5px;
}

.btn-back {
    align-items: center;
    cursor: pointer;
    letter-spacing: 0px;
    color: rgb(0, 121, 173);
    background-color: transparent !important;
    outline: 0px;
    border-width: 0px;
    font-size: 14px;
    padding-top: 0.5rem;
    padding-left: 0;
}

.ph-scroll, .ph-arrow-circle-right {
    font-size: 24px;
}

.ph-arrow-circle-right {
    color: #8e959e;
}

.ph-caret-left {
    font-size: 12px;
}

a {
    text-decoration: none;
}


.page-top {
    /*display: flex;*/
    /*align-items: center;*/
    /*text-align: center;*/
    /*justify-content: center;*/
    position: relative;
}

.rc-logo {
    position: absolute;
    left: 0;
    top: 0;
}

.rc-contacts {
    font-family: "Public sans", sans-serif, Arial;
    font-size: 14px;
    text-align: center;
}
.rc-contacts div {
    text-align: center;
}

#headline {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    margin-top: 15px;
}

.border-left {
    border-left: 1px solid #dee2e6;
}
.border-right {
    border-right: 1px solid #dee2e6;
}


@media print {
    .border-right, .border-left {
        border: none;
    }
}

.content-box {
    padding: 1rem;
    margin: 0.5rem;
    border-width: 1px;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border: 1px solid #dee2e6;
}

.font-s14 {
    font-size: 14px
}

.error th{
    color:red;
}

.error-box {
    background-color: #fef4f2;
    border: 1px solid red;
    border-radius:20px 20px 0 0;
    margin-top: 15px;
}

.ph-warning-diamond {
    font-size: 26px;
    margin-right: 5px;
}

.extra-error-info {
    border-top: 1px solid grey;
    padding-top: 5px;
    margin-top: 5px;
}

.breadcrumbs {
    margin-top: 10px;
    margin-left: 20px;
}

.error-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
.warning-title {
    display: flex;
}
.footer-info{
    border-radius: 0 0 20px 20px;
}
.footer-info td {
    text-align:center;
    border: none !important;
}
.secondary-btn {
    height: 45px;
    background: #05D091;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    border: 1px solid #2a3333;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.secondary-btn .icon {
    width: 24px;
    height: 24px;
    background: #002C24; /* Placeholder background for icon */
    /* Add icon background or actual icon here (e.g., using font-awesome, svg, or a background image) */
}

.secondary-btn:hover {
    background: #04c87d; /* Darker shade for hover */
}

.secondary-btn:active {
    background: #03b66e; /* Slightly darker shade for active/pressed */
}

.secondary-btn .ph {
    font-size: 30px;
    margin-right: 5px;
}
.table {
    margin-bottom: 0 !important;
}

.table > thead > tr > th {
    border-bottom: none !important;
}

.red {
    color:red;
}
.black {
    color: black;
}