<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
PARAGRAPH TEXT - #545353
WARNING - #FFCC00
SUCCESS - #4BB543
Admin Panel Color - #C9014A
*/
#contentDiv.style-0 {
    background: none;
    box-shadow: none;
    margin: -15px -15px 40px;
    padding: 15px;
}

.login-data {
    text-align: center;
    margin-bottom: 26px;
    padding: 8px 5px 7px;
}

.login-data::after {
    content: "";
    background: #cbc8c8;
    width: 1px;
    height: 56px;
    display: block;
    position: absolute;
    right: -1px;
    top: 8px;
}

.attendance .content .row .col-md-4:last-child .login-data::after {
    display: none;
}

.login-data .title {
    color: #9DA7B6;
    font-size: 13px;
    margin-bottom: 9px;
}

#interactionBar {
    overflow: hidden;
    position: relative;
}

#interactionBar .inner-content {
    display: flex;
    height: 100%;
}

.copyright-info {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0px 15px;
}

.copyright-info p {
    margin: 4px 0 0 0;
    font-size: 12px;
    color: #8d8d8d;
}

table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: center;
}

.search-pincode {
    font-size: 13px;
    display: flex;
    align-items: center;
    background: rgba(90, 75, 173, 1);
    color: rgba(255, 255, 255, 1);
    margin-left: 10px;
    height: 100%;
    padding: 5px 18px 5px 16px;
    border-radius: 0.375rem;
    cursor: pointer;
}

/* .search-pincode:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(90, 75, 173, 1);
} */

.search-pincode svg {
    width: 16px;
    margin-right: 6px;
}

.search-pincode-reset {
    color: #ff0000;
    margin-left: 8px;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

input.disabled,
select.disabled {
    opacity: 1;
    background-color: #E9ECEF;
}

.require {
    color: red;
    margin-left: 3px;
}

td.att-report {
    color: #ffffff;
    text-align: center;
}

td.att-present {
    background: #3EA90C !important;
}

td.att-leave {
    background: #dc3545 !important;
    vertical-align: middle;
}

td.att-holiday {
    background: #0d6efd !important;
    vertical-align: middle;
}

td.att-sunday {
    background: #6c757d !important;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 12px;
    vertical-align: middle;
}

td.att-nm {
    background: #ffffff !important;
    color: #000000;
}

.dt-scroll-foot {
    display: none;
}

.cell-border.table-bordered&gt;:not(caption)&gt;*&gt;* {
    border-width: 1px var(--bs-border-width);
}

table.cell-border.dataTable.table-bordered tr:last-child th {
    border-bottom-width: 1px;
}

span.attendance_timing {
    font-size: 0.71875rem;
    white-space: break-spaces;
    display: block;
}

.searchBar {
    display: flex;
    justify-content: center;
    position: relative;
}

.searchBar .btn {
    min-width: unset;
    background: #eaeaea;
    color: #2a2a2a;
    width: auto;
    padding: 0 12px;
    height: 35px;
    border-radius: 8px;
    font-weight: 500;
}

.searchBar .btn svg {
    margin-right: 5px;
}

/* .searchBar .btn:hover {
    background: #c9004a;
    color: #ffffff;
} */

.waiting-screen {
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    border-top: 1px solid #c7c7c7;
}

.waiting-screen p {
    font-size: 14px;
    color: #545353;
}

.waiting-screen .not-yet-started {
    width: 30%;
    text-align: center;
}

.waiting-screen .links {
    display: flex;
    justify-content: center;
}

.waiting-screen .links .link {
    padding: 5px 20px;
    margin: 0 5px;
    background: #d0d0d0;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.waiting-screen .links .link.success {
    background: #4BB543;
    color: #ffffff;
}


.callsv2 .result {
    padding: 20px 0 10px;
    margin: 20px 0;
    border-top: 1px solid #c7c7c7;
    display: none;
}

.callsv2 .customer-info {
    margin: 0px 0 15px;
    background: #1a4c72;
    border-radius: 10px;
    padding: 15px 20px 0px;
    /* border: 1px solid #dddddd; */
    color: #ffffff;
    font-size: 14px;
}

.callsv2 .customer-info .item {
    margin-bottom: 15px;
}

.callsv2 .customer-info .item {
    margin-bottom: 15px;
}

.new-lead-msg {
    background: #FFCC00;
    color: #545353;
    text-align: center;
    font-size: 13px;
    padding: 14px 0;
    display: block;
    margin: -20px auto 21px;
    border-radius: 0px 0px 10px 10px;
}

.customer-info .item .label {
    font-size: 12px;
    color: #d7d7d7;
    margin-bottom: 5px;
}

.customer-info .item .value {
    font-weight: 600;
    text-transform: uppercase;
}

.callsv2 .new-call-status-update-form {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 13px 15px;
}

.callsv2 .new-call-status-update-form .heading {
    margin-bottom: 8px;
    text-align: center;
    font-weight: 600;
    color: #c9004a;
}

.call-history {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 13px 15px;
}

.call-history .sub-heading {
    font-size: 14px;
    font-weight: 600;
}

.call-history .list {
    margin: 15px 0;
}

.card-header {
    position: relative;
}

.card-header .action-center {
    top: 50%;
    transform: translate(0, -50%);
}

.card-header .action-center .item a.btn {
    padding: 2px 16px;
    width: auto;
    min-width: auto;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}

.card-header .action-center .item a {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 3px 10px 5px;
    border-radius: 6px;
    color: #292828;
    font-weight: 500;
    transition: 0.2s all linear;
}

/* .card-header .action-center .item a:hover {
    padding: 2px 7px 5px;
    background: #e3e3e3;
    border-radius: 8px;
    color: #000000;
} */

.card-header .action-center .item a:hover {
    background: #d9e6f0;
    color: #1A4C72;
}

.card-header .action-center .item a svg {
    width: 20px;
    height: 20px;
}

.card-header .action-center .item span.detail {
    display: inline-flex;
    font-size: 13px;
    overflow: hidden;
}

/* .card-header .action-center .item a:hover span.detail {
    animation: expandWidth 0.5s forwards;
} */

.searchBar.customer-search {
    padding: 20px 0 0;
}

.customer-search .search-input-container,
.customer-search .form-control {
    max-width: 860px;
    width: 100%;
    position: relative;
}

.customer-search .form-control {
    padding: 12px 20px;
    border-radius: 35px;
    font-size: 14px;
    border-color: #dddddd;
}

.customer-search .floating_search_btn {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    width: 35px;
    border-radius: 25px;
    background: #C9014A;
    color: #ffffff;
}

.customer-search .floating_search_btn svg {
    margin: 0;
}

.customer-search-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer-search-container-inner {
    width: 100%;
}

.customer-search-container-inner .search-heading {
    font-weight: 500;
    text-align: center;
    font-size: 23px;
    width: 354px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid;
    animation: typing 1s steps(20, end), blink 0.75s step-end infinite;
}

#displayError {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    font-weight: 500;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear, visibility 0.2s linear, top 0.2s linear;
}

