@import url("https://fonts.googleapis.com/css2?family=Montserrat: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");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Variable */


/* @import "admin-theme.css";
@import "member-theme.css";  */

body {
    font-family: var(--opneSans);
    background-color: var(--bgBody) !important;
    color: var(--textDefault); 
    height: 100vh;
    /* line-height: 17px; */
    overflow-x: hidden;
    /* scrollbar-width: thin;
    scrollbar-color: var(--bgLightGrey-10) white; */
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bgLightGrey-10);
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.montserrat {
    font-family: var(--montserrat);
}
table.dataTable>tbody>tr.child span.dtr-title{font-weight: var(--semiBold);}

/* text colors */

.textMain {
    color: var(--bgMain) !important;
    font-family: var(--montserrat);
}
.textMember {
    color: var(--bgMember) !important;
    font-family: var(--montserrat);
}

.textPrimary {
    color: var(--bgPrimary);
}

.textPrimaryLight {
    color: var(--bgPrimaryLight);
}

.textPrimaryLight-2 {
    color: var(--bgPrimaryLight-2);
}

.textLink {
    color: var(--bgLink);
}

.textBlue {
    color: var(--bgBlue);
}

.textVendor {
    color: var(--bgVendor);
}

.bgVendor {
    background-color: var(--bgVendor);
}

.textLightGrey-10 {
    color: var(--bgLightGrey-10);
}

.textLightGrey-20 {
    color: var(--bgLightGrey-20);
}

.textLightGrey-30 {
    color: var(--bgLightGrey-30);
}
.textDark{
    color: var(--bgDark);
}
.textDarkGrey-1 {
    color: var(--bgDarkGrey-1);
}
.textColor{
    color: var(--textColor);
}
.textDarkGrey {
    color: var(--bgDarkGrey);
}

.textHoverBlue {
    color: var(--bgHoverBlue);
}

.textSuccess {
    color: var(--bgSuccess);
}

.textError {
    color: var(--bgError);
}
.textEvent{
    color: var(--bgUpEvent);
}
.textWarning {
    color: var(--bgWarning);
}

.textInfo {
    color: var(--bgInfo) !;
}

.wordBreak {
    word-break: break-all;
}
.breakWord{
    word-break:break-word;
   } 
.text-transform-none {
    text-transform: none !important;
}
.maxLength-225{
    display: inline-block;
    max-width: 225px;
    word-break: break-word;
}
.flexWrap{
    flex-wrap: nowrap !important;
}
/* Backgrounds colors */

.bgLightGrey {
    background-color: var(--bgLightGrey);
}

.bgLightGrey-20 {
    background-color: var(--bgLightGrey-20);
}

.bgHoverBlue {
    background-color: var(--bgHoverBlue);
}

.bgPrimaryLight {
    background-color: var(--bgPrimaryLight);
}

.bgPrimary {
    background-color: var(--bgPrimary);
}

.bgBtnGrey {
    background-color: var(--btnGrey);
}


/* borders */

.borderLight {
    border: 1px solid var(--lightBorder);
}

.borderMain {
    border: 1px solid var(--bgMain);
}

.borderBlue {
    border: 1px solid var(--bgHoverBlue);
}

.borderPrimary {
    border: 1px solid var(--bgPrimary);
}

.borderLightGrey {
    border: 1px solid var(--bgLightGrey-10);
}

.borderLightGrey-20 {
    border: 1px solid var(--bgLightGrey-20);
}



.borderDashed {
    border: 1px dashed var(--bgPrimary);
    border-radius: 14px;
}
.borderLightGreyDashed-20 {
    border: 1px dashed var(--bgLightGrey-20);
}
.brTopPrimaryDashed {
    border-top: 1px dashed var(--bgPrimary);
}

.borderBottomMain {
    border-bottom: 1px solid var(--bgMain);
}
.borderBottomLightGreyDashed-20{
    border-bottom: 1px dashed var(--bgLightGrey-20);
}
.borderBottomLightGrey{
    border-bottom: 1px solid var(--bgLightGrey-20);
}
.addMore {
    border-bottom: 1px solid var(--bgPrimary);
}

.addMore:hover {
    border-bottom: 1px solid var(--bgMain);
}

.rounded-14 {
    border-radius: 14px;
}
.vHidden{
    visibility: hidden;
}
.cursorPointer {
    cursor: pointer;
}
.dNone{
    display: none;
}
.transform-0 {
    transform: rotate(0deg) !important;
}

.roundedTopRight-10,
.roundedBottomRight-10 {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}


/* tramsition */

.transition {
    transition: var(--transition);
}

.w-95{
    width: 95%;
}
.w-25-px{
    width: 25px !important;
}
/* error */

.invalid-feedback,
.error-message-date,
.error {
    color: var(--bgError);
    font-size: var(--xxSmall);
    padding-left: 7px;
}
.invalid-feedback,
.error-message-slider,
.error {
    color: var(--bgError);
    font-size: var(--xxSmall);
    padding-left: 7px;
}
.invalid-feedback,
.error-message-multiselect,
.error {
    color: var(--bgError);
    font-size: var(--xxSmall);
    padding-left: 7px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    color: var(--bgError);
    border-color: var(--bgError) !important;
    background-image: none;
}


/* reset */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--montserrat);
}

p,
.p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--bgLink);
    transition: var(--transition);
    font-size: var(--small);
    font-weight: var(--light);
}

a:hover {
    color: var(--bgLink);
}

