body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #FFFFFF;
    color: #444444;
}
hr {
    background-color: #707070;
}
.mt-n1 {
    margin-top: -1rem;
}
.mt-n2 {
    margin-top: -2rem;
}
::placeholder {
    color: #444444;
    opacity: 1; /* Firefox */
}

.voting-logo-card {
    width: 200px;
    height: 200px;
}

.voting-logo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.input-group-text {
    background-color: #FFFFFF;
    border: 0;
}
.primary-color {
    color: #9128A1 !important;
}
.primary-color-dark {
    color: #601795 !important;
}
.bg-primary {
    background-color: #9128A1 !important;
}
.bg-primary-dark {
    background-color: #601795 !important;
}
.border-primary {
    border-color: #601795 !important;
}
.border-primary-light {
    border-color: #8A25A0 !important;
}
.bg-dark-gray {
    background-color: #7C7C7C !important;
}
.text-dark-gray {
    color: #7C7C7C !important;
}
a {
    color: #9128A1;
}
a:hover {
    color: #491451;
}
.page-link {
    color: #9128A1;
    border: none;
}

.modal-header {
    border-bottom: 0;
}
.modal-header .btn-close {
    background: transparent url("../img/close_modal.svg") center/2em auto no-repeat;
    opacity: 1;
}
.modal-content {
    border-radius: 0;
    border: 1px solid #9328A1;
}
.form-select-filter {
    background-image: url(../img/filter.svg);
    background-size: 33px 36px;
    width: auto !important;
}
.display-7 {
    font-size: 2.2rem;
}
.display-8 {
    font-size: 2rem;
}
.display-9 {
    font-size: 1.8rem;
}
.display-10 {
    font-size: 1.4rem;
}
.fw-semibold {
    font-weight: 600 !important;
}
.form-login {
    max-width: 380px;
    margin: auto;
}

.dt__table thead svg,
.dt__table thead svg path {
    fill: white !important;
}

.dt__filter__search,
.form-control-smartvoting,
.form-select-smartvoting,
.form-check-input-smartvoting {
    border-color: #601795;
}

.dt__filter__search:focus,
.form-control-smartvoting:focus,
.form-select-smartvoting:focus,
.form-check-input-smartvoting:focus {
    border-color: #9128a1;
    box-shadow: 0 0 0 0.25rem rgba(145, 40, 161, 0.4);
}

.dt__filter__search {
    border-radius: 0;
    outline: #601795;
}

.form-select-smartvoting {
    background-image: url("../img/dropdown.svg");
    background-position: right 0 center;
    background-size: 35px 36px;
    padding-left: 10px;
    padding-right: 46px;
}

.form-check-input-smartvoting:checked {
    background-color: #9128a1;
    border-color: #9128a1;
}

.btn-purple {
    background-color: #601795;
    border-color: #601795;
    color: white !important;
}

.btn-multiple-access {
    background-color: #4c45b1;
    border-color: #6186e8;
    color: white !important;
}

.btn-gradient-purple,
.btn-smart-voting {
    border: 0;
    background: #9128A1;
    background: -moz-linear-gradient(117deg, rgba(145,40,161,1) 0%, rgba(145,40,161,1) 54%, rgba(73,20,81,1) 100%);
    background: -webkit-linear-gradient(117deg, rgba(145,40,161,1) 0%, rgba(145,40,161,1) 54%, rgba(73,20,81,1) 100%);
    background: linear-gradient(117deg, rgba(145,40,161,1) 0%, rgba(145,40,161,1) 54%, rgba(73,20,81,1) 100%);
    color: white !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9128a1",endColorstr="#491451",GradientType=1);
}

.btn-purple:focus,
.btn-gradient-purple:focus,
.btn-smart-voting:focus {
    box-shadow: 0 0 0 0.25rem rgba(145, 40, 161, 0.4);
}

.table-smartvoting th {
    color: white;
    background-color: #601795;
    border: 1px solid #707070;
    font-weight: 400;
}

.table-smartvoting td {
    border: 1px solid #707070;
}

.btn-outline-secondary:hover {
    background-color: #ffffff;
    color: #491451;
}

.login-input {
    border-color: #707070;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 3px 3px !important;
    padding-left: 38px;
}

