﻿.int-disabled {
    pointer-events: none;
}

.action-st {
    display: flex;
    place-self: center;
    padding: 0 0.5rem;
}

.center-st {
    padding-top: 0.2rem;
    margin: 0 0.5rem;
}


.result-container {
    padding: 5px;
    padding-left: 10px;
    border-radius: 5px;
}

.result-success {
    border: 5px solid #28c76f;
}

.result-fail {
    border: 5px solid #ea5455;
}

/* All the next styles are only to make Radio buttons tablet friendly */
.form-check .form-check-input:checked, .form-check .form-check-input[type=checkbox]:indeterminate {
    box-shadow: 0 0.125rem 0.25rem rgb(165 163 174 / 30%);
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='8' height='8' rx='4' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: #7367f0;
    border-color: #7367f0;
}

.form-check-input:checked {
    background-color: #7367f0;
    border-color: #7367f0;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.7em;
}

.form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: .135em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #dbdade;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

    /* All the next styles are only to make Checkboxes tablet friendly */
    .form-check-input[type=checkbox] {
        border-radius: .25em;
    }

.form-check {
    display: block;
    min-height: 1.378125rem;
    padding-left: 1.7em;
    margin-bottom: .125rem;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='13' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M3.41667 7L6.33333 9.91667L12.1667 4.08333' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.answers {
    width: fit-content;
}

.attachment-container {
    margin-right: 2rem;
}

.attachment-box {
    height: 5rem;
    width: 5rem;
    border: 1px solid #d8d6de;
    border-radius: 5px;
    cursor: pointer;
}

.dark-layout .attachment-box {
    border: 1px solid #404656;
}

.attachment-box-icon {
    font-size: x-large;
    padding: 20px;
}

.attachment-header {
    margin: 1rem 0;
    cursor: default;
}

.attachment-photo-container {
    height: 250px;
    padding: 5px;
    text-align: center;
}

.attachment-photo-warning {
    display: none;
}

.attachment-photo-camera {
    display: none;
}

.attachment-preview-container {
    display: none;
    height: inherit;
    max-width: 100%;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-selection--multiple {
    cursor: text;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

ul {
    list-style: disc;
    padding: 0 2em;
    margin:0;
}

ol {
    list-style: decimal;
    padding: 0 2em;
    margin: 0;
}

ul li, ol li {
    display: list-item;    
}