#displayError.error {
    background: #fff3f3;
    color: #c0392b;
}

#displayError.success {
    background: #d4edda;
    color: #155724;
}

#displayError.warning {
    background: #ffeeba;
    color: #856404;
}

#displayError.info {
    background: #d1ecf1;
    color: #0c5460;
}

#displayError.dark {
    background: #343a40;
    color: #f8f9fa;
}

#displayError.light {
    background: #fefefe;
    color: #818182;
}

#displayError.show {
    top: 0%;
    opacity: 1;
    visibility: visible;
}

.customer-form.references {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    padding: 15px 20px;
    height: 100%;
}

.customer-form.references .title {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
}

.customer-form.references .reference {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 8px 15px;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #dedede;
}

.customer-form.references .reference .reference-type {
    background: #000000;
    border-radius: 6px;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 14px;
}

.customer-form.references .reference .reference-name {
    padding: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #C9014A;
}

.customer-form.references .reference .reference-mobile {
    padding: 0 5px;
    font-size: 14px;
    color: #616161;
    margin-bottom: 2px;
}

.customer-form.references .reference .reference-address {
    padding: 0 5px;
    font-size: 14px;
    color: #616161;
}

.customer-form.references .no-reference {
    background: #f5a5a5;
    color: #492222;
    padding: 7px 4px;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
}

.customer-form.references .reference .remove-reference {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: red;
    cursor: pointer;
    display: none;
}

.customer-form.references .reference:hover .remove-reference {
    display: block;
}

.new-address-section {
    order: 1;
}

.address-block {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
    height: 235px;
    overflow: hidden;
}

.address-type {
    font-size: 16px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 12px;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 10px;
}

.address-data {
    height: 100px;
}

