@import "./colors.css";

.menu-link .ki-duotone,
.ki-outline,
.ki-solid {
    line-height: 1;
    font-size: 1rem;
    color: #606a7c;
}

.menu-link .active .ki-duotone,
.ki-outline,
.ki-solid {
    color: #073991;
}

.left_side_card_top>h3,
.right_side_card_top>h3 {
    font-family: Inter;
    font-size: 14px;
    color: rgba(36, 75, 138, 1);
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 0px;
}

.checkpt_text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(51, 51, 51, 1);
}

.vertical_line {
    width: 1px;
    height: 26px;
    background-color: rgba(36, 75, 138, 1);
}

.assign_gard_Text {
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(36, 75, 138, 1);
}

.assign_gard_timing {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(36, 75, 138, 1);
}

.top-right_side-coard {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 27px;
    padding: 2px 13px;
    border-radius: 4px;

}

.left_side_card_top>p,
.right_side_card_top>p {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 0px;


}

.briefCase>i {
    font-size: 20px;
    color: rgba(36, 75, 138, 1);
}

.left_side_card {

    background-color: white;
    padding: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left_side_card_top {
    border-right: 1px solid rgba(36, 75, 138, 1);
    padding-right: 4px;
}

.top_timing_text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: -1px;
    text-align: left;
    margin-left: 3px;
    color: rgba(76, 78, 100, 1);
}

.ongoing_route {
    font-family: Inter;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.bg_top_map {
    background-color: rgba(36, 75, 138, 1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 16px;
    height: 60px;
    width: 100%;
    align-items: center;
}

.menu-link:hover .ki-duotone,
.ki-outline,
.ki-solid {
    color: #073991;
}

table.dataTable {
    margin-top: 0px !important;
}

.full-border-right {
    position: relative;
    padding: 10px;
}

.text-nowrap {
    text-wrap: nowrap;
}

.table_left_side {
    min-height: 400px;
    height: 444px;
    overflow-y: auto;
    padding-right: 5px;
}

.circle_size {
    font-size: 20px;
}

.bg-green {
    color: rgba(63, 188, 105, 1) !important;
}

.bg-magenta {
    color: rgba(244, 63, 94, 1) !important;
}

.bg-yellow {
    color: rgba(255, 199, 39, 1) !important;
}

.pagination_text {
    font-family: Inter;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 17px !important;
    letter-spacing: 0px;
    text-align: left;
    color: rgba(36, 75, 138, 1) !important;
}

.td_linehiehgt {
    line-height: 1.1;
    vertical-align: middle !important;
}

.custom_b {
    border: 1px solid rgba(209, 213, 219, 1);
}

.text-gray-light {
    color: rgba(118, 119, 137, 1) !important;
}

.border-0 {
    border: none !important;
}

.border-b-cust {
    border-bottom: 1px solid rgba(205, 215, 229, 1) !important;
}

.active_page {
    width: 30px !important;
    height: 30px !important;
    border-radius: 4px !important;
    background-color: rgba(36, 75, 138, 1) !important;
}

.pagination_icon {
    color: rgba(36, 75, 138, 1) !important;
    font-size: 20px !important;
}

.bottom_text_heading {
    color: rgba(36, 75, 138, 1);
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
}

.full-border-right::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    width: 3px;
    background-color: #244a8d;
}

.border-right {
    position: relative;
    padding: 10px;
}

.border-right::before {
    content: "";
    position: absolute;
    top: 18px;
    bottom: 14px;
    right: 0;
    width: 0.5px;
    background-color: rgba(76, 78, 100, 1);
}

#tab-section {
    .wrapper {
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }

    .tabs {
        isplay: block;
        position: absolute;
        left: 0px;
        top: 0px;
        min-width: 3000px;
        margin-left: -26px;
        margin-top: 0px;
    }

    .tab-link {
        width: 8%;
        font-weight: 600;
        background: #e1e1e2;
        color: #2b2b40;
        display: inline-block;
        padding: 10px 55px;
        cursor: pointer;
        text-align: center;
        font-size: 15px;
    }

    .active {
        background: #244a8d;
        color: #ffffff;

    }

    .scroller {
        padding: 10px 5px;
        z-index: 1;
        position: relative;
        text-align: center;
        cursor: pointer;
        white-space: no-wrap;
        vertical-align: middle;
        background-color: #244a8d;
    }

    .scroller-right {
        float: right;
    }

    .scroller-left {
        float: left;
    }
}

.tab-content {
    display: none;
}

.active {
    display: block;
}

.current {
    background: #244b8a !important;
    color: #ffffff;
}

#active-shifts-section .total-shift-div {
    width: 100%;
    font-weight: 600;
    background: #244b8a;
    color: #ffffff;
    display: inline-block;
    padding: 15px 5px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
}

#active-shifts-section .shift-div-a {
    margin-top: 2px;
    border: 1px solid #ccc;
    width: 100%;
    font-weight: 600;
    background: #3b4556;
    color: #ffffff;
    display: inline-block;
    padding: 10px 5px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
}

#active-shifts-section .shift-div-a:hover {
    background: #244b8a;
    color: #ffffff;
}


.card .card-header .card-title {
    display: flex;
    margin: 1.5rem;
    margin-left: 0;
}

.vertical-divider {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 33%;
    margin: 0;
    padding: 0;
    width: auto;
    height: 50%;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    transform: translateX(-50%);
    color: #244a8d;
}

.vertical-divider:before,
.vertical-divider:after {
    position: absolute;
    background-color: #5786d9;
    left: 50%;
    content: '';
    z-index: 9;
    border-left: 1px solid rgba(34, 36, 38, .15);
    border-right: 1px solid rgba(255, 255, 255, .1);
    width: 0;
    height: calc(100% - 1rem);
}

