﻿/*.wrapper li {
    font-size: 16px !important;
    padding: 0.5rem;
}*/

.inline-float {
    width: 330px !important;
    display: inline-flex;
}

.case-block {
    position: relative;
    display: inline-block;
    width: 100%;
}

.vertical-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
    transform: translate(-50%);
}

.page-wrapper {
    max-width: 1000px;
    margin: 1.5rem auto;
}

.DisableForm {
    pointer-events: none;
    opacity: 0.5;
}

.ConsentHeader {
    font-weight: bolder;
    text-decoration: underline;
}

.form-floating {
    height: 58px;
}

 .form-floating > .form-control {
        height:100%;
        padding-top:1.6rem;
        padding-bottom:0.5rem;
    }

.form-check-label {
    white-space: nowrap;
}

.large-radio {
    width: 1.8rem !important;
    height: 1.8rem !important;
    margin-top: 0;
    cursor: pointer;
}

.form-check-label {
    font-size: 18px;
    cursor: pointer;
}

.checkbox-wrap {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

    .checkbox-wrap .form-check-input {
        margin-top: 6px;
        flex-shrink: 0;
    }

    .checkbox-wrap .form-check-label {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
        line-height: 1.5;
    }
.form-check-input[type=radio] {
    border-color: black !important;
    border-width: medium !important
}

#tblDocumentsInfo {
    width: 100% !important;
}
.floating-label-wrap > .form-control {
    height: calc(4.5rem + 2px);
    min-height: calc(4.5rem + 2px);
    padding-top: 2rem;
}

.floating-label-wrap > label {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.2;
    max-width: 100%;
    height: auto;
    padding-top: 0.55rem;
    padding-right: 0.75rem;
}

    .floating-label-wrap > label .d-block {
        font-size: 18px;
    }
.floating-label-wrap > .form-control:focus ~ label,
.floating-label-wrap > .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.6rem) translateX(0.15rem);
    width: 115%;
}

.swal-cancel-red,
.swal2-cancel.swal-cancel-red {
    background-color: #d9534f !important;
    border-color: #d9534f !important;
    color: #ffffff !important;
}

    .swal-cancel-red:hover,
    .swal2-cancel.swal-cancel-red:hover {
        background-color: #c9302c !important;
        border-color: #ac2925 !important;
        color: #ffffff !important;
    }

.swal-confirm-green,
.swal2-confirm.swal-confirm-green {
    background-color: #2da262 !important;
    border-color: #2da262 !important;
    color: #ffffff !important;
}
.rep-collapse-header {
    position: relative;
    cursor: pointer;
}

    .rep-collapse-header h4 {
        position: relative;
        text-align: center;
    }

.rep-collapse-icon {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.disabled-card {
    opacity: 0.55;
}

.disabled-step-header {
    cursor: not-allowed;
}

.disabled-card .card-body {
    pointer-events: none;
}