.address-data p {
    font-size: 14px;
    color: #616161;
    margin-bottom: 5px;
}

.address-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 15px;
    bottom: -15px;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.address-action {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 5px;
    background: #f6f6f6;
    color: #616161;
    cursor: pointer;
    bottom: -30px;
}

.address-block:hover .address-actions {
    bottom: 0px;
    opacity: 1;
}

.address-action.add-address:hover {
    background: #d4edda;
    color: #155724;
    box-shadow: 0 0 3px 0 rgba(21, 87, 36, 0.1);
}

.address-action.edit-address:hover {
    background: #d1ecf1;
    color: #0c5460;
    box-shadow: 0 0 3px 0 rgba(12, 84, 96, 0.1);
}

.address-action.remove-address:hover {
    background: #fff3f3;
    color: #c0392b;
    box-shadow: 0 0 3px 0 rgba(192, 57, 43, 0.1);
}

.new-address-block {
    background: #f6f6f6;
    height: calc(100% - 15px);
    min-height: 235px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s all linear;
}

.new-address-block .add-address {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin: 0 5px;
    cursor: pointer;
    background: #efefef;
    color: #616161;
}

.new-address-block:hover {
    background: #efefef;
}

.add-new-address-form {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 1rem 20px;
}

.cust-insight-info-box {
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    padding: 10px 14px;
}

.cust-insight-subtitle {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 8px;
}

.compact-list-view .table {
    border: 0;
}

.compact-list-view .table tr th,
.compact-list-view .table tr td {
    border: 0;
    padding: 4px 0 8px;
}

.compact-list-view .table tr th {
    width: 22%;
    font-weight: 400 !important;
    color: #616161;
}

.compact-list-view .table tr td {
    width: 29%;
    font-weight: 500;
}

.master-document-action-btns {
    display: flex;
}

.master-document-action-btns div {
    padding-right: 10px;
}

.btn {
    padding: 4px 25px;
    min-width: auto;
}

.card-body-overlay-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 1rem 20px;
}

.tbl-action-btns {
    display: flex;
    width: fit-content;
}

.tbl-action-btns .item {
    margin-right: 3px;
}

.tbl-action-btns .item .btn {
    padding: 3px 10px 3px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
}

.tbl-action-btns .item .btn.btn-edit:hover {
    background: #d1ecf1;
    color: #0c5460;
    box-shadow: 0 0 3px 0 rgba(12, 84, 96, 0.1);
}

.tbl-action-btns .item .btn.btn-delete:hover {
    background: #fff3f3;
    color: #c0392b;
    box-shadow: 0 0 3px 0 rgba(192, 57, 43, 0.1);
}

.tbl-action-btns .item .btn svg {
    height: 16px;
    width: 16px;
}

div.dt-container div.dt-search label,
div.dt-container div.dt-length label,
div.dt-container div.dt-info {
    font-size: 14px;
}

div.dt-container div.dt-info {
    padding-top: 6px;
}

.table tbody tr:last-child td {
    border-bottom: 0;
}

div.dt-container div.dt-search input {
    width: 280px;
    border-radius: 7px;
}

.table tbody tr td:last-child {
    padding: 11px 15px;
}

/* .tbl-action-btns .btn {
    padding: 3px 10px 5px;
    display: flex;
    align-items: center;
    gap: 5px;
} */

.form-check-label {
    font-size: 14px;
    user-select: none;
}

.status-active-inactive .form-check-input:checked {
    background-color: green;
    border-color: black;
}

.form-switch.status-active-inactive .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='red'/%3e%3c/svg%3e");
    border-color: red;
    box-shadow: none;
}

.form-switch.status-active-inactive .form-check-input:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
    border-color: green;
}

.form-switch.status-active-inactive .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='grey'/%3e%3c/svg%3e");

}

.form-switch.status-active-inactive .form-check-input:checked:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}


@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 354px;
    }
}

@keyframes blink {
    from {
        border-color: transparent;
    }

    to {
        border-color: black;
        /* Color of the blinking cursor */
    }
}

@keyframes expandWidth {
    from {
        max-width: 0;
        opacity: 0;
    }

    to {
        max-width: 100px;
        opacity: 1;
    }
}

#sourcerList {
    list-style-type: none;
    padding: 0;
    margin-top: -1px;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0;
    border: 1px solid #C9014A;
}

#sourcerList li {
    padding: 7px 12px;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
}