.row-divided>.vertical-divider {
    height: calc(50% - 1rem);
}

.vertical-divider:before {
    top: -100%;
}

.vertical-divider:after {
    top: auto;
    bottom: 0;
}

.row-divided {
    position: relative;
}

.row-divided>[class^="col-"],
.row-divided>[class*=" col-"] {
    padding-left: 30px;
    padding-right: 30px;
}

.img-thumbs-hidden {
    display: none;
}

.img-thumbs {
    flex-flow: wrap;
    width: 100%;
    display: flex;
    float: inline-start;
}

.wrapper-thumb {
    width: 20%;
    position: relative;
}

.img-preview-thumb {
    width: 97%;
    margin: 5px;
    height: 200px;
}

.remove-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #9a9ab8;
}

.remove-btn:hover {
    box-shadow: 0px 0px 3px grey;
    transition: all .1s ease-in-out;
    transform: scale(1.1);
    border: 2px solid red;
}

.remove-btn:hover i {
    color: red;
}

/*Codeby Ritik Hide the clear (X) button in the search input field */
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.btn-edit {
    color: #244a8d !important;
    border: 1px solid #244a8d !important;
    border-radius: 50% !important;
    padding: 0px !important;
}

.btn-edit:hover {
    transform: scale(1.1);
}

.btn-edit i {
    color: #244a8d !important;
    padding: 5px !important;
    font-size: 13px !important;
}

.btn-delete {
    color: red !important;
    border: 1px solid red !important;
    border-radius: 50% !important;
    padding: 0px !important;
}

.btn-delete:hover {
    transform: scale(1.1);
}

.btn-delete i {
    color: red !important;
    padding: 6px !important;
    font-size: 12px !important;
}

.clock-icon {
    position: relative;
    bottom: 30px;
    float: right;
    right: 20px;
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.btn-edit {
    color: #244a8d !important;
    border: 1px solid #244a8d !important;
    border-radius: 50% !important;
    padding: 0px !important;
}

.btn-edit:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}

.btn-edit i {
    color: #244a8d !important;
    padding: 5px !important;
    font-size: 13px !important;
}

.btn-delete {
    color: red !important;
    border: 1px solid red !important;
    border-radius: 50% !important;
    padding: 0px !important;
}

.btn-delete:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}

.btn-delete i {
    color: red !important;
    padding: 6px !important;
    font-size: 12px !important;
}

.clock-icon {
    position: relative;
    bottom: 30px;
    float: right;
    right: 20px;
}

#checkpoint-result .timeline-label .timeline-badge {
    flex-shrink: 0;
    background-color: var(--bs-body-bg);
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 10px;
    margin-left: -0.5rem;
    padding: 3px !important;
    border: 6px solid var(--bs-body-bg) !important;
}

#checkpoint-result .timeline-label {
    top: 10px;
    flex-shrink: 0;
    position: relative;
    color: var(--bs-gray-800);
}

#checkpoint-result .timeline-label:before {
    content: "";
    position: absolute;
    left: 51px;
    width: 3px;
    top: 0px;
    bottom: 35px;
    background-color: var(--bs-gray-200);
}

#checkpoint-result .timeline-label .label-text {
    width: 90%;
    position: relative;
    transform: translate(10%, -85%);
    font-size: 14px;
}

#checkpoint-result .timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 3rem !important;
}

#route-info .timeline-label .timeline-badge {
    flex-shrink: 0;
    background-color: var(--bs-body-bg);
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    margin-top: 10px;
    margin-left: -0.5rem;
    padding: 3px !important;
    border: 6px solid var(--bs-body-bg) !important;
}

#route-info .timeline-label {
    top: 10px;
    flex-shrink: 0;
    position: relative;
    color: var(--bs-gray-800);
}

#route-info .timeline-label:before {
    content: "";
    position: absolute;
    left: 51px;
    width: 3px;
    top: 0px;
    bottom: 35px;
    background-color: var(--bs-gray-200);
}

#route-info .timeline-label .label-text {
    width: 90%;
    position: relative;
    transform: translate(10%, -85%);
    font-size: 14px;
}

#route-info .timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 3rem !important;
}



/* Add the given code for input[type="number"] styling */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.box-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Start date 06/10/2023 written by surendra */
.dataTables_length {
    display: none !important;
}

.dataTables_filter {
    float: left !important;
    text-align: left !important;
    display: none !important;
}

/* .flex-wrap {
    display: none !important;
} */

.small-text {
    font-size: 12px;
    font-weight: normal;
}

.table.gy-5 td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.table.gs-7 td:last-child {
    padding-right: 0px;
}

.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 0px;
    width: calc(1.5em + 0.55rem + 0px);
}

.selected-row {
    background-color: #e5efff !important;
    color: #244b8a !important;
    font-weight: bold !important;
}

/* End date 06/10/2023 written by surendra */
.swiper-slide img {
    width: 100%;
    height: 290px;
}

.link {
    color: var(--color-primary);
    font-weight: 500;
}

/* Auth Section (Start) */
.auth-section .content-div {
    min-height: 85vh;
}

.auth-section .auth-illustration {
    height: 500px;
    width: auto;
    margin: auto;
}

@media (max-width: 1100px) {
    .auth-section .auth-illustration {
        height: 400px;
    }
}


@media (max-width: 767px) {
    .auth-section .auth-illustration {
        height: 400px;
    }
}

.auth-section .form-label em {
    color: #F43F5E;
    font-style: normal;
}

.auth-section .logo {
    height: 60px;
}

.auth-section .title {
    font-size: 2.3rem;
    font-weight: bold;
    color: #1E293B;
}

.auth-section .link {
    color: var(--color-primary);
    font-weight: 500;
}

