@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn-uicons.flaticon.com/2.4.2/uicons-solid-rounded/css/uicons-solid-rounded.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://cdn-uicons.flaticon.com/2.4.2/uicons-solid-rounded/css/uicons-solid-rounded.css');


body,
p,
div {
    font-family: "Nunito Sans", sans-serif !important;
    font-optical-sizing: auto !important;
}

.bg-primary,
.btn-primary {
    background: rgb(54, 9, 121);
    background: linear-gradient(
        90deg,
        rgba(54, 9, 121, 1) 0%,
        rgba(31, 9, 121, 1) 26%,
        #009fff 100%
    );
}

span.bg-gradient-primary {
    /*background-image: linear-gradient(310deg, #111fa4 0%, #ffffff 100%) !important;*/
    background-image: linear-gradient(
        90deg,
        rgba(54, 9, 121, 1) 0%,
        rgba(31, 9, 121, 1) 26%,
        rgb(255, 255, 255) 100%
    ) !important;
}

.text-gradient.text-primary {
    /* color: rgb(37, 9, 121) !important; */
    background-image: linear-gradient(
        310deg,
        #111fa4 0%,
        #621198 100%
    ) !important;
}

.text-primary {
    color: rgba(31, 9, 121, 1) !important;
}

img#logo-colibri-xpress {
    width: 180px !important;
}

img#logo-colibri-xpress-small {
    width: 80px !important;
}

.blur {
    background-color: white !important;
}

.sidenav .navbar-brand {
    justify-content: center;
    display: flex;
}

.sidenav .navbar-brand img {
    width: 120px !important;
    max-height: fit-content;
}

/* div.card {
    padding: 50px !important;
} */

table {
    font-size: 14px;
}
.page-item.active .page-link {
    background-color: rgba(31, 9, 121, 1) !important;
    border: none !important;
}

.form-control {
    border: none !important;
    background-color: #f1f5ff !important;
}

body#welcome {
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    height: 100vh;
    background: rgb(54, 9, 121);
    background: linear-gradient(
        90deg,
        rgba(54, 9, 121, 1) 0%,
        #1f0979 26%,
        #4424c1 100%
    );
}

body#welcome a {
    color: #404040 !important;
}

body#welcome div.card {
    margin: 18px 8px 8px 8px;
    padding: 35px !important;
    color: #404040 !important;
    background-color: white;
    border-radius: 15px;
    box-shadow: 32px 28px 35px rgba(0, 0, 0, 0.12);
}

body#welcome footer {
    display: flex;
    justify-content: center;
    height: 80px;
    position: absolute;
    bottom: 0;
    color: white;
}

table thead {
    text-align: center !important;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 14px;
    /* background-color: #111fa4; */
    color: #404040;
}

#lnk-list-paquetes, #lnk-list-enviados, #lnk-list-ventas, #lnk-list-productos, #lnk-list-creditos{
    color: #303389 !important;
}

.active#lnk-list-paquetes, .active#lnk-list-enviados, .active#lnk-list-creditos, .active#lnk-list-ventas, .active#lnk-list-productos{
    color: #404040 !important;
}

.form-switch .form-check-input{
    border: none !important;
    height: 1.35em !important;
}

.form-switch .form-check-input:checked{
    background-color: #3ed06a !important;
}

div.item-total{
    background-color: whitesmoke;
    border-radius: 8px;
    align-content: center;
    height: 50px;
}

.item-total-focus{
    background-color: #3ed06a;
    border-radius: 8px;
    align-content: center;
    height: 50px;
}

.column-color {
    background-color: rgb(239, 239, 239) !important;
}

.estado-pagado {
    background-color: rgb(89, 209, 89) !important;
    color: white !important;
}

.estado-no-pagado {
    background-color: rgba(255, 99, 99, 0.876) !important;
    color: white !important;
}

/*a:hover{
    color: #f3faff !important;
}*/

@media (min-width: 992px) {
    :not(.main-content) .navbar .dropdown .dropdown-menu {
        top: 0rem !important;
    }
}
