@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Barlow", serif;

}


body {
    background-color: #f3f2f7 !important;
    font-family: "Barlow", serif !important;
    line-height: normal;
    margin: 0;
    color: #333;
}

.content {
    margin-left: auto;
    /* height: 90vh; */
    margin-bottom: 10vh;
    padding-bottom: 30px;
    padding-right: 40px;
    padding-top: 20px;
    position: relative;
    width: 79.6%;
    background-color: #f3f2f7;
}

.content.collapsed {
    margin-left: 0;
    width: 100%;
    padding: 20px;
}

.task-container {
    margin-top: 50px;
}

.task-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.to-do-right form {
    display: flex;
    column-gap: 20px;
}

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

input#inputPassword2 {
    border: 1px solid #00000038;
    height: 48px;
    margin: 0;
    width: 100%;
    padding: 0 15px;
    background: #fff;
    font-size: 13px;
    border-radius: 5px;
}
input#leadSearch {
    border: 1px solid #00000038;
    height: 48px;
    margin: 0;
    width: 100%;
    padding: 0 15px;
    background: #fff;
    font-size: 13px;
    border-radius: 5px;
}
button.list-top-btn {
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    background-color: #004686;
    color: white;
    border: none;
    padding: 14px 30px;
    cursor: pointer;
    height: 48px;
}

.form-control:focus {
    box-shadow: unset !important;
}


button.list-top-btn:hover {
    background-color: #000;
}

.table-container {

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-top: 25px;
    color: #fff;
}

.table-container thead {
    background: #004686;
}

.table-container tbody {
    background: #fff;
}

.table-container thead tr th:first-child {
    padding-left: 15px;
}

.table-container thead tr th:last-child {
    padding-right: 15px;
}

.table-container tr th {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 6px;
    text-align: left;
}

.table-container tbody tr td {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 6px;
    color: #000;
}

.table-container tbody tr td:first-child {
    padding-left: 15px;
}

.table-container tbody tr td:last-child {
    padding-right: 15px;
    justify-content: space-between;
}

.table-container input.familyMember{
    height: 22px;
    width: 100%;
    background-color: transparent;
    border-bottom: 0.5px solid #595555;
    color: #000000e8;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    padding-right: 10px;
}

.table-container input.familyMember:focus-visible{
    outline: none;
}

.pagination {
    margin: 0px;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 8px 0;
}

/********************************* Lesting for all Pages ******************************************/

/* to-do page */

.to-do-left h1 {
    color: #000;
    font-size: 32px;
    margin: 0;
    font-weight: 700;
    font-family: Barlow, sans-serif;
}

.create-btn a {
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    gap: 7px;
    margin: 0 0 0 57px;
    background-color: #004686;
    border: 2px solid #004686;
    padding: 14px 30px;
    color: #fff;
    text-decoration: none;
    height: 48px;
}

.create-btn a:hover {
    background-color: #000;
    border-color: #000;
}

.to-do-left {
    display: flex;
    align-items: center;
}

.to-do-right form .col-auto input {
    border: 1px solid #00000038;
    font-size: 15px;
    height: 46px;
    margin-left: 0;
    padding: 0 15px;
    width: 100%;
    border-radius: 5px;
    font-size: 13px;
    background-color: #fff;
}

.to-do-right form .col-auto input:focus {

    outline: unset;
    box-shadow: unset;
}

.to-do-right form .col-auto button {
    background-color: #004686;
    border: 2px solid #004686;
    color: #fff;
    padding: 14px 30px;
    align-items: center;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    height: 46px;
    display: flex;
    justify-self: center;
    align-items: center;
}

.modal .modal-content .tabs{
    margin-bottom: 0;
}

.tabs a.tab-btn {
    background-color: #0046860d;
    border: 2px solid #00468600;
    color: #000;
    margin-left: 0 !important;
    padding: 6px 20px;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

.tabs {
    border-bottom: 3px solid #e3e3e3;
    margin-top: 20px;
}


.tabs a.tab-btn.active {
    background-color: #004686;
    border-color: #004686;
    border-radius: 5px 5px 0 0;
    color: #fff;

}
.modal .modal-content .tabssss{
    margin-bottom: 0;
}

.tabssss a.tab-btnnn {
    background-color: #0046860d;
    border: 2px solid #00468600;
    color: #000;
    margin-left: 0 !important;
    padding: 6px 20px;
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

.tabssss {
    border-bottom: 3px solid #e3e3e3;
    margin-top: 20px;
}


.tabssss a.tab-btnnn.active {
    background-color: #004686;
    border-color: #004686;
    border-radius: 5px 5px 0 0;
    color: #fff;

}

.action-buttons {
    display: flex;
    gap: 10px;
}

.action-buttons button {
    padding: 10px  5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 30px;
    height: 100%;
}

.action-buttons .follow-up,
.action-buttons .added-to-contact {
    margin: 17px;
    background: #004686;
    color: #fff;
    border: none;
    font-size: 15px;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
    display: flex;
    align-items: center;
    padding: 26px;
}

.action-buttons .follow-up.convert-lead{
    width: 160px;
    justify-content: center;
}

.action-buttons .follow-up:hover {
    background-color: #000;
}

.action-buttons .delete img {
    width: 100%;
    height: 100%;
}

.fc .fc-daygrid-day-frame {
    min-height: 147px;
    position: relative;
}

/* contact-list */
.share-text {
    margin-left: auto;
    margin-right: 0;
    gap: 10px;
    align-items: center;
    margin-top: 0;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    position: absolute;
    top: 200px;
}

div#cont-space {
    margin-bottom: 50px;
}

.share-ref-button-tb {
    background: #2179c9 !important;
    margin: 0;
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 4px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
}

.add_user_btn {
    display: flex;
    width: auto;
    margin: 0;
    gap: 15px;
}

.add_user_btn button.btn {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    background-color: #004686;
    color: #fff;
    border: 2px solid #004686;
    padding: 14 30px;
    height: 48px;
}

.add_user_btn button.btn:hover {
    background-color: #000;
}

.add_user_btn a.btn {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    background-color: #004686;
    color: #fff;
    border: 2px solid #004686;
    padding: 14 30px;
    height: 48px;
}

.add_user_btn a.btn:hover {
    background-color: #000;
}

/* add-task */
.todo-section {
    width: 100%;
}

.todo-section>form.task-form {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    width: 100%;
    column-gap: 40px;
}

form.task-form .form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
}

form.task-form .form-group label {
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    margin-top: 26px;
    margin-bottom: 0px;
}

form.task-form .form-group input{
    height: 22px;
    width: 100%;
    background-color: transparent;
    border-bottom: 0.5px solid #595555;
    color: #000000e8;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    padding-right: 10px;
}

form.task-form .form-group select {
    border-bottom: 0.5px solid #595555;
}

form.task-form .form-group .select2-container--default .select2-selection--multiple{
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    border-bottom: 0.5px solid #595555;
    color: #000;
}

form.task-form .form-group .select2-container--default .select2-selection--multiple input::placeholder{
    opacity: 1 !important;
    color: #000000e8 !important;
}

form.task-form .form-group label span {
    color: red;
}

form.task-form .form-group input:focus-visible {
    outline: unset;
}

.create {
    margin-top: 50px;
    display: flex;
    column-gap: 13px;
    align-items: center;
}

.create h3 {
    color: #000;
    font-size: 34px;
    font-weight: bolder;
    margin: 0;
}

.ck.ck-editor__main>.ck-editor__editable {
    height: 182px;
}

button.save-button {
    margin-top: 20px;
    color: white;
    border: none;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    background: #004686;
    padding: 14px 30px;
    float: right;
}

/* search auto table */
.contact-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 30px;
}

.detail {
    display: flex;
    flex-direction: column;
    transition: color 0.3s ease;
}

.detail label {
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
    font-size: 16px;
}

.detail span {
    color: #777;
    font-weight: bold;
    font-size: 15.2px;
}

.detail span:hover {
    color: #000;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

nav.pagination-main {
    background: #004686;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



.pagination li.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 1px 6px;
    font-size: 16px;
    border-radius: 3px !important;
    transition: 0.3s;
    width: 22px;
    height: 22px;
    line-height: 1.2;
}


.pagination li .page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 1px 6px;
    font-size: 16px;
    border-radius: 3px !important;
    transition: 0.3s;
    width: 22px;
    height: 22px;
    line-height: 1.2;
}


.pagination li.page-item.active>.page-link {
    padding: 1px 6px;
    font-size: 16px;
    border-radius: 3px !important;
    transition: 0.3s;
    width: 22px;
    height: 22px;
    line-height: 1.2;
    background: #2179c9;
    border-color: #2179c9;
    color: #fff;
}
tr.task-row td a {
    text-decoration: underline;
    font-size: 17px;
}

/* strat lead page */
.task-leads {
    margin-top: 50px;
}

.task-leads .accordion-item {
    border: unset;
    margin-bottom: 20px;
    background-color: transparent;
}

.task-leads .accordion-item .accordion-body {
    padding: 0px;
}

.task-leads .accordion-item table tbody tr {
    background: #fff;
}
.accordion-button.highlight {
    background-color: #ffeb3b !important; /* Highlighting */
    font-weight: bold !important;
    color: #000 !important;
}

button.accordion-button {
    background-color: #fff !important;
    padding: 18px 20px;
    height: 80px;
    border-radius: 5px;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12) !important;
    font-size: 17px;
    color: #000 !important;
    font-weight: 600;
    transition: unset !important;
}

td.no-data {
    text-align: center;
}

tr.no-data-main {
    margin-top: 30px;
    background-color: transparent !important;
}

.task-leads .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transition: unset !important;
}

.task-leads .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.task-leads .accordion-button::after {
    background-color: #004686;
    color: #fff;
    border: none;
    border-radius: 4px;
    height: 44px;
    width: 44px;
    background-size: 23px;
    background-position: center center;
    transition: unset !important;
}

.task-leads .accordion-button:hover::after {
    background-color: #000000;
}

/* inquiry-messages-form */
form.inquiry-messages-form {
    margin-top: 55px;
}

.notes-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    padding: 2px 2px 3px;
    background-color: #e2dbdb;
}