.auth-section .link i {
    color: var(--color-primary);
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon).btn-sm,
.btn-group-sm>.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    padding: calc(0.55rem + 1px) calc(1.25rem + 15px);
}

.btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
    border: 0;
    padding: calc(0.775rem + 1px) calc(1.5rem + 15px);
}

.btn-primary {
    background-color: var(--color-primary) !important;
}

.btn-primary:hover {
    background-color: #073991 !important;
}

.full_view_btn {
    background: rgba(36, 75, 138, 1);
    height: 3rem;
    border-radius: 4px;
    padding: 4px 8px;
    display: flex;
    gap: 0.5rem;
    position: absolute;
    top: 5.5rem;
    align-items: center;
    right: 1rem;
    border: 1px solid rgba(36, 75, 138, 1);
}

.full_view_text {
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    color: white;
}

.btn-primary.inverse {
    padding: 10px 20px !important;
    border: 1px solid var(--color-primary) !important;
    color: var(--color-primary) !important;
    background-color: transparent !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.view {
    padding: 10px 20px !important;
    color: var(--color-primary) !important;
    background-color: none !important;
    text-align: left !important;
}

.btn-primary.inverse:hover {
    padding: 10px 20px !important;
    color: #fff !important;
    background-color: #163a79 !important;
}

.btn-primary.inverse i {
    color: var(--color-primary);
}

.auth-section .completed-icon {
    height: 55px;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 27px;
    background-color: #D1FAE5;
    margin: auto;
}

.auth-section .completed-icon i {
    color: #10B981;
    font-size: 2rem;
}

.auth-form {
    width: 60%;
    margin: auto;
    padding: 30px 0px;
}

@media (max-width: 1300px) {
    .auth-form {
        width: 70%;
    }
}

@media (max-width: 1100px) {
    .auth-form {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .auth-form {
        width: 80%;
    }
}

.auth-section .form-progress-points {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
}

.auth-section .form-progress-points li {
    position: relative;
}

.auth-section .form-progress-points li:first-child {
    margin-left: 0px;
}

.auth-section .form-progress-points li div {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    border-radius: 12px;
    font-weight: 500;
}

.auth-section .form-progress-points li div.active {
    background-color: var(--color-primary);
    color: #fff;
}

.auth-section .form-progress-points li div.inactive {
    background-color: #F1F5F9;
    color: #64748B;
}

.auth-section .form-progress-points li::after {
    content: " ";
    height: 2px;
    top: 50%;
    left: 100%;
    transform: translate(0%, -50%);
    width: 500%;
    position: absolute;
    background-color: #F1F5F9;
}

@media (max-width: 1200px) {

    .auth-section .form-progress-points li::after {
        width: 400%;
    }
}

@media (max-width: 1100px) {

    .auth-section .form-progress-points li::after {
        width: 400%;
    }
}

@media (max-width: 767px) {
    .auth-form .form-progress-points li::after {
        width: 450%;
    }
}

@media (max-width: 600px) {
    .auth-section .form-progress-points li::after {
        width: 450%;
    }
}

@media (max-width: 500px) {
    .auth-section .form-progress-points li::after {
        width: 400%;
    }
}

@media (max-width: 420px) {
    .auth-section .form-progress-points li::after {
        width: 300%;
    }
}

@media (max-width: 350px) {
    .auth-section .form-progress-points li::after {
        width: 230%;
    }
}

.auth-section .form-progress-points li:last-child::after {
    width: 0%;
}


/* The switch - the box around the slider */
.auth-section .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.auth-section .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.auth-section .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.auth-section .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 10px;
}

.auth-section input:checked+.slider {
    background-color: var(--color-primary);
}

.auth-section input:focus+.slider {
    box-shadow: 0 0 1px var(--color-primary);
}

.auth-section input:checked+.slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.auth-form .plan-duration-selector p {
    font-weight: 500;
    color: #64748B;
}

.auth-form .plan-duration-selector p span {
    color: #10B981;
    font-weight: 500;
}

.auth-section .plan-card {
    border: 1px solid #E2E8F0;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    user-select: none;
    cursor: pointer;
    zoom: 90%;
}

.auth-section .plan-card.active {
    border-color: var(--color-primary);
}

.auth-section .plan-card .plan-icon {
    height: 28px;
    width: auto;
    margin-right: 10px;
}

.auth-section .plan-card .plan-title {
    font-size: 1.5rem;
    margin-bottom: 0px;
    color: #1E293B;
}

.auth-section .plan-card .plan-description {
    font-size: 1rem;
    margin-bottom: 0px;
    color: #475569;
    line-height: 1.6rem;
}

.auth-section .plan-card .plan-price {
    display: flex;
    align-items: baseline;
    justify-content: start;
}

.auth-section .plan-card .plan-price span:first-child {
    font-size: 1.7rem;
    margin-bottom: 0px;
    font-weight: 700;
    color: #1E293B;
}

.auth-section .plan-card .plan-price span:last-child {
    font-size: 1.3rem;
    margin-bottom: 0px;
    font-weight: 700;
    color: #64748B;
}

.auth-section .plan-card .plan-feature-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1E293B;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.auth-section .plan-card .plan-feature-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.auth-section .plan-card .plan-feature-list li {
    margin-bottom: 7px;
}

.auth-section .plan-card .plan-feature-list li span:first-child i {
    color: var(--color-primary);
    opacity: 1;
    margin-right: 4px;
}

.auth-section .plan-card .plan-feature-list li span:last-child {
    color: #475569;
    margin-bottom: 0px;
    font-weight: 400;
}

.plan-selection-div {
    width: 70%;
    margin: auto;
    padding: 30px 0px;
}

@media (max-width: 1100px) {
    .plan-selection-div {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .plan-selection-div {
        width: 80%;
    }
}

.auth-section .plan-table-div {
    border: 1px solid #F5F5F7;
    border-radius: 10px;
    overflow: hidden;
}

.auth-section .plan-table-title {
    color: #4C4E64;
    opacity: 87%;
}

.auth-section .plan-table-description {
    color: #4C4E64;
    opacity: 60%;
}

.auth-section .plan-table {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #F5F5F7;
}

.auth-section .plan-table tr {
    border: 1px solid #4C4E641F;
}

.auth-section .plan-table td {
    vertical-align: middle;
    border: none !important;
    padding: 12px 20px !important;
}

.auth-section .plan-table .info-column .fa-check-circle {
    color: var(--color-primary) !important;
    font-size: 1.2rem;
}

.auth-section .plan-table .info-column .fa-times-circle {
    color: #4C4E64 !important;
    opacity: 38%;
    font-size: 1.2rem;
}

.auth-section .plan-table .info-column .message {
    font-size: 0.9rem;
    background-color: #666bff22;
    color: var(--color-primary);
    padding: 5px 10px;
    border-radius: 15px;
}

.auth-section .plan-table .type-column {
    width: 30%;
}

.auth-section .plan-table .info-column {
    text-align: center;
    vertical-align: middle;
}

.auth-section .plan-table .info-column div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.auth-section .plan-table .info-column div span:first-child {
    color: #4C4E64DE;
}

.auth-section .plan-table .info-column div span:last-child {
    color: #4C4E6499;
    opacity: 80%;
}

.route-tabs .route-tab {
    background: #BEC9DC;
    padding: 10px 20px;
    color: var(--color-primary);
    margin-bottom: 7px;
    margin-right: 5px;
}

.route-tabs .route-tab.active {
    background-color: var(--color-primary);
    color: #fff;
}

.tagify:not(.form-control-sm):not(.form-control-lg) {
    border-radius: 4px;
    min-height: calc(1.5em + 1.55rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-right: 10px;
    padding-left: 6px;
}

.tagify-input.form-control .tagify__tag {
    color: var(--color-primary) !important;
    border-radius: 25px !important;
}

.tagify .tagify__tag {
    padding: 0.2rem !important;
    background-color: #BEC9DC !important;
}

.tagify-input.form-control .tagify__tag .tagify__tag-text {
    color: var(--color-primary);
    font-weight: 500 !important;
}

.tagify .tagify__tag .tagify__tag__removeBtn {
    background-color: var(--color-primary) !important;
    font-weight: bold;
}

.assign-guards-table {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.assign-guards-table thead {
    background-color: var(--color-primary);
    color: #fff;
}

.assign-guards-table tr td,
.assign-guards-table tr th {
    text-align: center;
    padding: 5px 10px;
}

.assign-guards-table tr td:first-child,
.assign-guards-table tr th:first-child {
    text-align: left;
}

/* Auth Section (End) */

/* Sidebar (Start) */
#kt_app_sidebar_logo {
    /*padding: 80px;*/
    background-color: var(--color-primary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-sidebar-menu {
    background-color: #fff;
}

.app-header {
    z-index: 1000 !important;
}

.app-sidebar .menu .show {
    background: #EEF1F6 !important;

}

.app-sidebar .menu .menu-item {
    transition: 0.3s ease linear !important;
}

.menu-sub.menu-sub-accordion .menu-item {
    padding: 0px !important;
}

.app-sidebar .menu .menu-item>.menu-link {
    color: #606A7C !important;
    padding: 10px 10px !important;
}

.app-sidebar .menu .menu-item .menu-link:hover {
    background-color: #EEF1F6 !important;
    border-radius: 4px;
    user-select: none;
    /* transition: 0.3s ease linear !important; */
}

.app-sidebar .menu .menu-item .menu-link.active {
    background-color: #EEF1F6 !important;
    border-radius: 4px;
    user-select: none;
    /* transition: 0.3s ease linear !important; */
}

.menu-sub-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 10px !important;
}

.app-sidebar .menu .menu-item>.menu-link .menu-icon i {
    color: #606A7C !important;
    font-size: 1.5rem !important;
}

.app-sidebar .menu .menu-item>.menu-link:hover .menu-icon i {
    color: var(--color-primary) !important;
}

.app-sidebar .menu .menu-item>.menu-link .menu-icon svg {
    fill: #606A7C !important;
}

.app-sidebar .menu .menu-item>.menu-link:hover .menu-icon svg {
    fill: var(--color-primary) !important;
}

.app-sidebar .menu .menu-item>.menu-link.active .menu-icon svg {
    fill: var(--color-primary) !important;
}

.app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #606a7c !important;
}

.app-sidebar .menu .menu-item>.menu-link:hover .menu-title {
    color: var(--color-primary) !important;
    font-weight: 700;
    /* text-shadow: 0px 1px 1px rgb(36 74 141); */
}

.app-sidebar .menu .menu-item .menu-link.active .menu-title {
    color: var(--color-primary) !important;
    font-weight: 700;
}

.app-sidebar .menu .menu-item .menu-link:hover .menu-bullet .bullet {
    background-color: var(--color-primary) !important;
}

.app-sidebar .menu .menu-item .menu-link.active .menu-bullet .bullet {
    background-color: var(--color-primary) !important;
}

.app-sidebar .menu .menu-item>.menu-link .menu-arrow::after {
    color: #606A7C !important;
    background-color: #606A7C !important;
    font-weight: 500;
}

.app-sidebar .menu .menu-item>.menu-link:hover .menu-arrow::after {
    color: var(--color-primary) !important;
    font-weight: 500;
}

/* Sidebar (End) */

/* Header (Start) */
.header-title {
    color: var(--color-primary);
    font-size: 1.7rem;
    font-weight: 700;
}

.header-user-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
}

.header-user-profile .name {
    color: var(--color-primary);
    margin-left: 10px;
    font-size: 1.1rem;
    margin-bottom: 0px;
    font-weight: 700;
}

.header-user-profile i {
    color: var(--color-primary);
    margin-left: 10px;
}

.notification-menu>.notification-header>.title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.notification-menu>.notification-header>.title .badge {
    padding: 4px 6px;
    background-color: var(--color-primary);
    border-radius: 10px;
    color: #fff;
    font-size: 0.8rem;
    margin-left: 5px;
}

.notification-menu>.notification-header>.mark-as-read {
    font-weight: 500;
    color: var(--color-primary);
}

.notification-menu .notification {
    margin-bottom: 14px;
}

.notification-menu .notification .notification-title {
    font-weight: 400;
    color: #333333;
    font-size: 1.1rem;
    margin-bottom: 0px;
}

.notification-menu .notification .notification-description {
    font-size: 1rem;
    font-weight: 400;
    color: #999999;
}

.timer {
    border: 1px solid #555555;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px;
}

.timer h1 {
    font-weight: 600;
    color: #555555;
    font-size: 1.6rem;
    margin-bottom: 0px;
}

/* Header (End) */

/* Property Page (Start) */
.property-search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-search i {
    color: #4C4E648A;
    font-size: 1.1rem;
}

.property-search input {
    outline: none;
    border: none;
    width: 80%;

}

.property-search button {
    padding-left: 15px !important;
    padding-right: 14px !important;
}

.property-row-card {
    border-radius: 3px;
    border: 1px solid #E2E8F0
}

.property-row-card .card-body>.title {
    color: #3D4A5C;
    font-size: 1.2rem;
    font-weight: 500;
}

.property-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px #4C4E6438;
}

.property-card img {
    border-radius: 0px !important;
}

.property-card .card-body {
    padding: 14px;
}

.property-card .title {
    margin-bottom: 5px;
}

.property-card .title span {
    font-size: 1.2rem;
    color: var(--color-primary);
    font-weight: 500;
}

.property-card .added-date {
    font-size: 0.9rem;
    color: #7F889B;
    margin-bottom: 10px;
}

.property-card .location {
    margin-bottom: 5px;
    display: flex;
}

.property-card .location h6 {
    font-size: 1rem;
    color: #4C4E64;
    font-weight: 500;
    line-height: 1.4rem;
    margin-left: 2px;
}

.property-card .option {
    color: var(--color-primary);
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 5px;
}

.property-card .option span {
    color: #4C4E64;
}

.property-card .card-footer .btn {
    width: 100%;
    background: #244B8A33;
    border-radius: 0px;
    color: var(--color-primary);
    font-size: 1rem;
    font-weight: 500;
}

.property-card .card-footer .btn:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.property-pagination-card {
    border-radius: 3px;
    border: 1px solid #E2E8F0
}

.property-pagination-card .pagination-link {
    color: #1A1A1A;
    font-weight: 500;
    font-size: 1.1rem;
}

.property-pagination-card .pagination-link:hover {
    color: var(--color-primary);
}

.property-pagination-card .pagination-link.active {
    color: #1A1A1A;
    font-weight: 500;
    border: 1px solid #244B8A;
    font-size: 1.1rem;
    padding: 7px 12px;
    border-radius: 5px;
}

.property-pagination-card .title {
    font-weight: 500;
    color: #1A1A1A;
    font-size: 1.1rem;
    margin-bottom: 0px;
}

.property-create-top-header .title {
    color: var(--color-primary);
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: 700;
}

.property-create-top-header .description {
    color: #666567;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 3px;
}

.property-create-card .progress-points-div {
    border-radius: 50px;
    width: fit-content;
    background-color: #eee;
    padding: 2px;
    margin: auto;
}

.property-create-card .progress-points {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    border-radius: 50px;
    background-color: transparent;
    margin-left: -27.5px;
    margin-right: -1px;
}

.property-create-card .progress-points li {
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #fff;
    position: relative;
    width: auto;
    margin: 0 1.5px;
}

.property-create-card .progress-points li:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.property-create-card .progress-points li:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.property-create-card .progress-points li::before {
    content: '';
    border-left: 16px solid #eee;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.property-create-card .progress-points li:first-child::before {
    content: none;
}

.property-create-card .progress-points li::after {
    content: '';
    border-left: 16px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}

.property-create-card .progress-points li:last-child::after {
    content: '';
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
}

.property-create-card .progress-points li i {
    color: #878787;
    font-size: 1.1rem;
}

.property-create-card .progress-points li span {
    margin-left: 4px;
    color: #878787;
    font-size: 0.9rem;
    font-weight: 500;
}

.property-create-card .progress-points li.active i {
    color: var(--color-primary);
}

.property-create-card .progress-points li.active span {
    color: var(--color-primary);
}

.text-primary {
    color: var(--color-primary) !important;
}

.property-create-card {
    border-radius: 3px;
    border: 1px solid #E2E8F0
}

.property-create-card .card-body>.title {
    color: #3D4A5C;
    font-weight: 500;
}

.property-create-card .card-body>.description {
    color: #666666;
    font-weight: 400;
}

.property-create-card .image-upload-div {
    border: 1px dashed #B3B3B3;
    height: fit-content;
    width: fit-content;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.property-create-card .image-upload-div div {
    position: absolute;
    text-align: center;
    z-index: 1;
}

.property-create-card .image-upload-div input {
    height: 160px;
    width: 250px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.property-create-card .uploaded-image-card {
    height: 160px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.property-create-card .uploaded-image-card button {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000080;
    border: none;
    border-radius: 15px;
}

.property-create-card .uploaded-image-card button i {
    font-size: 1.2rem;
    color: #fff;
}

.property-create-card .uploaded-image-card img {
    height: auto;
    width: 250px;
}

.property-create-card.create-shift .property-details h5 {
    font-size: 1.2rem;
    color: var(--color-primary);
    font-weight: 700;
}

.property-create-card.create-shift .property-details p {
    font-size: 1.2rem;
    color: #606A7C;
}

.property-image-slider-div .property-navigation {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--color-primary);
    border-radius: 12px;
    position: absolute;
    z-index: 10;
    transform: translate(-50%, -50%);
    top: 53%;
    left: 100%;
}

.property-image-slider-div .property-navigation i {
    color: #fff;
}

.property-create-card.no-checkpoints h1 {
    font-weight: bold;
    color: #999999;

}

.property-create-card.no-checkpoints a {
    color: var(--color-primary);
    text-decoration: underline;
    font-weight: 500;
}

.property-create-card.checkpoints-list .title {
    color: #333333;
    font-weight: bold;
}

.property-create-card.checkpoints-list .shift-time {
    color: #333333;
    font-weight: 500;
}

.property-create-card.checkpoints-list .shift-time span {
    color: var(--color-primary);
}

.checkpoint-card {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 10px 0px #4C4E6438;
    position: relative;
}

.checkpoint-card .options {
    position: absolute;
    z-index: 7;
    right: 10px;
    top: 10px;
    border: none;
    background: transparent;
}

.checkpoint-card .options i {
    color: #fff;
}

.checkpoint-card .checkpoint-image-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 5;
    background: rgba(0, 0, 0, 0.3);
}

.checkpoint-card .checkpoint-image {
    height: 170px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.checkpoint-card img {
    position: relative;
    z-index: 3;
}

.checkpoint-card .checkpoint-title {
    color: var(--color-primary);
    font-size: 1.3rem;
}

.checkpoint-card .checkpoint-description {
    color: #434956;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.checkpoint-card .checkpoint-option {
    color: var(--color-primary);
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.checkpoint-card .checkpoint-option span {
    color: #4C4E64;
}

.property-create-card.checkpoints-task .add-task-btn {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 1.2rem;
    text-decoration: underline;
}

.property-create-card.checkpoints-task .task>div:first-child>div {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .property-create-card.checkpoints-task .task>div:first-child>div {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
}

.property-create-card.checkpoints-task .task label {
    color: #333333;
    font-weight: 700;
    font-size: 1.2rem;
    white-space: nowrap;
    margin-right: 10px;
}

.property-create-card.checkpoints-task .task input {
    padding: 6px 10px !important;
}

.property-create-card.checkpoints-task .task .save-button {
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--color-primary);
    margin-right: 5px;
}

.property-create-card.checkpoints-task .task .delete-button i {
    font-size: 1.1rem;
    color: var(--color-primary);
}

.route-checkpoint-card {
    border: 1px solid #4C4E6438
}

.route-checkpoint-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.route-checkpoint-list li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.route-checkpoint-list li:last-child {
    margin-bottom: 0px;
}

.route-checkpoint-list li::after {
    content: " ";
    position: absolute;
    height: 45%;
    width: 2px;
    transform: translate(0%, -50%);
    top: 85%;
    left: 22px;
    background-color: #666666;
}

.route-checkpoint-list li:first-child::after {
    height: 75%;
    top: 140%;
}

#route-checkpoint-list li:last-child(2)::after {
    height: 75%;
    top: 120%;
}

#checkpoint-list {
    height: 75%;
    top: 120%;
    padding: 0px;
    margin-left: -15px;
}

#checkpoint-list li::after {
    content: " ";
    position: absolute;
    height: 60%;
    width: 2px;
    transform: translate(0%, -50%);
    top: 100%;
    left: 12px;
    background-color: #666666;
}

.route-checkpoint-list li.last-child::after {
    content: none;
}

.route-checkpoint-list li .checkpoint-icon {
    height: 20px;
    width: auto;
}

.route-checkpoint-list li .checkpoint-icon-bars {
    height: 8px;
    width: auto;
}

#route-checkpoint-list ul {
    padding-left: 0rem !important;
}

