body {
    background-color: #f7f8f9 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00377d !important;
}

label {
    /* color: #787878; */
    color: #002e6d;
    font-size: 14px;
    padding-bottom: 0px;
}

.txt-footer {
    font-size: 0.75rem !important;
}

.footer {
    background-color: #00377b;
}

.form-control,
.ts-control,
.form-select {
    color: #787878 !important;
}


.at-button-primary {
    background-color: rgb(0, 200, 255) !important;
}

.at-button-primary {
    background-color: #00c8ff !important;
    color: #fff !important;
    padding: 0px 20px;
}

.at-button-primary,
.at-button-secondary,
.at-button-tertiary,
.at-button-shadow,
.at-button-icon,
.at-button-iconcolor,
.at-button-floating,
.form-wrapper .at-button-loader,
.at-button-loader {
    background: transparent;
    cursor: pointer;
    font-family: "robotomedium";
    vertical-align: middle;
    line-height: 34px;
    border-radius: 50px;
    font-size: .875rem;
    color: #00c8ff;
    display: inline-block;
    border: 0;
    border: 1px solid transparent;
    transition: .3s;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 20px;
    position: relative;
    width: auto;
    margin: 0;
}

.txt-footer {
    font-size: 0.75rem !important;
}

.signature-pad-boc {
    background-color: #eeeeee !important;
    border-radius: 5px;
}

.tg-bg-primary {
    background-color: #00377b !important;
}

.tg-txt-primary {
    color: #00377b !important;
}

.text-tigo-link {
    color: #45c8f6;
}

.bg-tigo {
    background-color: #45c8f6;
}


.tg-bg-primary {
    background-color: #00377b;
}


/* Cards */
.card {
    --bs-card-border-color: none;
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
    padding: 8px !important;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    font-family: var(--ion-font-family, inherit) !important;
    font-weight: 700 !important;
    margin-right: 14px !important;
}

.card-header,
.card-body,
.card-footer {
    background-color: #fff !important;
    border-bottom: none !important;
    border-top: none !important;
    padding: 2px !important;
}

.card-title {
    color: #00377d;
    font-size: 13px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.signature-pad-boc {
    background-color: #eeeeee !important;
    border-radius: 5px;
}

.btn-file-upload {
    border-radius: 0rem 0rem 0.25rem 0.25rem;
}

.image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #d0d0d0;
}

.responsive-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preview-image {
    max-width: 100%;
    max-height: 100%;
}

/* FILE INPUT SETUP  */
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.input-margen {
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border: 1px solid #e0dedf;
    padding: 1px 0px 0px 1px;
    background-color: #e0dedf;
}


/* input type file css */
.file-input-wrapper {
    position: relative;
    display: inline-block;
}

.file-input {
    position: absolute;
    opacity: 0;
}

.custom-file-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f8f9fa;
    border-radius: 4px;
    cursor: pointer;
    color: #333;
}

.custom-file-button:hover {
    background-color: #f8f9fa;
}

.custom-file-button:focus {
    outline: none;
}

.custom-file-button:active {
    background-color: #d0d0d0;
}

.bc-invalid {
    /* border-color: #dc3545; */
    border-color: var(--bs-form-invalid-border-color);
    border-radius: 4px 4px 4px !important;
}

.bc-valid {
    border-color: var(--bs-form-valid-border-color);
    border-radius: 4px 4px 4px !important;
}

/* toast */
.bg-toast-info {
    background-color: #3264dc;
}


.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 32, 32, 0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}