hr {
    color: var(--bgLightGrey-30);
}

.liBullet {
    list-style: disc !important;
}
.liNone{
    list-style: none !important;
}
/* buttons */

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent
}

.btn {
    transition: var(--transition);
    /* width: 50%; */
    border-radius: 50rem;
    font-size: var(--xSmall);
    font-weight: var(--semiBold);
}

.btn:disabled {
    pointer-events: visible;
    cursor: not-allowed;
    background-color: var(--bgLightGrey-10);
    border: 0;
    color: white;
    opacity: 1;
}

.btn:hover {
    background-color: var(--bgPrimary);
}

.btnPrimary {
    background-color: var(--bgPrimary);
    color: white;
    box-shadow: var(--buttonShadow);
    transition: var(--transition);
    line-height: 26px;
}

.rButton {
    background-color: var(--bgError);
    color: white;
    box-shadow: var(--buttonShadow);
    transition: var(--transition);
    line-height: 26px;
}

.btnPrimary-sm {
    padding: 5px 24px;
    font-size: var(--xxxSmall);
    font-family: var(--montserrat);
    line-height: normal;
    box-shadow: none;
}

.btnMain {
    background-color: var(--bgMain);
    color: white;
    box-shadow: var(--buttonShadow);
    transition: var(--transition);
}
.authorizeBtn {
    max-width: 500px;
    width: 100%;
    border: 2px solid black;
    border-radius: 0;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: var(--semiBold);
    background-color: white;
}
.billMebtn{
    max-width: 150px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 0;
    border-radius: 5px;
    font-size: var(--large);
    font-weight: var(--semiBold);
    background-color: var(--bgUpEvent);
    color: white;
    transition: var(--transition);
}
.billMebtn:hover{
    border: 1px solid var(--bgUpEvent);
    background-color: white;
    color: var(--bgUpEvent);
}
.authorizeBtn img{
    max-width: 100px;
}
.squareUpBtn {
    max-width: 500px;
    width: 100%;
    border: 2px solid black;
    border-radius: 0;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: var(--semiBold);
    background-color: white;
}
.squareUpBtn:hover,.paypalBtn:hover,.authorizeBtn:hover {
    background-color: var(--bgLightGrey-20);
    color:var(--bgUpEvent);
}
.paypalBtn{
    max-width: 500px;
    width: 100%;
    border: 2px solid black;
    border-radius: 0;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: var(--semiBold);
    background-color: white;

}
.paypalBtn img{
    max-width: 100px;
}


.btnHoverBlue {
    background-color: var(--bgHoverBlue);
    color: white;
    box-shadow: var(--buttonShadow);
    transition: var(--transition);
    line-height: 26px;
}

.btnHoverBlue:hover {
    background-color: var(--bgPrimary);
    color: white;
}

.btnGrey {
    background-color: var(--btnGrey);
    color: var(--bgPrimary);
    transition: var(--transition);
    line-height: 26px;
}

.btnCancel {
    background-color: var(--btnGrey);
    color: var(--bgPrimary);
    transition: var(--transition);
    line-height: 26px;
}

.btnWarning {
    background-color: var(--bgWarning);
    color: black;
    transition: var(--transition);
}

.btnWarning:hover {
    background-color: var(--bgWarning);
    color: white;
}

.btnVendor {
    color: var(--bgVendor);
    transition: var(--transition);
}

.btnPrimary:hover,
.btnGrey:hover,
.btnCancel:hover {
    background-color: var(--bgHoverBlue);
    color: white;
}

