﻿/* Coded with love by Mutiullah Samim */
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #60a3bc !important;
}

.user_card {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #0b509b;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #60a3bc;
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}

.form_container {
    margin-top: 100px;
}

.login_btn {
    width: 100%;
    background: #c0392b !important;
    color: white !important;
}

    .login_btn:focus {
        box-shadow: none !important;
        outline: 0px !important;
    }

.login_container {
    padding: 0 2rem;
}

.input-group-text {
    background: #c0392b !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c0392b  !important;
}





.sty-content-estad {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sty-number {
    font-size: 32px;
    display: block;
}

.sty-icon {
    font-size: 4em !important;
}

.sty-ver-mas {
    color: wheat;
    text-decoration: underline;
    font-size: 1.2em;
}

.sty-content-subgroup {
    text-align-last: center;
    height: inherit;
}




/******/

.sty-list-container {
    background: #d5cec370;
    box-shadow: 2px 2px 10px #DADADA;
    /* margin: 5px; */
    /* padding: 20px 10px; */
    /* background-color: #fff; */
    /* height: 100px; */
    border-radius: 5px;
    transition: .3s linear all;
    display: flex;
    align-items: center;
    padding: 3px;
    margin-bottom: 15px;
}

.sty-containt-number-list {
    padding: 6px;
    background: #a0a186;
    border-radius: 8px;
    /* opacity: 71; */
    color: white;
}


.sty-p-number {
    margin: 0 !important;
    font-size: 18px;
}

.sty-container-nombre-list {
    margin-left: 10px;
}

.sty-nombre-list {
    margin: 0;
    font-style: italic;
    /* text-transform: capitalize; */
    opacity: 0.5;
    /* display: block; */
    font-size: 16px;
}

.sty-a-vermas-list {
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}



/*datos card vencimientos*/

.sty-size-icon {
    font-size: 12px;
}

.content-num-name {
    font-size: 18px;
    /* height: inherit; */
    text-align: center;
    font-style: italic;
    /* opacity: 0.5;*/
}

.sty-card-p-number-dato {
    margin: 0;
    color: white;
    font-weight: 600;
    font-size: 25px;
}

.sty-card-name {
    margin: 0;
    opacity: 0.5;
}

.col-md-x1 {
    margin-bottom: 20px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (min-width: 992px) {
    .col-md-x1 {
        float: left;
        width: 20%;
    }
}

@media (max-width: 991px) {
    .col-md-x1 {
        width: 100%;
    }
}

.card-counter-vencimientos {
    height: 130px !important;
    margin: 0 !important;
    cursor: pointer;
}

    .card-counter-vencimientos:hover {
        opacity: 0.5;
        background: blue;
    }


.sty-displayflex-ext {
    display: flex;
    justify-content: space-between;
}
