.btn-primary {
    background-color: #064e9f !important;
}

.bg-success {
    background-color: #064e9f !important;
}

.navbar-primary {
    background-color: #064e9f !important;
}

.btn-danger {
    background-color: #c3273e !important;
}

.nav-sidebar>.nav-item {
    >.nav-link.active {
        background-color: #064e9f !important;
    }
}

/* To make checkboxes bigger */
/* input[type='checkbox'] {
    transform: scale(2);
    margin: 20px;
} */

.readonly img:first-child {
    width: 17px;
    height: auto;
}

/*THIS STYLES THE ACTIVE LINK AND FOCUSED LINK*/

/* .nav-item > li.active > a {
		cursor: default;
	  color: #fff;
    background-color: #75A319;
    border-style: none;
} */

/* Selected tab */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* color: #93999d; */
    /* background-color: #757780; */
    background-color: #007bff;
    color: white;
    font-weight: bold;

    :hover {
        color: white;
    }

    /* border-color: #dee2e6 #dee2e6 #fff; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover {

    color: white;

}

/* Set the text color of multiple choices */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    /* margin-left: 20px; */
    color: #000;
    margin-top: 5px;
    padding: 0;
    padding-left: 150px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.login-background {
    min-height: 485.391px;
    background-image: url('/static/img/fondo_login.webp');
    background-size: cover;
    backdrop-filter: blur(8px);
}

.login-card {
    border-radius: 27px;
}

.login-button:not(:disabled):not(.disabled) {
    cursor: pointer;
    border-radius: 15px;
}


.radiolist>div {
    display: inline-block;
    padding-right: 10px;
}

.alert a {
    color: white !important;
}

.breadcrumb li:nth-child(2) {
    display: none;
}


/* Override the border-radius property for the img-circle class */
.img-circle {
    border-radius: 50%;
    object-fit: cover; /* Ensure the image fills the square container */
}

.img-circle  {
    max-width: 40px; /* Adjust as needed */
    max-height: 40px; /* Adjust as needed */
    margin-right: 15px; /* Adjust the right margin as needed */
    margin-left: 10px; /* Adjust the right margin as needed */

}


.notas-tab
{
    /* color: #93999d; */
    /* background-color: #757780; */
    background-color: rgb(255, 129, 26) !important;

    color: white;
    font-weight: bold;

    /* border-color: #dee2e6 #dee2e6 #fff; */
}

.notas-internas-tab
{
    /* color: #93999d; */
    /* background-color: #757780; */
    background-color: green !important;
    color: white;
    font-weight: bold;

    /* border-color: #dee2e6 #dee2e6 #fff; */
}

.witness-phone{
    margin-left: 10px;
   
}

.green-icon{
    color: green;
}

#clocklink0 {
    display: none;
}



