@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
::selection {
    background-color: rgb(253, 213, 63);
    color: rgb(0, 0, 0);
}
::selection {
    background-color: rgb(0, 0, 0);
    color: rgb(253, 213, 63);
}
body {
}
body, html {
    -webkit-font-smoothing: antialiased;
    height: auto;
    font-size: 100%;
    color: rgb(0, 0, 0);
    font-family: Arial, sans-serif;
    background-color: #f8f8f8;
}
* {
    outline: none;
}
body>main {}
header {
    margin: 0;
    padding: 0 20px;
    background-color: #fff;
}

header #logo {}
header #logo img {
    width: auto;
    height: 100px;
    transition: all 0.4s ease 0s;
}

.wrapper {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.toolbar {
    padding: 10px 0;
}
.toolbar.toolbar-right {
    text-align: right;
}
.toolbar button.new {
    display: block;
    width: 100%;
}

.breadcrumb {
    padding: 20px 0px;
    margin: 0;
}

.navbar {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    /*background: rgb(201,201,201);*/
    /*background: linear-gradient(180deg, rgba(201,201,201,1) 0%, rgba(248,248,248,1) 100%);*/
}

.content {
    padding: 30px 20px;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: -30px;
}

.accordion-header button {
    font-weight: bold;
}
.accordion-body {
    padding: 30px;
}

.form-label {
    margin-bottom: 0.3rem;
    margin-top: 1rem;
}

.customers-list {
    list-style: none;
    /* margin: 10px; */
    padding: 0;
    border: 1px solid #efefef;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.customers-list .mask {
    z-index: 9;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.7);
    transition: all 0.4s ease 0s;
}
.customers-list > li .customer-status > span {
    margin-right: 20px;
}
.customers-list > li {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    background: #fff;
    color: #002ea5;
    transition: all 0.4s ease 0s;
}
.customers-list > li:hover {
    background: #efefef;
}
.customers-list > li:last-child {
    border-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.customers-list > li h2 {
    margin: 0;
    font-size: 1.3rem;
    font-weight: bold;
}
.customers-list > li h2 > span {
    position: relative;
    top: -3px;
    margin: 0;
    margin-left: 3px;
    padding: 2px 6px 4px 6px;
    font-size: .8rem;
    font-weight: bold;
    background-color: #eee;
    color: #464646;
    border-radius: 6px;
}
.customers-list > li h2 > span.wait {
    background-color: #ffeb3b;
    color: #464646;
}
.customers-list > li h2 > span.valid {
    background-color: #4caf50;
    color: #ffffff;
}
.customers-list > li span.action {
    display: inline-block;
    margin-left: -5px;
    transition: all 0.4s ease 0s;
}
.customers-list > li span.action .button {
    cursor: auto;
    position: relative;
    background: none;
    border: none;
    color: #002ea5;
    transition: all 0.4s ease 0s;
}
.customers-list > li span.action .button {
    cursor: auto;
    position: relative;
    background: none;
    border: none;
    color: #002ea5;
    transition: all 0.4s ease 0s;
}

.customer-progressbar {
    display: none;  
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    transition: all 0.4s ease 0s;
}
    .customer-progressbar > div {
        background-color: #e91e63;
        height: 6px;
        width: 0%;
        text-align: center;
        color: #002ea5;
        padding: 3px;
        font-size: .7rem;
        transition: all 0.4s ease 0s;
    }

.customers-list > li span.action .dropdown {
    margin-top: 6px;
}
.dropdown .dropdown-item {
    position: relative;
}
.dropdown .dropdown-item input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.dropdown span.percent {
    color: #fff;
    font-size: .7rem;
    display: none;
    padding: 8px 8px;
    top: -8px;
    right: -8px;
    position: absolute;
    font-weight: bold;
    border: 2px solid #1f2ea5;
    background-color: #1f2ea5;
    height: 20px;
    min-width: 20px;
    border-radius: 200px;
    margin-right: -0px;
    line-height: .2;
    transition: all 0.4s ease 0s;
}
.dropdown span.number {
    position: absolute;
    top: -8px;
    right: -8px;
    display: inline-block;
    color: #fff;
    font-size: .7rem;
    padding: 4px 4px 4px 5px;
    font-weight: bold;
    background-color: #db1c30;
    height: 20px;
    min-width: 20px;
    border-radius: 200px;
    margin-right: -0px;
    line-height: 1.1;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.dropdown span.number.alert {
    background-color: #ffe800;
    color: #000;
    /* border: 2px solid #fff; */
    /* line-height: .8; */
}

#accordionCustomer {
    
}
#accordionCustomer > .accordion-item:last-of-type {
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
#customerForm {
    padding: 0;
}
#customer .saveForm {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -2px;
}
#customerFormImages {
    padding: 0;
}

#files {
    margin: 0;
    padding: 0;
}
#files li {
    list-style: none;
}

button.disabled-uploading:disabled {
    color: #ccc!important;
    background-color: transparent;
    border-color: transparent;
}

#download {
    padding: 40px;
}
#download .container {
    max-width: 600px;
    background-color: #fff;
    border-radius: 10px;
    margin: 40px auto;
    border: 1px solid #ddd;
}

#download .download-header {
    margin: -15px -15px 0;
    padding: 20px;
    background-color: #fff;
    background-color: #ebc100;
    color: #122470;
    font-weight: bold;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
#download .download-files {
    padding: 10px;
    margin: 0;
    margin-top: 10px;
}
#download .download-files li {
    list-style: none;
}
#download .download-total {
    padding: 10px;
    font-weight: bold;
}
#download .download-button {
    padding: 10px;
    margin-bottom: 10px;
}

.password {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.password li {
    display: inline-block;
    width: 11.66%;
    margin: 0;
    padding: 0;
}
.password li input {
    width: 100%;
    border: 1px solid #ccc;
    font-size: 2rem;
    padding: 1rem .5rem;
    text-align: center;
}

.subtitle {
    font-size: .8rem;
    color: #999;
}

.form-label {
    position: relative;
    margin-bottom: 0.3rem;
    margin-top: 1rem;
    font-weight: bold;
    color: #515151;
}
.form-label.required:after {
    content: '*';
    color: red;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: -10px;
    font-size: 1rem;
}
.form-control {
    padding: 0.575rem 0.95rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #1f2ea5;
}
.btn-primary {
    background-color: #002ea5;
    border-color: #002ea5;
}
.accordion-button:not(.collapsed) {
    background-color: #ebc100;
    color: #122470;
}
.accordion-button:not(.collapsed)::after {
    background-image: initial;
}
.navbar {
    font-size: .9rem;
}
a {
    color: #1f2ea5!important;
    text-decoration: none!important;
}
.accordion-button:focus,
button:focus:not(:focus-visible) {
    border-color: #3857da;
    box-shadow: 0 0 0px 4px #ebc101;
}
.accordion-button:not(.collapsed) {
    box-shadow: 0 0 0px 4px #ebc101;
}
.btn-outline-primary {
    border-color: #1f2ea5!important;
    color: #1f2ea5!important;
}
.btn.btn-primary:hover {
    color: #fff!important;
    background-color: #1f2ea5!important;
}


.files {
    padding: 0px;
    margin: 0;
    margin-top: 0px;
}
.files li {
    list-style: none;
    font-size: .8rem;
}

@media only screen and (max-width: 1300px) {
    .breadcrumb {
        padding: 10px 20px;
    }
}