textarea:focus-visible{
    outline: none;
}

form.inquiry-messages-form .notes-section textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 4px;
    max-height: 54px;
    resize: none;
    font-size: 15px;
}

button.inquiry-button {
    color: white;
    border: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    background: #004686;
    height: 54px;
    width: 70px;
}

table#inquiry-table tbody tr {
    background: #fff;
    border-bottom: 1px solid #00000014;
}

/* Send SMS page */
.send-sms {
    margin-top: 50px;
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
}

img.manage-people {
    width: 18px;
    filter: invert(1);
}

.send-sms h3 {
    color: #000;
    font-family: Barlow;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.send-sms-from form.task-form {
    display: grid;
    grid-template-columns: 30% 67%;
    column-gap: 40px;
}

.sms-textarea .ck.ck-editor__main>.ck-editor__editable {
    height: 340px;
}

.send-sms-from form.task-form .modal-header {
    padding: 14px 12px 18px;
    align-items: self-start;
}

#tag-input>img.plus {
    width: 17px;
}
#tag-user>img.plus {
    width: 17px;
}
#category-input>img.plus {
    width: 17px;
}

#tag-inputttt>img.plus {
    width: 17px;
}

#tag-inputs>img.plus {
    width: 17px;
}

#tag-inputt>img.plus {
    width: 17px;
}

.list-text-icon img {
    width: 14px;
    height: 14px;
}

.list-text-icon span {
    font-size: 15px;
    font-weight: 500;
}

.send-sms-from .list-group a.list-group-item.active {
    background: #B2D4FF;
    border: unset;
    border-radius: unset;
    color: #000;
}

.send-sms-from .list-group a.list-group-item:hover {
    background: #B2D4FF;
}

.send-sms-from .list-group a.list-group-item {
    border: unset;
    border-radius: unset;
    display: flex;
    justify-content: space-between;
}

.list-text-icon {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.container-chk .checkbox-round {
    width: 19px;
    height: 18px;
    background-color: transparent;
    border-radius: 50px;
    vertical-align: middle;
    border: 2px solid #0000001c;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.container-chk .checkbox-round:checked {
    background-color: rgb(0 70 134);
    border-color: #52a5f1;
}

.send-sms-from .list-group {
    overflow-y: scroll;
    height: 250px;
    border-radius: 0px !important;
}


.sms-text-area .ck.ck-editor__main>.ck-editor__editable {
    height: 340px;
}

.sms-left-list .modal-body {
    background: #fff;
}


/* start profile page  */
.profile-page {
    margin-top: 50px;
}

form.profile-page-form {
    background: #fff;
    box-shadow: 0px 0px 7px rgba(136, 152, 170, 0.15);
}

.profile-page-form .profilepg-top-from-cnt {
    margin-top: 30px;
    background: #0045864a;
    position: relative;
    margin-bottom: 40px;
}

.profile-page-form .profilepg-top-from-cnt .profile-bg {
    position: relative;
    height: 130px;
    overflow: hidden;
}

.profile-page-form .profilepg-top-from-cnt .profile-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-page-form .profilepg-top-from-cnt .profile-cntnt-blck {
    display: flex;
    padding: 0;
    align-items: flex-end;
    gap: 12px;
    margin-top: 0;
    position: absolute;
    left: 30px;
    bottom: -50px;
}

.profile-page-form .profilepg-top-from-cnt .profile-cntnt-blck .img-display-blck {
    width: 106px;
    position: relative;
}


.profile-img {
    width: 100px;
    height: 106px;
    object-fit: cover;
    border-radius: 50%;
}

.file-upload-box {
    position: absolute;
    bottom: auto;
    opacity: 0;
    z-index: 999;
    left: 0;
}

.file-upload-box input#exampleFormControlFile1 {
    width: 94%;
    border-radius: 50px;
}

.profile-page-form .profilepg-top-from-cnt .profile-cntnt-blck .img-display-blck .user-image label {
    position: relative;
    z-index: 9;
}



.profile-page-form .profilepg-top-from-cnt .profile-cntnt-blck .img-display-blck img {
    width: 100%;
}


.profile-page-form .profilepg-top-from-cnt .profile-cntnt-blck .img-display-blck .user-image {
    position: absolute;
    right: -11px;
    bottom: 29px;
    background: #003D79;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;

}


.profile-page-form .profilepg-top-from-cnt .profile-cntnt-blck .admin-name-pg {
    margin-bottom: 8px;
}

.profile-page-form .profilepg-top-from-cnt .profile-cntnt-blck .admin-name-pg p {
    color: #004686;
    margin: 20px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.profile-page-form .profilepg-top-from-cnt .profile-cntnt-blck .admin-name-pg p span {
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.profile-page-form .profilepg-btm-from-cnt {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 30px;
}

.profile-page-form .profilepg-btm-from-cnt .form-devider {
    width: 100%;
}

.profile-page-form .profilepg-btm-from-cnt .form-devider .input-feilds {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.add-social-icon {
    width: 100%;
    display: flex;
    gap: 2.1%;
    flex-wrap: wrap;
    align-items: end;
}

.profile-page-form .profilepg-btm-from-cnt .form-devider .input-feilds label {
    display: flex;
    flex-direction: column;
    color: #525F7F;
    font-weight: 500;
    font-size: 14px;
    width: 23.4%;
}

.profile-page-form .profilepg-btm-from-cnt .form-devider .input-feilds input {
    margin-top: 8px;
    background: #fff;
    border: 1px solid rgba(8, 33, 48, 0.22);
    padding: 12px 11px;
    border-radius: 5px;
    color: #000;
}

.profile-page-form select.profile-selection {
    margin-top: 8px;
    background: #fff;
    border: 1px solid rgba(8, 33, 48, 0.22);
    padding: 12px 11px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;

}

.profile-page-form select.profile-selection option {
    font-size: 14px;
}

.profile-message .ck.ck-editor__main>.ck-editor__editable {
    height: 96px;
    overflow-y: scroll;
}


.profile-page-form .error-message {
    position: absolute;
    margin: 38px 104px;
    font-size: 12px;
}

.profile-page-form .profilepg-btm-from-cnt .form-devider .input-feilds label:nth-child(4) button {
    background: #004686;
    border: none;
    color: #fff;
    padding: 13px 14px;
    border-radius: 5px;
}


.profile-btm-cnt-last-line {
    display: flex;
    width: 100%;
    gap: 2.1%;
    margin-top: 20px;
    flex-wrap: wrap;
}

.profile-btm-cnt-last-line .add-contact-user-custom-right {
    width: 74%;
}

.profile-btm-cnt-last-line .profile-btm-cnt-last-line-right {
    width: 23.4%;
}

.profile-btm-cnt-last-line .profile-btm-cnt-last-line-right .custom_profile_btn {
    border-top: 2px solid rgba(0, 0, 0, 0.10);
    margin-top: 28px;
    padding-top: 18px;
}

.profile-btm-cnt-last-line .profile-btm-cnt-last-line-right .custom_profile_btn button {
    width: 55%;
}

.profile-page-form .profilepg-btm-from-cnt .custom_profile_btn button {
    background: #004686;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-right: 0px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;

    border-radius: 3px;
}

.profile-btm-cnt-last-line .profile-btm-cnt-last-line-right label,
.profile-btm-cnt-last-line .profile-btm-cnt-last-line-right .custom_profile_btn {
    width: 100% !important;
}

.lead-accordion {
    margin-top: 30px;
}

.lead-accordion .accordion-item {
    margin-bottom: 10px;
}


.profile-page .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    transition: unset !important;
}


.profile-page .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.profile-page .accordion-button::after {
    background-color: #004686;
    color: #fff;
    border: none;
    border-radius: 4px;
    height: 44px;
    width: 44px;
    background-size: 25px;
    background-position: center center;
    transition: unset !important;
}


.ck.ck-voice-label {
    display: none !important;
}

.add-social-icon a.btn.share-btn {
    background: #004686;
    border: none;
    color: #fff;
    padding: 13px 14px;
    border-radius: 5px;
    width: 23.5%;
    height: 48px;
}


div#changePasswordModal .modal-content {
    border-radius: 6px;
    border: 1px solid rgb(255, 255, 255);
}

div#changePasswordModal .modal-content .modal-header {
    height: 50px;
}

.cust-chnage-pasword input#new_password {
    border: unset;
    padding: 12px 10px;
    font-size: 15px;
}


.bottom-change-btns {
    background: #ebebeb;
    display: flex;
    justify-content: space-around;
    row-gap: 12px;
    padding: 20px 0;
}

.bottom-change-btns button.btn {
    background: #004686;
    border: none;
    color: #fff;
    padding: 11px 0;
    margin: auto;
    font-size: 14px;
    font-weight: 400;
    width: 150px;
}


.top_categories_title {
    display: flex;
    align-items: center;
}

.top_categories_title h2 {
    margin: 0;
    color: #000;
    font-size: 32px;
    font-weight: 700;
}

.top_categories_title a {
    margin-left: 10px;
    background: #004686;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 30px;
    margin-top: 5px;
    display: flex;
    column-gap: 7px;
    align-items: center;
}
.pagination-container{
    background: #004686;
    margin: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sidebar .menu-list li a.active{
    opacity: 1;
}
/* Add Category page */

.image-uploader {
    padding: 40px 30px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    margin: 20px 0;
}

.upload-container {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    text-align: center;
    position: relative;
}

.uploade-show-img {
    width: 100%;
    padding: 25px 20px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    text-align: center;
    max-width: 232px;
}

.add-profession-category .ck.ck-editor__main>.ck-editor__editable {
    height: 300px;
}
.text-center.inquiry-btn{
    width: 30%;
    background: #004686;
    border: none;
    color: #fff;
    padding: 11px 0;
}

form.task-form .form-group .uploade-show-img input.rmv {
    height: 16px;
    border: unset;
    float: right;
    width: 32px;
    margin-bottom: 10px;
    cursor: pointer;
    display: inline-block;
}



form.task-form .form-group .upload-container label {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    position: relative;
    z-index: 9;
}

form.task-form .form-group label img {
    filter: contrast(0.2);
}

form.task-form .form-group .upload-container input#contact {
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
}