#route-checkpoint-list ul li {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 34px;
}

@media (max-width: 767px) {

    .route-checkpoint-list li::after {
        left: 6%;
    }
}

.route-checkpoint-list li div:first-child {
    /* margin-right: 15px; */
    width: 50px;
    text-align: center;
    margin-left: 0px;
}

.route-checkpoint-list li div:last-child {
    margin-left: 0px;
    width: 50px;
    /* text-align: center; */
}

.route-checkpoint-list li div:last-child button {
    /* border: none; */
    /* background-color: transparent; */
}

.route-checkpoint-list li div:last-child button i {
    /* color: var(--color-primary); */
}

.route-checkpoint-list li label {
    font-size: 0.8rem;
    margin-top: 3px;
}

/* Property Page (End) */

/* Breadcrumbs (Start) */
.breadcrumb li {
    display: inline-block;
    margin-right: 6px;
}

.breadcrumb li a {
    color: #666666;
    font-weight: 400;
    font-size: 15px;
    white-space: nowrap;
}

.breadcrumb li i {
    font-size: 0.8rem;
    color: #666666;
}

.breadcrumb li:hover a {
    color: var(--color-primary);
}

.breadcrumb li.active a {
    color: var(--color-primary);
}

/* BreadCrumbs (End) */

/* Guards Page (Start) */
.guard-header {
    border-bottom: 0.5px solid #B3B3B3
}

