@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');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* Variable */


/* @import "admin-theme.css";
@import "member-theme.css";  */
:root {
    
  --colorBlack: #000000;
  --colorCadet: #576b75;
  --colorCadetGrey: #8a9ea8;
  --colorLotion: #fafafa;

  --colorGrayX11: #bababa;
  --colorGreen: #46BE60;
  --colorSapphireBlue: #025DBF;
  --bgPrimary: #025DBF;
  --colorDarkCharcoal: #333333;
  --colorWhite: #ffffff;
  --colorGraniteGray: #666666;
  --colorCultured: #f2f4fa;
  --colorCelticBlue: #3366cc;
  --colorOnyx: #333843;

  --colorChineseSilver: #cccccc;

  --colorPrimary: #2460ad;

}
body {
    font-family: var(--opneSans);
    background-color: var(--colorBlack);
    color: #000000;
    height: 100vh;
    /* line-height: 17px; */
    overflow-x: hidden;
    /* scrollbar-width: thin;
    scrollbar-color: var(--bgLightGrey-10) white; */
}
.table-responsive {
    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;
} */

::-webkit-scrollbar {
  width: 5px;
  height:5px
}

::-webkit-scrollbar-track {
    background: white;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: rgba(36, 96, 173, 0.2);
    border-radius: 10px;
    border: 3px solid transparent;
  }
.montserrat {
    font-family: var(--montserrat);
}


/* text colors */

.textMain {
    color: var(--colorPrimary) !important;
    font-family: var(--montserrat);
}
.textMember {
    color: var(--bgMain) !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);
}

.textDarkGrey-1 {
    color: var(--bgDarkGrey-1);
}

.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;
}

.text-transform-none {
    text-transform: none !important;
}
.bgWarningText{
    background-color: var(--bgWarning);
    padding: 5px 10px;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}
.bgInfoText{
    background-color: var(--bgInfo);
    padding: 5px 10px;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}
.bgSuccessText{
    background-color: var(--bgSuccess);
    padding: 5px 10px;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}
/* Backgrounds colors */

.bgWarningText{
    background-color: var(--bgWarning);
    padding: 5px 10px;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}
.bgInfoText{
    background-color: var(--bgInfo);
    padding: 5px 10px;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}
.bgSuccessText{
    background-color: var(--bgSuccess);
    padding: 5px 10px;
    color: white;
    text-align: center;
    border-radius: 4px;
    font-weight: 700;
}

.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);
}

.borderLightGreyDashed-20 {
    border: 1px dashed var(--bgLightGrey-20);
}

.borderDashed {
    /* border: 1px solid var(--bgPrimary);
    border-radius: 14px; */
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    background: #fff;
    height: calc(100% - 16px);
    position: relative;
    padding-bottom: 70px !important;
}

.brTopPrimaryDashed {
    border-top: 1px dashed var(--bgPrimary);
}

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

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

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

.rounded-14 {
    border-radius: 14px;
}

.cursorPointer {
    cursor: pointer;
}

.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%;
}
/* error */

.invalid-feedback,
.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;
}


/* 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: 4px;
    font-size: var(--small);
    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);
}

.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);
}

.squareUpBtn:hover {
    color: white;
}

.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);
}

.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);
    margin: 0 0 10px;
    display: inline-block;
}

.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;
}

.disableClickEvent {
    pointer-events: none;
    touch-action: none;
}

/* 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;
}

/* headings */

.heading {
    color: var(--bgMain);
    font-family: var(--montserrat);
    font-weight: var(--bold);
    /* margin-bottom: 16px; */
    font-size: var(--medium);
    font-size: 16px;
    margin-top: 10px !important;
    /* font-size: clamp(var(--xxxSmall),1vw,var(--medium)); */
    text-transform: capitalize;
}

.lhNormal {
    line-height: normal;
}

/* .vender .heading{
    color: var(--bgSuccess);
}
.admin .heading{
    color: var(--bgPrimary);
} */


/* wrappers */

.contentBox {
    background-color: white;
    border-radius: 10px;
    /* padding: 20px; */
    margin-bottom: 16px;
    padding: 0 !important;
    box-shadow: none !important;
}
.contentBox.p-3 {
    padding: 1rem !important;
}
.bgnone {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none;
    margin: 0;
}
/* 
.listHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap;
} */