.image-uploader-sec {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    gap: 20px;
}

.image-uploader-sec .btn_upload input {
    cursor: pointer;
    height: 100% !important;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
    width: 100% !important;
    z-index: 999;
}

.it {
    height: 95px;
    width: 100%;
    object-fit: contain;
    object-position: top;
    margin-right: 30px;
    margin-left: 30px;
    margin: 0 auto;
    background: #fff;
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
    display: none;
}


/* Add-contact page */
.todo-section form#add_contact {
    grid-template-columns: auto;
    column-gap: 0;
    margin-top: 55px;
    position: relative;
    display: block;
}

.add-form-main-box {
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    margin-bottom: 20px;

}

.property_header {
    background-color: #fff;
    padding: 20px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.property_header h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.add-sec-second {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    column-gap: 40px;
    padding: 10px 20px 40px;
}

.add-sec-first {
    display: flex;
    padding: 20px 20px 0;
}

.check-box-main {
    position: absolute;
    right: 0;
    display: flex;
    top: 0;
    gap: 10px;
}
.check-box-main-family {
    right: 0;
    display: flex;
    top: 0;
    gap: 10px;
}

div#check-adress {
    position: relative;
}

form.task-form .form-group-2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

form.task-form .form-group-2>.form-group-3 {
    margin-top: -3px;
}

.check-box-main .form-check label.form-check-label {
    font-size: 12px;
    margin-top: 0px;
    font-weight: 700;
}


form.task-form .add-sec-second .form-group select {
    width: 100%;
    border: unset;
    border-bottom: 0.5px solid #595555;
    color: #000000e8;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 4px;

}

form.task-form .form-group-2>.form-group-3 label {
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    margin-top: 26px;
    margin-bottom: 0px;
}

form.task-form .form-group-2>.form-group-3 input {
    height: 22px;
    width: 100%;
    background-color: transparent;
    border-bottom: 0.5px solid #595555;
    color: #000000e8;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    padding-right: 10px;
}


.todo-section form#add_contact button.save-button {
    width: max-content;
    position: absolute;
    bottom: -70px;
    right: -5px;
}

form.task-form .form-group-2>.form-group-3 input:focus {
    outline: unset;
}

/* add-contact model page */

div#addContactModal .modal-dialog {
    max-width: 996px;
}

div#addContactModal .modal-dialog .modal-content {
    border: unset;
    border-radius: 6px;
    background-color: #ebebeb;
}

.property_header-model {
    background: #fff;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px 6px 0 0;
    height: 61px;
}

.property_header-model h4 {
    font-size: 20px;
    font-weight: 700;
}

div#add-sec-first {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 2%;
}

div#add-sec-secound {
    column-gap: 2%;
    grid-template-columns: 46% 52%;
}


div#add-sec-first .check-box-main .form-check label.form-check-label {
    font-size: 12px;
    margin-top: 0;
    font-weight: 600;
}

div#add-form-modal-main {
    border: unset;
    margin-bottom: 0;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 6px 6px 0 0;
}

form#add-contact-form button.save-button {
    height: 41px;
    padding: 0 30px;
    margin: 20px;
}

div#check-adress .check-box-main {

    column-gap: 8px;
}


/* email-campaign page */

.add_property_btn {
    padding-top: 50px;
}

.template-grid {
    display: flex;
    row-gap: 30px;
    justify-content: start;
    column-gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.new-email-tem-set {
    width: 100%;
}

.image-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.new-email-tem-set .image-list li {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}

.image-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.new-email-tem-set .image-list li input {
    width: 5%;
    display: none;
}

.new-email-tem-set .image-list li label {
    display: flex;
    align-items: center;
    width: 95%;
}

.template-item {
    width: 31%;
    position: relative;
}

.new-email-tem-set .image-list li label .template-item {
    display: flex;
    align-items: center;
    width: 90%;
}

.new-email-tem-set .image-list .edit-template {
    width: 10%;
    background: #00468640;
    color: #004685;
    border: none;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 10px;
    border-radius: 10px;
}


.template-grid .template-item .email-template-box {
    height: 110px;
    width: 170px;
    border: unset !important;
    box-shadow: 0px 0px 6px 2px #a1a1a1;
    padding: 0;
    position: relative;
    border-radius: 6px 6px 0 0;
    margin-bottom: 1px;
}

.custom-email-template-flex a {
    color: #000;
}

.email-template-name {
    text-transform: capitalize;
    background-color: #b9cbdb;
    color: #00356d;
    border-radius: 4px;
    font-size: 18px;
    text-align: start;
    padding: 15px 20px;
    font-weight: 500;
}

.email-template-name a {
    color: #00356d;
}

.new-email-tem-set .image-list li label .template-item .email-template-name {
    background: none;
}

.template-grid .template-item .email-template-box::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00417f99;
    z-index: 9;
}

.template-item button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 30px;
    border-radius: 4px;
    z-index: 99;
    font-size: 22px;
    font-weight: 500;
    background-color: transparent;
    color: transparent;
    border: none;
    transition: all 0.3s ease;
}

.template-item button:hover {
    background-color: #00407dbf;
    color: #fff;
    border: 3px solid #fff;
}

div#email-campaign .modal-dialog.modal-dialog-centered {
    max-width: 845px;
    width: 100%;
}

div#email-campaign .modal-dialog .modal-content {
    overflow-y: scroll;
    background: #004483;
    height: 500px;
    border: unset;
    border-radius: 6px;
}

.top-icons-box {
    padding: 10px;
    background: #004686;
    text-align: right;
}

.tabs-container {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
}

.tabs-btnn {
    border: 1px solid #ccc;
    background-color: #e9ecef;
    color: #000;
    padding: 5px 15px;
    margin: 2px;
    border-radius: 5px;
    font-weight: bold;
}

.tabs-btnn.active {
    background-color: #0d60ab;
    color: #fff;
}

.content-box {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    margin-top: 10px;
}

.Campaigns-data {
    margin: 0 70px;
    background: #fff;
}

.alert-success {
    text-align: center;
    font-size: 18px;
    color: green;
}

.top-icons-box button.edit-btn img {
    filter: invert(1);
    opacity: unset;
    margin-right: 6px;
}

.top-icons-box button.save-icon img {
    filter: invert(1);
    opacity: unset;
    margin-right: 6px;
}

.top-icons-box button.btn-close {
    font-size: 28px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    opacity: unset;
}

.top-icons-box button.btn-close-2 {
    font-size: 28px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    opacity: unset;
    margin-left: 10px;
    margin-right: 10px;
}

div#email-campaign .modal-dialog .modal-content::-webkit-scrollbar {
    width: 10px;
}

div#email-campaign .modal-dialog .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ddd;
}

div#email-campaign .modal-dialog .modal-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #004483;
    border-radius: 10px;
}

/* Email Campaigns list */
.template-campaigns {
    display: flex;
    row-gap: 30px;
    justify-content: start;
    column-gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.email-campaign{
    margin-left: 10px !important;
}
.template-campaigns .custom-email-template-flex {
    border: 1px solid black;
    border-radius: 6px 6px 4px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 199px;
    font-weight: 500;
    height: 243px;
}

.template-campaigns .template-item {
    width: 31%;
    position: relative;
}

.template-campaigns .template-item .email-template-box {
    width: 100% !important;
    height: 190px !important;
    border: unset !important;
    box-shadow: 0px 0px 6px 2px #a1a1a1;
    padding: 0;
    background-color: #00417f99;
    z-index: 9;
    position: relative;
    border-radius: 6px 6px 0 0;
    margin-bottom: 1px;
}


/* group-contacts page */
.group-contacts {
    display: flex;
    column-gap: 13px;
    align-items: center;
}

.group-contacts h3 {
    color: #000;
    font-size: 34px;
    font-weight: bolder;
    margin: 0;
}

div#addGroupModal .modal-header {
    border-radius: 0;
    justify-content: flex-start;
    align-items: self-start;
    padding: 0px;
}

div#addGroupModal .modal-header h1#modal-title {
    padding: 14px 12px 5px;
}

div#addGroupModal .modal-header input#group_name {
    padding: 12px 10px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 8px;
    color: #000;
}

div#addGroupModal .modal-body .form-group.search {
    margin-top: -1px;
}

div#addGroupModal ul#contact-lists li {
    border: unset;
    padding-bottom: 0;
}

div#forwardContact ul#user-list li {
    border: unset;
    padding-bottom: 0;
}
div#forwardContact ul#klientale-list li {
    border: unset;
    padding-bottom: 0;
}
div#showGroup .modal-header {
    border-radius: 0;
    align-items: self-start;
}

div#showGroup ul#contact-listss li {
    text-align: left;
}

div#showGroup ul#contacttt-listttt li {
    text-align: left;
}

/* plus inner Email Campaigns */