.guard-header .title {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 25px;
}

.guard-header .info-card {
    border: 1px solid #5D8BD5;
    border-radius: 5px;
}

.guard-header .info-card .card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1350px) {
    .guard-header .info-card .card-body {
        flex-direction: column;
    }
}

@media (max-width: 1000px) {
    .guard-header .info-card .card-body {
        flex-direction: row;
    }
}

.guard-header .info-card .card-body label {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    margin-left: 6px;
    margin-bottom: 0px;
}

.guard-header .info-card .card-body div:first-child {
    display: flex;
    align-items: center;
}

.guard-header .info-card .card-body .count {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0px;
}

.table-card {
    border: 1px solid #CDD7E5;
    border-radius: 5px;
}

.table-card .search-box {
    border: 1px solid #C5C6D3
}

.table-card .search-box input {
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    width: 90%;
}

.table-card select {
    border: 1px solid #244B8A80;
    width: fit-content !important;
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
}

.table-card .table-div {
    overflow-x: scroll;
}

.table-card .table-div th {
    padding: 10px 20px;
    background: var(--color-primary);
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
}

.table-card .table-div td {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    color: #475569;
    white-space: nowrap;
    border-bottom: 0.5px solid #CCCCCC
}

.table-card .table-div td .profile {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-card .table-div td .profile img {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    margin-right: 10px;
}

.table-card .table-div td .profile span {
    white-space: normal;

}

td {
    cursor: pointer;
}



.table-card td.bold-colored {
    font-weight: 700;
    color: var(--color-primary);
}

.table-card .table-div::-webkit-scrollbar {
    width: 50px;
}

.table-card .table-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-card .table-div::-webkit-scrollbar-thumb {
    background: #999;
}

.table-card .table-div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.switch label {
    cursor: pointer
}

.switch label input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label input[type="checkbox"]:checked+.lever {
    background-color: #b6b8fc;

}

.switch label input[type="checkbox"]:checked+.lever:after {
    left: 1.5rem;
    background-color: #666CFF;
}

.switch label input[type="checkbox"]:checked:not(:disabled)~.lever:active:after {
    -webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, 0.4), 0 0 0 .9375rem rgba(170, 102, 204, 0.1);
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, 0.4), 0 0 0 .9375rem rgba(170, 102, 204, 0.1)
}