.sBtn {
    border: 1px solid #dddddd;
    padding: 10px;
    border-radius: 14px;
    font-weight: var(--semiBold);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sBtn.gBtn {
    color: #4286F5;
}

.sBtn.gBtn:hover {
    border: 1px solid #4286F5;
}

.sBtn.aBtn {
    color: #000000;
}

.sBtn.aBtn:hover {
    border: 1px solid #000000;
}

.btnVendor:hover {
    color: white;
    background-color: var(--bgVendor);
}

.removeButton {
    background-color: var(--bgError);
    color: white;
    border-radius: 50rem;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}

.removeButtonLg {
    width: 50px;
    height: 50px;
}

.removeButton:hover {
    color: white;
    background-color: var(--bgError);
}

.addBtn {
    background-color: var(--bgMain);
    color: white;
    border-radius: 50rem;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    border: 0;
}

.dBtn {
    background-color: var(--bgLightGrey-20);
    cursor: not-allowed !important;
}

.dBtn:hover {
    background-color: var(--bgLightGrey-20);
}

.addBtn:hover {
    background-color: var(--bgHoverBlue);
    color: white;
}

.backBtn {
    color: var(--bgHoverBlue);
    font-size: var(--small);
    font-weight: var(--bold);
    font-family: var(--montserrat);
    transition: var(--transition);
}

.backBtn img {
    width: 20px;
}

.backBtn:hover {
    color: var(--bgMain);
}

.clearBtn {
    color: var(--bgError);
    /* color: white; */
    transition: var(--transition);
    border-radius: 50rem;
    border: 2px solid var(--bgError);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clearBtn:hover {
    background-color: var(--bgError);
    color: white;
}
.eventListWrapper .filter .ui.icon.input>i.icon{color:#000; opacity: 1;}
.eventListWrapper .filter .input-icons .icon {
    background-size: 14px;
    background-position: 92%;
    padding-right: 35px;
    padding-left: 13px;
}
.clear-filter-btn {
    background-color: var(--bgLightGrey-30);
    color: #000;
    border-radius: 14px;
    width:100%;
}

.clear-filter-btn:hover{
    color: #fff;
  
}
.fa-filter:before {
    content: "\f0b0";
}
.disableClickEvent {
    pointer-events: none;
    touch-action: none;
}
.enabledClickEvent {
    pointer-events: all;
    touch-action: auto;
}
/* .eventListWrapper .filter .heading{display:none} */
.expandButton{
    border: 0;
    background-color: var(--bgPrimary);
    width: auto;
    height: 50px;
    max-width: 50px;
    border-radius:40px;
    -webkit-transition: max-width 0.5s;
    transition: max-width 0.5s;
    overflow: hidden;
    color: white;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 30px;
    right: 0px;
    z-index: 99;
}
.expandButton.preview{
    bottom: 110px;
    height: 48px;
    max-width: 48px;
}
.expandButton.save{
    bottom: 50px;
    height: 48px;
    max-width: 48px;
}
.expandButton i{
    font-size: 22px;
    margin-right: 62px;
}
.expandButton.preview i{
    font-size: 16px;
    margin-right: 70px;
}
.expandButton.preview:hover,.expandButton.save:hover{
    color: white;
    cursor: pointer;
}
.expandButton.save i{
    font-size: 18px;
    margin-right: 48px;
}
.expandButton span{
    white-space: nowrap;
    padding-right: 15px;
  }
  .expandButton:hover{
    max-width: 110px;
  }
  .expandButton:hover i{
    margin-right: 10px;
  }
  .expandButton:hover span{
    padding-right: 10px;
    padding-left: 10px;
  }
/* font size */

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: var(--xxSmall);
}

.fs-14 {
    font-size: var(--small);
}

.fs-16 {
    font-size: var(--medium);
}

.fs-18 {
    font-size: var(--large);
}

.fs-20 {
    font-size: var(--semiLarge);
}

.fs-24 {
    font-size: var(--xlarge);
}

.fs-32 {
    font-size: var(--xxlarge);
}


/* font wieghts */

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: var(--semiLight);
}

.fw-500 {
    font-weight: var(--light);
}

.fw-600 {
    font-weight: var(--semiBold);
}

.fw-700 {
    font-weight: var(--bold);
}

.objContain {
    object-fit: contain;
}
.textDecorationUnderline {
    text-decoration: underline;
}
/* headings */

.heading {
    color: var(--bgMain);
    font-family: var(--montserrat);
    font-weight: var(--bold);
    /* margin-bottom: 16px; */
    font-size: var(--medium);
    /* font-size: clamp(var(--xxxSmall),1vw,var(--medium)); */
    text-transform: capitalize;
}
.heading.heading-small{
    font-size: var(--xSmall);
}
.lhNormal {
    line-height: normal;
}
.lineHeight-22 {
    line-height: 22px !important;
}
.lineHeight-26 {
    line-height: 26px !important;
}
.lhUnset{
    line-height: unset;
}
.lineHeight-28{
    line-height: 28px
}
/* .vender .heading{
    color: var(--bgSuccess);
}
.admin .heading{
    color: var(--bgPrimary);
} */


/* wrappers */
.verticalAlignMiddle{
    vertical-align: middle;
}
.contentBox {
    background-color: white;
    border-radius: 10px;
    /* padding: 20px; */
    margin-bottom: 16px;
}

.listHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.eventDetails .listHeader{padding:15px 0;}

.mt-24{
    margin-top: 24px;
}

/* ===== Scrollbar CSS ===== */


/* Firefox */

.memberBox {
    scrollbar-width: thin;
    scrollbar-color: var(--bgLightGrey-10) white;
}


/* Chrome, Edge, and Safari */

.memberBox::-webkit-scrollbar {
    width: 10px;
}

.memberBox::-webkit-scrollbar-track {
    background: #ffffff;
}

.memberBox::-webkit-scrollbar-thumb {
    background-color: var(--bgLightGrey-10);
    border-radius: 10px;
    border: 3px solid #ffffff;
}


/* Warning active inactive*/

.roundedSmall {
    width: 20px;
    height: 20px;
    border-radius: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--bgError);
    color: var(--bgError);
}


/* Breadcrumb */

ul.breadcrumb {
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: var(--xxSmall);
    color: #313131;
    font-weight: var(--semiBold);
}

ul.breadcrumb li+li:before {
    padding: 0 5px;
    color: var(--textColor);
    content: "\00bb";
    font-family: 'FontAwesome';
    font-size: 8px;
    position: relative;
    top: 0;
}

ul.breadcrumb li a {
    color: var(--textColor);
    font-weight: var(--semiBold);
    text-decoration: none;
    font-size: var(--xxSmall);
}

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