form.custom-text-tab-sec {
    width: 94%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


form.custom-text-tab-sec input {
    padding: 8px 10px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #c9c2c2;
    border-radius: 3px;
    width: 100%;
}

form.search-on-top-template {
    row-gap: 20px;
    display: flex;
    margin: auto;
    column-gap: 30px;
    margin-top: 40px;
    flex-direction: column;
}

form.search-on-top-template input {
    padding: 6px 10px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #c9c2c2;
    border-radius: 3px;
    width: 15%;
}

form.search-on-top-template .edit-image-div {
    display: flex;
    max-width: 680px;
    column-gap: 10px;
    position: relative;
    flex-direction: column;
}

form.search-on-top-template .edit-save-icon {
    background: #003a75;
    height: 50px;
    text-align: right;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

form.search-on-top-template .edit-save-icon a img {
    filter: invert();
}


form.search-on-top-template .iframe-data img {
    width: 100%;
}

/****************************** Listin for all Pages ******************************************/


.tabs {
    display: flex;
    margin-bottom: 20px;
}

.tabs button {
    flex: 1;
    padding: 10px;
    background-color: #e9ecef;
    border: 1px solid #ddd;
    cursor: pointer;
}

.tabs button.active {
    background-color: #0a3161;
    color: white;
}

.tabssss {
    display: flex;
    margin-bottom: 20px;
}

.tabssss button {
    flex: 1;
    padding: 10px;
    background-color: #e9ecef;
    border: 1px solid #ddd;
    cursor: pointer;
}

.tabssss button.active {
    background-color: #0a3161;
    color: white;
}



.dashboard h1 {
    color: #004686;
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}

.dashboard p {
    color: #424141;
    font-size: 16px;
    margin-bottom: 20px;
}

.stats {
    gap: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    column-gap: 30px;
}

.stat {
    background: white;
    border-radius: 4px;
    padding: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 51px;
}

.stat h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.stat p {
    font-size: 20px;
    margin: 0;
    color: #424141;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
    margin-top: 40px;
}

.fc-toolbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.fc-button-group {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
    column-gap: 1px;
}

.fc-button-group2 {
    display: inline-flex;
    position: relative;
    vertical-align: middle;
    column-gap: 1px;
}

.fc-toolbar>*>:not(:first-child) {
    margin-left: .75em;
}

.fc-button-group2 button {
    background-color: #004787 !important;
    border: 1px solid #004382 !important;
    color: #fff !important;
}

.fc-toolbar-title {
    font-size: 28px;
    margin: 0;
    font-weight: bold;
}

.fc-button {
    background-color: initial;
    border: 1px solid #0000;
    border-radius: .25em;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    padding: .4em .65em;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;

}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0.1px solid #ddd;
}

a.fc-event.fc-event-start.fc-event-end.fc-event-past.fc-daygrid-event.fc-daygrid-dot-event{
    cursor: pointer;
}


button.fc-today-button.fc-button.fc-button-primary {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    border: unset;
}


.fc-button-group button {
    background-color: #004787 !important;
    color: #fff !important;
}

button.fc-next-button.fc-button.fc-button-primary {
    margin-right: 10px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}


/* calendar css */
.fc .fc-scroller-harness {
    direction: ltr;
    overflow: hidden;
    position: relative;
}

.fc-scroller {
    overflow: visible !important;
}

.fc .fc-scrollgrid-liquid {
    height: 100%;
    margin-top: 20px;
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px;
}

.fc-col-header-cell-cushion {
    color: #004686;
    font-size: 16px;
    text-decoration: none;
}

table.fc-col-header {
    margin-top: 20px;
}

td.fc-day-past {
    opacity: .3;
    height: 100%;
}

.fc .fc-daygrid-day-number {
    padding: 4px;
    position: relative;
    z-index: 4;
    color: #0c0c0c;
    text-decoration: none;
    font-size: 16px;
}




table.fc-scrollgrid-sync-table {
    margin-top: 20px;
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
}

/* calendar css */
.fc .fc-button {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25em;
    display: inline-block;
    font-size: 16px;
    weight: 400;
    line-height: 1.5;
    padding: 6.4px 10.4px;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    text-transform: capitalize;
}


.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    padding-top: 18px;
    position: relative;
    gap: 32px;
}

.content-full{
    width: 100%;
}

.icon-dashboard {
    color: #fff;
    font-size: 12px;
    height: 54px;
    position: relative;
    text-align: center;
}

.icon-dashboard.setting-nav {
    width: 50px;
}

.dropdown-menu.show{
    display: inline-block !important;
}

.dropdown.icon-dashboard.setting-nav .dropdown-menu{
    height: auto;
    left: auto !important;
    margin-top: 58px !important;
    position: relative;
    position: absolute !important;
    right: 0 !important;
    width: 239px;
    z-index: 9999999 !important;
    background: none;
    border: none;
    border-radius: 0;
    inset: auto 0 auto auto !important;
    transform: unset !important;
}

.dropdown.icon-dashboard.setting-nav .dropdown-menu li.dropdown-header{
    background-color: #004686;
    color: #fff;
    display: flex;
    padding: 15px 6px;
}

.dropdown.icon-dashboard.setting-nav .dropdown-menu li.dropdown-header::after{
    top: -5px;
    right: 17px;
}

.dropdown.icon-dashboard.setting-nav .dropdown-menu li{
    background-color: #bdc8d5;
    border-bottom: 1px solid silver;
    padding: 6px;
}

.dropdown.icon-dashboard.setting-nav .dropdown-menu li span,
.dropdown.icon-dashboard.setting-nav .dropdown-menu li a{
    padding: 0px;
    font-size: 13px;
}

.dropdown.icon-dashboard.setting-nav .dropdown-menu li span:hover,
.dropdown.icon-dashboard.setting-nav .dropdown-menu li a:hover{
    background: transparent;
}

.icon-dashboard.share-ref-top-wrp {
    width: 120px;
}

.icon-dashboard-child,
.icon-dashboard-item {
    background-color: #0046862e;
    border-radius: 15px;
    height: 48px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 48px;
}

.icon-dashboard1,
.icon-dashboard2 {
    height: 28px;
    left: 10px;
    position: absolute;
    top: 16px;
    width: 28px;
}

.setting-nav .background-group {
    height: 19px;
    left: auto;
    right: -16%;
    width: 19px;
}

.background-group {
    bottom: 64.81%;
    height: 35.19%;
    left: 29.17%;
    position: absolute;
    right: 55%;
    top: 0;
    width: 15.83%;
}

.background6 {
    background-color: #004686;
    border: 3px solid #f3f2f7;
    border-radius: 48px;
    bottom: -15.79%;
    box-sizing: border-box;
    height: 131.58%;
    left: -15.79%;
    position: absolute;
    right: -15.79%;
    top: -15.79%;
    width: 131.58%;
}

.div3 {
    align-items: center;
    display: flex;
    height: 89.47%;
    justify-content: center;
    left: 15.79%;
    line-height: 18px;
    position: absolute;
    top: 5.26%;
    width: 68.42%;
}

.share-ref-top-wrp button {
    background: #00468640;
    border: none;
    border-radius: 12px;
    display: inline-block;
    margin-top: 6px;
    padding: 0 16px;
    transition: all .4s;
    width: 100%;
}

.share-ref-top-wrp button:hover {
    background: #00468640;
}

a.btn.upgrade-btn {
    align-items: center;
    background-color: #b6c7db;
    background: linear-gradient(180deg, #004889, #01305a);
    border: 0 solid #fff0;
    border-radius: 7px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    gap: 8px;
    height: 49px;
    margin-right: 5px;
    margin-top: 4px;
    padding: 0 22px;
    flex-direction: row-reverse;
}

img.icon-dashboard3.rocket {
    height: 16px;
    width: 16px;
    filter: invert(1);
}

a.btn.upgrade-btn p {
    margin-bottom: 0;
}

.share-too-ico {
    filter: invert(16%) sepia(89%) saturate(2218%) hue-rotate(192deg) brightness(94%) contrast(105%);
}

.tooltip {
    position: relative;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.share-ref-top-wrp .icon-dashboard-item {
    border-radius: 10px;
    display: none;
    height: 35px;
    left: auto;
    right: 6px;
    top: 12px;
    width: 35px;
}

.share-ref-top-wrp p {
    color: #004685;
    font-size: 13px;
    font-weight: 600;
    margin: 14px 0;
    padding-top: 0;
    text-align: left;
    width: 82%;
}

.tooltip .tooltiptext {
    background-color: #000;
    border-radius: 6px;
    bottom: 27px;
    color: #fff;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 180px;
    z-index: 1;
}

.share-ref-top-wrp button .share-too-ico {
    left: 85px;
    top: 15px;
    width: 18px;
}

img.burger-icon {
    width: 30px;
    height: 30px;
}

.profile-parent {
    align-items: center;
    color: #004686;
    display: flex;
    gap: 10px;
    padding-left: 40px;
    position: relative;
    right: 0;
    top: 0;
}

.background5,
.separator {
    background-color: #d0d6de;
    border-radius: 8px;
    height: 56px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.profile-parent>a {
    width: 57px;
}

.separator {
    margin-bottom: 10px;
    /* Adjust as needed */
}

.placeholder-icon3 {
    background: #000;
    border-radius: 63px;
    height: 57px;
    max-height: 57px;
    max-width: 57px;
    object-fit: cover;
    overflow: hidden;
    width: 57px;
}

.profile-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.hello-samantha {
    display: flex;
    cursor: pointer;
    color: #004686;

}

.samantha {
    font-weight: 600;
    color: #004686;
}

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

.toggle-button {
    position: absolute;
    bottom: 18px;
    left: 3px;
    z-index: 1000;
    color: #000;
    border: none;
    font-size: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.profile-dropdown .dropdown-menu {
    background: #004686;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 10px #0003;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    z-index: 999;
}

.profile-dropdown .dropdown-menu a {
    color: #fff;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    font-size: 16px;
}

.profile-dropdown .dropdown-menu a:hover {
    background-color: #f1f1f1;
    color: #004686;
}

.profile-dropdown:hover .dropdown-menu {
    display: block;
}

/* model css */

div#shareModal .modal-header {
    border-radius: 0;
}

.modal.show .modal-dialog {
    max-width: 403px;
}

.modal.show .modal-dialog .modal-content {
    border-radius: 0;
    border: 1px solid rgb(159, 158, 158);
}

.modal-header {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    background-color: #004686;
    border-radius: 0 !important;
    position: relative;
    border: unset;
}

.modal-header .modal-title {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
}

.modal-header p {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
    margin: 0;
}

.modal-header button.btn-close {
    width: auto;
    position: absolute;
    right: 16px;
    opacity: 100;
    top: 18px;
}

.modal-header button.btn-close img.plus {
    width: 20px;
    transform: rotate(45deg);
}



.modal-content.referral-Contact .modal-header{
    border-bottom: none;
}

.modal-content.referral-Contact .modal-header button.btn-close{
    top: 7px;
}

.modal-content.referral-Contact .modal-body .form-group.search{
    padding: 10px 20px 8px;
}

.modal-content.referral-Contact .modal-body .form-group.search h5{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.modal-content.referral-Contact .modal-footer button{
    width: unset !important;
    padding: 8px 50px !important;
}

.modal-content.referral-Contact .modal-body .referral-Contact-list{
    padding: 20px 20px 50px;
}

.modal-content.referral-Contact .modal-body .referral-Contact-list span{
    color: #000 !important;
}

.modal-content.referral-Contact .modal-body .referral-Contact-list textarea{
    margin-top: 10px;
}

.modal-body {
    padding: 0 !important;
}

.modal-body .form-group.search {
    background: linear-gradient(240deg, rgb(0, 72, 137) 0%, rgb(0, 7, 44) 100%);
    padding: 10px 8px 8px;
}

#tagggg-input {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    min-height: 40px;
    background: transparent;
    border: unset;
    padding: 0;
    overflow: auto hidden;
    width: 350px;
    border-radius: 0;
    padding-bottom: 5px;
}

.modal-body #tagggg-input::-webkit-scrollbar {
    height: 8px;
    background-color: rgb(0, 70, 134);
    border-radius: 10px;
}

.modal-body #tagggg-input::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    background-color: white;
}

.modal-body #tagggg-input::-webkit-scrollbar-track {
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    border-radius: 10px;
    background-color: transparent;
}

