/* Write your custom CSS here  AHSAN */

.btn-addnew,
.btn-right {
    float: right;
}

.select2-container .select2-selection--single {
    height: 42px;
    border-radius: 10px;
    border: 1px solid #e4e6ef;
    padding: 5px;
    color: #212529;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 5px;
}

.select2-selection__rende#6a8d7c {
    color: #7A8496 !important;
}

.profileImage {
    width: 100%;
    max-height: 200px;
    margin-top: -30px;
    border: 1px solid #e4e6ef;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#imageInput {
    visibility: hidden;
}

.dropdown-class {
    border-color: #e4e6ef;
}

.float-right {
    float: right;
}

.permission_check {

    width: 15px;
    height: 15px;
}


.edit_profile {
    float: right;
    color: #7888fc;
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

.lead-cat-edit,
.lead-status-edit,
.timezone-edit-form {
    display: none;
}

.actions {
    margin-left: 5px;
}

.btn-permission:focus,
.btn-permission:active {
    background-color: initial !important;
    color: #9465fcea !important;
    box-shadow: none !important;
}


.btn-permission {
    color: #9C71FC;
    border: 1px solid #9C71FC;
    margin-bottom: 10px;
}

.btn-permission.active {
    background-color: #9465fcea !important;
    color: #fff !important;
}

.make-default:focus,
.make-default:active {
    background-color: initial !important;
    color: #7888FC !important;
    box-shadow: none !important;
}

.make-default {
    color: #7888FC;
    border: 1px solid #7888FC;
}



.make-default.active {
    background-color: #7888FC !important;
    color: #fff !important;
}

.modal-dialog-scrollable {
    max-width: 1200px !important;
}

#bulkForm .col-0-1 {
    flex: 0.1 0 0%;
    align-self: center;
}

#bulkForm .col-0-1 i {
    font-size: 21px;
}

#bulkForm .col-0-1 .seriel {
    font-size: 17px;
}

.sticky-actions {
    position: sticky;
    top: 119px;
    z-index: 10;
}

.delete-lead {
    cursor: pointer;
}

.contact-info {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.contact-info a {
    pointer-events: auto;
}


#devtools {
    display: none !important;
}

.uploadImage {
    cursor: pointer;
}

.edit-lead-name,
.edit-lead-email,
.edit-lead-phone,
.edit-lead-notes,
.edit-lead-category,
.edit-lead-status,
.edit-callback-name,
.edit-callback-email,
.edit-callback-phone,
.edit-callback-notes,
.edit-callback-category,
.edit-callback-datetime,
.edit-signup-category,
.edit-signup-name,
.edit-signup-email,
.edit-signup-phone,
.edit-signup-notes,
.edit-signup-brand,
.edit-signup-status {
    position: relative;
}

