﻿.header-master-box {
    font-family: "Poppins", sans-serif !important;
    background-color: #EDEDF5 !important;
    height: 50px;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 6px;
    overflow: hidden;
    font-weight: normal;
    align-items: start !important;
}

    .header-master-box .line {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
    }
    .header-master-box .line-name {
        font-size: 17px !important;
        color: #27173E !important;
        font-weight:bold;
    }
    .header-master-box .line-client {
        font-size: 12px !important;
        color: #958d9e !important;
    }
.circulo-iniciales {
    width: 40px;
    height: 40px;
    background-color: #146CFD;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
}

.appHeader {   
    height: 80px !important;
    background-color: #EDEDF5 !important;
    border-bottom-width: 0px !important;
    border-bottom-color: transparent !important;
}
#appCapsule{
    padding-top: 70px !important;
    margin-bottom: 50px !important;
}

.alert-outline-primary {
    background: transparent;
    color: #007bff !important;
    border: 2px solid #007bff;
}

a {
    color: #0d6efd !important;
}

.section-title {
    color: #003965 !important;
}


.form-group .input-wrapper.active .label {
    color: #007bff !important;
}

.form-group.basic .form-control:focus,
.form-group.basic .custom-select:focus {
    border-bottom-color: #007bff !important;
    box-shadow: inset 0 -1px 0 0 #007bff !important;
}
.btn-text-primary {
    color: #007bff !important;
}

.badge-primary, a.badge-primary {
    background: #007bff !important;
}