#tagggg-input input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 0;
    background: transparent;
    font-size: 16px;
    color: #fff;
}

#tagggg-input input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}

#tagggg-input input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(255, 255, 255);
}

#tag-input {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    min-height: 40px;
    background: transparent;
    border: unset;
    padding: 0;
    overflow: auto hidden;
    width: 350px;
    border-radius: 0;
    padding-bottom: 5px;
}

.modal-body #tag-input::-webkit-scrollbar {
    height: 8px;
    background-color: rgb(0, 70, 134);
    border-radius: 10px;
}

.modal-body #tag-input::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    background-color: white;
}

.modal-body #tag-input::-webkit-scrollbar-track {
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    border-radius: 10px;
    background-color: transparent;
}

#tag-input input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 0;
    background: transparent;
    font-size: 16px;
    color: #fff;
}

#tag-input input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}

#tag-user input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(255, 255, 255);
}
#tag-user {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    min-height: 40px;
    background: transparent;
    border: unset;
    padding: 0;
    overflow: auto hidden;
    width: 350px;
    border-radius: 0;
    padding-bottom: 5px;
}

.modal-body #tag-user::-webkit-scrollbar {
    height: 8px;
    background-color: rgb(0, 70, 134);
    border-radius: 10px;
}

.modal-body #tag-user::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    background-color: white;
}

.modal-body #tag-user::-webkit-scrollbar-track {
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    border-radius: 10px;
    background-color: transparent;
}

#tag-user input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 0;
    background: transparent;
    font-size: 16px;
    color: #fff;
}

#tag-user input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}
#tag-user input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(255, 255, 255);
}
#tag-input input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(255, 255, 255);
}
#category-input {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    min-height: 40px;
    background: transparent;
    border: unset;
    padding: 0;
    overflow: auto hidden;
    width: 350px;
    border-radius: 0;
    padding-bottom: 5px;
}

.modal-body #category-input::-webkit-scrollbar {
    height: 8px;
    background-color: rgb(0, 70, 134);
    border-radius: 10px;
}

.modal-body #category-input::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    background-color: white;
}

.modal-body #category-input::-webkit-scrollbar-track {
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    border-radius: 10px;
    background-color: transparent;
}

#category-input input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 0;
    background: transparent;
    font-size: 16px;
    color: #fff;
}

#category-input input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}

#category-input input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(255, 255, 255);
}
#tag-inputttt {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    min-height: 40px;
    background: transparent;
    border: unset;
    padding: 0;
    overflow: auto hidden;
    width: 350px;
    border-radius: 0;
    padding-bottom: 5px;
}

.modal-body #tag-inputttt::-webkit-scrollbar {
    height: 8px;
    background-color: rgb(0, 70, 134);
    border-radius: 10px;
}

.modal-body #tag-inputttt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    background-color: white;
}

.modal-body #tag-inputttt::-webkit-scrollbar-track {
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    border-radius: 10px;
    background: transparent;
}

#tag-inputttt input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 0;
    background: transparent;
    font-size: 16px;
    color: #fff;
}

#tag-inputttt input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}

#tag-inputttt input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(255, 255, 255);
}

#tag-inputs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    min-height: 40px;
    background: transparent;
    border: unset;
    padding: 0;
    overflow: auto hidden;
    width: 350px;
    border-radius: 0;
    padding-bottom: 5px;
}

.modal-body #tag-inputs::-webkit-scrollbar {
    height: 8px;
    background-color: rgb(0, 70, 134);
    border-radius: 10px;
}

.modal-body #tag-inputs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    background-color: white;
}

.modal-body #tag-inputs::-webkit-scrollbar-track {
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    border-radius: 10px;
    background-color: transparent;
}

#tag-inputs input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 0;
    background: transparent;
    font-size: 16px;
    color: #fff;
}

#tag-inputs input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}

#tag-inputs input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(255, 255, 255);
}

#tag-inputt {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
    min-height: 40px;
    background: transparent;
    border: unset;
    padding: 0;
    overflow: auto hidden;
    width: 350px;
    border-radius: 0;
    padding-bottom: 5px;
}

.modal-body #tag-inputt::-webkit-scrollbar {
    height: 8px;
    background-color: rgb(0, 70, 134);
    border-radius: 10px;
}

.modal-body #tag-inputt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    background-color: white;
}

.modal-body #tag-inputt::-webkit-scrollbar-track {
    box-shadow: rgb(255, 255, 255) 0px 0px 6px inset;
    border-radius: 10px;
    background-color: transparent;
}

#tag-inputt input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 0;
    background: transparent;
    font-size: 16px;
    color: #fff;
}

#tag-inputt input::placeholder {
    color: rgb(255, 255, 255);
    opacity: 1;
    /* Firefox */
}

#tag-inputt input::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(255, 255, 255);
}

.contact-tag {
    display: flex;
    font-size: 13px;
    background-color: rgb(230, 230, 230);
    border-radius: 2px;
    color: rgb(51, 51, 51);
    padding: 1px 6px 1px 6px;
    align-items: center;
}

.contact-tag .remove-tag {
    margin-left: 8px;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
}
.user-taggg {
    display: flex;
    font-size: 13px;
    background-color: rgb(230, 230, 230);
    border-radius: 2px;
    color: rgb(51, 51, 51);
    padding: 1px 6px 1px 6px;
    align-items: center;
}

.user-taggg .remove-tag {
    margin-left: 8px;
    cursor: pointer;
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: bold;
}
.circle {
    width: 18px;
    height: 17px;
    border-radius: 10%;
    border: 2px solid #0000001c;
    cursor: pointer;
}

.circle.selected {
    background-color: #004686;
    border-color: #52a5f1;
    position: relative;
}
.circle.selected::after {
    content: "✔";
    color: white;
    font-size: 15px;
    position: absolute;
    top: -4px;
    left: 2px;
}
.list-group-item.selected {
    background-color: rgba(0, 70, 134, 0.08);
    cursor: pointer;
}

.circle.disabled {
    pointer-events: none;
    opacity: 0.5;
}

#clear-all-tags {
    display: none;
}

button#clear-all-tags {
    position: absolute;
    right: -2px;
    text-align: right;
    width: auto;
    transform: rotate(45deg);
    opacity: 0.6;
}

#clear-all-tag {
    display: none;
}

button#clear-all-tag {
    position: absolute;
    right: -2px;
    text-align: right;
    width: auto;
    transform: rotate(45deg);
    opacity: 0.6;
}

ul#contact-list li {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

ul#user-list {
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    max-height: 290px;
    min-height: 290px;
}
ul#user-list li {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

ul#user-list {
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    max-height: 290px;
    min-height: 290px;
}
ul#klientale-list {
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    max-height: 290px;
    min-height: 290px;
}
ul#klientale-list li {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

ul#klientale-list {
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    max-height: 290px;
    min-height: 290px;
}
ul#category-list li {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

ul#category-list {
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    max-height: 290px;
    min-height: 290px;
}
ul#contacttt-listttt li {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

ul#contacttt-listttt {
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    max-height: 290px;
    min-height: 290px;
}

ul#contacttt-listttt:-webkit-scrollbar {
    width: 8px;

}

ul#category-list:-webkit-scrollbar {
    width: 8px;

}

ul#category-list li {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

ul#category-list {
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    max-height: 290px;
    min-height: 290px;
}

ul#contact-list:-webkit-scrollbar {
    width: 8px;

}
ul#user-list:-webkit-scrollbar {
    width: 8px;
}
ul#klientale-list:-webkit-scrollbar {
    width: 8px;
}
ul#category-list:-webkit-scrollbar {
    width: 8px;

}

ul#contact-lists li {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

ul#contact-lists {
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    max-height: 290px;
    min-height: 290px;
}

ul#contact-lists:-webkit-scrollbar {
    width: 8px;

}

ul#contact-listss li {
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

ul#contact-listss {
    background-color: #fff;
    border-radius: 0;
    overflow-y: auto;
    max-height: 290px;
    min-height: 290px;
}

ul#contact-listss:-webkit-scrollbar {
    width: 8px;

}

.modal-footer button.btn.btn-primary {
    background-color: #004686;
    font-size: 14px;
    font-weight: 600;
    border: none;
    color: #fff;
    padding: 8px 0;
    width: 49%;
    border-radius: 5px;
    margin: 0 auto;
}

.modal-footer button#save-group {
    background-color: #004686;
    font-size: 14px;
    font-weight: 600;
    border: none;
    color: #fff;
    padding: 8px 0;
    width: 49%;
    border-radius: 5px;
    margin: 0 auto;
}

.modal-footer {
    background-color: #ebebeb !important;
    border-top: 1px solid #ccc !important;
    padding: 18px 0 !important;
    width: 100%;
    margin-top: 4px;
}

#tag-input input::after {
    content: "\26B2;";
    position: absolute;
    width: 10%;
    height: auto;
    top: 0;
    right: 12px;
    transform: translate(50%, 50%);
}

/* model css end */

/* start login from css */
.login-main-page {
    width: 100%;
}

.login-form {
    max-width: 442px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 70px;
    margin-bottom: 70px;
    background-color: #fff;
}

.login-form h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding: 20px 0;
}

.login-form form {
    text-align: right;
}

.login-form form .login-box label {
    display: flex;
    margin-bottom: 5px;
    text-align: left;
}

