.app-branding .logo-icon {
    width: auto!important;
    height: 50px;
    border-radius: 50%!important;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #e7e9ed;
}

.select2-container .select2-selection--single{
    height: auto;
    padding: .375rem 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
}

.dataTables_paginate, .dataTables_info {
    font-size: .875rem;
    margin-top: 20px;;
}

.dataTables_filter, .dataTables_length {
    font-size: .875rem;
}

.dataTables_length select {
    display: inline;
    margin: 5px;
}

.form-control.recordBtn {
    color: #fff;
    background: #aeb3bb;
}

.hidden {
    display: none;
}

.recordBtn {
    padding-top: 1.6rem;
    padding-bottom: 2.6rem;
}


.dataTables_length label, .dataTables_filter label {
    display: inline-flex;
}

.dataTables_filter {
    text-align: right;
}

.dataTables_filter input {
    margin: 5px;
}

.fs-12 {
    font-size: 12px;
}

textarea.form-control {
    min-height: calc(1.5em + 0.75rem + 50px);
}

.bg-pink {
    background-color: #fdedf4;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-content {
    background-color: #f5f6fe;
}

.dataTables_length select, .dataTables_filter input {
    margin-top: -10px;
}

.app-nav .nav-icon {
    top: 0.8rem!important;
}

.app-notifications-dropdown .app-icon-holder svg {
    margin-top: 5px;
}

.form-group {
    margin-bottom: 1rem;
}

.app-card-thumb-holder-gradas {
    height: 150px;
}

@media (max-width: 768px) {
    .app-card-thumb-holder-gradas {
        height: 100px;
    }
}


.avian-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e7e9ed;
    min-height: 2.5rem;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px!important;
}

/* Bell blinking animation */
@keyframes bell-blink {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

.blink {
    animation: bell-blink 1.5s ease-in-out infinite;
    color: #dc3545 !important;
}

.blink:hover {
    animation-play-state: paused;
}

.app-header-content .app-utility-item i {
    font-size: 1.2rem;
}

.app-utility-item .icon-badge {
    right: -0.8rem!important;
}


#farm-settings-table-tab-content .app-btn-secondary {
    min-width: 68px!important;
}


.alert-success {
    font-size: 14px;
}

.notification-badge {
    background: #ec776c;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: .6rem;
    font-weight: bold;
    padding-top: 1px;
    color: #fff;
    text-align: center;
}

.copyright {
    font-size: 10px!important;
    color: #bfc6f8!important;
}

.copyright a {
    text-decoration: none!important;
    color: #bfc6f8!important;
}