.switch label input[type="checkbox"]:not(:disabled)~.lever:active:after {
    -webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, 0.4), 0 0 0 .9375rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, 0.4), 0 0 0 .9375rem rgba(0, 0, 0, 0.08)
}

.switch label input[type="checkbox"]:disabled+.lever {
    cursor: default
}

.switch label input[type="checkbox"]:disabled+.lever:after,
.switch label input[type="checkbox"]:disabled:checked+.lever:after {
    background-color: #bdbdbd
}

.switch label .lever {
    position: relative;
    display: inline-block;
    margin: 0 1rem;
    margin-right: .625rem;
    vertical-align: middle;
    content: "";
    background-color: #818181;
    border-radius: .9375rem;
    width: 2.5rem;
    height: .9375rem;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.switch label .lever:after {
    position: absolute;
    top: -.1875rem;
    left: -.3125rem;
    display: inline-block;
    content: "";
    background-color: #f1f1f1;
    border-radius: 1.3125rem;
    -webkit-box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 .0625rem .1875rem .0625rem rgba(0, 0, 0, 0.4);
    width: 1.3125rem;
    height: 1.3125rem;
    -webkit-transition: left .3s ease, background .3s ease, -webkit-box-shadow 1s ease;
    transition: left .3s ease, background .3s ease, -webkit-box-shadow 1s ease;
    transition: left .3s ease, background .3s ease, box-shadow 1s ease;
    transition: left .3s ease, background .3s ease, box-shadow 1s ease, -webkit-box-shadow 1s ease
}

.table-pagination-card {
    border: 1px solid #E2E8F0;
    border-radius: 5px;
}

.table-pagination-card .pagination-message {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 0px;
}

.table-pagination-card .pagination-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    list-style: none;
    margin-bottom: 0px;
}

