.svg-loader {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

#search{
    position: absolute;
    top: 62px;
    width: 20%;
    right: 15px;
    display: none;
}

.show{
    display: block !important;
}

.circles{
    height: 85px; 
    width: 85px;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    border: 5px solid #f25961;
    border-radius: 50%
}

.color-1{
    border: 5px solid #28a745
}

.stat-circle{
    display: flex; 
    justify-content: space-around; 
    align-items: center;
}

.color-2{
    border: 5px solid #f25961;
}

.color-3{
    border: 5px solid #f9e998;
}

.circles-text{
    position: relative;
    font-size: 25px;
    font-weight: bold;
    top: 5px;
}

.wrapper-circle{
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}

.width50{
    width: 50% !important;
}

.svg-loader img {
    height: 150px
}

.with{
    width: 200px;
    margin: 7px 0px;
}

.with-file{
    width: 250px;
    margin: 7px 0px;
}

.barground-sidebar {
    background-image: url("../img/side-bar.png");
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-label {
    padding: 0;
    margin-left: 15px;
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px !important;
}

.wrapper-region {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper-region button {
    height: 25px;
    margin: 5px;
}

#id_permissions div label {
    display: flex;
    /* width: 136px; */
    /* max-width: 100%; */
    align-items: center;
    /* margin: 7px; */
    padding: 10px;
}

#id_permissions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
}

.perms div {
    display: flex;
    height: 25px;
    margin: 7px;
    width: max-content;
}

input[type=checkbox] {
    margin-right: 15px;
    width: 25px;
}

#id_permissions div label input[type=checkbox] {
    margin-right: 15px;
}

.modal-dialog {
    background-color: #fff;
}

h1 {
    text-align: center;
}

h2 {
    margin: 0;
}

#multi-step-form-container {
    margin-top: 5rem;
}

.text-center {
    text-align: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.pl-0 {
    padding-left: 0;
}

.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}

.mt-3 {
    margin-top: 2rem;
}

.d-none {
    display: none;
}

.form-step {
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* border-radius: 20px; */
    padding: 3rem;
}

.font-normal {
    font-weight: normal;
}

ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}

ul.form-stepper .form-stepper-circle {
    position: relative;
}

ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.form-stepper>li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}

.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}

.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}

.form-stepper-horizontal li:last-child {
    flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #4361ee !important;
    color: #fff;
}

.form-stepper .form-stepper-active .label {
    color: #4361ee !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}

.form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}

.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.form-stepper a {
    cursor: default;
}

#pdf-view {
    position: relative;
    width: 100% !important;
    max-width: 100%;
    overflow: scroll;
}

body {
    background: #fff;
}

ul.message {
    list-style-type: none;
}

ul.danger {
    color: #f25961;
}

.page {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    /* box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5); */
}

.page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}

.page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;
}

.page[size="A3"] {
    width: 29.7cm;
    height: 42cm;
}

.page[size="A3"][layout="landscape"] {
    width: 42cm;
    height: 29.7cm;
}

.page[size="A5"] {
    width: 14.8cm;
    height: 21cm;
}

.page[size="A5"][layout="landscape"] {
    width: 21cm;
    height: 14.8cm;
}

@media print {
    body,
    page {
        margin: 0;
        box-shadow: 0;
    }
}