.login-box input {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    height: 41px;
}

.login-form .password {
    padding-top: 15px;
    padding-bottom: 20px;
}

.login-form span.invalid-feedback strong {
    color: red;
    font-weight: 500;
    font-size: 14px;
}

.login-form button {
    width: 100%;
    background-color: #004889;
    color: white;
    padding: 14px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #004889;
    font-size: 16px;
    font-weight: 600;
}

.login-form button[type="submit"]:hover {
    background-color: #fff;
    color: #004889;
    transition: all 0.3s;
}

.login-form button[name="cancel"] {
    width: 100%;
    background-color: #004889;
    color: white;
    padding: 14px 20px;
    margin-bottom: 20px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #004889;
    font-size: 16px;
    font-weight: 600;
}

.login-form button[name="cancel"]:hover {
    background-color: #fff;
    color: #004889;
    transition: all 0.3s;
}

.login-form button[name="action"] {
    margin-left: 66%;
    border: none;
    background-color: white;
    color: #004889;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.login-form button[name="action"]:hover {
    background-color: #fff;
    color: #004889;
    transition: all 0.3s;
}

.login-form a {
    color: #004889;
    font-size: 1rem;
    transition: background-color 0.2s ease;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    margin-left: 66%;
}

/* login end */

.container.plan-sec {
    padding: 50px 0 0;
}

.content-full.plan-sec{
    padding-top: 50px;
}

.plan-sec .tilte {
    color: #000;
    font-size: 32px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bolder;
}

table.table.table-bordered.table-upgrade * {
    background: transparent;
}

table.table.table-bordered.table-upgrade {
    word-wrap: break-word;
    cursor: auto;
    margin-bottom: auto;
    margin-top: auto;
}

table.table-upgrade thead tr th {
    line-height: 1.2;
}

table.table-upgrade thead tr th.first-box {
    font-size: 32px;
    padding: 11px 14px;
    text-align: left;
    width: 54%;
}

table.table-upgrade thead tr th.plan-title {
    font-size: 23px;
    background-color: rgb(103, 183, 51) !important;
    padding: 16px 8px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    width: 17%;
}

table.table-upgrade thead tr th.premium-title {
    font-size: 23px;
    background-color: rgb(0, 63, 125) !important;
    padding: 16px 8px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    width: 17%;
}

table.table.table-bordered.table-upgrade tbody tr td {
    padding: 25px 14px;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
}

table.table.table-bordered.table-upgrade tbody tr td.first-title strong {
    text-align: left;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}

table.table.table-bordered.table-upgrade tbody tr td.first-title {
    text-align: left;
    color: #464646;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 8px;
}

.pricing-table-pnts button {
    background-color: initial;
    border: 1px solid #0c579a;
    border-radius: 50px;
    color: #0c579a;
    cursor: pointer;
    display: block;
    font-weight: 600;
    margin-inline: auto;
    margin-top: 30px;
    max-width: 250px;
    padding: 1rem;
    transition: background-color .1s;
    width: 100%;
}

.pricing-table-pnts {
    padding-bottom: 50px;
}

.pricing-table-pnts button:hover {
    background-color: #0c579a;
    border: 1px solid #0c579a;
    color: #fff;
}

body>.sidebar {
    width: 18%;
    height: 100vh;
    background: #004686;
    background: linear-gradient(180deg, #004889, #00072c);
    color: white;
    position: fixed;
    transition: transform 0.3s ease-in-out;
}

div#sidebar {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 30px;
    transition: 0ms;
}

.sidebar.hidden {
    transform: translateX(-100%);
}

.sidebar::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 4px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #004889;
    -webkit-box-shadow: inset 0 0 6px #0000004d;
}

.sidebar::-webkit-scrollbar-track {
    background-color: #00072c;
}


.top-man-logo {
    margin-left: 30px;
}

.sidebar ul.menu-list {
    margin-top: 20px;
    padding: 0;
    width: 100%;
}

.sidebar ul.menu-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    opacity: .8;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 11px;
    padding: 8px 16px;
    margin-left: 10px;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.sidebar ul.menu-list li a img{
    width: 23px;
}

.sidebar ul.menu-list li a:hover {
    font-weight: 700;
}


.sidebar ul.menu-list li.nav-item.dropdown ul.dropdown-menu {
    position: relative !important;
    transform: none !important;
    background: transparent;
    border: unset;
    background: #00468640;
}

/* .sidebar ul.menu-list li.nav-item.dropdown ul.dropdown-menu:before {
    content: "";
    position: absolute;
    height: 162px;
    width: 100vw;
    background: #00468640;
} */

.sidebar ul.menu-list li.nav-item.dropdown ul.dropdown-menu li {
    padding-left: 35px;
}

.sidebar ul.menu-list li.nav-item.dropdown ul.dropdown-menu li a.menu-item {
    margin-bottom: 0;
}

.sidebar ul.menu-list li.nav-item.dropdown ul.dropdown-menu li a.menu-item:hover {
    font-weight: 700;
}

.toggle-button {
    position: absolute;
    bottom: 18px;
    left: 3px;
    z-index: 1000;
    color: #000;
    border: none;
    font-size: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.logout-button {
    background: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    margin: 10px 25% 0;
    padding: 8px 0;
    transition: 0ms;
    width: 50%;
    text-align: center;
    text-decoration: none;
    height: 40px;
}


.logout-button:hover {
    background: #004686;
    color: #fff;
}

button#hide-mobile {
    display: none;
}

.sidebar a.closebtn {
    display: none;
}

#features-form {
    grid-template-columns: auto;
}
#plans-form {
    grid-template-columns: auto;
}
.error-message {
    color: red;
    font-size: 15px;
}

.no-contacts-found {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.no-contacts-found h3 {
    font-size: 28px;
    font-weight: 700;
    padding: 28px 0;
}

.add-new-contact-btn {
    background-color: #004686;
    color: #fff;
    height: 40px;
    width: 135px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
}

a.back-button img {
    width: 85%;
}


a.property-link {
    text-decoration: underline;
}



.custom-modal {
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.custom-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-modal .modal-body {
    text-align: center;
}

.custom-upload {
    border: 2px dashed #6c757d;
    border-radius: 8px;
    padding: 30px;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-upload:hover {
    background-color: #e9ecef;
}

.btn-upload {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 5px;
}

.btn-upload:hover {
    background-color: #0056b3;
}

div#add-sec-secound input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #000;
}

.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 7px solid #ddd;
    border-top-color: #004686;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}



div#custom_add_leads_form {
    flex-direction: column;
}


.add_leads_bottom-second {
    grid-template-columns: auto;
}

.add_leads_bottom-second>span.select2.select2-container.select2-container--default {
    width: 100% !important;
}


.suggestions-list-leads {
    background-color: #fff;

    border: 1px solid #ddd;
    margin-top: 3px;
    border-radius: 3px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.suggestions-list-leads li {
    margin-bottom: 5px;
    height: 35px;
    padding: 8px 15px;
}

.suggestions-list-leads li:hover {
    background-color: #35a6d31c;
}


.table-container tbody tr td.group_action {
    justify-content: unset;
    align-items: center;
    gap: 0;
}

td.group_action a.eyes_icon,
a.edit_icon {
    width: 20px;
}



/* simple-file-model */
div#exampleModal .modal-body.simple-file-main {
    padding: 18px 25px !important;
    position: relative;
}

.modal-body.simple-file-main .simple-file {
    background: #004686;
    display: flex;
    justify-content: space-evenly;
}

.modal-body.simple-file-main .simple-file a {
    background: #004686;
    border: none;
    color: #fff;
    padding: 10px !important;
    font-size: 15px;
    margin: 0 !important;
    font-weight: 500;
}

.modal-body.simple-file-main .simple-file button.btn-close {
    position: absolute;
    right: 0;
    opacity: unset;
    top: 0;
    transition: all 0.3s;
}

button.btn-close:focus {
    outline: unset;
    box-shadow: unset;
    border: unset;
}

.modal-body.simple-file-main .simple-file button.btn-close img.plus {
    filter: brightness(0) contrast(100);
    transform: rotate(45deg);
}



div#uploadModal button.btn-close img.plus {
    filter: brightness(0) contrast(100);
    transform: rotate(45deg);
}


div#uploadModal .modal-content.custom-modal {
    padding: 20px 25px;
    border-radius: 4px;
}

div#uploadModal .modal-content.custom-modal input#imag {
    width: 50%;
}


div#uploadModal .modal-content.custom-modal .upload-container {
    border: 2px dotted #000000;
    background-color: #fff;
    position: static;
    width: 99%;
    display: flex;
    justify-content: center;
    padding: 6px 0;
    border-radius: 4px;
    flex-direction: row;
    height: 66px;
}


button.btn-close {
    position: absolute;
    right: -23px;
    top: -15px;
    opacity: unset;
}

[contenteditable="true"]:focus {
    outline: none;
    box-shadow: none;
}


div#uploadModal .modal-content.custom-modal button#upload-contact {
    background: #004686;
    border: none;
    color: #fff;
    padding: 0;
    margin-top: 0 !important;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    height: 36px;
}


div#uploadModal .modal-content.custom-modal .upload-container img {
    filter: contrast(0.1);
}

.template-modal .modal-dialog.modal-dialog-centered {
    max-width: 800px;
}

.template-modal .modal-dialog.modal-dialog-centered .modal-content {
    background-color: #004686;
    overflow-y: scroll;
    background: #004483;
    height: 500px;
    border: unset;
}


.template-modal .modal-dialog .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ddd;
}

.template-modal .modal-dialog .modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #004483;
}

.template-modal .modal-dialog .modal-content::-webkit-scrollbar {
    width: 10px;
    background-color: #ddd;
}

.klientale-btn {
    display: flex;
    column-gap: 20px;
}


.klientale-btn a {
    border: none;
    padding: 0 15px;
    background: #00468640;
    border-radius: 12px;
    display: inline-block;
    margin-top: 5px;
    transition: all .4s;
    width: auto;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    height: 48px;
    color: #004685;
    display: flex;
    align-items: center;
}


.klientale-btn a.klientale_btn_first {
    background: #2179c9;
    color: #fff;
}