.edit-lead-name:hover,
.edit-lead-email:hover,
.edit-lead-phone:hover,
.edit-lead-notes:hover,
.edit-lead-category:hover,
.edit-lead-status:hover,
.edit-callback-name:hover,
.edit-callback-email:hover,
.edit-callback-phone:hover,
.edit-callback-notes:hover,
.edit-callback-category:hover,
.edit-callback-datetime:hover,
.edit-signup-category:hover,
.edit-signup-name:hover,
.edit-signup-email:hover,
.edit-signup-phone:hover,
.edit-signup-notes:hover,
.edit-signup-brand:hover,
.edit-signup-status:hover {
    color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.edit-lead-name:hover:after,
.edit-lead-email:hover:after,
.edit-lead-phone:hover:after,
.edit-lead-notes:hover:after,
.edit-lead-category:hover:after,
.edit-lead-status:hover:after,
.edit-callback-name:hover:after,
.edit-callback-email:hover:after,
.edit-callback-phone:hover:after,
.edit-callback-notes:hover:after,
.edit-callback-category:hover:after,
.edit-callback-datetime:hover:after,
.edit-signup-category:hover:after,
.edit-signup-name:hover:after,
.edit-signup-email:hover:after,
.edit-signup-phone:hover:after,
.edit-signup-notes:hover:after,
.edit-signup-brand:hover:after,
.edit-signup-status:hover:after {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    color: #fff;

}

/* Styling profile */
/* ul.list-unstyled.profile-about-list {
    display: flex;
} */
.profile-about-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.profile-about-list li:last-child {
    border-bottom: none;
}

.card-title {
    font-weight: bold;
    font-size: 18px;
}

.stat-widget h5.card-title {
    font-size: 22px;
    color: #384b42;
}

.edit_profile {
    cursor: pointer;
}

.custom-profile-style input,
.custom-profile-style textarea {
    border-color: #e4e6ef;
    border-radius: 10px;
    padding: .65rem 1rem;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    margin: 12px 22px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

ul.list-unstyled.profile-about-list li {
    font-size: 16px;
}

/* Update Profile Photo CSS */
#update_profile {
    position: absolute;
    inset: 90px 12px 26px;
    border-radius: 30px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

.text-profile-heading {
    color: #fff;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Custom Add Clock CSS */
.clock-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(45deg, #1a1a2e, #16213e);
    padding: 10px 20px;
}

.navbar-nav {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0;
    padding: 0;
}

/* .nav-item {
    color: #f0f2ff;
} */

.clock-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(45deg, #628173, #83b39b);
    padding: 6px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.clock {
    display: flex;
    gap: 10px;
    align-items: center;
}

.time-segment {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 5px 10px;
    color: #00ff9f;
    font-size: 1.2rem;
    font-weight: bold;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.segment-label {
    color: #4eb8dd;
    font-size: 0.6rem;
    text-transform: uppercase;
}

/* Start Custom Table Style */
.custom-table-style {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e5e5;

    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: 0;
    --bs-card-border-color: #e5e5e5;
    --bs-card-border-radius: 0.5rem;
    --bs-card-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --bs-card-inner-border-radius: 0.5rem;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: #fff;
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid #6a8d7c;
    border-radius: var(--bs-card-border-radius);
}

.custom-table-style .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;

    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid #6a8d7c;
}

.custom-table-style .border-radius-lg {
    border-radius: 0.5rem;
    background-image: linear-gradient(195deg, #6a8d7c 0%, #6a8c7c 100%);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(104 139 123) !important;
}

.custom-table-style h6 {
    font-size: 1rem;
    line-height: 1.625;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.custom-table-style .card .card-body {
    font-family: Inter, Helvetica, Arial, sans-serif;
    padding: 1rem;
    flex: 1 1 auto;
    color: #6a8d7c;
}

.custom-table-style .table-responsive {
    overflow-x: auto;

    font-family: Inter, Helvetica, Arial, sans-serif;
    padding: 1rem;

    flex: 1 1 auto;
    color: #6a8d7c;
}

.custom-table-style .table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: #737373;
    --bs-table-bg: transparent;
    --bs-table-border-color: #e5e5e5;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #737373;
    --bs-table-striped-bg: rgba(10, 10, 10, 0.05);
    --bs-table-active-color: #737373;
    --bs-table-active-bg: rgba(10, 10, 10, 0.1);
    --bs-table-hover-color: #737373;
    --bs-table-hover-bg: rgba(10, 10, 10, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: #6a8d7c;

    caption-side: bottom;
    border-collapse: collapse;
}

.custom-table-style thead,
.custom-table-style tbody,
.custom-table-style tfoot,
.custom-table-style tr,
.custom-table-style td,
.custom-table-style th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.custom-table-style .table> :not(:first-child) {
    border-top: 1px solid currentColor;
}

.custom-table-style .table>tbody {
    vertical-align: inherit;
}

.custom-table-style .table>:not(:last-child)>:last-child>* {
    border-bottom-color: currentColor;
}

.custom-table-style .table> :not(:last-child)> :last-child>* {
    border-bottom-color: #e5e5e5;
}

.custom-table-style .table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle;
}

.custom-table-style .table thead th {
    padding: 0.75rem 1.5rem;
    text-transform: capitalize;
    letter-spacing: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.custom-table-style .avatar-sm {
    width: 36px !important;
    height: 36px !important;
    font-size: 0.875rem;
}

.custom-table-style .avatar {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 50rem;
    height: 48px;
    width: 48px;
    transition: all 0.2s ease-in-out;
}

#lead_table_wrapper .row {
    padding: 12px 30px !important;
}

.table-overflow {
    overflow: auto;
    width: 1700px !important;
}

/* End Custom Table Style */



.table-top-heading {
    text-align: center;
    background: #628173;
    color: #ffffff;
    border: 2px solid #f3f6f9;
    padding: 16px 12px 12px 12px;
    border-radius: 10px;
    /* margin: 0 50px 20px; */
}


.details-control {
    cursor: pointer;
}

/* Styling for expanded details row */
.details-row td {
    background-color: #f9f9f9;
    border: none;
}

.details-row .table {
    margin: 0;
    border: none;
}

.details-row .table td {
    border: none;
    padding: 5px 15px;
}

/* Adjust "+" button styling */
.details-control {
    cursor: pointer;
    font-weight: bold;
}

.details-control.text-center {
    text-align: center;
}

.open-lead-dropdown {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px 30px 30px 5px;
    color: #ffffff;
    background: #068ddf;
}

.page-content {
    padding: 0px 12px;
}

a.nav-link.notifications-dropdown {
    background: #26447a;
    line-height: 22px;
    border-radius: 40px;
    min-width: 100px;
    text-align: center;
    font-weight: 700;
}

a.nav-link.notifications-dropdown img {
    height: 30px;
}

div#lead_table_filter {
    margin-bottom: 35px;
}

th.sorting_disabled {
    padding: 15px !important;
}

tr.even {
    --bs-table-bg: #f4f5fa;
    border-color: #ffffff;
}

.table th,
.table td {
    padding: 1.25rem 0.9375rem !important;
}

.form-check-input {
    margin: 0 !important;
}

.card-header {
    padding: 1.5rem 1.8rem !important;
}

.card .card-title {
    font-size: 2.125rem !important;
}
/* 
.profile-cover {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 15px;
    z-index: 1;
    height: 350px;
    background: url(../images/profile-bg.jpg) center center no-repeat;
    background-size: cover;
}

.profile-cover:after {
    display: block;
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    background: linear-gradient(rgba(0, 0, 0, .3), #628173eb);
}

.profile-header {
    display: block;
    width: 100%;
    margin-top: -110px;
    padding: 0 30px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    margin-bottom: 20px;
}

.profile-header .profile-img {
    float: left;
}

#update_profile {
    position: absolute;
    inset: 90px 12px 26px;
    border-radius: 30px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

.profile-header .profile-name {
    float: left;
    margin-top: 50px;
    margin-left: 30px;
}

.profile-header .profile-name h3 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 50px;
}

.profile-header .profile-header-menu {
    float: right;
    height: 100%;
    margin-top: 39px;
}

.profile-header .profile-header-menu ul li {
    float: left;
    height: 100%;
    padding: 25px;
} */