@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,500;1,500&family=Open+Sans:wght@300;400;600&family=Roboto:wght@100;300;400&display=swap');

@import url('https://fonts.cdnfonts.com/css/poppins');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Poppins;
    /*    background-repeat: none;*/
    background-attachment: local;
    background-color: #F7F7FB;
    padding-top: 0 !important;
    font-family: Poppins;
}

p, label, span, h1, h2, h3, h4, h5, h6, div, a, button, input, select, textarea {
    font-family: Poppins;
}

.image-container1 {
    background-color: #F7F7FB;
}

h1 {
    font-weight: bold;
    font-size: 20px;
    opacity: 80%;
    color: #202124;
    margin: 20px auto;
    font-family: Poppins;
}

h6 {
    font-weight: bold;
    font-size: 16px;
    opacity: 100%;
    color: #202124;
    font-family: Poppins;
}

.container2 {
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
}

.formfooter {
    font-weight: 400;
    text-align: center;
    font-size: 15px;
    opacity: 80%;
    color: #202124;
    width: 100%;
    VISIBILITY: HIDDEN;
}

.bg-container {
    width: 100% !important;
    height: 100vh;
    background-image: url('./assets/Desktop.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

aside.login {
    width: 100%;
    max-width: 500px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    background: rgb(0 56 118 / 60%);
    transition: all 0.3s ease-in-out 0s;
}

.logo-area {
    width: 80%;
    height: 200px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 35px;
}

.logo-UC {
    width: 40%;
    height: 30px;
    background-image: url('../assets/assets/');
    background-repeat: no-repeat;
    background-size: cover;
}

.login-form {
    justify-content: center;
    flex-direction: column;
    width: 85%;
    color: #202124;
    font-size: 16px;
    text-align: center;
}

.he-divider {
    text-align: center;
    width: 100%;
    float: left;
    padding: 3% 3% 0%;
}

.login-form .inputs {
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: 0;
}

    .login-form .inputs input {
        height: 40px;
        border-radius: 10px;
        border-color: gray;
        font-size: 1.2rem;
        padding: 10px 10px 10px 40px;
        width: 100%;
        margin: 5px auto;
        border: none;
    }

input:focus {
    outline: solid 1px #939292;
}

input::placeholder {
    color: rgb(160, 163, 163)
}

input:focus::placeholder {
    color: transparent;
}

.remember-forgot {
    font-size: 1rem;
    color: #3f3f3f;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.login-form .log-last {
    padding: 5% 13% !important;
}

.width-element {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.remember-forgot input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.btn-login {
    border-radius: 34%;
    background-color: #0793FC;
    font-size: 1.2rem;
    color: whitesmoke;
    transition-property: background-color;
    transition-duration: 0.5s;
    border: none;
    padding: 2% 5% !important;
    font-weight: bold;
}

.btn-normal {
    border-radius: 15px;
    background-color: #194AA5;
    font-size: 1.2rem;
    color: whitesmoke;
    transition-property: background-color;
    transition-duration: 0.5s;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    border: none;
    margin-top: 5px;
}

@font-face {
    font-family: open-san-extrebold;
    src: url('./font-awesome-4.7.0/typo/OpenSans-ExtraBold.ttf');
}

@font-face {
    font-family: open-san-extrebold;
    src: url('./font-awesome-4.7.0/typo/OpenSans-Bold.ttf');
}

@font-face {
    font-family: Poppins;
    src: url('./font-awesome-4.7.0/typo/OpenSans-Regular.ttf');
}

.btn-login:hover {
    background-color: #397eff;
}

.btn-normal:hover {
    background-color: #15161d;
}

.btn-signup {
    width: 70%;
    height: 50px;
    border-radius: 15px;
    background-color: #05416f;
    font-size: 1.2rem;
    color: whitesmoke;
    transition-property: background-color;
    transition-duration: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto;
    border: none;
    margin-top: 5px;
}

    .btn-signup:hover {
        background-color: #128b51;
        color: #fff;
        text-decoration: none;
    }

.btn-login:hover {
    background-color: #ffffff !important;
    color: #003670;
}

.btn-normal:hover {
    background-color: #397eff;
    color: #fff;
}


.register-section {
    width: 85%;
}

.divider-section {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

    .divider-section hr {
        width: 90%;
        height: 1px;
    }

.left-divider {
    background-image: linear-gradient(to right, rgb(183, 180, 180), rgb(230, 230, 224));
    width: 90%;
}

.right-divider {
    width: 90%;
    background-image: linear-gradient(to left, rgb(183, 180, 180), rgb(230, 230, 224));
}

.pb {
    padding-bottom: 3%;
}

.pt {
    padding-top: 5%;
}

.pr0 {
    padding-left: 0;
}

.mb {
    margin-bottom: 3% !important;
}

.mt {
    margin-top: 3%;
}

.txt-ac {
    text-align: center;
    width: 100%;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.red-btn {
    background-color: #EF0D18;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 2% 5%;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

    .red-btn:hover,
    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #f14e56;
        text-decoration: none;
    }

.style-btn-blue {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5% 0;
}

    .style-btn-blue button {
        text-align: center;
        width: auto;
        border-radius: 68px;
        padding: 2% 5%;
        font-weight: bold;
    }

.gris-btn {
    background-color: #7B7B7B;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 2% 8% !important;
    font-size: 20px;
    font-weight: bolder;
}

    .gris-btn:hover {
        background: #afafaf;
    }

.disabled-btn {
    background: #e1e1e1 !important;
    border: none !important;
    pointer-events: none;
}

.status-general-style {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 8% 12%;
    border-radius: 5px;
}

.badge-warning {
    padding: 8% 12% !important;
    font-size: 0.9em !important;
}

.btn-login-expe {
    border-radius: 34%;
    background-color: #0793FC;
    font-size: 1.2rem;
    color: whitesmoke;
    transition-property: background-color;
    transition-duration: 0.5s;
    border: none;
    padding: 0.5% 1.5% !important;
    font-weight: bold;
    margin: 0 5px;
}

.list-item span {
    font-size: 14px;
    font-weight: bold;
}

.status-begin {
    background: #0DAFB9;
}

.status-tramitado {
    background: #4FF3B8;
    color: #343434;
}

.status-aprobado {
    background: #4FA4F3;
}

.status-verificado {
    background: #6951FC;
}

.status-pending,
.badge-warning {
    background: #FEC227;
}

.status-active {
    background: #6951FC;
}

.status-eliminado {
    background: #DB1623;
}

.space-bottom {
    margin-bottom: 3%;
}

.tex-comment {
    background: #FFFCF4;
    border: 2px dashed #FEC227;
    border-radius: 10px;
    padding: 2%;
}

    .tex-comment span {
        padding: 0;
    }

.img-background {
    background-image: url(../images/background.png);
    height: 98vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-color-login {
    background: #fff;
    text-align: center;
    padding: 2% 5%;
}

.subtitlle-login {
    color: #ffffff;
    text-align: center;
}

.flex-content {
    padding-top: 4%;
}

.commet-style {
    margin-top: 4%;
}

    .commet-style .width-content-comment {
        float: left;
        text-align: right;
        width: 100%;
        border: 3px dashed #cdcdcd;
        padding: 3% !important;
        background: #f1f1f1;
        border-radius: 5px;
    }

    .commet-style h3 {
        color: #434343;
        font-size: 20px;
        font-weight: bold;
        text-align: left;
        margin-top: 15px;
    }

#service-primary .menssage-done-register {
    font-size: 30px !important;
}

.sumbit-btn-login-register {
    border-radius: 55px !important;
    padding: 5% 10% !important;
}

.flex-content select, .flex-content input {
    width: 100%;
    margin: 5px 0px;
    background: #EDEFF3;
    border: none;
    color: #9C9C9C;
    padding: 5px 25px !important;
    padding-left: 30px !important;
    height: 45px !important;
}

.flex-content .user-name {
    background-position: 5px 12px !important;
}

.flex-content #pas-field,
.flex-content .pas-field {
    background-image: url('./pass-icon.png') !important;
    background-repeat: no-repeat;
    background-position: 5px 14px !important;
}

.flex-content select#SitesCombobox {
    background-image: url('/dashboard/assets/institution-icon.png') !important;
    background-repeat: no-repeat;
    background-position: 6px 12px;
}


.remenber-pass {
    color: #ffffff;
    text-align: center;
}

    .remenber-pass input {
        height: 16px;
        width: 16px;
    }

.sumbit-btn-content {
    margin: 6% 0;
}

.main-container {
    background: #F7F7FB;
}

    .main-container .container {
        background: #fff;
        padding: 2.5% 4%;
        margin-top: 5%;
    }

.sumbit-btn-login {
    background-color: #05416f;
    color: whitesmoke;
    border: none;
    border-radius: 40px;
    padding: 3% 25% !important;
    font-size: 1.2rem;
    transition-property: background-color;
    transition-duration: 0.5s;
    font-weight: bold;
}

.register-btn-content {
    background-image: url(../images/line-divider.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.register-btn-login,
.btn-signup {
    background-color: #27E78B;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 8% 13%;
    font-size: 20px;
    font-weight: bold;
    width: 60%;
    text-decoration: none;
}

.footer-login {
    color: #9C9C9C;
    font-size: 16px;
    padding-top: 5%;
}

    .footer-login a {
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        color: #194AA5;
    }

    .footer-login div {
        width: 100%;
    }

    .footer-login img {
        padding-top: 2%;
    }

.bg-color-register {
    background-color: #194AA5;
    padding: 5% 8% !important;
}

.titlle-register {
    font-size: 28px;
    color: #fff;
}

.bg-color-register-right {
    background-color: #fff;
    text-align: center;
    padding: 4% 10% !important;
}

.flex-content-register select,
.flex-content-register input {
    width: 100%;
    margin: 0;
    background: #EDEFF3;
    border: none;
    padding: 3%;
    color: #9C9C9C;
    padding-left: 3%;
    height: auto;
    background-position: right 1.5rem center !important;
    font-size: 20px;
}

.ter-condi {
    color: #fff;
}

    .ter-condi input {
        width: 24px;
        height: 24px;
    }

.checkbox-inline {
    font-size: 20px;
    margin-bottom: 28px;
}

.ter-condi a {
    font-weight: bolder;
    text-decoration: none;
    color: #fff;
}

.register-btn-content {
    margin: 6% 0;
    text-align: center;
    width: 100%;
    float: left;
    padding: 3%;
}

.register-btn-register {
    background-color: #fff;
    color: #194AA5;
    border: none;
    border-radius: 40px;
    padding: 3% 13%;
    font-size: 20px;
    font-weight: bolder;
    width: 50%;
}

.register-btn-content div {
    color: #fff;
    padding-top: 5%;
    font-size: 16px;
}

    .register-btn-content div a {
        color: #fff;
        padding-top: 5%;
        font-size: 16px;
        font-weight: bolder;
        text-decoration: none;
    }

.style-step-content {
    border: 3px dashed #194AA5;
    padding: 5%;
    margin: 10% 0%;
    z-index: 50;
}

.icon-color-2 {
    display: contents !important;
}

.style-step-content label {
    color: #F02F33;
    font-size: 4em;
    border: 3px dashed #194AA5;
    font-weight: bolder;
    background: #fff;
    border-radius: 54%;
    padding: 2% 8%;
    z-index: 100;
    margin-left: -120%;
    margin-top: -21%;
}

.style-step-content .step-two {
    margin-left: 97%;
    margin-top: -21%;
}

.style-step-content p {
    color: #194AA5;
    font-size: 20px;
}

    .style-step-content p a {
        font-weight: bold;
        color: #194AA5;
        text-decoration: none;
    }

.bg-general-color {
    background: #fff;
}

.content-home-menu {
    padding: 0;
}

.style-img-profile {
    border-radius: 50%;
    width: 5%;
}

.content-home-menu .navbar-nav .nav-item {
    margin: 0 1.5%;
    font-size: 1.1em !important;
    font-weight: bold;
}

.general-space-style .main-container {
    width: 100%;
    float: left;
}

#search-primary {
    background: url(./assets/backgroundsearch.png);
    padding: 8% 0%;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    float: left;
    background-size: 100%;
    background-position: center;
}

.title-primary {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
}

.form-style-primary select {
    width: 100%;
    margin: 15px 0;
    border: none;
    padding: 1.5%;
    color: #9C9C9C;
    border-radius: 5px;
    background-position: right 2.75rem center !important;
}

#service-primary {
    background: #F7F7FB;
    padding: 5% 0%;
    float: left;
    width: 100%;
}

    #service-primary .container {
        background: #fff;
        padding: 3%;
    }

    #service-primary .text-without-service {
        color: #7E7E7E;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

.title-blue-service {
    color: #194AA5;
    text-align: left;
    font-size: 28px;
    font-weight: bolder;
}

.border-separate {
    border-top: 2px dashed #E3DFDF;
    border-bottom: 2px dashed #E3DFDF;
    padding: 2.5% 0%;
}

.style-btn-premiun {
    background-color: #194AA5 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 40px !important;
    padding: 2% 5% !important;
    font-size: 20px;
    font-weight: bold;
    float: none !important;
    width: auto !important;
    text-decoration: none;
}

.content-element-status {
    padding-top: 2%;
}

.Mb-select {
    margin-bottom: 2%;
}

.content-element-status img,
.content-cost-status img {
    float: left;
}

.content-element-status-service {
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 900;
    float: left;
    padding-left: 5%;
}

.form-style-primary .input-field {
    float: left;
    width: 100%;
    margin-bottom: 2%;
}

.form-style-primary label {
    color: #9C9C9C;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
}

.content-element-status-service h3 {
    color: #194AA5;
    font-size: 18px;
    font-weight: bolder;
}

.content-element-status-service label {
    margin-bottom: 0;
}

.content-cost-status {
    border: 3px dashed #EF0D18;
    padding: 1%;
}

    .content-cost-status h3 {
        color: #EF0D18;
        font-size: 24px;
        font-weight: bolder;
    }

.space-content {
    padding: 4% 0%;
    border-bottom: 2px dashed #E3DFDF;
}

.border-space-style {
    border-right: 2px dashed #E3DFDF;
    padding-right: 2%;
}

.text-content-service h2,
.form-service h2 {
    color: #6A6A6A;
    font-size: 24px;
    font-weight: 900;
    padding-bottom: 2%;
}

.text-content-service p {
    color: #6A6A6A;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}

.border-space-style-right {
    padding-left: 2%;
}

.list-service-style {
    color: #6A6A6A;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}

.form-service {
    padding: 4% 0%;
}

    .form-service .form-style-primary select,
    .form-service .form-style-primary input {
        background-color: #EDEFF3;
        color: #9C9C9C;
    }

    .form-style-primary select,
    .form-service .form-style-primary input,
    .form-service .form-style-primary .date-payment input,
    .form-service .form-style-primary .date-payment select {
        width: 100%;
        margin: 0;
        border: none;
        padding: initial;
        padding: 0% 2%;
        color: #9C9C9C;
        border-radius: 5px;
        float: left;
        background-position: right 1.25rem center !important;
        min-height: 65px;
        height: auto;
    }

.commet-style .width-content-comment input {
    width: 100%;
    margin: 0;
    padding: 0% 2%;
    color: #9C9C9C !important;
    border-radius: 5px;
    float: left;
    background-position: right 1.25rem center !important;
    min-height: 100px;
    height: auto;
    border: 1px solid #ced4da !important;
    background: #fff;
}

.commet-style .card-header {
    background: #6A6A6A;
    color: #fff;
    border-radius: 0 !important;
    font-size: 14px;
    font-weight: 900;
}

.commet-style .card-body {
    border-radius: 0 !important;
    border: 2px solid #6A6A6A;
}

.bg-field-content {
    background: #F8F8F8;
    float: left;
    width: 100%;
}

.form-style-field {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: row;
    align-items: center;
    padding-top: 2%;
}

.field-content-form {
    padding: 0% 2%;
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 2%;
}


input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 2px solid #194AA5;
    display: inline-block;
    padding: 5% 5%;
    cursor: pointer;
    background: url('../images/file-icon.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bolder;
    color: #194AA5;
    width: 100%;
}

.content-cost-payment {
    width: 100%;
    float: left;
    text-align: right;
}

.form-select-2 {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e) !important;
    background-repeat: no-repeat !important;
    background-size: 16px 12px !important;
    border-radius: 0.375rem;
    background-position: right 0.75rem center !important;
}

.element-payment-cost {
    border: 4px dashed #EF0D18;
    width: auto;
    float: right;
    text-align: center;
    padding: 1% 2%;
    margin-right: 2%;
    margin-top: 2%;
}

    .element-payment-cost label {
        color: #6A6A6A;
        font-size: 26px;
        font-weight: bold;
    }

    .element-payment-cost span {
        color: #194AA5;
        font-size: 26px;
        font-weight: bolder;
    }

.payment-style .container {
    padding: 4% 10% !important;
}

.payment-style .container .form-style-primary .date-payment {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
        align-content: center;
}

.payment-style .container .form-style-primary .date-payment div {
    padding: 0% 2%;
}

.payment-style .container .form-style-primary .date-payment div:first-child {
    padding-left: 0%;
}

.payment-style .container .form-style-primary .date-payment div:last-child {
    padding-right: 0%;
}

.form-service .form-style-primary .date-payment input,
.form-service .form-style-primary .date-payment select {
    padding: 4% 6%;
}

.form-service .form-style-primary .date-payment select {
    background-position: right 1.5rem center !important;
}

.card-payment div {
    width: auto;
    float: left;
    text-align: left;
    display: inline-flex;
}

    .card-payment div:first-child {
        padding-right: 4%;
    }

.card-payment input {
    margin-right: 10% !important;
}

.menssage-done {
    color: #194AA5 !important;
    text-align: center;
    font-size: 45px !important;
    font-weight: bolder !important;
    padding: 6% 8% !important;
    border: 4px dashed #EF0D18;
    margin-bottom: 5%;
}

.table-style tbody td,
.table-style tbody th {
    font-size: 12px;
    color: #949494;
    padding: 1% 0.2%;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background: #F2F2F9;
    color: #949494;
}

.table-style tbody tr,
.table-style thead tr {
    border: 2px solid #F2F2F9;
}

    .table-style tbody tr td:last-child {
        padding-left: 1.5%;
    }

    .table-style thead tr th {
        color: #FFFFFF;
        font-size: 18px;
        background-color: #194AA5;
        text-align: center;
        font-weight: bold;
    }

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.title-table-style {
    color: #434343;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    width: 30%;
    float: left;
    /*    margin-top: 5px;*/
    font-family: 'open-san-extrebold';
}

.text-status-btn {
    margin: 2% 0%;
    padding: 1% 0%;
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 2% !important;
}

.table-style .content-filter-table {
    width: 70%;
    float: left;
}

.general-style-new-btn {
    padding: 2.2% 0% !important;
    width: auto !important;
    height: auto !important;
    text-align: center;
}

.service-primary-general-style .table-style .content-filter-table {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    float: none;
}

.form-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

.table-style .content-filter-table select,
.table-style .content-filter-table input {
    background-color: #F2F2F9;
    color: #9C9C9C;
    border: none;
    border-radius: 30px;
    padding: .2%;
    padding-left: 4%;
    margin: 1%;
    background-position: right 1.5rem center !important;
    font-size: 12px;
    font-weight: bold;
    width: 20%;
}

.style-checkbox {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.table-style tbody td, .table-style tbody th {
    font-size: 1em;
}

.style-checkbox .Mb-select {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0% 2%;
}

    .style-checkbox .Mb-select input {
        margin-left: 10px;
    }

.style-profile-person .profile-style {
    color: #194AA5 !important;
    font-family: open-san-extrebold;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link > a:hover,
.navbar-light .navbar-nav .nav-link > a:focus {
    color: #194AA5 !important;
    font-weight: 900;
    border-bottom: 2px solid #194AA5;
}

.style-heading-table .table a {
    text-decoration: none;
}

.nav-item > a:actve {
    color: #194AA5 !important;
    font-weight: 900;
    border-bottom: 2px solid #194AA5;
}

.table-style .content-filter-table input {
    width: 28%;
    padding: 3.5%;
    padding-left: 4%;
    background: url(./assets/buscar.png);
    background-repeat: no-repeat;
    background-color: #f2f2f9;
}

.logo-menu-inside {
    width: 30%;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar-light .navbar-brand {
    width: 20%;
}
/*.navbar-light .navbar-brand {
    color: #343a40;
    width: 180px;
    height: 62px;
    padding: 0 !important;
    margin: 0 !important;
}*/
.navbar-expand-lg .navbar-nav {
    justify-content: right;
    width: 100%;
}

.dropdown-menu.show[aria-labelledby="themes"] {
    display: flex;
    width: auto !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    align-content: flex-start !important;
    justify-content: center;
}

.content-home-menu #navbarResponsive ul {
    font-size: 16px !important;
    color: #434343;
    font-weight: 400 !important;
    width: 100%;
    float: right;
    justify-content: right;
}

.content-home-menu .dropdown-item {
    width: 100% !important;
}

#service-primary .btn-change-pass {
    padding-top: 2.2% !important;
    padding-bottom: 2.2% !important;
    font-size: 1.2rem;
}

.btn-outline-secondary {
    border: none !important;
    color: #194AA5 !important;
}

.no-color a {
    background-color: #EF0D18;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 2% 5%;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

    .no-color a:hover {
        background-color: #f14e56;
        color: #fff;
    }

.p-t form {
    padding-top: 1.5%;
}

.btn-outline-secondary:hover {
    border: none !important;
    color: #226be8 !important;
    background: none !important;
}

.badge-danger {
    background: #ffd6d8;
    width: 100%;
    border-radius: 5px !important;
    padding: 2% 0% !important;
    border: 4px dashed #EF0D18;
    font-size: 14px !important;
    color: #434343 !important;
}

.btn-outline-danger {
    border: none !important;
    color: #EF0D18 !important;
}

    .btn-outline-danger:hover {
        border: none !important;
        color: #f14e56 !important;
        background: none !important;
    }

.user-new-btn {
    font-size: 14px;
    text-decoration: none;
    padding: 2% 4% !important;
}

    .user-new-btn:hover {
        color: #fff;
        background: #397eff;
        text-decoration: none;
    }

.style-btn-premiun:hover {
    color: #fff;
    background: #397eff !important;
    text-decoration: none;
}

.icon-attac {
    border-right: 2px dashed #C3C3C3;
    padding-right: 5%;
}

a.icon-attac:last-child {
    border: none;
}

.export-btn-style {
    background-color: #0CAE74;
    border: none;
    border-radius: 40px;
    font-weight: bold;
    color: #fff;
    margin-left: 1%;
    padding: 2% 4%;
}

    .export-btn-style:hover {
        background: #2bdb9c;
        text-decoration: none;
    }

.light-blue {
    background: #248EF0;
    font-weight: bold;
}

.remember {
    margin-top: 6px;
}

.width-responsive {
    width: 25%;
}

.responsive-list-style {
    display: none;
}

.bg-light,
.navbar-expand-lg {
    padding: 0 !important;
}

@media(max-width:1200px) {
    .responsive-register .bg-color-register-right img {
        width: 80%;
        text-align: center;
    }

    .style-step-content {
        border: 2px dashed #194AA5;
        padding: 2%;
        margin: 6% 0%;
    }

        .style-step-content label {
            font-size: 2em;
            border: 2px dashed #194AA5;
            background: #fff;
            padding: 2% 6%;
            margin-left: -106%;
        }

        .style-step-content .step-two {
            margin-left: 93%;
        }

    .flex-content-register select, .flex-content-register input {
        padding: 2%;
        font-size: 0.8em;
    }

    .style-step-content p {
        font-size: 18px;
    }

    .titlle-register {
        font-size: 20px;
    }

    .table-style tbody td, .table-style tbody th {
        font-size: 0.8em;
    }

    .content-home-menu #navbarResponsive ul {
        font-size: 12px !important;
    }

    .service-primary-general-style .table-style .content-filter-table {
        justify-content: center;
    }
}

@media(max-width:1024px) {
    .responsive-register .bg-color-register-right img {
        width: 65%;
    }

    .style-step-content label {
        padding: 0% 5%;
        margin-left: -106%;
        font-size: 2em;
    }
}

@media(max-width:950px) {
    .title-table-style {
        width: 40%;
    }

    .user-new-btn {
        padding: 5% 8% !important;
    }

    .table-style .content-filter-table {
        width: 60%;
    }

    .responsive-style-seccion .table-style .content-filter-table {
        width: 65%;
    }

    .responsive-style-seccion .title-table-style {
        width: 35%;
    }

    .responsive-style-seccion .table-style .content-filter-table input {
        width: 45%;
        padding: 7.5%;
    }

    .ticket-responsive .table-style .content-filter-table {
        flex-direction: column !important;
    }

        .ticket-responsive .table-style .content-filter-table input,
        .ticket-responsive .table-style .content-filter-table select {
            width: 100% !important;
            padding: 4%;
        }

    .ticket-responsive .user-new-btn {
        width: 100% !important;
        padding: 3% 0% !important;
        margin: 15px 0;
    }

    .ticket-responsive .content-filter-table {
        width: 100% !important;
    }

    .ticket-responsive .title-table-style {
        width: 100%;
        font-size: 2em;
        padding: 4% 0%;
        float: left;
        text-align: center;
    }

    .content-home-menu {
        padding: 0% 5%;
    }

    .responsive-list-style-display {
        display: none;
    }

    .responsive-list-style {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        align-content: center;
        padding-left: 0;
        margin-block: 8%;
        border: 2px dashed #194AA5;
        border-radius: 5px;
    }

        .responsive-list-style li span {
            width: 30%;
            float: left;
        }

        .responsive-list-style li label {
            width: 70%;
            float: left;
            color: #434343;
            font-size: 1.2em;
            font-family: 'Poppins';
            font-weight: bold;
        }

        .responsive-list-style li,
        .responsive-list-style li {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: stretch;
            justify-content: center;
            align-content: center;
        }

            .responsive-list-style li span {
                background: #194AA5;
                color: #fff;
                padding: 2% 2%;
                border-bottom: 1px dashed #fff;
                font-family: 'Poppins';
                font-weight: bold;
                font-size: 1.2em;
            }

            .responsive-list-style li label {
                padding: 2% 2%;
                border-bottom: 1px dashed #fff;
                border-bottom: 1px dashed #747474;
                margin: 0% 4%;
            }

    .status-table-respon {
        color: #fff !important
    }
}

@media(max-width:850px) {

    .container2 {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: end;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        margin-top: 0%;
    }

    .bg-color-register-right {
        display: none;
    }

    .bg-color-register {
        width: 100%;
        flex: none;
        max-width: 100%;
    }

    .style-step-content p {
        font-size: 15px;
    }

    .bg-color-register {
        width: 100% !important;
        float: left;
    }

    .title-primary {
        font-size: 2.5em;
    }

    .content-element-status,
    .content-cost-status {
        width: 50% !important;
    }

    .border-space-style,
    .border-space-style-right {
        width: 100% !important;
        border: none;
    }

    .space-content {
        padding: 8% 0%;
    }

    .btn-normal,
    .red-btn {
        font-size: 1rem;
        padding: 4% 8% !important;
    }

    .style-btn-premiun {
        font-size: 14px;
        padding: 2% 5% !important
    }

    .responsive-style-seccion .table-style .content-filter-table {
        width: 100%;
        display: flex;
        text-align: center;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
    }

    .responsive-style-seccion .title-table-style {
        width: 100%;
        font-size: 2em;
        padding: 4% 0%;
        float: left;
        text-align: center;
    }

    .responsive-style-seccion .table-style .content-filter-table input {
        width: 45%;
    }

    .ticket-responsive .table-style .content-filter-table {
        flex-direction: column !important;
    }

        .ticket-responsive .table-style .content-filter-table input,
        .ticket-responsive .table-style .content-filter-table select {
            width: 100% !important;
            padding: 4%;
        }

    .ticket-responsive .user-new-btn {
        width: 100% !important;
        padding: 3% 0% !important;
        margin: 15px 0;
    }

    
}

@media(max-width:600px) {
   
    .subtitlle-login {
        color: #fff;
    }

    .remenber-pass {
        color: #fff;
    }

    .flex-content select,
    .flex-content input {
        width: 90%;
        margin: 5px 20px;
        background: #EDEFF3;
        border: none;
        padding: 6%;
        color: #9C9C9C;
        padding-left: 12%;
    }

    .logo-area {
        background-image: url('../images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        max-width: 320px;
        height: 172px;
        margin-bottom: 15px;
    }

    .navbar .container {
        margin-top: 0 !important;
    }

    .ter-condi {
        text-align: center;
    }

    .register-btn-register {
        width: 100%;
    }

    .ter-condi {
        font-size: 12px;
    }

.ter-condi input {
      margin: 0;
      padding: 0;
}
    
    .title-table-style {
        color: #434343;
        font-size: 1em;
        text-align: center;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 5%;
    }

    .user-new-btn {
        padding: 3% 8% !important;
    }

    .table-style .content-filter-table {
        width: 100%;
    }

    .form-horizontal {
        justify-content: center;
    }

    .space-bottom {
        margin-bottom: 8%;
    }

    .form-style-primary select, .form-service .form-style-primary input, .form-service .form-style-primary .date-payment input,
    .form-service .form-style-primary .date-payment select {
        min-height: 50px;
        font-size: 0.8em;
    }

    .title-blue-service {
        text-align: center;
        font-size: 2em;
        font-weight: bold;
        padding-top: 8%;
        font-family: 'open-san-extrebold';
    }

    .service-primary-general-style .table-style .content-filter-table {
        justify-content: center;
        flex-direction: column;
    }

    .responsive-style-seccion .table-style .content-filter-table input,
    .responsive-style-seccion .table-style .content-filter-table select {
        width: 100% !important;
        padding: 6%;
    }

    .responsive-style-seccion .table-style .content-filter-table select {
        padding: 4% 6% !important;
    }

    .responsive-style-seccion .user-new-btn {
        width: 100% !important;
        margin-top: 5%;
        padding: 4% 0% !important;
    }
}

@media(max-width:450px) {
    .flex-content #user-field, .flex-content .user-name {
        background-position: 15px 15px;
    }

    .sumbit-btn-login,
    .btn-signup {
        width: 100%;
    }

    .remember-forgot {
        width: 100%;
        text-align: center;
        float: left;
        display: inline;
    }

    .remember,
    .forgot {
        text-align: center;
    }

    .title-table-style {
        font-size: 1.5em;
    }

    .sumbit-btn-login {
        width: auto;
        display: initial !important;
    }

    .title-primary {
        font-size: 2em;
    }

    #search-primary {
        padding: 15% 5%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .container {
        margin-top: 0px !important;
    }

    .content-element-status, .content-cost-status {
        width: 100% !important;
        padding: 4% 0%;
    }

    .border-separate {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 5% 8%;
    }
}

@media(max-width:360px) {
    .flex-content #user-field, .flex-content .user-name,
    .flex-content .pass-field {
        padding-left: 15%;
        background-position: 15px 15px;
    }

    .remember-forgot {
        display: inline;
    }

        .remember-forgot div {
            width: 100%;
            text-align: center;
        }
}


form#form1 {
    width: 85%;
}

input#Username {
    margin-bottom: 20px;
}

.flex-content > input {
    height: 58.97px;
    border-radius: 10px;
}

select#SitesCombobox {
    border-radius: 10px;
    margin-bottom: 14px;
}

input#RememberMe {
    margin: 0px 10px;
}

label {
    margin-bottom: 0px;
}

.remember-forgot {
    margin-top: 15px;
}

a#LoginButton {
    padding: 5px 45px !important;
    font-weight: 400;
    border: 1px solid;
    background: transparent;
    text-decoration:none;
    height: 42px;
    display: block;
    max-width: 232px;
    margin: 0 auto;
}

input#RememberMe::before {
    content: '';
    width: 40px;
    height: 18px;
    background: #cccccc;
    position: absolute;
    left: -21px;
    top: -2px;
    border-radius: 10px;
    transition: all 0.3s;
}

input#RememberMe {
    position: relative;
    height: 14px;
}

input#RememberMe:checked::before {
    background: #57b072;
}

input#RememberMe:checked::after {
    left: 2px;
}

input#RememberMe::after {
    content: '';
    position: absolute;
    left: -22px;
    right: auto;
    top: -2px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50px;
    transition: all 0.3s;
}