.editIconRounded {
    width: 35px;
    height: 35px;
    background-color: var(--bgPrimary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Loader */

.loading {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.loading__dot {
    animation: dot ease-in-out 1s infinite;
    background-color: var(--bgLightGrey-10);
    display: inline-block;
    height: 10px;
    margin: 10px;
    width: 10px;
    border-radius: 50rem;
}

.loading__dot:nth-of-type(2) {
    animation-delay: 0.2s;
}

.loading__dot:nth-of-type(3) {
    animation-delay: 0.3s;
}



#wsd_widgets_action{display: none;}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: center;
    line-height: 40px;

}

@keyframes dot {
    0% {
        background-color: var(--bgLightGrey-10);
        transform: scale(1);
    }

    50% {
        background-color: var(--bgPrimary);
        transform: scale(1.3);
    }

    100% {
        background-color: var(--bgLightGrey-10);
        transform: scale(1);
    }
}


.listHeader2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
}

.heading2 {
    color: var(--bgUpEvent);
    font-family: var(--montserrat);
    font-weight: var(--bold);
    font-size: var(--medium);
    text-transform: capitalize;
}

.tab-section {
    margin-top: 3rem;
}
/* .opportunityDetails  .autocomplete-dropdown {
    display: block !important;
  z-index: 9999 !important;
  } */
.nav-tabs.custom-tabs{
    border-bottom: 1px solid var(--bgLightGrey-10);
    margin-left: 15px;
}
.nav-tabs.custom-tabs .nav-link {
    border: 1px solid var(--bgLightGrey-10);
    margin-right: 13px;
    padding: 12px;
    width: 170px;
    text-align: center;
    font-weight: var(--semiBold);
    color: var(--bgDarkGrey-1);
    font-size: var(--small);
    border-bottom: none;
    font-family: var(--montserrat) !important;
}
.nav-tabs.custom-tabs.opportunityTabs .nav-link{
    width: 150px;
}

.nav-tabs.custom-tabs .nav-link.active {
    color: var(--bgPrimary);
    border-top: 2px solid var(--bgPrimary);
    border-right: 2px solid var(--bgPrimary);
    border-left: 2px solid var(--bgPrimary);
}

.custom-content .tab-pane {
    padding: 0;
}

.manageLeadList tbody td {
    padding: 10px 5px !important;
    font-size: var(--xxxSmall) !important;
}

.manageLeadList thead th {
    color: var(--bgDarkGrey-1) !important;
    padding: 10px 5px !important;
}

.hot-text {
    color: var(--bgWarning) !important;
    font-weight: var(--bold) !important;
}

.cold-text {
    color: var(--bgSuccess) !important;
    font-weight: var(--bold) !important;
}

.cls-name h6 {
    color: var(--bgPrimary) !important;
    font-size: var(--xxxSmall);
    margin-left: 5px;
}

.cls-name {
    display: flex;
    justify-content: flex-start;
    vertical-align: middle;
    align-items: center;
    margin-top: 10px !important;
    border-top: 0 !important;
}

.badge-costom {
    background-color: var(--bgHoverBlue);
    color: var(--bgWhite) !important;
    font-size: var(--xxSmall);

}

#mngldlist_length {
    display: none !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current,
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button {
    margin: 0 !important;
}

.dataTables_wrapper .dataTables_paginate span .paginate_button.current,
.dataTables_wrapper .dataTables_paginate span .paginate_button.current:hover {
    background-color: var(--bgLink);
}

.bolded-pagination-text {
    font-weight: var(--bold);
}

.smb-btn {
    padding: 7px 6rem !important;
}

.lead-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--bgLightGrey-20) !important;
}

.lead-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--bgLightGrey-20) !important;
    opacity: 1;
}

.lead-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--bgLightGrey-20) !important;
    opacity: 1;
}

.lead-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--bgLightGrey-20) !important;
}

input[type="date"].lead-calender:before {
    position: absolute;
    top: 6%;
    font-size: 22px;
    right: 2.5%;
}

input[type="date"].lead-clock:before {
    position: absolute;
    top: 6%;
    font-size: 22px;
    right: 2.5%;
}

.form-set
{
   font-size: var(--xxxsmall)!important;
}

.lead-control {
    font-size: var(--xxxsmall) !important;
}
.lead-control::-webkit-input-placeholder {
    font-size: var(--xxxsmall) !important;
}

.lead-control:-moz-placeholder {
    font-size: var(--xxxsmall) !important;
}

.lead-control::-moz-placeholder {
    font-size: var(--xxxsmall) !important;
}

.lead-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: var(--xxxsmall) !important;
}


.lead-control {
    font-weight: var(--light);
    /* height: 39px!important; */
}

/* .multi-cats .select2-container--default .select2-selection--multiple
{
    height: 39px!important;
    min-height: 39px;
} */

/* .ml-select .form-select, .ml-select .form-control, .ml-select .select2-container .select2-selection--single
{
    height: 39px!important; 
} */

.form-check.registration-status {
    display: flex;
    min-height: 1rem;
    padding-left:0;
    justify-content:flex-start;
    margin-bottom: .125rem;
    margin-left: 30px;
}
.form-check.registration-status .form-check-label{line-height:normal; }
.form-check.registration-status .form-check-input[readonly][type=checkbox]{background-color:white; border:1px solid var(--bgMain)!important;}
.form-check.registration-status .form-check-input:checked[type=checkbox] {
    background-repeat:no-repeat!important;
background-position:center center!important;
    width:25px;
    min-width: 25px;
    height:25px;   
    background-size: 100%; 
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")!important;
}

.form-check.registration-status .form-check-input:checked {
    background-color:var(--bgMain) !important;
    border-color:var(--bgMain) !important;
}

.ml-select .select2-container--default .select2-selection--single .select2-selection__rendered
{
    font-size: var(--xxxsmall)!important;
}

/* .ml-select .select2-container--default .select2-selection--multiple
{
    min-height: 39px!important;
    height: 39px!important;
} */
.select-ht
{
    height: 39px!important;
    font-size: var(--xxxsmall)!important;
}

