.content {
    width: 100% !important;
}

.visitHead {
    width: 80%;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.175px;
    text-transform: uppercase;
}

.statusBtn {
    padding: 2px 4px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
}

.scheduleBtnColor {
    border-color: #198754;
}

.border-divider-purple {
    border-bottom: 1px #783E8B solid;
    padding: 10px 0px !important;
}

.statusIcon {
    width: 8px;
    margin-right: 8px;
}

.warningIcon {
    width: 20px;
    margin-right: 8px;
}

.workerUserPic {
    width: 40px;
    position: relative;
    margin-right: 10px;
}

.picture {
    width: 40px;
    height: 40px;
}

.verifiedPic {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 24px;
    right: -3px;
}

.border-divider {
    border-bottom: 1px #AEB2B6 solid;
    margin: 10px 0px !important;
    padding-top: 5px;
}

.dateDetails {
    color: #1A1D20;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.travelExpTitle {
    color: #783E8B;
    width: 50%;
}

.travelExpTitle h5 {
    font-size: 16px;
}

.mobileViewVisit a {
    color: #0D6EFD;
    font-size: 12px;
}

.mobileViewVisit p {
    color: #1A1D20;
    font-size: 14px;
    margin-bottom: 6px;
}

.travelExpList {
    font-size: 14px;
    color: #3B3B3B;
}

.travelExpList ul {
    margin-bottom: 6px;
}

.editTravelLink {
    color: #0D6EFD;
    font-size: 12px;
}

.noteSection {
    width: 100%;
}

.noteSection h6 {
    color: #783E8B;
    font-size: 16px;
}

.noteDesc {
    color: #1A1D20;
    font-size: 14px;
}

.noteDesc p {
    width: 60%;
}

.notesLink {
    color: #3B3B3B;
    font-size: 12px;
}

.reportSection {
    width: 100%;
}

.ellipsis-1 {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.visitDetails {
    width: 100%;
    color: #783E8B;
    font-size: 16px;
}

.visitDetails-table {
    color: #3B3B3B;
    font-size: 14px;
    margin-top: 10px;
}

.firstColumnVisit {
    width: 90%;
    padding-bottom: 10px;
}

.secondColumnVisit {
    width: 10%;
    text-align: right;
    padding-bottom: 10px;
}

.totalCount {
    width: 90%;
    padding-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.175px;
}

.font-weight-400 {
    font-weight: 400;
}

.totalCountValue {
    width: 10%;
    text-align: right;
    padding-bottom: 10px;
    font-weight: 500;
}

.textDesc {
    color: #000000;
    font-size: 12px !important;
}

.textBoxWidth {
    width: 50%;
}

.claimText {
    color: #3B3B3B;
    font-size: 14px;
    margin-left: 16px;
    padding-top: 5px;
}

.claimText small {
    margin-left: 5px;
}

.milege {
    color: #783E8B;
    font-size: 14px;
    font-weight: 500;
}

#editTravelExpModal .form-check-input:checked[type=checkbox] {
    /* --bs-form-check-bg-image: url(./../icons/check_white.svg); */
    /* width: 14px; */
    /* height: 10px; */
    background: url(./../icons/check_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.dollerSignPadding {
    padding-left: 1.8rem;
}

.dollerSign {
    position: absolute;
    top: 0px;
    left: 13px;
    font-size: 14px;
    display: flex;
    height: 100%;
    font-weight: 500;
    align-items: center;
}

.statusBtn {
    padding: 2px 4px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #fff;
    font-size: 13px;
}

.approveBtnColor {
    border-color: #DC3545;
}

.scheduleBtnColor {
    border-color: #198754;
}

.visitPopup {
    width: 80px;
}

.historyContent {
    color: #3B3B3B;
    font-size: 14px;
    margin-bottom: 5px;
}

.updatedBy {
    color: #3B3B3B;
    font-size: 11px;
    margin-bottom: 5px;
}

.view-visit-footer {
    margin-bottom: 32px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .modal-content {
        flex-direction: column;
        border: none;
        border-radius: 0 !important;
    }

    #editTravelExpModal .modal-dialog,
    #addNoteModal .modal-dialog,
    #reportIncidentModal .modal-dialog,
    #visitHistoryModal .modal-dialog {
        margin: 0;
        min-width: 100%;
    }

    #editTravelExpModal .modal-content,
    #addNoteModal .modal-content,
    #reportIncidentModal .modal-content,
    #visitHistoryModal .modal-content {
        height: calc(100vh);
    }
}