.invalid-feedback {
    display: block;
}

.table-condensed>tbody>tr>td, .table-condensed>thead>tr>th {
    padding: 7px;
    /* word-break: break-all; */
}

.datepicker {
    border: 1px solid #ced4da !important;
}

.action-button {
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.img-thumb img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%; 
    overflow: hidden; 
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important
}

.survey-question-list-raper .footer-title,
.survey-question-list-raper .page-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.survey-question-list-raper .chat-list li a,
.survey-question-list-raper .chat-list li.active a,
.survey-question-list-raper .chat-list li a:hover,
.survey-question-list-raper .chat-list li.active a:hover{
    background: transparent !important;
}

.survey-question-list-raper.tab-content.py-4{
    z-index: 1;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.survey-question-list-raper.tab-content.py-4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
    z-index: -1;
}
.survey-question-list-raper .media-body ul li{
    color: #000;
}

.survey-question-list-raper .question-heading {
    color: #000;
}
 
.survey-question-list-raper p {
    color: #000;
}   

.survey-question-list-raper b {
    color: #000;
}


.question-ans-type {
    color: #222;
    background: #fff;
    border-radius: 30px;
    padding: 7px 15px;
    display: inline-block;
}
/*---7.10.22---*/
.text-center .dropdown .dropdown-menu-right li a{
    text-align: left;
}
.text-center .dropdown .dropdown-menu-right li a i{
    margin-right: 5px;
}
.inputGroup .form-control::-webkit-file-upload-button {
    font-size: 10px;
}
.popup-time .form-group{
    margin-bottom: 0;
}
.popup-time {
    margin-bottom:10px;
}

.answer-sec-heading p{
    font-size: 16px;
    font-weight: 600;
}
.inner-survey-report .answer-sec-quest-btn{
    margin-bottom: 15px !important;
}
.inner-survey-report .apex-charts tspan{
    color: #495057;
    fill:#495057;
}
.dropdown-inner-page-align {
    height: 150px;
    overflow-y: scroll;
}
.bank-account-dlt{
    color: #f46a6a !important;
    border-color: #fff !important;
    padding: 0.47rem 0.75rem !important;
    font-size: .8125rem !important;
    line-height: 1.5 !important;
    border-radius: 0.25rem !important;
    border: 1px solid #f46a6a !important;
    margin: 0 0 0 10px;
    width: 90px;
}
.bank-account-dlt:hover{
    border-color: #f46a6a !important;
    color: #fff !important;
}
.adjust-radio{
    display: flex;
    align-items: center;
}
.adjust-radio label{
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 0;
}
.adjust-radio input{
    margin-right: 8px;
    margin-left: 8px;
}
.inner-survey-report .devider {
    margin-bottom: 25px;
    border-bottom: 1px solid #efefef;
}

/*---10.10.22---*/
.pet-dtls p:empty{
    display: none;
}
.pet-cmnts .chat-list li a{
    padding: 0;
}
.media-body-inner{
    display: flex;
    justify-content: space-between;
}
.pet-dtls .text-muted h5{
    margin-bottom: 1rem !important;
}
.pet-dtls .text-lg-left h5{
    font-size: 15px;
}
.pet-cmnts .tab-content{
    padding-bottom: 0 !important;
}
.pet-cmnts .list-group-item{
    padding: 0;
}
.pop-img-home span em {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-flex;
    border-radius: 5px;
    margin: 0 5px 0 0;
}

.pop-img-home span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 15px;
}



.pop-img-home span em img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    height: 100%;
    overflow: hidden;
    object-position: 50% 50%;
    -webkit-object-position: 50% 50%;
    -o-object-position: 50% 50%;
    -moz-object-position: 50% 50%;
    border-radius: 0 !important;
}

.loader {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center
}

.loader img {
    display: block;
    margin: 0 auto
}

span.help-block {
    display: inline-block;
    font-size: 15px;
    color: #ff0008;    
}