#sourcerList li:hover {
    background-color: #f0f0f0;
}

/* #lead_sourcer:focus + #sourcerList:not(:empty) {
    border-bottom: none;
} */

.no-border-bottom {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.searchBar .btn.end-call {
    background: #cf142b;
    color: #fff;
}

.header .menu-icon {
    display: none;
    margin-top: 5px;
    margin-right: 10px;
}

.show-mobile-sidebar .sidebar {
    position: absolute;
    display: block;
    z-index: 99;
}

.show-mobile-sidebar .panel:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.mobile-sidebar-close-btn {
    display: none;
}

.show-mobile-sidebar .mobile-sidebar-close-btn {
    display: block;
    position: fixed;
    left: 280px;
    top: 0px;
    z-index: 9;
    background: #fff;
    padding: 5px 5px 5px 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
}

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

.offcanvas-header {
    position: relative;
}

.filters-offcanvas .offcanvas-header {
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
}

.filters-offcanvas .offcanvas-header .offcanvas-title {
    font-size: 16px;
    color: #E12747;
}

.filters-offcanvas .offcanvas-header .filter-reset {
    font-size: 13px;
    background: #e8e8e8;
    padding: 6px 12px 6px 11px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.1s all linear;

}

.filters-offcanvas .offcanvas-header .filter-reset:hover {
    background: #E12747;
    color: #ffffff;
}

#filter_validation_msg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 0;
    opacity: 0;
    background: #dc3545;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: none;
}

#filter_validation_msg.active {
    display: flex;
    height: 100%;
    opacity: 1;
    transition: 1s height linear;
}

.menu .nav a:hover {
    color: #C9014A;
}

.menu .nav li.active a {
    color: #C9014A;
    font-weight: 500;
}

.mm-collapse {
    display: none;
}

.mm-collapse.mm-show {
    display: block;
}

.w-preview-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.w-preview-modal .modal-content {
    background: #fff;
    width: 50%;
    max-height: 90%;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.w-preview-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.w-preview-modal .modal-header h2 {
    margin: 0;
    font-size: 1.5em;
}

.w-preview-modal .modal-header .close {
    cursor: pointer;
    font-size: 1.5em;
    color: #aaa;
}

.w-preview-modal .modal-header .close:hover {
    color: #000;
}

.w-preview-modal .modal-body {
    margin-bottom: 15px;
    overflow-y: scroll;
}

.w-preview-modal .modal-footer {
    display: flex;
    justify-content: space-around;
}

.w-preview-modal .modal-footer button {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.w-preview-modal .modal-footer button:hover {
    background: #0056b3;
}

.send-docs-preview-btn {
    font-size: 12px;
    padding: 5px;
    background: #e2e2e2;
    border-radius: 8px;
    margin-bottom: 5px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.1s all linear;
}

.send-docs-preview-btn:hover {
    background: #cbc9c9;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input.choose-mail-doc-by-size,
.form-check-input.choose-mail-doc {
    border-color: #000;
}

.candidates-viewer {
    padding: 15px;
}

.candidates-viewer .quick-info {
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    padding: 16px 16px 19px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.candidates-viewer .candidate-basic-details {
    display: flex;
    gap: 8px;
}

.candidates-viewer .candidate-basic-details .go-back-btn {
    padding-top: 3px;
}

.candidates-viewer .candidate-basic-details .go-back-btn a {
    color: #484848;
}

.candidates-viewer .candidate-basic-details .name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #C9014A;
}

.candidates-viewer .candidate-basic-details .tagline {
    font-size: 13px;
    color: #616161;
}

.candidates-viewer .quick-info .additional-info {
    display: flex;
}

.candidates-viewer .quick-info .additional-info .counters {
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid #bdbdbd;
    padding-right: 20px;
}

.candidates-viewer .quick-info .additional-info .counter-item {
    text-align: center;
}

.candidates-viewer .quick-info .resume-btn {
    text-align: center;
    background: #fff3f7;
    border-radius: 8px;
    margin-left: 20px;
    padding-top: 3px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.3s box-shadow linear;
}

.candidates-viewer .quick-info .resume-btn:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}

.candidates-viewer .quick-info .resume-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.candidates-viewer .quick-info .resume-btn .content {
    color: #C9014A;
    font-size: 12px;
}

.candidates-viewer .quick-info .resume-btn .content svg {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
}

.application-inner-resume {
    position: relative;
    width: 50px;
    height: 50px;
    background: #efefef;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fill-href-to-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.candidates-viewer .quick-info .additional-info .counter-item .value {
    margin-bottom: 2px;
    font-size: 20px;
}

.candidates-viewer .quick-info .additional-info .counter-item .key {
    font-size: 12px;
    color: #616161;
}

.candidates-viewer .applications-list,
.candidates-viewer #application_actions_manager {
    border: 1px solid #bdbdbd;
    border-radius: 8px;
    padding: 12px 16px 16px;
    margin-bottom: 20px;
}

/* .candidates-viewer .applications-list {
    padding-left: 0px;
    padding-right: 0px;
} */

.candidates-viewer .sub-heading {
    text-align: center;
    display: block;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 3px;
}

.applications-list .content {
    display: flex;
    flex-direction: column;
}

.applications-list ul.items {
    padding: 0;
}

.applications-list ul.items&gt;.item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #bdbdbd;
    padding: 16px 0;
}