.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(--bgLightGrey-10);
    content: "\00bb";
    font-family: 'FontAwesome';
    font-size: 8px;
    position: relative;
    top: 0;
}

ul.breadcrumb li a {
    color: var(--bgLightGrey-10);
    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;
}

@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-15);
    margin-left: 15px;
}
.nav-tabs.custom-tabs .nav-link {
    border-top: 1px solid var(--bgLightGrey-15);
    border-bottom: 1px solid var(--bgLightGrey-15);
    border-right: 1px solid var(--bgLightGrey-15);
    border-left: 1px solid var(--bgLightGrey-15);
    margin-right: 13px;
    padding: 12px 43px;
    width: 170px;
    text-align: center;
    font-weight: var(--heading5);
    color: var(--bgDarkGrey-1);
    font-size: var(--xxSmall);
    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; 
} */

.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;
}

.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 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;
}

.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-15) !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-15) !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-15);
}

.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%;
}

.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;
    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 =============================*/
.err_div{
    position: absolute;
    max-height: 67px;
}
.common-error {
    margin-top: -34px;
}
.cat-pro-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cat-pro-img img {
    width: 100%;
    height: 100%;
}

.front-custom-loader {
    width: 50px;
    height: 50px;
    animation: 3s linear infinite rotate-con;
}
.front-custom-loader img {
    width: 100%;
}
@keyframes rotate-con {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.custom-toast-container {
    position: fixed;
    top: 5px;
    right: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 99999999999;
}

.custom-toast {
    position: relative;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform: translateX(calc(100% + 30px));
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
    font-family: var(--montserrat-font);
    padding: 0;
}

.custom-toast.active {
    transform: translateX(0%);
}

.custom-toast .custom-toast-content {
    display: flex;
}

.custom-toast .custom-toast-content .left {
    flex: 0 0 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.custom-toast.success .left {
    background-color: #D4EDDA;
}

.custom-toast.error .left {
    background-color: #F8D7DA;
}

.custom-toast.warning .left {
    background-color: #FFF3CD;
}

.custom-toast.info .left {
    background-color: #EEE8FF;
}

.custom-toast .custom-toast-content .left .iconBox {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoom-in-zoom-out 1s ease forwards;
}

.custom-toast.success .iconBox {
    background-color: #46BE60;
}

.custom-toast.error .iconBox {
    background-color: #dc3545;
}

.custom-toast.warning .iconBox {
    background-color: #ffc107;
}

.custom-toast.info .iconBox {
    background-color: #A649DA;
}

.custom-toast .custom-toast-content .right {
    padding: 15px 20px;
    flex: 0 0 90%;
    justify-content: start;
}

.custom-toast .custom-toast-content .right .title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    text-align: left;
    line-height: 24px;
}

.custom-toast .custom-toast-content .right .desc {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: left;
    line-height: 16px;
}

.custom-toast .closeBox {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    cursor: pointer;
    opacity: 0.7;
    transition: all .3s ease-in-out;
    font-size: 16px;
    color: #000;
    line-height: 0;
}

.custom-toast .closeBox:hover {
    opacity: 1;
}

.custom-toast .progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    overflow: hidden;
    background: transparent;
}

.custom-toast .progress::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;

    /* Adjust this color as needed */
    animation: progress-animation 5s linear forwards;
}

.custom-toast.success .progress::before {
    background-color: #28a745;
}

.custom-toast.error .progress::before {
    background-color: #dc3545;
}

.custom-toast.warning .progress::before {
    background-color: #ffc107;
}

.custom-toast.info .progress::before {
    background-color: #A649DA;
}

@keyframes progress-animation {
    0% {
        right: 0;
        width: 100%;
    }

    100% {
        right: 100%;
        width: 0%;
    }
}

@keyframes zoom-in-zoom-out {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}

.hide-sidebar #sidebar, .hide-sidebar .sidebar-toggler{
display: none !important;
}
.hide-sidebar .main {
margin-left: 0 !important;
}
.hide-sidebar .detailsWrapper .content {
width: 100% ;
}


