.btn-reddy {
   --bs-btn-color: #fff;
   --bs-btn-bg: #472599;
   --bs-btn-border-color: #472599;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #6741c2;
   --bs-btn-hover-border-color: #8e6cdc;
   --bs-btn-focus-shadow-rgb: 88, 145, 226;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #2b1364;
   --bs-btn-active-border-color: #472599;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #472599;
   --bs-btn-disabled-border-color: #472599
}

.slide-fade-enter-active {
   transition: all 0.3s ease;
}

.slide-fade-leave-active {
   transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to

/* .slide-fade-leave-active below version 2.1.8 */
   {
   transform: translateX(10px);
   opacity: 0;
}


.lds-roller {
   display: inline-block;
   position: relative;
   width: 80px;
   height: 80px;
}

.lds-roller div {
   animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
   transform-origin: 40px 40px;
}

.lds-roller div:after {
   content: " ";
   display: block;
   position: absolute;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   background: #ff66003e;
   margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
   animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
   top: 63px;
   left: 63px;
}

.lds-roller div:nth-child(2) {
   animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
   top: 68px;
   left: 56px;
}

.lds-roller div:nth-child(3) {
   animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
   top: 71px;
   left: 48px;
}

.lds-roller div:nth-child(4) {
   animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
   top: 72px;
   left: 40px;
}

.lds-roller div:nth-child(5) {
   animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
   top: 71px;
   left: 32px;
}

.lds-roller div:nth-child(6) {
   animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
   top: 68px;
   left: 24px;
}

.lds-roller div:nth-child(7) {
   animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
   top: 63px;
   left: 17px;
}

.lds-roller div:nth-child(8) {
   animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
   top: 56px;
   left: 12px;
}

@keyframes lds-roller {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(360deg);
   }
}

.border-orange {
   border: 1px solid #ff6700 !important;
}

.text-orange {
   color: #ff6700 !important;
}

.text-white {
   color: #fff !important;
}

.border-morado {
   border: 1px solid #472599 !important;
}

.text-morado {
   color: #472599 !important;
}

.btn-orange {
   --bs-btn-color: #fff;
   --bs-btn-bg: #ff6700;
   --bs-btn-border-color: #ff6700;
   --bs-btn-hover-color: #fff;
   --bs-btn-hover-bg: #ff954f;
   --bs-btn-hover-border-color: #ff954f;
   --bs-btn-focus-shadow-rgb: 58, 176, 195;
   --bs-btn-active-color: #fff;
   --bs-btn-active-bg: #ff954f;
   --bs-btn-active-border-color: #ff954f;
   --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
   --bs-btn-disabled-color: #fff;
   --bs-btn-disabled-bg: #ffb686;
   --bs-btn-disabled-border-color: #ffb686
}

label {
   font-weight: 600 !important;
}

.form-group {
   margin-bottom: 20px;
}

.stat-aliado {
   padding: 1em;
   justify-content: center;
   background: #d3e2f7;
   border-radius: 50%;

   height: 72px;
   width: 72px
}


.stat-orange {
   background: #fbd0b3;
}

.stat-white {
   background: #fff;
}

.stat-morado {
   background: #CDBDF5;
}

.pagination {
   --bs-pagination-padding-x: 0.75rem;
   --bs-pagination-padding-y: 0.375rem;
   --bs-pagination-font-size: 1rem;
   --bs-pagination-color: var(--bs-link-color);
   --bs-pagination-bg: #fff;
   --bs-pagination-border-width: 1px;
   --bs-pagination-border-color: #dee2e6;
   --bs-pagination-border-radius: 0.375rem;
   --bs-pagination-hover-color: var(--bs-link-hover-color);
   --bs-pagination-hover-bg: #e9ecef;
   --bs-pagination-hover-border-color: #dee2e6;
   --bs-pagination-focus-color: var(--bs-link-hover-color);
   --bs-pagination-focus-bg: #e9ecef;
   --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
   --bs-pagination-active-color: #fff;
   --bs-pagination-active-bg: #0d6efd;
   --bs-pagination-active-border-color: #0d6efd;
   --bs-pagination-disabled-color: #6c757d;
   --bs-pagination-disabled-bg: #fff;
   --bs-pagination-disabled-border-color: #dee2e6;
   display: flex;
   padding-left: 0;
   list-style: none;
}