.according-family-members button.accordion-button {
    height: 60px;
}

.according-family-members button.accordion-button {
    height: 60px;
    font-size: 20px;
    font-weight: bold;
}

.according-family-members button.accordion-button:after {
    display: none;
}

.according-family-members .accordion-body {
    padding: 0;
}

.according-family-members .table-container {

    overflow: auto;
    width: 100%;
    margin-top: 5px;
    color: #fff;
    border-radius: 0;
}

.according-family-members .form-group input {
    border-bottom: 0.5px solid #59555587;
}

.according-family-members .form-group input:focus {

    outline: unset;
    box-shadow: unset;
}

.according-family-members .form-group span#family_name_error,
span#family_phone_error,
span#family_email_error,
span#family_address_error {
    display: block;
    color: red;
    font-size: 12px;
    text-align: left;
    font-weight: 500;
}



.according-family-members table button {
    margin: 0;
    background: #004686;
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
    margin-right: 10px;
    width: auto;
}

.according-family-members .delete-family-member {
    background-color: transparent !important;
    padding: 0px 60px 0px 10px;
    vertical-align: middle;
}

.todo-section form#add_contact button.save-button.Edit_Contact_save_btn {
    height: 42px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
}

.according-family-members .delete-family-member img{
    width: 20px;
}

button#addMoreButton {
    position: absolute;
    right: 60px;
    margin-top: 60px;
    background: #004686;
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
}

button#addMoreButton.add-more-btn {
    margin-top: 0px;
}



.fc-event,
.fc-event-time,
.fc-event-title {
    color: black !important;
}

#add-inquiry {
    grid-template-columns: auto;
}

.add-inquiry-select .form-group img {
    width: 17px;
}

.add-inquiry-select {
    display: flex;
    column-gap: 5px;
}

.add-inquiry-select select {
    height: 22px;
    width: 100%;
    background-color: #fff;
    border-bottom: 0.5px solid #595555;
    color: #000000e8;
    font-size: 14px;
    font-weight: 500;
    padding: 10;

}


.add-inquiry-select select:focus {
    outline: unset;
}

.post-btn {
    display: flex;
}

.task-row td a {
    color: black;
}

.cros-btn button.btn-close img {
    filter: brightness(0.0) contrast(0.9);
    opacity: unset;
    transform: rotate(45deg);
}


div#check-adress input::placeholder {
    color: #000;
    opacity: 1;
}

div#check-adress input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #000;
}

div#add-sec-secound input::placeholder {
    color: #000;
    opacity: 1;
}

.upgrade-plan-btn {
    color: #fff;
    padding: 0 22px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    border: 0px solid #ffffff00;
    border-radius: 7px;
    height: 49px;
    background: linear-gradient(180deg, rgba(0, 72, 137, 1) 0%, rgb(1, 48, 90) 100%);
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    width: 150px;
}

.cancel-plan-btn {
    color: #fff;
    padding: 0 22px;
    cursor: pointer;
    margin-right: 5px;
    font-size: 17px;
    font-weight: 500;
    border: 0px solid #ffffff00;
    border-radius: 7px;
    height: 49px;
    background: red;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 0;
    width: 100px;
}

/* Card Element Styling */
#card-element {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1.5rem;
    background-color: #fafafa;
}

#card-errors {
    font-size: 0.875rem;
    margin-top: 10px;
    color: #fa755a;
    font-weight: 500;
}

#submit-payment,
#upload-contact {
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    background-color: #004686;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#submit-payment:disabled {
    background-color: #cccccc;
    cursor: not-allowed;
}

.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Modal Dialog */
.modal-dialog {
    max-width: 500px;
    margin: 30px auto;
}

div#cont-space-2 {
    margin-bottom: 50px;
}
.create_sms {
    justify-content: space-between;
}

.login-box input:focus-visible {
    outline: unset;
    box-shadow: unset;
}
.login-boxxx{
    display: flex;
    justify-content: space-between;
}
.login-boxxx a{
    margin: 0;
}
.tabs-container.kllentable-tabs-list {
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    padding: 20px 20px 0px;
    display: flex;
    column-gap: 20px;
    justify-content: space-around;
    border-radius: 0;
}

.tabs-container.kllentable-tabs-list button.tabs-btnn {
    font-size: 13px;
    font-weight: 500;
    border: unset;
    margin: 0;
}

.kllentable-data {
    margin-top: 0;
    border: unset;
}



.family-tab-table .check-box-main{
    justify-content: end;
    margin-top: -29px;
}

.family-tab-table td{
    padding-top: 28px !important;
}

.family-tab-table .add-more-btn{
    margin-top: 72px !important;
}

.according-family-members .add-more-btn{
    font-size: 0;
}

.according-family-members .add-more-btn span{
    font-size: 13px;
}

.table-responsive{
    overflow-x: scroll;
}

.text-danger{
    font-size: 13px;
    margin-top: 2px;
}

.text-are-btn-right-sec{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.notify p.font-medium{
    font-size: 22px !important;
}

.notify p{
  font-size: 15px !important;
}

#changePasswordForm #new_password_error{
    padding: 0px 10px;
}

#cardDetailsModal .modal-body{
    padding: 0 20px 20px !important;
}

@media only screen and (max-width: 1500px) {
    .table-responsive .table-container tr th,
    .table-responsive .table-container tbody tr td,
    .table-responsive .table-container tbody tr a{
        font-size: 12px;
    }
}

@media only screen and (min-width: 1380px) {
    .according-family-members .add-more-btn{
        font-size: 13px;
    }

    .according-family-members .add-more-btn span{
       font-size: 0;
    }
}

@media only screen and (max-width: 991px) {
    .create h3 {
        color: #000;
        font-size: 30px;
    }

    .post-btn {
        display: flex;
        column-gap: 20px;
    }

    .add-profession-category {
        overflow: hidden;
        width: 100%;
    }

    .add-sec-first {
        display: grid;
        padding: 20px 20px 0;
        grid-template-columns: auto auto;
    }

    .todo-section>form.task-form {
        display: grid;
        grid-template-columns: auto;
        width: 100%;
        column-gap: 40px;
    }

    form.task-form .form-group .image-uploader-sec label {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
    }

    .content {
        width: 100%;
        padding: 0;
        margin: 0;
        height: 100vh;
    }

    .create {
        margin-top: 30px;
    }

    .fc .fc-daygrid-day-frame {
        min-height: 85px;
        position: relative;
    }


    .task-container,
    .task-leads {
        margin-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 40px;
    }

    .stats {
        column-gap: 10px;
    }

    .to-do-left h1 {
        font-size: 24px;
    }

    .task-header {
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 60px;
    }


    .to-do-left {
        display: flex;
        align-items: self-start;
        flex-direction: column;
        row-gap: 10px;
    }

    .create-btn a {
        margin-left: 0;
    }

    a.property-link {
        text-decoration: underline;
    }

    .new-email-tem-set .image-list li label {
        width: 98%;
    }

#contact-suggestions{
    height: auto;
    overflow: scroll;
    cursor: pointer;
    background: #fff !important;
    overflow-x: unset !important;
}
.contact-item{
    border-bottom: 1px solid #a7a2a26b;
    padding: 8px 15px;
}
.profile-preview{
    width: 100px;
    height: 106px;
    object-fit: cover;
    border-radius: 50%;
}


    .header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        background-color: #fff;
        padding-top: 10px;
        position: relative;
        justify-content: flex-end;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        gap: 32px;
    }


    button#hide-desktop {
        display: none;
    }

    button#hide-mobile {
        display: block;
        left: 15px;
    }

    .sidebar a.closebtn {
        display: block;
    }

    body .sidebar {

        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
    }


    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .template-campaigns .template-item {
        width: 48%;
        position: relative;
    }

    div#cont-space-2 {
        margin-bottom: 50px;
        flex-wrap: wrap;
        justify-content: space-between;
    }


}

@media (max-width:768px) {


    .add-sec-second {
        display: grid;
        grid-template-columns: auto;
        column-gap: 40px;
        padding: 10px 20px 20px;
    }

    .login-form {
        margin-top: 20px;
    }

    nav {
        position: relative;
        padding-top: 20px;
    }

    .nav_footer .logo-desktop {
        padding-left: 0;
    }

    .logo-desktop {
        padding-left: 30px;
    }

    .footer-logo {
        height: 96px;
    }


    .table-container table {
        width: 600px;
    }

    .login-form button[name="action"] {
        margin-left: 54%;

    }
}