.title2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000 !important; 
}
.thank-you-page {
    background: #fff;
    padding: 16px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 16px;
    display: block;
    margin: 30px auto;
    max-width: 50%;
}
.thank-you-page h1 {
    font-size: 20px;
    padding: 10px 0 10px 0;
    max-width: 90%;
    margin: 0 auto;
    line-height: 30px;
    font-weight: 600;
}
.thank-you-page h1 span {
    font-weight: 700;
    color: #428fd4;
}
.thank-you-page .icon {
    background: #00c94b;
    display: inline-block;
    width: 50px;
    color: #fff;
    border-radius: 100%;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    margin: 30px 0  0;
}
.registerEvent .right .textDarkGrey-1, .registerEvent .right .promoDiscountBox {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000;
}
.registerEvent .right .promoDiscountBox {
display: flex;
justify-content: space-between;
}

#sponsorship-container {
    background: #e9f3fc;
    padding: 10px;
    border: solid 1px #c4d8ed;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.terms-conditions .form-check-input{
width: 24px;
height: 24px;
}
.terms-conditions .form-check-input:checked[type="checkbox"] {
    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");
    background-color: #025DBF;
    border-color: #025DBF;
    background-size: auto;
}
.registerEvent .terms-conditions .terms {
font-weight: 500;
}

.right ul li{
    margin:16px 0;
    font-size:14px;
    font-weight:500;
  }
  .right ul li .icon-img{
    width:24px;
    flex:0 0 24px;
  }
  .vRegBox .uPrice h6{
    font-size: 24px;
    font-weight: 700;
    color: #576B75;
    font-family: var(--robotofont);
  }
  .short-description {
    font-size: 14px;
    margin: 0 0 16px 0;
    background: #fff;
    padding: 16px;
    border: solid 1px #f1f1f1;
    box-shadow: 0 0 5px #ccc;
    border-radius: 8px;
  }
  .readmore-btn {
    font-weight: 700;
    font-size: 14px;
    color: var(--bgPrimary);
    display: inline-block;

  }
  .readmore-btn:hover {
    color:#000;
}
  .pricebar {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
  }
  #detailModal .modal-header .btn-close {
    margin-top: -30px;
    opacity: 1;
  }
  .eventTerms p, .eventTerms li{
    font-size:13px;
    color:#000;
}
.eventTerms p, .eventTerms li{
    font-size:13px;
    color:#000;
}
.eventTerms p{
    margin:0 0 16px;
}
.eventTerms ul {
    margin:0 0 0 16px;
    padding:0; 
    list-style:none;
}
.eventTerms .subtitle {
    color:#2460ad;
    font-weight:600;
    margin:0 0 5px;
}
.eventTerms ul li span{
    font-weight:600;
  }
  .dependPacText {
    color: #664d03;
    margin: 0 0;
    display: block;
    font-weight: 600;
    background: #fff3cd;
    border: solid 1px #895400;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
  }
  .dependPacText.bought-licens {
    color: #155724;
    background-color: #d4edda;
    border-color: #00781c;
  }

  .invoice-view-tbl {
    overflow-x: auto !important; 
    border: solid 1px #ccc !important;
  }
  .main-tbl {
    min-width: 680px;
  }
  @media(max-width:991px) {
    .thank-you-page {
        max-width: 90% !important;
    }
  }

  
.btnCancel {
    font-size: var(--fontSize16);
    /* height: 38px; */
    justify-content: center;
    font-weight: 600;
    /* padding: 0 26px !important; */
    background-color: var(--colorWhite);
    color: var(--colorSapphireBlue);
    border-color: var(--colorSapphireBlue);
    /* line-height: 38px; */
  }
  
  .btnCancel:hover {
    background-color: var(--colorSapphireBlue);
    color: var(--colorWhite);
    border-color: var(--colorSapphireBlue);
  }
  
  .btnPrimary  {
    font-size: var(--fontSize16);
    /* height: 38px; */
    justify-content: center;
    font-weight: 600;
    /* padding: 0 26px !important; */
    background-color: var(--colorSapphireBlue);
    color: var(--colorWhite);
    border-color: var(--colorSapphireBlue);
    /* line-height: 38px; */
  }
  
  .btnPrimary:hover {
    background-color: var(--colorWhite);
    color: var(--colorSapphireBlue);
    border-color: var(--colorSapphireBlue);
  }

  .summaryReportWrapper .contentBox.p-4, .summaryReportWrapper .contentBox {
    padding: 24px !important;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25) !important;
  }

  