.input-username {
    background-image: url("../img/admin/username_icon.svg");
}

.input-password {
    background-image: url("../img/admin/password_icon.svg");
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-shadow: inset -1px 0 0 rgb(0 0 0 / 10%);
}
#sidebarMenu {
    border: 2px solid #601795;
}
#sidebarMenu-nav li a {
    font-weight: 400;
    color: #444444;
}
.w-10 {
    width: 10% !important;
}
.w-100px {
    width: 100px !important;
}
.w-list-access-button {
    width: 243px !important;
}
.h-list-access-button {
    height: 62px !important;
}
.h-100px {
    height: 100px !important;
}
.h-150px {
    height: 150px !important;
}
.h-300px {
    height: 300px !important;
}
.h-400px {
    height: 400px !important;
}

.bg-status {
    width: 150px;
    max-width: 1510px;
    border-radius: 4px;
    font-size: 14px;
    padding: 4px 12px;
}

.status-configured {
    background: -moz-linear-gradient(168deg, rgb(99, 99, 99) 0%, rgb(99, 99, 99) 51%, rgb(44, 44, 44) 100%);
    background: -webkit-linear-gradient(168deg, rgb(99, 99, 99) 0%, rgb(99, 99, 99) 51%, rgb(44, 44, 44) 100%);
    background: linear-gradient(168deg, rgb(99, 99, 99) 0%, rgb(99, 99, 99) 51%, rgb(44, 44, 44) 100%);
}

.status-authorized {
    background: -moz-linear-gradient(168deg, rgb(22, 59, 255) 0%, rgb(22, 59, 255) 51%, rgb(0, 21, 131) 100%);
    background: -webkit-linear-gradient(168deg, rgb(22, 59, 255) 0%, rgb(22, 59, 255) 51%, rgb(0, 21, 131) 100%);
    background: linear-gradient(168deg, rgb(22, 59, 255) 0%, rgb(22, 59, 255) 51%, rgb(0, 21, 131) 100%);
}

.status-open {
    background: -moz-linear-gradient(168deg, rgb(89, 0, 192) 0%, rgb(89, 0, 192) 51%, rgb(38, 0, 82) 100%);
    background: -webkit-linear-gradient(168deg, rgb(89, 0, 192) 0%, rgb(89, 0, 192) 51%, rgb(38, 0, 82) 100%);
    background: linear-gradient(168deg, rgb(89, 0, 192) 0%, rgb(89, 0, 192) 51%, rgb(38, 0, 82) 100%);
}

.status-started{
    background: -moz-linear-gradient(168deg, rgb(27, 140, 0) 0%, rgb(27, 140, 0) 51%, rgb(14, 56, 0) 100%);
    background: -webkit-linear-gradient(168deg, rgb(27, 140, 0) 0%, rgb(27, 140, 0) 51%, rgb(14, 56, 0) 100%);
    background: linear-gradient(168deg, rgb(27, 140, 0) 0%, rgb(27, 140, 0) 51%, rgb(14, 56, 0) 100%);
}

.status-finished {
    background: -moz-linear-gradient(168deg, rgb(255, 83, 30) 0%, rgb(255, 83, 30) 51%, rgb(140, 37, 0) 100%);
    background: -webkit-linear-gradient(168deg, rgb(255, 83, 30) 0%, rgb(255, 83, 30) 51%, rgb(140, 37, 0) 100%);
    background: linear-gradient(168deg, rgb(255, 83, 30) 0%, rgb(255, 83, 30) 51%, rgb(140, 37, 0) 100%);
}

.status-closed {
    background: -moz-linear-gradient(168deg, rgb(255, 0, 0) 0%, rgb(255, 0, 0) 51%, rgb(114, 0, 0) 100%);
    background: -webkit-linear-gradient(168deg, rgb(255, 0, 0) 0%, rgb(255, 0, 0) 51%, rgb(114, 0, 0) 100%);
    background: linear-gradient(168deg, rgb(255, 0, 0) 0%, rgb(255, 0, 0) 51%, rgb(114, 0, 0) 100%);
}

.voting-disabled {
    background-color: rgba(0, 0, 0, 0.15);
    opacity: 0.8;
}