.applications-list ul.items&gt;.item:last-child {
    margin-bottom: 0px;
}

.applications-list ul.items&gt;.item.active {
    background: #fefefe;
    border-radius: 10px;
    border-width: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.17);
    padding-left: 16px;
    padding-right: 16px;
}

.applications-list .base-details .app-id {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 2px;
}

.applications-list .base-details .base-detail {
    font-size: 14px;
    color: #616161;
}

.applications-list .base-details .base-detail span {
    color: #2c2c2c;
}

.applications-list .application-actions {
    display: flex;
    gap: 15px;
    height: fit-content;
    align-items: center;
}

.applications-list .application-actions .actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-left: 1px solid #bdbdbd;
    padding-left: 13px;
}

.applications-list .application-actions .action {
    cursor: pointer;
}

.applications-list .application-actions .action .icon svg {
    width: 20px;
}

.applications-list .application-actions .action.active .icon svg {
    color: #C9014A;
}

.candidates-viewer .applications-list .new-application {
    display: block;
    text-align: center;
}

.candidates-viewer .applications-list .add-new {
    display: inline-block;
    background: #eaeaea;
    border-radius: 80px;
    width: auto;
    height: auto;
    font-size: 12px;
    cursor: pointer;
    padding: 4px 12px;
}

.candidates-viewer .applications-list .add-new svg {
    width: 18px;
    height: 18px;
}

.timeline-container {
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
}

.timeline-inner {
    position: relative;
    padding-left: 39px;
    padding-top: 8px;
}

.timeline-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 1px;
    height: 100%;
    background: #000000;
}

.timeline-item {
    position: relative;
    margin-bottom: 22px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-icon {
    position: absolute;
    top: 2px;
    left: -33.5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #c5c5c5;
    /*4a934a*/
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
}

.timeline-content .timeline-item-title {
    margin-bottom: 2px;
    color: #c5c5c5;
    font-weight: 500;
    font-weight: 600;
    text-transform: uppercase;
}

.timeline-content .timeline-item-subcontent {
    font-size: 0.78125rem;
    color: #c5c5c5;
}

.timeline-item.success .timeline-icon {
    background: #49934a;
}

.timeline-item.success .timeline-content .timeline-item-title {
    color: #49934a;
}

.timeline-item.success .timeline-content .timeline-item-subcontent,
.timeline-item.error .timeline-content .timeline-item-subcontent,
.timeline-item.warning .timeline-content .timeline-item-subcontent {
    color: #868686;
}

.timeline-item.error .timeline-icon {
    background: #dc3545;
}

.timeline-item.error .timeline-content .timeline-item-title {
    color: #dc3545;
}

.timeline-item.warning .timeline-icon {
    background: #dc3545;
}

.timeline-item.warning .timeline-content .timeline-item-title {
    color: #dc3545;
}

.status-changer-inner .separator {
    text-align: center;
    padding: 10px 0;
}

.status-changer-inner .separator svg {
    width: 34px;
    height: 34px;
    stroke-width: 1px;
}

.next-status-list .choose-next-statuses {
    padding: 0;
    list-style-type: none;
}

.next-status-list .choose-next-statuses .choose-next-status {
    padding: 6px 10px;
    border: 1px solid #cccccc;
    font-size: 14px;
    border-radius: 6px;
    margin-bottom: 10px;
    cursor: pointer;
}

.next-status-list .choose-next-statuses .choose-next-status.success:hover {
    background: #d4edda;
    color: #155724;
    border-color: #155724;
    /* box-shadow: 0 0 3px 0 rgba(192, 57, 43, 0.1); */
}

.next-status-list .choose-next-statuses .choose-next-status.error:hover {
    background: #fff3f3;
    color: #c0392b;
    border-color: #c0392b;
    /* box-shadow: 0 0 3px 0 rgba(192, 57, 43, 0.1); */
}

.next-status-list .choose-next-statuses .choose-next-status.warning:hover {
    background: #fff3f3;
    color: #c0392b;
    border-color: #c0392b;
    /* box-shadow: 0 0 3px 0 rgba(192, 57, 43, 0.1); */
}

.note {
    font-size: 12px;
    color: red;
    padding: 10px 0;
}

.tooltip {
    font-size: 12px;
}

table .customer_username_platform_id {
    min-width: 150px !important;
}

.customer_platform_username:hover~.username_prefix {
    display: block;
}

span.username_prefix {
    display: none;
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 10px;
    padding-left: 10px;
    opacity: 0.7;
}

.abstract-box .box-inner .header {
    justify-content: space-between;
}

.abstract-box .box-inner .header .title-content {
    display: flex;
    align-items: center;
}

.abstract-box .box-inner .header .actions {
    display: flex;
    gap: 10px;
}

.abstract-box .box-inner .header .actions .form-control {
    font-size: 12px;
    border-color: #dedede;
}

#contentDiv.cleanContentDiv {
    overflow-y: scroll;
}