@media only screen and (max-width:550px) {
    /* 5-01-24 */
    .profile-page .profile-page-form .profilepg-btm-from-cnt .add-social-icon .profile-btm-cnt-last-line .add-contact-user-custom-right,
    .profile-page .profile-page-form .profilepg-btm-from-cnt .add-social-icon .profile-btm-cnt-last-line .profile-btm-cnt-last-line-right{
        width: 100%;
    }

    .profile-page .profile-page-form .profilepg-btm-from-cnt .add-social-icon {
        gap: 10px;
    }
    .profile-page .profile-page-form .profilepg-btm-from-cnt .add-social-icon a.btn.share-btn{
        width: auto;
    }
    .profile-page .profile-page-form .profilepg-btm-from-cnt .form-devider .input-feilds label{
        width: 100%;
    }
    .select2-container {
        width: auto !important;
    }

    .todo-section form#add_contact button.save-button.Edit_Contact_save_btn {
        height: 42px;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        transform: translate(-12%, 25%);
        margin: 0 auto;
    }


    .add_user_btn {
        display: flex;
        width: auto;
        margin: 0;
        gap: 15px;
        display: none;
    }

    div#cont-space-2 .add_user_btn{
        display: flex;
    }

    .table-container tbody tr td {
        font-size: 15px;
        font-weight: 500;
        padding: 15px 6px;
        color: #000;
        line-height: 1.3;
    }



    .template-campaigns .template-item {
        width: 100%;
        position: relative;
    }

    .share-text {
        margin-left: auto;
        margin-right: 0;
        gap: 10px;
        align-items: center;
        margin-top: 0;
        font-size: 17px;
        font-weight: 700;
        display: flex;
        position: unset;
        top: 200px;
        padding-bottom: 10px;
        line-height: 1.2;
        padding-top: 20px;
    }


    .create h3 {
        color: #000;
        font-size: 28px;
        font-weight: bolder;
        margin: 0;
    }

    .add-sec-first {
        display: grid;
        grid-template-columns: auto;
        padding: 0;
    }


    .stats {
        column-gap: 10px;
        flex-direction: column;
    }

    .header {
        gap: 12px;
    }

    .setting-nav .background-group {
        right: -5%;
    }

    a.btn.upgrade-btn {
        display: none;
    }

    button.fc-next-button.fc-button.fc-button-primary {
        margin-right: 22px;
    }

    .fc .fc-daygrid-day-frame {
        min-height: auto;
        position: relative;
    }

    .fc .fc-view-harness {
        flex-grow: 1;
        position: relative;
        height: 480px !important;
    }

    table.fc-scrollgrid-sync-table {
        height: auto;
    }

    td.fc-day-past {
        opacity: .3;
        height: 0;
    }

    .fc .fc-daygrid-event-harness {
        position: relative;
        font-size: 13px;
    }

    .table-container tr th {
        font-size: 15px;
        font-weight: 600;
        padding: 10px 6px;
        line-height: 1.2;
        text-align: left;
    }


    .fc .fc-daygrid-day-number {
        font-size: 15px;
    }

    .icon-dashboard-child,
    .icon-dashboard-item {
        background-color: #0046862e;
        border-radius: 15px;
        height: 36px;
        left: 7px;
        position: absolute;
        top: 12px;
        width: 36px;
    }

    .sidebar .closebtn {
        position: absolute;
        top: -15px;
        right: 10px;
        font-size: 50px;
        margin-left: 50px;
        font-weight: 500;
    }


    .task-header {
        display: flex;
        justify-content: space-around;
        align-items: self-start;
        gap: 20px;
        flex-direction: column;
    }

    .tabs {
        display: flex;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .table-container {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        overflow: auto;
        margin-top: 25px;
        color: #fff;
        display: block;
    }


    .placeholder-icon3 {
        background: #000;
        border-radius: 63px;
        height: 50px;
        max-height: 50px;
        max-width: 50px;
        object-fit: cover;
        overflow: hidden;
        width: 50px;
    }

    .profile-parent {

        padding-left: 0px;

    }

    .fc .fc-toolbar {
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }


    .hello-samantha {
        display: none;
    }

    .image-uploader-sec {
        flex-direction: column;
    }

    .image-item {

        background: #f6f6f6;
    }

    .uploade-show-img {
        max-width: 100%;
        background: #f6f6f6;
        padding-bottom: 40px;
    }


    .it {
        height: 200px;
        background: #fff;
        object-fit: cover;
    }


    div#email-campaign .modal-dialog.modal-dialog-centered {
        max-width: auto;
        width: auto;
    }

    .top-icons-box {

        padding: 0;
    }

    .Campaigns-data {
        margin: 0 10px;
        background: #fff;
    }

    .image-list li {

        margin-bottom: 15px;
        border-radius: 8px;
        overflow: unset;
        padding: 10px;
    }

    .new-email-tem-set .image-list li label {
        width: 100%;
        flex-direction: column;
    }

    .new-email-tem-set .image-list li label .template-item {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .template-grid .template-item .email-template-box {
        min-height: 100px;
        max-width: 100px;
        border-radius: 6px;
    }

    .template-grid .template-item .email-template-box::before {
        border-radius: 6px;
    }

    .new-email-tem-set .image-list li label button {
        width: 100%;

        padding: 10px 10px;
        margin-top: 10px;
    }


    .separator {
        margin-bottom: 10px;
        display: none;
    }


    .login-form {
        margin-left: 20px;
        margin-right: 20px;
    }

    .user_list {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .add-form-main-box .add-sec-first {
        display: grid;
        padding: 20px 20px 0;
        grid-template-columns: auto;
    }

    .add-sec-second {
        display: grid;
        grid-template-columns: auto;
        column-gap: 0;
        padding: 20px;
        display: block;
    }


    .add-new-contact-btn {
        background-color: #004686;
        color: #fff;
        height: 40px;
        width: 135px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: bold;
        padding: 5px;
    }

    .add_leads_bottom-second {
        grid-template-columns: auto;
        padding: 0;
    }

    .todo-section form#add_contact button.save-button {
        width: 100%;
        position: unset;
        bottom: -50px;
        right: -5px;
        margin-bottom: 50px;
    }

    form.search-on-top-template input {
        width: 40%;
    }

    form.custom-text-tab-sec {
        width: 100%;
    }

    input#inputPassword2 {
        padding: 0 70px 0 15px;
    }

    .to-do-right form {
        display: flex;
        column-gap: 40px;
    }

    div#email-com-tab {
        flex-direction: row;
    }

    .send-sms h3 {

        font-size: 28px;

    }

    .send-sms-from form.task-form {
        display: grid;
        grid-template-columns: 100%;
        row-gap: 50px;
    }

    #tag-input>img.plus {
        width: 17px;
        margin-right: 20px;
    }

    .send-sms-from {
        padding-bottom: 20px;
    }


    button.save-button {
        padding: 14px 40px;
        width: 80%;
        float: unset;
        margin: 0 auto;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    div#cont-space {

        flex-direction: row;
    }

    table#group-add-sec {
        overflow: hidden;
        display: table;
    }

    .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items {
        flex-wrap: wrap !important;
    }

    .modal-dialog {
        margin: 15px;
    }

    #submit-payment {
        font-size: 0.875rem;
    }

    div#accordionExample {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }

    .create-btn.post-btn {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 50px;
    }


    .action-buttons button {
        padding:10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 40px;

    }

    .action-buttons .delete img {
        width: 100%;
        height: 100%;
    }

    .create_sms {
        flex-direction: column;
        padding-right: 15px;
        padding-left: 15px;
        align-items: self-start;
    }

    .create_sms  .create-btn.post-btn {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
}
}
.fc-daygrid-dot-event{
    cursor: pointer !important;
}

.swal2-show{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 75px #00000021;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    padding: 30px;
    text-align: left;
}
/* end 550px media queary */

/* 2-5-25 */
.task-container .kllentable-tabs-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 6px;
}
/* .inquiry-btns{
    display: flex;
    flex-direction: column;
} */

.vertical-btns{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.vertical-btns a{
    height: 100%;
}
.add-more-btn {
    position: absolute;
    right: 17px;
    margin-top: 60px;
    background: #004686 !important;
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 5px 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 400;
}

#contact-suggestions{
    background: #fff !important;
    height: auto;
    overflow: scroll;
    cursor: pointer;
    overflow-x: initial !important;
    padding: 10px 15px 15px;
    border: 2px solid #dfdada;
    border-radius: 4px;
    margin-top: 5px;
}

#contact-suggestions li{
    border-bottom: 1px solid #a7a2a26b;
    padding: 8px 15px;
    font-size: 14px;
    color: #222;
}

.create.create_sms .create-btn.post-btn{
    width: 65%;
    display: flex;
    justify-content: right;
    gap: 20px;
}

.create.create_sms .create-btn.post-btn a{
    margin-left: 0px;
}

#custom_add_leads_form, .add-sec-second.add_leads_bottom-second {
    padding: 0;
}

.action-buttons button.view-messages-btn{
    width: auto;
}

.dropdown-menu {
    width: 250px;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.dropdown-header {
    background: #0d4a80;
    color: white;
    padding: 10px;
    font-weight: bold;
    position: relative;
}

.dropdown-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 15px;
    height: 15px;
    background: #0d4a80;
    transform: rotate(45deg);
}

.dropdown-item {
    background: #d1d6db;
    color: black;
    padding: 10px;
}

.dropdown-item:hover {
    background: #c1c7cd;
}

.choose-temp{
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.choose-temp #share-button-container{
    margin-top: 0 !important;
}

.choose-temp input#subject{
    width: 40%;
}

.choose-temp #share-button-container button{
    padding: 7px 60px;
    height: unset;
}

.add-feature a{
   margin-left: 0;
}

.limit-description{
    width: 620px;
}
.email-no-data{
    text-align: center;
    color: #000;
    font-size: 22px;
    margin: 50px;
    font-weight: 700;
    font-family: Barlow, sans-serif;
}

.span-red{
    color: red;
    margin-left: 2px;
}
.parent-task-table {
    margin-bottom: 20px;
}

.parent-task-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.parent-task-table th, .parent-task-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

.parent-task-table th {
    background: #004686;
    color: #fff;
}

.parent-task-table td a {
    color: black;
    text-decoration: underline;
    font-size: 15.2px;
}
.parentTaskTable{
    height: 300px;
    overflow-y:scroll;
}
.parent-task-table-title-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 20px;
}
.parent-task-table-title-btn button{
  margin-top: 0px;
}

.sortable {
    cursor: pointer;
    user-select: none;
}
.sort-icon {
    margin-left: 5px;
    font-size: 0.8em;
}
.text-muted{
    font-size: 17px;
    font-weight: 700;
}
.btn-custom {
    text-decoration: underline !important;
    font-size: 17px !important;
    font-weight: 600  !important;
}

.swal2-confirm{
    display: inline-block !important;
    background-color: red !important;
    outline: 0 0 0 3px rgba(0, 0, 0, 0.5) !important;
}

.swal2-cancel{
    display: inline-block !important;
    background-color: #333 !important;
    outline: 0 0 0 3px rgba(0, 0, 0, 0.5) !important;
}
.in-contacts {
    border-left: 5px solid green;
    background-color: #f0fff0; /* Light green tint */
}

#professionDropdown {
    margin-left: 35%;
    position: relative;
    display: inline-block;
}

#professionDropdown .dropdown-toggle {
    padding: 0.5rem 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    min-width: 200px;
    font-size: 0.95rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    width: 100%;
}

#professionDropdown .dropdown-arrow {
    transition: transform 0.2s ease;
}
#professionDropdown.open .dropdown-arrow {
    transform: rotate(180deg);
}

#professionDropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 10;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    width: 250px;
}

#professionDropdown.open .dropdown-menu {
    display: block;
}

#professionDropdown .dropdown-toggle::after {
    border-top: none !important;
}