.page-link {
   position: relative;
   display: block;
   padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
   font-size: var(--bs-pagination-font-size);
   color: var(--bs-pagination-color);
   text-decoration: none;
   background-color: var(--bs-pagination-bg);
   border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
   transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
   .page-link {
      transition: none;
   }
}

.page-link:hover {
   z-index: 2;
   color: var(--bs-pagination-hover-color);
   background-color: var(--bs-pagination-hover-bg);
   border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
   z-index: 3;
   color: var(--bs-pagination-focus-color);
   background-color: var(--bs-pagination-focus-bg);
   outline: 0;
   box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active,
.active>.page-link {
   z-index: 3;
   color: var(--bs-pagination-active-color);
   background-color: var(--bs-pagination-active-bg);
   border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled,
.disabled>.page-link {
   color: var(--bs-pagination-disabled-color);
   pointer-events: none;
   background-color: var(--bs-pagination-disabled-bg);
   border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
   margin-left: -1px;
}

.page-item:first-child .page-link {
   border-top-left-radius: var(--bs-pagination-border-radius);
   border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
   border-top-right-radius: var(--bs-pagination-border-radius);
   border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.my_table_1 th {
   padding: 5px !important;
   height: auto !important;
   font-size: 11px;
   text-transform: uppercase;
}

.my_table_1 td {
   padding: 5px !important;
   height: auto !important;
   font-size: 11px;
}

.alert {
   position: relative;
   padding: 0.75rem 1.25rem;
   margin-bottom: 1rem;
   border: 1px solid transparent;
   border-radius: 0.25rem;
}

.alert-primary {
   color: #272659;
   background-color: #dbdbee;
   border-color: #cdcce8;
}

.alert-primary hr {
   border-top-color: #bcbae0;
}

.alert-primary .alert-link {
   color: #171735;
}

.alert-secondary {
   color: #555556;
   background-color: #ededed;
   border-color: #e5e6e6;
}

.alert-secondary hr {
   border-top-color: #d8dada;
}

.alert-secondary .alert-link {
   color: #3c3c3c;
}

.alert-success {
   color: #2d5f2d;
   background-color: #ddf0dd;
   border-color: #d0ebd0;
}

.alert-success hr {
   border-top-color: #bee3be;
}

.alert-success .alert-link {
   color: #1d3c1d;
}

.alert-info {
   color: #134884;
   background-color: #d3e8ff;
   border-color: #c2defe;
}

.alert-info hr {
   border-top-color: #a9d0fe;
}

.alert-info .alert-link {
   color: #0d3057;
}

.alert-warning {
   color: #856400;
   background-color: #fff3cc;
   border-color: #ffeeb8;
}

.alert-warning hr {
   border-top-color: #ffe89f;
}

.alert-warning .alert-link {
   color: #523e00;
}

.alert-danger {
   color: #852525;
   background-color: #ffdada;
   border-color: #ffcbcb;
}

.alert-danger hr {
   border-top-color: #ffb2b2;
}

.alert-danger .alert-link {
   color: #5d1a1a;
}

.alert-light {
   color: #818182;
   background-color: #fefefe;
   border-color: #fdfdfe;
}

.alert-light hr {
   border-top-color: #ececf6;
}

.alert-light .alert-link {
   color: #686868;
}

.alert-dark {
   color: #15181e;
   background-color: #d4d5d8;
   border-color: #c3c5c8;
}

.alert-dark hr {
   border-top-color: #b6b8bc;
}

.tooltip {
   background-color: #f6f6f6 !important;
   border-radius: 3px !important;
   box-shadow: 1px 2px 12px rgba(0, 0, 0, .2) !important;
   color: rgb(82, 82, 82) !important;
   padding: 3px 5px !important;
   white-space: nowrap !important;
}