.multi-cats .select2-container--default .select2-selection--multiple .select2-selection__choice
{
   margin-top: 8px;
}
.gap {
    padding: 0 27px 10px 14px;
}

.gap2 {
    padding-left: 5px;
}

.back-link {
    padding-top: 10px;
    padding-left: 25px;
    margin-bottom: 5px;
}

.profile-icon,
.profile-text {
    text-align: center;
}
/* table .action img{width:22px;} */
.profile-icon img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.profile-text h5 {
    font-size: var(--xxSmall);
    color: var(--bgMember);
    margin-top: 1px;
}

.profile-text h5.user-name {
    font-weight: var(--bold);
}

.profile-text h5.comp-name {
    font-weight: var(--semiBold);
}

.social-links ul {
    display: flex;
    justify-content: center;
}

.social-links {
    padding: 10px 50px 10px 50px;
}

.social-links ul li {
    padding: 5px;
    text-align: center;
}
.social-links ul li.editLeadIcon {
    width: 35px;
    height: 35px;
    background-color: var(--bgMain);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.social-links ul li.editLeadIcon img{
    max-width: 15px;
}
.social-links ul li img {
    width: 30px;
    height: 30px;
    max-width: 30px;
    cursor: pointer;
}

.social-links ul {
    padding-left: 0;
    margin-bottom: 0;
}

.social-links ul li span {
    font-size: var(--xxxSmall);
    color: var(--bgDarkGrey-1);
    font-weight: var(--semiBold);
    font-family: var(--montserrat) !important;
}

table.dataTable.event_report thead th{color:#fff}
table.dataTable.event_report tbody td.textPrimary, table.dataTable.event_report tbody td{
    color: var(--bgPrimary);
    font-family: var(--montserrat) !important;
    font-weight: var(--bold);
}
table.dataTable.event_report tbody td{color: var(--textColor);}
#tbl_event_report_wrapper .dtsp-panesContainer{display:none}

.btn-custom {
    background-color: var(--bgPrimary);
    border: 1px solid var(--bgPrimary);
    color: white;
    border-radius: 8px;
    font-family: var(--montserrat);
    font-size: var(--xxxSmall);
    padding: 10px;
}

.btn_1 {
    width: 73%;
    padding-left: 5px;
}

.btn_2 {
    width: 27%;
    padding-left: 0;
    padding-right: 5px;
}

.activity {
    font-size: var(--xxxSmall);
    color: var(--bgDarkGrey-1);
    font-weight: var(--semiBold);
}

.activity i {
    color: var(--bgPrimary);
    font-size: 6px;
    position: relative;
    top: -1px;
}

.nav-tabs.custom-profile-tabs li {
    width: 50%;
}

.nav-tabs.custom-profile-tabs .nav-link.active {
    color: var(--bgDarkGrey-1);
    font-size: var(--xxxSmall);
    font-weight: var(--semiBold);
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 3px solid var(--bgDark) !important;
}

.nav-tabs.custom-profile-tabs {
    border-bottom: none;
}

.nav-tabs.custom-profile-tabs .nav-link {
    color: var(--bgDarkGrey-1);
    font-size: var(--xxxSmall);
    font-weight: var(--semiBold);
    text-align: center;
    border-top: none;
    font-family: var(--montserrat) !important;
    border-right: none;
    border-left: none;
    border-bottom: 1.5px solid var(--bgLightGrey-10) !important;
}

.content-list {
    padding: 10px;
}

.content-list ul {
    padding-left: 0;
}

.content-list ul li h6 {
    color: var(--bgPrimary);
    /* font-size: var(--xxxSmall); */
    font-weight: var(--semiBold);
    margin-bottom: 4px;
    font-family: var(--montserrat);
}

.content-list ul li h5 {
    color: var(--bgDarkGrey-1);
    font-size: var(--medium);
    font-weight: var(--semiBold);
    font-family: var(--montserrat);
    word-break: break-word;
}

.content-list ul li {
    margin-bottom: 13px;
}

.nav-tabs.lead-right-tab {
    border-bottom: 0;
}

.nav-tabs.lead-right-tab .nav-link {
    color: var(--bgDarkGrey-1);
    font-size: var(--xxxSmall);
    font-weight: var(--bold);
    text-align: center;
    border: 1px solid var(--bgPrimaryLight-2) !important;
    border-radius: 0;
    width: 93px;
    font-family: var(--montserrat) !important;
}

.nav-tabs.lead-right-tab .nav-item:first-child .nav-link {
    border-radius: 4px 0px 0px 0px;
}

.nav-tabs.lead-right-tab .nav-item:last-child .nav-link {
    border-radius: 0px 4px 0px 0px;
}

.nav-tabs.lead-right-tab .nav-link.active {
    color: var(--bgWhite);
    font-size: var(--xxxSmall);
    font-weight: var(--bold);
    border: 1px solid var(--bgPrimaryLight-2) !important;
    border-radius: 0;
    background-color: var(--bgPrimary);
}

.activity-control {
    height: 31px !important;
    font-size: var(--xxSmall) !important;
    border-radius: 5px;
    border: 1px solid var(--bgLightGrey-20);
    font-family: var(--montserrat) !important;
}
/* 
.activity-control::-webkit-input-placeholder {
    font-size: var(--xxxSmall) !important;
    color: var(--bgDarkGrey-1) !important;
    font-weight: var(--semiBold);
    font-family: var(--montserrat) !important;
}

.activity-control:-moz-placeholder {
    color: var(--bgDarkGrey-1) !important;
    font-size: var(--xxxSmall) !important;
    font-weight: var(--semiBold);
    font-family: var(--montserrat) !important;
}

.activity-control::-moz-placeholder {
    color: var(--bgDarkGrey-1) !important;
    font-size: var(--xxxSmall) !important;
    font-weight: var(--semiBold);
    font-family: var(--montserrat) !important;
}

.activity-control:-ms-input-placeholder {
    font-size: var(--xxxSmall) !important;
    color: var(--bgDarkGrey-1) !important;
    font-weight: var(--semiBold);
    font-family: var(--montserrat) !important;
} */

.activity-group-text {
    background-color: var(--bgWhite);
    border-left: none;
    border: 1px solid var(--bgLightGrey-20);
    border-radius: 5px;
    font-family: var(--montserrat) !important;
}

.activity-group-text i {
    color: var(--bgPrimary) !important;
}

.activity-group-text img {
    width: 14px;
}

.activity-btn {
    background-color: var(--bgPrimary);
    border: 1px solid var(--bgPrimary) !important;
    color: var(--bgWhite);
    border-radius: 10px;
    font-size: var(--xxSmall);
    border-radius: 20px;
    padding: 6px 16px;
    font-family: var(--montserrat) !important;
}

.w-dth-fixed {
    width: 155px;
}

.card-heading {
    /* font-size: var(--xxSmall); */
    padding: 5px 0;
    /* font-family: var(--montserrat) !important; */
    font-weight: var(--bold);
}

.card-heading-color1 {
    color: var(--bgHoverBlue);
}

.card-heading-color2 {
    color: var(--bgLightGrey-10);
}

.lead-card-header h6 {
    /* font-size: var(--xxxSmall); */
    padding: 5px 0;
    /* font-family: var(--montserrat) !important; */
    font-weight: var(--bold);
    /* color: var(--bgLightGrey-10); */
}

.lead-card-header img {
    /* width: 13px; */
    margin-right: 10px;
}

.lead-card-header {
    background-color: var(--bgPrimaryLight-3);
    padding: 6px 10px;
    border-bottom: none;
}

.lead-card-body {
    background-color: var(--bgWhite);
    padding: 6px 10px;
}

.lead-card {
    border: 1px solid var(--bgLightGrey-20);
    -moz-box-shadow: 1px 1px 5px var(--bgLightGrey-20);
    -webkit-box-shadow: 1px 1px 5px var(--bgLightGrey-20);
    box-shadow: 1px 1px 5px var(--bgLightGrey-20);
    margin: 10px 0;
    padding-bottom: 20px;
}

.lead-card-header p {
    /* font-size: var(--xxxSmall); */
    padding: 5px 0;
    /* font-family: var(--montserrat) !important; */
    font-weight: var(--semiBold);
    /* color: var(--bgLightGrey-10); */
}

.card-body-text1,
.card-body-text2,
.card-body-text3 {
    /* font-size: var(--xxxSmall); */
    font-family: var(--montserrat);
    color: var(--bgLightGrey-10) !important;
}

.text-bold {
    font-weight: var(--bold);
}

.text-light {
    font-weight: var(--regular);
}

.card-body-text3.text-medium {
    font-weight: var(--semiBold);
}

.card-body-text1 span {
    color: var(--bgMain);
}

.card-body-text2 span {
    color: var(--bgMain);
}

.email-user {
    display: flex;
}

.profle {
    display: flex;
    justify-content: flex-start;
    vertical-align: middle;
    align-items: center;
}

.profle img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
}

.user-dt {
    padding-left: 10px;

}

.reply-forward {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
}

.reply-forward img {
    width: 14px;
    cursor: pointer;
    margin-left: 12px;
}

.log-list {
    display: flex;
}

.log-dt {
    padding-left: 20px;
}

.log-dt-text1,
.log-dt-text2 {
    font-size: var(--xxxSmall);
    font-family: var(--montserrat) !important;
}

.log-dt-text1 {
    color: var(--bgDark);
    font-weight: var(--bold);
}

.log-dt-text1 span.text1-log {
    color: var(--bgPrimaryLight-2);
}

.log-dt-text1 span.text2-log {
    font-weight: var(--semiBold);
}

.log-dt-text2 {
    color: var(--bgLightGrey-10) !important;
    font-weight: var(--regular);
}

.log-step {
    width: 35px;
    height: 35px;
    background-color: var(--bgPrimaryLight-2);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.logs ul li {
    padding-top: 40px;
    position: relative;
}

.logs ul li::before {
    content: "";
    width: 0.5px;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 3%;
    background-color: var(--bgLightGrey-10);
}

.logs h5 {
    font-size: var(--xxSmall);
    padding: 13px 0;
    font-family: var(--montserrat) !important;
    font-weight: var(--bold);
    color: var(--bgUpEvent);
    padding-left: 37px;
}

.logs {
    padding-bottom: 60px;
}

.logs ul {
    padding-left: 1.5rem;
}

.history-tbl body,
td,
tfoot,
th,
thead,
tr {
    font-family: var(--montserrat) !important;
}

.history-tbl thead tr th {
    color: var(--bgDarkGrey);
    text-align: left;
    font-size: var(--xxSmall);
    font-weight: var(--semiBold);
    padding: 11px 5px !important;
}

.history-tbl td {
    color: var(--textDefault);
    font-weight: var(--semiBold);
    font-size: var(--xxxSmall);
}

.history-tbl tbody tr {
    position: relative;
}

/* .history-tbl tbody tr:hover::after
{
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--bgMember);
} */

.history-tbl tbody td {
    padding: 23px 5px !important;
    font-size: var(--xxxSmall) !important;
}

.uploading-stat {
    border-bottom: 1px solid var(--bgLightGrey-20);
}

.file-text {
    color: var(--bgDarkGrey-1);
    font-weight: var(--semiBold);
    font-size: var(--xxSmall);
    padding: 6px 0px;
}

.file-progress {
    border: 1px solid var(--bgLightGrey-20);
    background-color: var(--bgWhite);
    border-radius: 2px !important;
    height: 9px !important;
    width: 110px;
    position: relative;
    top: 5px;
}

.file-progress .progress-bar {
    background-color: var(--bgPrimary);
}

.progessing {
    display: flex;
    position: relative;
}

.cancel-upload {
    width: 8px;
    cursor: pointer;
    position: absolute;
    top: 4.7px;
    /* margin-left: 17px; */
    right: 11%;
}

.uploading-area h2 {
    color: var(--bgDarkGrey-1);
    font-weight: var(--semiBold);
    font-size: var(--xxxSmall);
    text-transform: math-auto;
}

.uploading-area {
    border-style: dashed;
    border-color: var(--bgPrimaryLight-2);
    border-radius: 5px;
    padding: 10px 28px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    border-width: 1.4px;
    margin-top: 10px;
    cursor: pointer;
}

.upld-text {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.upload-file-label {
    width: 100%;
    margin-bottom: 0 !important;
}

.btn-upload {
    background-color: var(--bgPrimary);
    border: 1px solid var(--bgPrimary) !important;
    color: white;
    border-radius: 10px;
    font-family: var(--montserrat) !important;
    font-size: var(--xxxSmall);
    padding: 6px 9px;
    text-align: center;
    text-transform: capitalize;
    width: 90%;
    display: inline-block;
}

.lead-card-activity {
    border-style: dashed;
    border-color: var(--bgPrimaryLight-2);
    border-radius: 5px;
    margin-top: 5px;
    padding-bottom: 20px;
}

.act-select {
    max-width: 200px;
    height: 35px !important;
    /* font-size: var(--xxxSmall) !important; */
    border-radius: 5px !important;
}

.act-select option {
    font-weight: var(--semiBold);
    line-height: 3;
}

.action-form {
    display: flex;
    padding: 7px 10px;
}

.action-label {
    font-size: var(--xxxxxSmall) !important;
    color: var(--bgDarkGrey-1);
    margin-right: 10px;
    margin-bottom: 0 !important;
    position: relative !important;
    top: 3px;
}

/* .collapse
{
  transition: all 1s; 
} */

textarea.activity-controls {
    height: inherit !important;
}

input[type="text"].activity-controls,
input[type="date"].activity-controls,
select.activity-controls,
input[type="time"].activity-controls, .activity-controls {
    /* height: 33px !important; */
    position: relative;
    /* font-size: var(--xxxSmall) !important; */
}

input[type="time"]::before {
    /* background: none; */
    display: block;
    font-family: "FontAwesome";
    content: "\f017";
    width: 15px;
    height: 20px;
    position: absolute;
    top: 2px;
    right: 6%;
    font-size: 20px;
    color: var(--bgLightGrey-20);
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

.content-activities {
    padding: 0px 46px 0 46px;
}

.activity-label {
    margin-bottom: 5px;
    font-size: var(--xxxxxSmall) !important
}
/* 
.activity-controls::-webkit-input-placeholder {
    color: var(--bgLightGrey-20) !important;
    font-size: var(--xxxSmall) !important;
}

.activity-controls:-moz-placeholder {
    color: var(--bgLightGrey-20) !important;
    opacity: 1;
    font-size: var(--xxxSmall) !important;
}

.activity-controls::-moz-placeholder {
    color: var(--bgLightGrey-20) !important;
    opacity: 1;
    font-size: var(--xxxSmall) !important;
}

.activity-controls:-ms-input-placeholder {
    color: var(--bgLightGrey-20) !important;
    font-size: var(--xxxSmall) !important;
} */

input[type="date"].activity-controls.lead-calender:before {
    position: absolute;
    top: 9%;
    font-size: 18px;
    right: 2.5%;
}

input[type="date"].activity-controls.lead-clock:before {
    position: absolute;
    top: 9%;
    font-size: 18px;
    right: 2.5%;
}

.tooltipSuccessMsg {
    position: absolute;
    background-color: var(--bgPrimary);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1000;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.copyPopUpClass,.copyPopUpShortCode { cursor: pointer; }

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

label,
.activity-controls,
select {
    font-family: var(--montserrat) !important;
}

.activity-label {
    text-transform: capitalize !important;
    /* font-size: var(--xxxSmall)!important; */
}

select.activity-controls2 {
    height: 33px !important;
    position: relative;
    font-size: var(--xxxSmall) !important;
}

.user-dt2 {
    display: flex;
    justify-content: start;
    vertical-align: middle;
    align-items: center;
    padding-left: 10px;
}

.emailto-select span.select2-selection.select2-selection--multiple {
    border: none !important;
}

.emailto-select .select2-container .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    white-space: nowrap;
    display: block;
    padding-left: 0;
    list-style-type: none;
    list-style-position: outside;
    margin-top: -4px;
    margin-left: -10px;
}

.emailto-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--lightBorder);
    border: none;
    border-radius: 50rem;
    padding-left: 0;
    padding: 0;
    /* margin-right: 5px; */
    float: left;
    margin-right: 0;
}

.multi-cats .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--lightBorder);
    border: none;
    border-radius: 50rem;
    padding-left: 0;
    padding: 0;
    /* margin-right: 5px; */
    float: left;
    margin-right: 0;
}