.dmy-counts .item {
    text-align: center;
    border-right: 1px solid #d8d8d8;
}

.dmy-counts .item:last-child {
    border: 0;
}

.dmy-counts .item .title {
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 12px;
}

.dmy-counts .item .count-value {
    padding-left: 0;
    font-size: 28px;
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .login .left-section {
        display: none;
    }

    .login .right-section {
        padding: 30px 15px;
    }

    .login .content .content-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .login .content-inner .form-control {
        font-size: 14px !important;
        border-radius: 10px;
    }

    .login .form-action {
        text-align: center;
    }

    .header .menuright {
        display: none;
    }

    .sidebar {
        display: none;
        width: 280px;
    }

    .panel {
        width: 100%;
        padding: 15px 15px 0;
    }

    .header .menu-icon {
        display: block;
    }

    .panel .header {
        margin-bottom: 15px;
    }

    nav.sub-menu-tab {
        margin-bottom: 15px;
    }

    #interactionBar {
        margin-top: 15px;
        height: 38px;
    }

    .copyright-info p {
        font-size: 10px;
    }

    .card-header {
        padding: 10px 15px;
    }

    .card-body {
        padding: 10px 15px;
    }

    .searchBar .btn {
        font-size: 0;
    }

    .sub-menu-tab .nav-tabs .nav-link {
        font-size: 12px;
        padding: 10px 15px;
    }

    .card-header .title {
        font-size: 14px;
    }

    .callsv2 .result .diplay_lead_info {
        order: 1
    }

    .callsv2 .result .call_tracker_form {
        order: 2
    }

    .callsv2 .customer-info {
        padding: 10px 10px 0px;
        background: #e7e7e7;
        color: #363636;
    }

    .callsv2 .customer-info .item {
        margin-bottom: 10px;
    }

    .customer-info .item .label {
        font-size: 10px;
        color: #7a7a7a;
    }

    .customer-info .item .value {
        font-size: 12px;
    }

    .callsv2 .result {
        padding: 15px 0 10px;
        margin: 15px 0;
    }

    .form-control {
        font-size: 12px;
    }

    .table th {
        padding: 10px;
        font-size: 10px;
        /* background: #f0f0f0 !important; */
    }

    .table td {
        padding: 10px;
    }

    .table th,
    .table td {
        font-size: 12px;
        text-wrap: nowrap;
    }

    .call-history {
        border: 0px solid #dddddd;
        border-radius: 0;
        padding: 0;
        margin-bottom: 15px;
    }

    .call-history .list {
        margin: 10px 0 0;
        overflow: scroll;
    }

    .form-label {
        margin-bottom: 7px;
        font-size: 12px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .waiting-screen .not-yet-started {
        width: 80%;
    }

    #app {
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .popup-container {
        width: 100%;
        height: 100%;
    }

    .w-preview-modal .modal-header h2 {
        font-size: 8px;
    }
}</pre></body></html>