body{
    font-family: Arial,Helvetica,sans-serif !important;
}
.main-container{
    height: calc(100vh - 83px);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2a597b;
    --bs-btn-border-color: #ffffff00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #085085;
    --bs-btn-hover-border-color: #ffffff00;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #43525d;
    --bs-btn-active-border-color: #ffffff00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2a597b;
    --bs-btn-disabled-border-color: #ffffff00;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #000000 !important;
}
.text-primary{
    color:#000000 !important;
}
.side-menu-bg{
    background-color: rgb(246, 246, 246);
    transition: 0.05s;
}
.side-menu-bg:hover {
    background-color: #d9d9d9;
}

label.form-check-label {
    margin-left: 10px;
    margin-top: 3px;
}
.form-switch .form-check-input {
    width: 2.7em;
    height: 1.5em;
}
.form-control:focus {
    border-color: #3f5679;
    box-shadow: 0 0 0 0.25rem rgb(112 156 255 / 25%);
}
.form-label {
    margin-bottom: 0.2rem;
}
label.form-label.mandatory::after {
    content: '*';
    color: #fb1616;
    font-weight: 900;
}

.dropzone {
    min-height: 150px;
    border: 1px solid #dee2e6;
    background: white;
    border-radius: 6px;
}
.dropzone:not(.dz-started) {
    max-height: 258px;
}


.dropzone .dz-preview.dz-image-preview {
    width: 260px;
    background: white;
    /*box-shadow: 0px 2px 5px -2px #c7c7c7;*/
    padding: 5px;
    border-radius: 5px;
}
.dropzone.single .dz-preview {
    display: block;
    margin: auto;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.10, 1.10);
    -moz-transform: scale(1.10, 1.10);
    -ms-transform: scale(1.10, 1.10);
    -o-transform: scale(1.10, 1.10);
    transform: scale(1.10, 1.10);
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: 0.5s;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 10px;
    background: #999;
    background: linear-gradient(to bottom, #fdfdfd, #ededed);
}

.dropzone .dz-preview .dz-image {
    position: relative;
    border-radius: 5px;
    width: 250px;
    height: 180px;
    transition: 0.15s;
    outline: 2px solid #fff;
}

.dropzone .dz-preview .dz-actions {
    margin-top: 5px;
}

.dropzone .dz-preview .dz-actions a {
    display: flex;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.7;
    padding: 7px;
    margin-left: 5px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}

.dropzone .dz-preview .dz-actions a:hover {
    opacity: 1;
    cursor: pointer;
}

.dropzone .dz-preview .dz-actions a i {
    font-size: 20px;
    cursor: pointer;
}

.dropzone .dz-preview .dz-details {
    position: initial;
    opacity: 1;
    padding: 0;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
    filter:blur(8px);
}

.dropzone.dz-clickable * {
    cursor: initial;
}

.dz-remove i.bx.bx-trash {
    font-size: 16px;
    margin-right: 3px;
}

.dropzone .dz-preview .dz-remove {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #f17c7c;
    margin-top: 10px;
}
.dropzone .dz-preview.dz-image-preview.main .dz-image {
    outline: 2px solid #0490ff;
    box-shadow: 0 0px 7px 3px #0083ff;
}

.dropzone .dz-preview .dz-remove:hover {
    color: #f00;
}

.dropzone svg g{
    fill: rgb(255, 0, 0);
}

.dropzone .dz-preview .dz-error-message:after {
    top: unset;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    border-top: 6px solid red;
}

.dropzone .dz-preview .dz-error-message {
    top: unset;
    bottom: 139px;
    background: linear-gradient(to bottom, #ff7c7c, #ff1717);
}

.dz-remove .custom-buttons .custom-button:nth-child(1) {
    color: #6ec3f7;
    opacity: 0;
    transform: translate(0px, 20px);
    transition: 0.5s;
}
.dz-remove .custom-buttons .custom-button:hover{
    text-decoration: underline;
    cursor:pointer;
}
[data-custom-type="remove"] {
    cursor: pointer !important;
}

.dz-remove .custom-buttons {
    transform: translate(0px, -14px);
    transition: 0.5s;
    margin-top:10px;
}

.dropzone .dz-preview.dz-image-preview:hover .custom-buttons {
    transform: translate(0px, 2px);
}
.dropzone .dz-preview.dz-image-preview:hover .custom-button:nth-child(1) {
    transform: translate(0px, -2px);
    opacity: 1;
}


.dropzone.dropzone-files .dz-preview.dz-image-preview {
    width: 110px;
}

.dropzone.dropzone-files .dz-preview.dz-file-preview .dz-image {
    border-radius: 5px;
    background: #999;
    background: linear-gradient(to bottom, #fdfdfd, #ededed);
}

.dropzone.dropzone-files .dz-preview .dz-image {
    border-radius: 5px;
    width: 100px;
    height: 100px;
}

.select2-container {
    display: block;
    width: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container.select2-container--open{
    z-index:10000;
}
.select2-container[multiple]{
    padding: 0.075rem 0.05rem;
}

span.select2-selection {
    border: none !important;
}
.select2-container .select2-selection--single{
    height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 1px;
    width: 30px;
}
.select2-container--open .select2-dropdown {
    top: -5px;
    left: -1px;
    border: 1px solid #dfe2e6;
    border-top: none;
    box-shadow: 0px 3px 6px -4px #555;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

input.select2-search__field {
    display: block;
    width: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.select2-search__field:focus {
    border-color: #3f5679 !important;
    box-shadow: 0 0 0 0.25rem rgb(112 156 255 / 25%);
}
.select2-container .select2-selection--multiple {
    height: 24px;
    min-height: 24px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 22px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.big-button{
    background-color: rgb(189,233,251) !important;
    border-bottom: 2px solid #a9becd !important;
    transition: 0.15s;
    border-radius: 0 !important;
}
.big-button:hover{
    background-color: rgb(165 229 255) !important;
    border-bottom: 2px solid #000000 !important;
}

.file-management-link{
    color: #328cff !important;
    line-height: 1.2;
    font-size: 14px;
}

.file-management-link:hover{
    text-decoration: underline !important;
}

.new-doc-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 24px);
    margin: 24px 0 24px 24px;
    background-color: #f3f3f3;
    border: 2px dotted #e7e7e7 !important;
    font-size: 20px;
    color: #bbc9d3;
    cursor: pointer;
    transition: 0.15s;
}

.new-doc-button i {
    font-size: 30px;
}

.new-doc-button:hover {
    background-color: #ebeaeb;
    border-color: #8f8f8f !important;
    color: #737373;
}

.modal .modal-footer .spinner-border {
    width: 22px;
    height: 22px;
}
.table>:not(caption)>*>*{
    border:none;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgb(133 133 133 / 5%);
}

.swal2-popup {
    border-radius: 0;
}
.swal2-styled{
    border-radius: 0 !important;
}

.content-panel{
    background-color:#f3fbff;
}



table table thead th {
    padding: 3px 8px !important;
    font-size: 14px;
    font-weight: 600;
    color: #555 !important;
}

table table tbody td {
    padding: 3px 8px !important;
    font-size: 14px;
}

table table {
    border: 1px solid #ccc;
    margin: 0 3% !important;
    width: 93% !important;
}

table table tbody td .btn {
    width: 27px;
    height: 27px;
    padding: 0;
}

table table tbody td .btn i {
    font-size: 14px;
}