.table-pagination-card .pagination-buttons li {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    color: #1A1A1A;
    padding: 5px 10px;
}

.table-card .dataTables_length {
    padding-left: 22px !important;
}

.table-card .dataTables_length label {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 0px;
}

.table-card .dataTables_filter label {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 0px;
}

.table-card .dataTables_filter {
    padding-right: 22px !important;
}

.table-card .dataTables_info {
    padding-left: 22px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 0px;
}


.table-card .dataTables_paginate .paginate_button {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 0px;
}

.table-card .dataTables_paginate .paginate_button.current {
    border: 1px solid #244B8A !important;
    border-radius: 5px;
    background: transparent !important;
}

.section-card {
    border: 1px solid #CDD7E5;
    border-radius: 5px;
}

.add-guard-card .guard-profile {
    width: Fixed (100px);
    height: Fixed (100px);
    border-radius: 64px;

}

.add-guard-card .guard-form-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #29313D;
}

.drag-drop-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #DDDDDD;
    border-radius: 5px;
}

.drag-drop-input label {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: center;
    position: absolute;
}

.drag-drop-input input {
    position: relative;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    right: 0% !important;
    box-shadow: 0px 2px 10px 0px #4C4E6438;
    border-radius: 5px;

}

.dropdown::after>.dropdown-menu {
    display: block;
}

/* Guards Page (End) */

.box {

    width: 1213px;

    height: 760px;

    border-radius: 5px;

    border: 1px solid black;

    display: flex;

    background-color: #fff;

    border: 1px solid #9ea1a5;

    margin-top: 10px;

    display: flex;

    justify-content: flex-start;

    margin-left: 20px;

    border: 1px solid #CDD7E5;

}

.search-input {
    width: 518px;
    height: 54px;
    padding: 18px 266px 17px 15px;
    border-radius: 8px;
    border: 1px solid #C5C6D3;
    margin: 10px;
    margin-right: 380px;
}

.butto {
    padding: 11px 25px 11px 25px;
    border-radius: 5px;
    border: 2px solid #244B8A80;
    margin: 5px;
    color: #244B8A;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
}