.btn-green {
    background: rgb(37,160,66);
    background: -moz-linear-gradient(196deg, rgba(37,160,66,1) 0%, rgba(12,111,35,1) 73%);
    background: -webkit-linear-gradient(196deg, rgba(37,160,66,1) 0%, rgba(12,111,35,1) 73%);
    background: linear-gradient(196deg, rgba(37,160,66,1) 0%, rgba(12,111,35,1) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25a042",endColorstr="#0c6f23",GradientType=1);
    border: 1px solid #146c43;
    color: white;
}

.btn-green:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-gray {
    background: rgb(146,144,144);
    background: -moz-linear-gradient(196deg, rgba(146,144,144,1) 0%, rgba(173,173,173,1) 73%);
    background: -webkit-linear-gradient(196deg, rgba(146,144,144,1) 0%, rgba(173,173,173,1) 73%);
    background: linear-gradient(196deg, rgba(146,144,144,1) 0%, rgba(173,173,173,1) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#929090",endColorstr="#adadad",GradientType=1);
    color: white;
}

.btn-gray:focus {
    box-shadow: 0 0 0 0.25rem rgba(170, 170, 170, 0.5);
}

.btn-green:hover,
.btn-gray:hover {
    color: white;
}

.nav-tabs {
    border-bottom: 1px solid #8A25A0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #601795;
    border-color: #601795;
    font-weight: 500;
    font-size: 0.9rem;
}
.nav-tabs .nav-link {
    margin-bottom: -2px;
    background-color: #B493CC;
    border-color: #B493CC;
    color: #FFF;
    font-size: 0.9rem;
    border-radius: 0;
}

.nav-tabs .nav-link.disabled {
    background-color: #cfb5e1;
    border-color: #cfb5e1;
    color: #FFF;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    background-color: #601795;
}

.dp__input_icon {
    left: inherit;
    right: 0;
    background: #601795;
    color: #FFF;
}
.dp__input_icons {
    height: 1.6rem;
}
.dp__input {
    border: 1.3px solid #601795 !important;
    border-radius: 0;
}
.dp__input_icon_pad {
    padding-left: 8px;
}
.dp__select {
    color: #601795;
}
.v-toast__item--success {
    background-color: rgb(88,161,40);
}
.v-toast__item--error {
    background-color: #bd3312;
}
.v-toast {
    z-index: 1000000000;
}
.make-visible {
    visibility: visible !important;
}

.title-header{
    font-weight: 800;
    text-indent: 25px;
    font-size: 25px;
}

.resaltado{
    font-weight: 500;
}

.title-card-install {
    text-align: center;
    padding: 18px;
    font-weight: 600;
}
.bottom-card-install{
    margin: auto;
    padding: 9px;
}

.display-initial{
    display: initial;
}

.float-right {
    float: right !important;
}

.m-auto {
    margin: auto;
}

.f-size-14 {
    font-size: 14px;
}

.margin-l-17px{
    margin-left: 17px !important;
}

.title-resaldato{
    color: #601795;
    font-size: 18px;
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: 600;
}

.title-view-data{
    color: #601795;
}

.title-modal-header{
    font-size: 17px;
    font-weight: 500;
}

.card-change-date{
    width: 21rem;
    margin: auto;
}

.card-title{
    padding: 10px 18px;
    color: #601795;
    border-bottom: solid 1px;
}

.margin-r6px{
    margin-right: 6px;
}

.label-form{
    font-size: 14px;
    margin-bottom: 6px !important;
}

.footer-title{
    font-size: 10px;
}

.font-x{
    color: #601795;
    cursor: pointer;
}

.modal-header{
    border-bottom: solid 1px #601795;
}

.text-error {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
    font-size: 11px;
    font-weight: 600;
    width: -webkit-fill-available;
    margin-top: 5px;
}

.display-none {
    display: none;
}

.center-content{
    margin: auto;
    width: fit-content;
}

.width-2{
    width: 2%;
}

.width-3{
    width: 3%;
}

.icon-customer{
    right: 17%;
    margin-top: -8%;
}

.icon-customer-pdf{
    right: 17%;
    margin-top: -2%;
}

.img-open-gif{
    width: 60%;
}

.content-card-title{
    width: 66%;
    margin: auto;
}

.logo-customer{
    aspect-ratio: 24/11;
    width: 70%;
    object-fit: contain;
    max-height: 70px;
    margin-top: -15%;
}

.border-solid-1px {
    border: solid 1px #000;
}

.title-point{
    font-weight: 600;
    font-size: large;
}

.content-grafico{
    width: fit-content;
}

@page {
    margin: 0cm 0cm;
}

p,h1,h3,h6{
    font-family: "arial", serif;
}

.cursor-pointer {
    cursor: pointer;
}


header {
    position: fixed;
    top: 0cm;
    left: 0cm;
    right: 0cm;
    height: 2cm;

    /** Estilos extra personales **/
    background-color: white;
    /* rgba(102, 36, 131);*/
    color: white;
    text-align: center;
    line-height: 1.5cm;
}


.table_resumen {
    border-collapse: collapse;
    width: 50%;
    border-radius: 10%;
}

.th_resumen {
    font-size: 18px;
    background: rgb(102, 36, 131);
    border: 1px solid rgb(102, 36, 131);
    color: white;
}

.font-18{
    font-size:18px;
}

.border_purple{
    border: 2px solid purple;
}

.td_resumen {
    font-family: "arial", serif;
    border: 1px solid rgb(102, 36, 131);
    padding-left: 5px;
}

.margin-left-20px {
    margin-left: 20px !important;
}

.text-aling-right {
    text-align: right;
}

.width-4 {
    width: 4% !important;
}

.char-tap{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -5%;
    margin-left: 12%;
    position: absolute;
    width: 28%;
    font-size: 11px;
    color: #F00;
}

.width-22{
    width: 22%;
}

.div-msj-graphy{
    position: absolute;
    margin-top: -5%;
    font-size: 16px;
}

.mar-15px{
    margin-left: 15px;
}

.text-justify{
    text-align: justify !important;
}

.text-uppercase{
    text-transform: uppercase !important;
}

.width-td-graph {
    width: 25%;
}

.width-inherit{
    width: inherit;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.bg-purple-smartvoting {
    background-color: #542583;
}

.mt-10 {
    margin-top: 9rem !important;
}

.pt-9 {
    padding-top: 7rem !important;
}

.pb-9 {
    padding-bottom: 7rem !important;
}

.top-n25 {
    top: -25% !important;
}

.svg-red-social {
    width: 4px;
    height: 4px;
    fill: white;
}

.hr-white-line {
    background-color: white;
    opacity: 1;
    height: 2px !important;
}

.smartvoting-logo-footer {
    top: -3.25rem;
}

.test-justify {
    text-align: justify;
}

/*
 * MD breakpoints
 */
@media (min-width: 768px) {
    .border-md-start {
        border-left: 1px solid #dee2e6!important;
    }

    .border-md-end {
        border-right: 1px solid #dee2e6!important;
    }

    .border-md-top {
        border-top: 1px solid #dee2e6!important;
    }

    .border-md-bottom {
        border-bottom: 1px solid #dee2e6!important;
    }
}

/*
 * SM breakpoints
 */
@media (max-width: 575px) {
    .smartvoting-logo-footer {
        top: -2.6666rem;
    }

    .smartvoting-logo-footer img {
        width: 180px;
    }

    .border-sm-top {
        border-top: 1px solid #dee2e6!important;
    }

    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6!important;
    }
}

.width-100{
    width: 100%;
}

.width-9{
    width: 9%;
}

.width-70{
    width: 70%;
}

.width-90{
    width: 90%;
    margin: auto;
}

.date_update {
    display: inline-block;
    width: 50% !important;
    margin: inherit;
}

.width-25{
    width: 25%;
}
.fs-16px {
    font-size: 16px;
}

.fs-14px {
    font-size: 14px;
}

.fs-12px {
    font-size: 12px;
}
.h-75{
    height: 75%;
}
.h-55{
    height: 55%;
}
.h-45 {
    height: 45%;
}
.h-20{
    height: 20%;
}
.h-15{
    height: 15%;
}
.h-10{
    height: 10%;
}
.h-5{
    height: 5%;
}
.h-35px{
    height: 35px;
}