/* Base styles for the image inside .footer-logo */
.footer-logo {
    vertical-align: middle;
    width: 20%;
    height: auto;
    margin-right: 5px;
}

/* Styles for screens that are less than 426px wide */
@media screen and (max-width: 425px) {
    .footer-logo {
        width: 25%;
    }
}

.smart-ready-go-logo {
    width: 200px;
}

.btn-label-primary {
    margin: 5px 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .5em 0em !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 10em !important;
}

.table > :not(caption) > * > * {
    padding: 0.625rem 0.3rem !important;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.card-body {
    overflow: hidden;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
    text-align: center !important;
}

#country > img {
    width: 20px;
    height: 20px;
}

/*WIDTH CHANGED TO 767.5px*/
@media screen and (max-width: 767.5px) {
    .row #country {
        padding-left: calc(var(--bs-gutter-x)* 0.5) !important;
    }
}

.btn-danger.disabled, .btn-danger:disabled {
    width: 5em !important;
}

.form-label, .col-form-label {
    font-size: 0.75rem !important;
}

.card:hover {
    box-shadow: 3px 3px 12px #0AD65B;
}

.form-control:focus,
.form-select:focus {
    border-color: #0AD65B;
}

/*WIDTH CHANGED TO 767.5px*/
/****************************/
/*HAVE TO DO SAME CHANGE ABOVE*/
@media screen and (max-width: 767.5px) {
    .filters, .assess-num, .pie {
        margin-top: 23px;
    }
}

.timeline-item .mb-4 {
    padding-left: 2rem !important;
}

.form-control.email {
    max-width: 100%;
    min-width: 150px;
}

.form-control.building-name {
    max-width: 100%;
    min-width: 150px;
}

.form-control.date {
    max-width: 100%;
    min-width: 190px;
}

.form-control.username {
    max-width: 100%;
    min-width: 190px;
}

.input-group {
    flex-wrap: nowrap !important;
}

.edit-method, .create-method {
    font-size: 0.85rem;
}

@media screen and (max-width: 424.5px) {
    .icon-create-edit {
        display: none;
    }
}

/*NEW CHANGES*/

.results-summary {
    padding: 10px;
}

@media screen and (max-width: 450.5px) {
    .star {
        font-size: 1.15rem !important;
    }
}

@media screen and (max-width: 455.5px) {
    .avatar {
        display: none;
    }
}

@media screen and (max-width: 374.5px) {
    #keyFunctOnechart, #keyFunctTwochart, #keyFunctThreechart {
        display: none;
    }
}