.multi-cats .select2-container--default .select2-selection--multiple .select2-selection__choice__display
{
    color: var(--bgDarkGrey-1);
    font-size: var(--xxxSmall);
    padding-left: 13px;
    padding-right: 27px;
    min-height: 24px;
    font-weight: var(--semiBold);
}

.emailto-select .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: var(--bgDarkGrey-1);
    font-size: var(--xxxSmall);
    padding-left: 13px;
    padding-right: 27px;
    min-height: 24px;
    font-weight: var(--semiBold);
    white-space: nowrap;
}
.multi-cats .select2-search__field
{
    padding: 8px !important;
    /* height: 21px !important; */
}
.multi-cats .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: var(--bgPrimary);
    font-size: var(--xxxSmall);
    background-color: var(--lightBorder);
    padding-left: 13px;
    padding-right: 27px;
    min-height: 24px;
    font-weight: var(--semiBold);
    white-space: nowrap;
}

.emailto-select .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--bgLightGrey-10);
    padding: 0 9px;
    border-right: 0;
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0;
    left: inherit;
    height: 15px;
}

.multi-cats .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: var(--bgLightGrey-10);
    padding: 0 9px;
    border-right: 0;
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0;
    left: inherit;
    height: 15px;
}

.emailto-select .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.card-body-text1 span.text-gray {
    color: var(--bgLightGrey-10) !important;
    cursor: pointer;
}