.butto_one {
    padding: 11px 25px 11px 25px;
    border-radius: 5px;
    border: 2px solid #244B8A80;
    margin: 5px;
    color: #244B8A;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
}

button {
    cursor: pointer !important;
}

/* link to addjusty */

.text-decro {
    text-decoration: underline;
    color: #244B8A;
    font-size: 14px;
    display: flex;
    flex-direction: row-reverse;
}

.selected {
    background-color: #dbe9ff;
    border-radius: 4px;
}

.user-content {
    margin-left: 10px;
}

.message-content {
    position: relative;
    padding-bottom: 2rem !important;
}

.message-stats {
    position: absolute;
    bottom: 0;
    right: 6px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
}

.delete-chat-btn{
    font-size: 12px;
    color: #db0505;
    height: 20px;
}

.check_seen {
    width: 1.4rem;
}



.user-content h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.user-content p {
    font-size: 10px;
    margin: 0;
    color: #ccc;
}

/* .message-stats.read i {
    color: #3f78dd;
} */

.cross_btn {
    background-color: white;
    border: none;
    border-radius: 4px;

}

.view_video {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.h-30px {
    height: 30px;
}

.image_preview {
    width: 250px;
    height: 250px;
    box-sizing: border-box;
    background-color: transparent !important;
    border: none !important;
    border-radius: 4px;

}

.video_preview {
    position: relative;
}

.video_circle_icon {
    position: absolute;
    top: 46%;
    left: 46%;


}

.pb_2rem {
    padding-bottom: 2rem !important;
}

.play_icon {
    font-size: 2rem !important;
    color: #244A8D !important;
}

.image_preview>img {
    width: 100%;
    height: 100%;
}

.message-stats {
    position: absolute;
    bottom: 0;
    right: 6px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
}

.seen_icon {
    font-size: 1.5rem !important;
    color: #244A8D !important;
}

.send_icon {
    font-size: 1.5rem !important;
    color: #A1A5B7 !important;
}


.send_timing {
    font-size: 1rem;
    font-weight: 400;
    color: #A1A5B7;
    display: inline-block;
    white-space: nowrap;
}

.upload-btn {
    position: relative;
}

.upload-btn input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preview-img {
    position: relative;
    max-width: 120px;
    margin-bottom: 10px;
}

.preview-img img {
    width: 100%;
    border-radius: 10px;
}

.close-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100%;
    background-color: #fff !important;
    color: red;
    box-shadow: 0px 0px 10px #0000002e;
}

.close-btn i {
    color: red;
    padding: 0px !important;
}

.message-dropdown {
    position: absolute;
    top: 0;
    right: 0;
}

.dropdown-icon.dropdown-toggle::after {
    display: none;
}

.message-dropdown .dropdown-icon {
    padding: 0 !important;
}

.map-box{
    overflow:hidden;
    border-radius:8px;
    border:1px solid #244B8A;
}

.map-box-header{
    background-color:#244B8A;
    padding:12px 16px 12px 16px;
}

.map-header-inner-box{
    padding:2px 4px 2px 4px;
    background-color:#FFFFFF;
    border:1px solid #D1D5DB;
    display:flex;
    align-items:center;
    border-radius:5px;
}

.map-header-inner-content h4{
    font-size:14px;
    font-weight:600;
    margin:0;
    color:#244B8A;
}

.map-header-inner-content p{
    font-size:12px;
    font-weight:400;
    margin:0;
    color:#333333;
}

.map-time{
    text-align:center;
}

.map-time p{
    font-size:12px;
    color:#4C4E64;
    margin:0;
}

.map-header-inner-right svg{
    width:20px;
}

.map-header-inner-right {
    width: 58%;
}

.map-time{
    width:42%;
}

.map-header-inner-content{
    border-right:0.5px solid #244B8A;
    padding:0px 5px 0px 10px;
}

.map-heading h2{
    font-size:25px;
    font-weight:700;
    margin:0;
    color:#fff;
}

.assign-gaurd{
    padding-left:10px;
}

.assign-gaurd h4{
    font-size:14px;
    color:#244B8A;
    margin:0px;
}

.map-footer{
    padding:10px 15px;
}

.map-footer-content ul{
    padding:0px;
    list-style:none;
    margin:0px;
}

.map-footer-content ul li{
    display:inline-flex;
    align-items:center;
    font-size:14px;
    font-weight:700;
    color:#244B8A;
    margin-right:30px;
}

.map-footer-content ul li span{
    width:20px;
    height:20px;
    border-radius:100%;
    margin-left:10px;
    display:inline-block;
}

.bg-success{
    background-color:#3FBC69;
}

.bg-danger{
    background-color:#F43F5E;
}

.bg-warning{
    background-color:#FFC727;
}

.map-footer-right-content h4{
    font-size:14px;
    font-weight:700;
    margin:0;
}

.map-footer-right-content .page-btn{
    border:2px solid #244B8A;
    min-width:20px;
    height:20px;
    border-radius:100% !important;
    padding:0px;
}

.map-footer-right-content .page-btn.disabled{
    opacity:0.2;
}

.map-footer-right-content .page-btn i{
    color:#244B8A;
}

.map-footer-right-content .page-number{
    width:30px;
    height:30px;
    border-radius:6px;
    background-color:#244B8A;
    color:#fff !important;
    padding:0px;
    font-size:14px;
    font-weight:700;
    padding:0px;
}

.map-footer-right-content .pagination{
    align-items:center;
    margin-left:30px;
}

.map-body{
    position:relative;
}

.map-body .map-btn{
    position:absolute;
    top:10px;
    right:20px;
    background-color:#244B8A;
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:7px 10px;
    border-radius:5px;
    display:inline-block;
}

.map-body .map-btn svg{
    margin-right:6px;
}

#active_shifts_list tr
{
    position: relative;
}