.border-gray {
    border-bottom: 1px solid var(--bgLightGrey-20);
    padding-bottom: 14px
}

.emailto-select .select2-container--default .select2-selection--multiple {
    min-height: 32px;
    padding-bottom: 0;
}

.subject-controls {
    height: 33px !important;
    position: relative;
    font-size: var(--xxxSmall) !important;
    font-weight: var(--semiBold);
    /* border: 1px solid #fff; */
    border: none!important;
    margin-top: 10px;
}

.subject-controls:focus
{
    border: none!important;
}

.subject-fm-group
{
    margin-left: -10px;
}

.message-controls {
    height: inherit !important;
    font-size: var(--xxxSmall) !important;
    font-weight: var(--semiBold);
    border: 1px solid #fff;
    margin-top: 10px;
    resize: none!important;
}

.message-controls:focus
{
    border: none!important;
}

.image-upload-pregressor
{
    background-color: var(--bgPrimaryLight-3);
    border-radius: 0;
    padding: 2px 7px;
    margin-top: 10px;
}

.file-progress2 {
    border: 1px solid var(--bgLightGrey-20);
    background-color: var(--bgWhite);
    height: 5px !important;
    width: 80px;
    position: relative;
    top: 8px;
    border: 0;
    border-radius: 0;
}

.file-progress2 .progress-bar {
    background-color: var(--bgPrimary);
}

.send-btn
{
    background-color: var(--bgPrimary);
    border: 1px solid var(--bgPrimary) !important;
    color: var(--bgWhite);
    border-radius: 10px;
    font-size: var(--xxxSmall);
    border-radius: 9px;
    padding: 6px 30px;
    font-family: var(--montserrat) !important;
}
.space-30
{
    padding: 50px;
}

 label.form-label{
    text-transform: capitalize!important;
}
/* 
input[type="text"].lead-control.lead-calender:before {
    background: none;
    display: block;
    font-family: "FontAwesome"!important;
    content: "\f073"!important;
    width: 15px!important;
    height: 20px!important;
    position: absolute!important;
    top: 27%!important;
    right: 5%!important;
    color: var(--bgLightGrey-20);
}
input[type="text"].lead-clock:before {
    background: none;
    display: block;
    font-family: "FontAwesome";
    content: "\f073";
    width: 15px;
    height: 20px;
    position: absolute;
    top: 27%;
    right: 5%;
    color: var(--bgLightGrey-20);
} */

/* ============================ text editor for email template start =============================*/

.editor-elements
{
    display: inline-flex;
}
.editor-elements .elements
{
    padding: 3px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    justify-content: center;
}
.editor-elements .elements img
{
    width: 10px;
    height: 10px;
}
.editor-elements .elements i
{
    font-size: 12px;
    cursor: pointer;
}
.leadDetails .profilePic {
    background-color: var(--bgLightGrey-30);
    width: 60px;
    height: 60px;
}
/* ============================ text editor for email template end =============================*/
.canvas-container{
    width: 100% !important;
}

.invoice-footer {
    font-weight: italic;
    font-size: 12px;
    display:inline-block
}

.expired-link-box{border:1px solid var(--bgError); font-weight: 500; color:var(--bgDarkGrey); padding:10px; border-radius: 10px; font-size:16px;max-width:300px;margin:0}
.expired-link-box img{margin-right: 18px;}
/* #add_value_div{background:var(--bgPrimaryLight);} */

.captcha-error{
    color: var(--bgError);
    font-size: var(--xxSmall);
    padding-left: 7px;
}
.max-h-280{
    max-height: 280px !important;
}
.min-height-280{
    min-height: 280px !important;
}
.aspect-ratio-5-4{
    aspect-ratio: 5 / 4;
}