@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
    --background_two: #fbfbfb;
    --background: #f6f6ff;
    --B_blue: #17213a;
    --b_blue_opacity: #17213acc;
    /*(rgba(23, 33, 58, 0.8)) */
    --b-blue-opacity-4: rgba(23, 33, 58, 0.4);
    --b-blue-light: #2b354e;
    --b_primary: #383192;
    --Gradient-one: linear-gradient(170deg, #26b1d8 0%, #af31d3 102.13%);
    --white: #fff;
    --white_two: #e2e2e2;
    --white_three: #f9f9ff;
    --white_four: #efeffe;
    --white_five: #eeeeee;
    --white_six: #f5f5f5;
    --white_seven: #e5f8f5;
    --white_eight: #fdebf3;
    --white_nine: #f1f2fd;
    --white_ten: #d9d9d9;
    --white_eleven: #d4d4d4;
    --white_tweleve: #ededed;
    --white_thirteen: #dbdbdb;
    --white_fourteen: #ebffe9;
    --white_fifteen: #edf7ff;
    --white_sixteen: #fee;
    --white_seventeen: #d5d5d5;
    --white_eighteen: #f6f6f6;
    --white_ninteen: #f6faff;
    --white_twenty: #fcfcfc;
    --white_twenty-one: #f9f9f9;
    --white_twenty-two: #f4f4ff;
    --white_twenty_three: #edecff;
    --white_twenty_four: #e7e7e7;
    --white_twenty_five: #f4f3f3;
    --white_grey: #f3f4f6;
    --b-blue-a: rgba(23, 33, 58, 0.4);
    --grey: #8c8c8c;
    --font-size_one: 16px;
    --black: #000;
    --black_two: #333;
    --black_three: #222;
    --black-opacity: #00000080;
    /* (rgba(0, 0, 0,0.5))*/
    --light_blue: #c1c2c4;
    --border: #e2e8f0;
    --light-blue_one: #f3f3f3;
    --white-light: #dfdfdf;
    --dark-grey: #efefef;
    --red: #f00;
    --red-two: #db4446;
    --red_three: #f1421b;
    --red_four: #e50000;
    --red_five: #d6041d;
    --sidebar-width: 17rem;
    --light-grey_one: #8f8f8f;
    --light_grey-two: #979797;
    --light-grey-three: #b1b1b1;
    --light-grey_four: #5f5f5f;
    --light-grey_five: #545454;
    --light-grey_six: #cecece;
    --light-grey_seven: #a5a5a5;
    --light-grey_eight: #9a9a9a;
    --light-grey_nine: #696969;
    --light-grey_ten: #d5d6d8;
    --light-grey_eleven: #e2e3e5;
    --light-grey_twelve: #99a3bc;
    --light-grey_thirteen: #a4a4a4;
    --light-grey_fourteen: #6b7280;
    --light-grey_fifteen: #bcbcbc;
    --light-grey_sixteen: #e3e3e3;
    --light-grey_seventeen: #cdcdcd;
    --light-grey_eighteen: #999999;
    --green: #03a100;
    --green_one: #6fd3f7;
    --green_two: #06b48a;
    --green_three: #00b69b;
    --purple_one: #7e77d8;
    --purple_two: #564fb0;
    --purple_three: #6560f0;
    --purple_four: #8f00ff;
    --purple_five: #8f77ea;
    --purple_six: #7981ef;
    --orange_one: #ff8a00;
    --yellow_one: #f3c44c;
    --yellow_two: #ffcc00;
    --pink_one: #fc71ff;
    --pink_two: #ff00e5;
    --pink_three: #f0368c;
    --sky_one: #0094ff;
    --sky_two: #2563eb;
    --basic_plan: #3b82f6;
    --pro_plan: #10b981;
    --remaining_plan: #FF3333;
    --premium_plan: #8b5cf6;
    --enterprise_plan: #f59e0b;
    --box-shadow-one: 0px 2px 3px 2px #ebebf4;
    --box-shadow_two: 5px 5px 4px 0px #5b5b5b33;
    --box-shadow_three: -5px 0px 5.099999904632568px 0px #99999940;
    --box-shadow_four: 0px 4px 10px -3px #5a5a5a66;
}

html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
}

a,
abbr,
acronym,
address,
b,
bdo,
big,
blockquote,
body,
br,
button,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
iframe,
img,
ins,
kbd,
legend,
li,
map,
object,
ol,
p,
pre,
q,
samp,
small,
span,
strong,
sub,
sup,
table,
tbody,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    margin: 0;
    padding: 0;
    border: none;
}

ul {
    list-style: none;
}

a,
input,
select,
textarea {
    outline: 0;
    margin: 0;
    padding: 0;
}

.btn,
a,
.btn.focus,
.btn:focus,
.btn:hover,
a:focus,
a:hover,
button:focus,
input:focus {
    text-decoration: none;
    outline: 0;
    /* color: inherit; */
    text-decoration: none;
    transition: all 0.3s ease 0s;
    box-shadow: none;
}

body,
html {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.row {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.row>* {
    padding-right: 10px;
    padding-left: 10px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

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

body {
    overflow-x: hidden;
    height: 100%;
    background: var(--background);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px var(--white) inset;
}

.login_form input:-webkit-autofill,
.login_form input:-webkit-autofill:hover,
.login_form input:-webkit-autofill:focus,
.login_form textarea:-webkit-autofill,
.login_form textarea:-webkit-autofill:hover,
.login_form textarea:-webkit-autofill:focus,
.login_form select:-webkit-autofill,
.login_form select:-webkit-autofill:hover,
.login_form select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px var(--white_grey) inset;
}

textarea::placeholder {
    font-size: 14px;
    color: var(--B_blue) !important;
    font-weight: 400;
}

img {
    max-width: 100%;
}

svg {
    transition: all 0.3s;
}

.cursor-pointer,
button,
a,
.open-btn {
    cursor: pointer;
}

a {
    color: var(--B_blue);
}

td a {
    text-wrap: nowrap;
}


/* ////////////////scroll-bar/////////////////////// */

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

::-webkit-scrollbar-track {
    background: var(--white-light);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--b_primary);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--b_primary);
}


/* //////////////////////////////font-weight////////////////////////////// */

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

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

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-900 {
    font-weight: 900;
}


/* ////////////////////////////////////////icon-font//////////////////////////// */

.icon-6 {
    font-size: 6px;
}

.icon-8 {
    font-size: 8px;
}

.icon-12 {
    font-size: 12px;
}

.icon-14 {
    font-size: 14px;
}

.icon-15 {
    font-size: 15px;
}

.icon-16 {
    font-size: 16px;
}

.icon-18 {
    font-size: 18px;
}

.icon-20 {
    font-size: 20px;
}

.icon-22 {
    font-size: 22px;
}

.icon-24 {
    font-size: 24px;
}

.icon-30 {
    font-size: 30px;
}

.icon-60 {
    font-size: 60px;
}

.icon-150 {
    font-size: 150px;
}


/* /////////////////////////////////////////////////////////////////// */

.text-6 {
    font-size: 6px;
}

.text-8 {
    font-size: 8px;
}

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

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

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-15 {
    font-size: 15px;
}

.text-18 {
    font-size: 18px;
}

.text-20 {
    font-size: 20px;
}

.text-22 {
    font-size: 22px;
}

.text-24 {
    font-size: 24px;
}

.text-29 {
    font-size: 29px;
}

.text-32 {
    font-size: 32px;
}

.text-36 {
    font-size: 36px;
}

.text-48 {
    font-size: 48px;
}

.text-60 {
    font-size: 60px;
}

.text60 {
    font-size: 60px;
}

.text-120 {
    font-size: 120px;
}


/* ///////////////////////////font-size////////////////////////////// */

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-24 {
    font-size: 24px;
}

.text-30 {
    font-size: 30px;
}

.text-40 {
    font-size: 40px;
}


/* /////////////////line-height////////////////////////////// */

.lineheight-15 {
    line-height: 15px;
}

.lineheight-16 {
    line-height: 16px;
}

.lineheight-18 {
    line-height: 18px;
}

.lineheight-20 {
    line-height: 20px;
}

.lineheight-22 {
    line-height: 22px;
}

.lineheight-24 {
    line-height: 24px;
}

.lineheight-30 {
    line-height: 30px;
}

.lineheight-32 {
    line-height: 32px;
}

.lineheight-36 {
    line-height: 36px;
}

.lineheight-40 {
    line-height: 40px;
}

.lineheight-42 {
    line-height: 42px;
}

.lineheight-48 {
    line-height: 48px;
}

.line-height-15 {
    line-height: 1.5;
}


/* ///////////////////////color////////////////////////////////// */

.color-b-blue {
    color: var(--B_blue);
}

.color-white {
    color: var(--white);
}

.color-white-ten {
    color: var(--white_ten);
}

.color-primary {
    color: var(--b_primary);
}

.color-white-grey {
    color: var(--white_grey);
}

.color-grey {
    color: var(--grey);
}

.color-black {
    color: var(--black);
}

.color-red {
    color: var(--red);
}

.color-light-grey {
    color: var(--light-grey_one);
}

.color-light-grey-two {
    color: var(--light_grey-two);
}

.color-light-grey-three {
    color: var(--light-grey-three);
}

.color-light-grey-four {
    color: var(--light-grey_four);
}

.color-light-grey-five {
    color: var(--light-grey_five);
}

.color-light-grey-six {
    color: var(--light-grey_six);
}

.color-light-grey-seven {
    color: var(--light-grey_seven);
}

.color-light-grey-eight {
    color: var(--light-grey_eight);
}

.color-light-grey-nine {
    color: var(--light-grey_nine);
}

.color-red-two {
    color: var(--red-two);
}

.color-green {
    color: var(--green);
}

.color-light-blue {
    color: var(--light_blue);
}

.color-orange {
    color: #ff7b00;
}

/* ////////////////////////opacity//////////////////////////////////// */

.opacity-1 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}


/* //////////////////////letter-spacing////////////////////////// */

.letter-s-36 {
    letter-spacing: -0.36px;
}

.letter-s-48 {
    letter-spacing: -0.48px;
}

.letter-s-64 {
    letter-spacing: -0.64px;
}

.letter-s-72 {
    letter-spacing: -0.72px;
}


/* //////////////////////border-radius//////////////////////// */

.border-r-8 {
    border-radius: 8px;
}

.border-r-5 {
    border-radius: 5px;
}

.border-r-4 {
    border-radius: 4px;
}

.border-r-16 {
    border-radius: 16px;
}

.border-r-20 {
    border-radius: 20px;
}

.border-r-12 {
    border-radius: 12px;
}

.border-r-16 {
    border-radius: 16px;
}

.border-r-24 {
    border-radius: 24px;
}

/* ////////////////////background-color///////////////////////// */

.b-color-white {
    background-color: var(--white);
}

.b-color-transparent {
    background-color: transparent;
}

.b-color-Gradient {
    background: var(--Gradient-one);
}

.b-color-primary {
    background: var(--b_primary);
}

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

.b-blue-opacity {
    background: rgba(21, 21, 21, 0.051);
    /* opacity-5*/
}

.b-color-blue {
    background: var(--B_blue);
}

.b-white-grey {
    background: var(--white_grey);
}

.b-blue-opacity-4 {
    background: var(--b-blue-opacity-4);
}

.b-color-dark-grey {
    background: var(--dark-grey);
}

.b-color-blue-opacity-5 {
    background-color: rgba(23, 33, 58, 50%);
}

.green_text {
    color: var(--green);
}

.sky {
    background-color: var(--sky_one);
}

.sky_text {
    color: var(--sky_one);
}

.red {
    background-color: var(--red_four);
}

.red_text {
    color: var(--red_four);
}

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


/* /////////////////////padding////////////////////////// */

.mt5 {
    margin-top: 5px;
}

.p-10 {
    padding: 10px;
}

.p-12 {
    padding: 12px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-30 {
    padding: 30px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-12 {
    padding-top: 12px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-24 {
    padding-bottom: 24px;
}

.pt-24 {
    padding-top: 24px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.p-35 {
    padding: 35px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

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

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

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

.mb-20 {
    margin-bottom: 20px;
}

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

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

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

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

.px-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.px-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.px-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.py-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.px-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.py-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.py-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.py-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.px-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.px-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.py-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.gap-12 {
    gap: 12px;
}

.gap2 {
    gap: 2rem;
}

.first-row .first-column:first-child {
    padding-right: 0;
}


/* /////////////////////////margin//////////////////////////// */

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

.mb-10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: -10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml20 {
    margin-left: -20px;
}


/* /////////////////////box-shadow/////////////////////////////// */

.box-shadow-one {
    box-shadow: var(--box-shadow-one);
}

.box-shadow-two {
    box-shadow: var(--box-shadow_two);
}


/* //////////////////////////width-height///////////////////// */

.w-30 {
    width: 30px;
}

.h-30 {
    height: 30px;
}

.width-42 {
    width: 42px;
}

.h-32 {
    height: 32px;
}

.height-40 {
    height: 40px;
}

.height-46 {
    height: 46px;
}
.height-54{
    height: 54px;
}

.width-36 {
    width: 36px;
}

.height-36 {
    height: 36px;
}

.w-39 {
    width: 39%;
}

.w-28 {
    width: 28%;
}

.w-79 {
    width: 79px;
}

.w100 {
    width: 100px;
}

.h-24 {
    height: 24px;
}

.height-50 {
    height: 50px;
}

.height-40 {
    height: 40px;
}

.h-85 {
    height: 50px;
}

.h-149 {
    height: 149px;
}

.h-138 {
    height: 138px;
}

.h-42 {
    height: 42px;
}

.w-150 {
    width: 150px;
}

.font-style-italic {
    font-style: italic;
}


/* ///////////////////////border/////////////////////////////// */

.border-grey {
    border: 1px solid var(--light-grey_eleven);
}

.border-custom-input {
    border: 1px solid #17213A1F !important;
}

.border-bottom-grey {
    border-bottom: 1px solid var(--light-grey_eleven);
}

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

.border-blue {
    border: 1px solid var(--B_blue);
}

.border-dashed {
    border: 1px dashed var(--B_blue);
}

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

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

.border-primary {
    border: 1px solid var(--b_primary);
    border-color: var(--b_primary) !important;
}

.border-secondary {
    border: 1px solid var(--orange_one);
}

.border-primary_one {
    border: 1px solid var(--b_primary);
}

.border-light-blue {
    border: 1px solid var(--light_blue);
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

span.error {
    color: var(--red_five);
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.more_button {
    border-bottom: 1px solid var(--b_primary);
}

.crm-main-content {
    padding: 50px 30px 20px 30px;
}

.required {
    color: var(--red_four);
}

.removeCertificateBtn {
    cursor: pointer;
}

.downloadGovtCertificateBtn {
    cursor: pointer;
}

.border-white-twenty {
    border-bottom: 1px solid var(--white_twenty_three);
}

.red-color {
    background: var(--red_three);
}

.orange {
    background: #FFB703;
}

.blue-color_dark {
    background: var(--purple_three);
}

.orange-color {
    background: var(--orange_one);
}

.sky-color {
    background: var(--green_one);
}

.lightgreen-color {
    background: var(--green_two);
}

.yellow-color {
    background: var(--yellow_one);
}

.pink-color {
    background: var(--pink_one);
}

.purple-color {
    background: var(--purple_four);
}

.light-pink {
    background: var(--pink_two);
}

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

.red-color {
    background-color: var(--red_four);
}

.blue-color {
    background-color: var(--sky_one);
}

.shadow {
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.5));
}

.form-control::placeholder {
    color: var(--B_blue);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

.border_tab-search {
    border-top: 1px solid #dbdbdb;
}

.saved_items_tabs {
    border-bottom: 1px solid var(--white_thirteen);
}

.saved_items_tabs ul.tabs {
    border-bottom: none;
}

.flex-1 {
    flex: 1;
}

.gap-30 {
    gap: 30px;
}

.refrence_id_form .form-control::placeholder,
textarea::placeholder {
    color: #17213a !important;
    opacity: 1;
}

.refrence_id_form .form-control::-ms-input-placeholder {
    color: #17213a;
}

.gap-10 {
    gap: 10px;
}

.search_filter_group .form-control {
    height: 34px;
}

.mt-n3 {
    margin-top: -16px;
}

.header-right-button {
    cursor: pointer;
}

.agent-information_border {
    border-bottom: 1px solid #d5d6d8;
}


/* ///////////////////////////////////// */

.demo {
    width: 780px;
    margin: 20px auto;
}

#lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}


/* .lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
    width: 169px !important;
    height: 97px !important;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}

lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li {
    border-radius: 0;
}

lSSlideOuter .lSPager.lSGallery li.active:hover,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 64px;
    max-width: 100%;
} */

.icon-icon_home:before {
    color: var(--B_blue) !important;
}

.tab-menu .slick-track {
    display: flex;
    gap: 57px;
    width: 100% !important;
}

.tab-menu ul li {
    width: 100% !important;
}

/* .collabration_open .event-checkbox .switch {
    width: 33px;
    height: 18px;
}

.collabration_open .event-checkbox .slider:before {
    height: 13px;
    width: 13px;
    bottom: 3px;
}

.collabration_open .event-checkbox input:checked+.slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
} */

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


/* .Gradient_button::after {
    background: transparent;
    color: var(--b_primary);
    border: 1px solid var(--b_primary);
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}
.Gradient_button:hover::after {
    display: block;
}
.Gradient_button:focus {
    background: transparent;
    color: var(--b_primary);
    border: 1px solid var(--b_primary);
} */

.gardient-button,
.Gradient_button {
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    position: relative;
    border: double 1px transparent;
    border-radius: 8px;
    /* background-image: linear-gradient(var(--white_grey), var(--white_grey)), radial-gradient(circle at top left, #26b1d8 0%, #af31d3 102.13%); */
    background-origin: border-box;
    background-clip: padding-box, border-box;
    z-index: 2;
    overflow: hidden;
}

.gardient-button::after,
.Gradient_button::after {
    background: var(--Gradient-one);
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.gardient-button:hover::after,
.Gradient_button:hover::after {
    background: transparent;
}


/* .slick-slider_card .element{
    height:100px;
    width:100px;
    background-color:#000;
    color:#fff;
    border-radius:5px;
    display:inline-block;
    margin:0px 10px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    font-size:20px;
  }
  .slick-slider_card .slick-disabled {
    opacity : 0; 
    pointer-events:none;
  } */

.slider_card_fancybox img {
    width: 300px;
    height: 220px;
}

.slider_card_fancybox .slick-prev {
    left: 7px;
    z-index: 1;
}

.slider_card_fancybox .slick-next {
    right: 9px;
}

.slick-slide {
    display: none;
}

.slick-active {
    display: block;
}

.slider_card_fancybox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider_card_fancybox .new_dev_btn {
    top: 30px;
    left: -50px;
    rotate: -40deg;
    position: absolute;
    text-align: center;
    width: 200px;
}

.advanced_not-before .select2-container .select2-search--inline .select2-search__field {
    left: 3%;
    transform: translate(0%, -33%);
    opacity: 0;
}

.type_tooltip .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    color: var(--b_primary);
    font-size: 16px;
    border-radius: 4px;
    z-index: 1;
}

.type_tooltip .tooltip .tooltiptext {
    visibility: hidden;
    text-align: center;
    border-radius: 6px;
    padding: 5px 20px;
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 99999999;
    background: #383192;
    color: #fff;
    width: 174px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #383192 transparent;
}

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

.video_demo iframe {
    max-width: 100%;
    width: 100%;
    height: 200px;
}

.tab-menu ul li {
    width: 100% !important;
}

.pac-container {
    z-index: 9999;
}

html.with-fancybox header {
    z-index: 5;
}

html.with-fancybox .tab_slider-main .prev,
html.with-fancybox .tab_slider-main .next {
    z-index: 5;
}

.dropdown:hover~.property_view_breadcrumb {
    z-index: 5;
}

.select2-selection__choice__remove span {
    z-index: 99;
    position: relative;
}

.modal-open {
    overflow: hidden;
}

#timeControl {
    text-align: end;
    margin-top: 20px;
}

#timeControl li {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    list-style-type: none;
    color: #17213ab2;
    margin-left: 25px;
    position: relative;
}

#timeControl li:after {
    content: ":";
    font-size: 37px;
    position: absolute;
    right: -17px;
    top: 4px;
}

#timeControl li:last-child::after {
    content: "";
    font-size: 0;
}

#timeControl li span {
    display: block;
    font-size: 20px;
    color: #17213a;
    padding: 10px;
    font-weight: 700;
    display: flex;
    background-color: #38319233;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.message_table .icon-message:after {
    content: "";
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: #e50000;
}

ul.tabs.map_tabs li.current::before {
    background-color: transparent;
}

ul.tabs.map_tabs li {
    display: flex;
    padding: 8px 10px;
    align-items: center;
}

ul.tabs.map_tabs li.tab_1.current {
    color: #fff;
    background: var(--Gradient-one);
}

ul.tabs.map_tabs li.tab_2.current {
    color: #fff;
    background: #383192;
}

ul.tabs.map_tabs li.tab_1.current img,
ul.tabs.map_tabs li.tab_2.current img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7478%) hue-rotate(46deg) brightness(110%) contrast(100%);
}

.modal_table_input {
    border: 1px solid #17213a1a;
    background: #ffffff;
    border-radius: 8px;
    width: 60px;
    height: 30px;
    padding: 0 5px;
}

.fancybox_slider .slick-slide {
    height: auto;
}

.fancybox_slider .slick-slide img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 16px;
}

.fancybox_slider .slick-next:before {
    content: "";
    background-image: url(/img/fancy_slider_right.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-position: center center;
    background-color: #17213a66;
    border-radius: 50%;
}

.fancybox_slider .slick-prev:before {
    content: "";
    background-image: url(/img/fancy_slider_left.svg);
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    background-position: center center;
    background-color: #17213a66;
    border-radius: 50%;
}

.fancybox_slider .slick-prev {
    left: 7px;
    z-index: 1;
}

.fancybox_slider .slick-next {
    right: 26px;
}

.slider_nav_bottom.slick-initialized .slick-slide {
    margin: 0 auto;
    text-align: -webkit-center;
}


/* progressbar_modal */

@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.modal_progress div[role="progressbar"] {
    --fg: #383192;
    --bg: #d9d9d9;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side, white 88%, transparent 0 99.9%, white 0), conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-size: 18px;
    color: #383192;
}

.modal_progress div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
}

.modal_progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.input-group-append.input_modal_meter {
    position: absolute;
    top: 14px;
    right: 22px;
}

.table_upload_property .form-group.mt-3 {
    margin-top: 0 !important;
}

.table_upload_property .form-group .crm-single-select {
    height: 30px;
    border: 1px solid #17213a1a;
}

.table_upload_property .invalid-feedback.fw-bold {
    position: absolute;
    bottom: -18px;
}

.modal_table_input.modal_table_input_one {
    width: 100px;
    padding: 0 5px 0 20px;
}

.input-group-append.input_modal_meter.input_modal_meter_one {
    right: 84%;
}

.heading_text_account {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #383192;
    font-weight: 400;
    background-color: #3831921a;
    padding: 6px;
    border-radius: 5px;
    font-size: 14px;
}

.main-card-img.main_card_img_developer {
    width: 300px;
    height: 268px;
}

.download_legal_document {
    background-color: #383192;
    color: #fff;
    width: max-content;
    margin-left: 30px;
    margin-bottom: 20px;
    box-shadow: 3px 4px 10px #38319296;
}

.download_brochure {
    position: fixed;
    bottom: 22px;
    right: 34px;
    background-color: #383192;
    color: #fff;
    box-shadow: 3px 4px 10px #38319296;
}

.toggled-2 .tab_slider {
    width: calc(100% - 233px);
}

#timeControl.timecontrol_dashboard {
    text-align: start;
    margin-top: 10px;
}

#timeControl.timecontrol_dashboard li {
    margin-right: 25px;
    margin-left: 0;
    color: #ffffffcc;
    width: 42px;
    align-items: center;
}

#timeControl.timecontrol_dashboard li span {
    background-color: #f3f4f626;
    color: #fff;
    height: 42px;
    width: 42px;
}

#timeControl.timecontrol_dashboard li:after {
    color: #fff;
}

.beta_timecontrol.timecontrol_dashboard li span {
    background-color: #38319233 !important;
    color: #17213A !important;
}

.beta_timecontrol.timecontrol_dashboard li {
    color: #17213AB2 !important;
}

.beta_timecontrol.timecontrol_dashboard li:after {
    color: #17213A !important;
}

.beta_timecontrol li:after {
    font-size: 25px !important;
    top: 8px !important;
}

.table_dropdown-content.show {
    display: block;
}

.dashboard_edit_one td {
    text-wrap: nowrap;
}

.advanced_property span.select2-container.select2-container--default.select2-container--open {
    z-index: 2;
}

.view_connect_agent {
    bottom: 20px;
    right: 20px;
    box-shadow: 3px 4px 10px 0px #38319280;
    border-radius: 8px;
    z-index: 999;
}

.view_submit_proposal {
    bottom: 20px;
    box-shadow: 3px 4px 10px 0px #38319280;
    border-radius: 8px;
    z-index: 999;
    margin-left: 21px;
}

.view_project_agent {
    bottom: 20px;
    right: 20px;
    box-shadow: 3px 4px 10px 0px #38319280;
    border-radius: 8px;
    z-index: 999;
}

/* .view_connect_agent:hover button {
    background: linear-gradient(132.96deg, #3ac5ec 0%, #c547e9 102.13%);
} */

.read_message::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #e50000;
    border-radius: 50%;
    top: -7px;
    right: -2px;
}

.header-right-button_one .small-button:hover span {
    color: #fff;
}

.download_format .icon-Download:before {
    color: var(--b_primary);
}

.download_plan .icon-Download:before {
    color: var(--b_primary);
}

li.paginate_button.page-item.disabled .page-link {
    color: rgba(23, 33, 58, 0.3);
}

.downloadGovtCertificateBtn.icon-Download:before {
    color: var(--b_primary);
}

.modal-header button {
    z-index: 1;
}

.table_dropdown-content.show {
    display: block;
}

.gradiant-button {
    background: var(--Gradient-one);
    color: var(--white_grey);
}

.toggled-2 .collapse_hide {
    display: none;
}

.toggled-2 .real-imno_flex {
    padding: 3px;
}

.toggled-2 .real-imno_flex {
    width: auto;
}

.termspayment_develop span {
    padding-right: 10px;
    font-size: 14px;
}

.termspayment_develop .decreasePaymentTermsBtn {
    border: 1px solid #bcbcbc;
    background: transparent;
    height: 42px;
    border-right: 0px;
    width: 38px;
    font-size: 30px;
    border-radius: 10px 0px 0px 10px;
}

.termspayment_develop input {
    text-align: center !important;
    width: 60px !important;
    height: 42px;
    border: 1px solid #bcbcbc;
}

.termspayment_develop .increasePaymentTermsBtn {
    border: 1px solid #bcbcbc;
    background: transparent;
    height: 42px;
    border-left: 0px;
    width: 38px;
    font-size: 25px;
    border-radius: 0px 10px 10px 0px;
}

.dot_main {
    position: absolute;
    top: 5px;
    right: 5px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: var(--b_primary);
    border-radius: 50px;
}

.checkbox_text {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-top: 20px;
    position: relative;
}

.checkbox_text p {
    font-size: 14px;
}

.customer_event .dashboard-card_one {
    height: 100%;
}

.textarea_resize textarea {
    resize: none;
    height: 150px;
}

.readonly_bg .ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable {
    background-color: #f3f3f3;
}

.appointment_attc .input-file_choose {
    width: calc(100% - 24%) !important;
}

.commission_per label {
    color: var(--B_blue) !important;
}

.selling_price .form-group {
    display: flex !important;
    align-items: center;
    margin-top: 5px !important;
}

.selling_price input {
    width: 100px;
    height: 30px;
    border: 1px solid #17213a33;
}

.selling_price label {
    padding-bottom: 0px !important;
    width: 200px;
    font-weight: 500 !important;
    color: var(--b_primary) !important;
}

.selling_price :nth-child(2) label {
    width: fit-content;
    padding: 0px 6px;
}


.round_1-color {
    background-color: #6560F0;
}

.round_2-color {
    background-color: #6FD3F7;
}

.round_3-color {
    background-color: #FF8A00;
}

.round_4-color {
    background-color: #FC57FF;
}

.round_5-color {
    background-color: #F3C44C;
}

.round_6-color {
    background-color: #A332FF;
}

.round_7-color {
    background-color: #9381FF;
}

.round_8-color {
    background-color: #F1421B;
}

.round_9-color {
    background-color: #06B48A;
}

.readonly-border:read-only {
    /* border: 1px solid #B1B1B1; */
    /* color: #B1B1B1; */
}

.dashboard-card_one {
    position: relative;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.deleteProjectAgentBtn:active,
.deleteProjectCustomerBtn:active {
    color: #000000;
    background-color: #f8f9fa;
}

.preloader_search {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    height: 40vh;
    --init-wrap: 45%;
}



.preloader_search .wrapper,
.preloader_search .dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.preloader_search .dot {
    background-color: #5047C2;
}

.preloader_search #secondWrap .dot {
    background-color: #6D66CC;
}

.preloader_search #thirdWrap .dot {
    background-color: #8A85D6;
}

.preloader_search .wrapper {
    position: absolute;
    top: calc(var(--top) + 36px);
    left: var(--init-wrap);
}

.preloader_search #firstWrap {
    animation: grow 1.5s infinite;
}

.preloader_search #secondWrap {
    animation: slide 1.5s infinite;
}

.preloader_search #thirdWrap {
    left: calc(var(--init-wrap) + 30px);
    animation: slide 1.5s infinite;
}

.preloader_search #fourthWrap {
    left: calc(var(--init-wrap) + 45px);
    animation: slideOnDrop 1.5s linear infinite;
}

.preloader_search #fourthWrap div {
    animation: drop 1.5s ease-in infinite;
}

@keyframes slide {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(30px, 0px);
    }

    100% {
        transform: translate(30px, 0px);
    }
}


@keyframes grow {

    0% {
        transform: scale(0);
    }


    50%,
    100% {
        transform: scale(1);
    }
}

@keyframes slideOnDrop {

    0%,
    20% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(11px);
    }

    100% {
        transform: translateX(250px);
    }
}

@keyframes drop {

    0%,
    25% {
        opacity: 0;
        transform: translate(0px, 0px);
    }

    100% {
        opacity: 0;
    }
}

.send-btn-disabled {
    background-color: var(--grey) !important;
    cursor: pointer;
    opacity: 0.6;
}

.send-btn-enabled {
    background-color: var(--b_primary) !important;
    /* Dark blue */
    cursor: pointer;
    opacity: 1;
}

.btn_foucs_text_white:focus {
    color: #ffffff !important;
}

.modal_customer-details .col-lg-12.pt-30.d-flex.justify-content-start.align-items-center.gap-4,
.modal_customer-details .col-lg-12.pt-30.text-end.group_chat_history,
.modal_customer-details .col-lg-12.pt-30 {
    display: none !important;
}

/* Style the tab */
.claim_tab {
    overflow: hidden;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: 12px 12px 0px 0px;
}

.claim_tab .tablinks {
    font-weight: 700;
}

/* Style the buttons inside the tab */
.claim_tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: auto;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    color: var(--b_primary);
    border-right: 1px solid #ccc;
}

/* Create an active/current tablink class */
.claim_tab button.active {
    background-color: #383192;
    color: #ffffff;
}

/* Style the tab content */
.claim_tabcontent {
    padding: 30px !important;
    padding-bottom: 75px !important;
    border: none !important;
    margin-top: 0px !important;
    border-radius: 0px 0px 10px 10px;
    background-color: #ffff;
    height: 75vh;
    overflow-y: scroll;
}

.font_size td {
    font-size: 14px;
}

.today_schdule-call {
    flex-wrap: wrap;
}

.export_short .crm-single-select-container {
    margin-top: 0px !important;
}

.eventAttachmentChooseBtn {
    display: none;
}

.custom-file-label {
    display: inline-block;
    padding: 12px 10px !important;
    background-color: #f6faff !important;
    cursor: pointer;
    border-radius: 7px;
    font-weight: 500 !important;
    border-right: 1px solid;
    min-width: 130px !important;
    text-align: center;
}

.new_developer_multi_selecter .select2-container--default .select2-search--inline .select2-search__field {
    z-index: -1;
}

#registerForm {
    overflow: hidden;
    overflow-y: scroll;
    margin-top: 40px;
}

.ellipse-180 {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipse-100 {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.email_logo_sidebar h5 {
    color: #17213A;
    font-size: 20px;
    font-weight: 700;
}

.email_logo_sidebar p {
    color: #17213A;
    font-size: 16px;
}

.re_for_email_btn button:hover i::before {
    color: #ffffff;
}

.mail_compose_btn .icon-send_msg::before {
    color: var(--b_primary);
}

.mail_compose_btn button:hover .icon-send_msg::before {
    color: var(--white);
}

.setup_email_box {
    max-height: 80vh;
}

.mail_compose {
    width: 80%;
    margin: 0 auto;
}

.color_green_icon::before {
    color: #03a100 !important;
}

.collabrationOpen {
    font-size: 18px;
    font-weight: 600;
}

.open_collaboration {
    letter-spacing: 0.10em;
    text-shadow: 0px 0 2px #ff7b00;
    color: #ff7b00;
}

.property_search_lable .select2-container .select2-search--inline .select2-search__field {
    left: 34px;
    transform: translate(0%, -25%);
    opacity: 1;
    width: 70%;
}

.property_search_lable .select2-container--default .select2-selection--multiple {
    /* overflow: hidden; */
    width: 100%;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}

.property_search_lable .select2-container .select2-search--inline .select2-search__field:not(:placeholder-shown) {
    opacity: 0 !important;
}

.property_advanced .select2-container--default .select2-selection--single,
.select2-container .select2-selection--single {
    height: 36px !important;
}

.property_advanced .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 36px !important;
}

.property_advanced .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 16px;
}

.filter_dropdown .select2-container--default .select2-search--inline .select2-search__field {
    width: 75% !important;
    overflow: hidden;
    text-align: start;
    text-wrap: nowrap;
    margin: -10px;
}

.hover_green:hover {
    color: #03a100 !important;
}

.hover_red:hover {
    color: var(--red) !important;
}

.platforms_sharing_checkbox input[type="checkbox"] {
    height: 16px !important;
    width: 16px !important;
}

.platforms_sharing_checkbox label {
    margin-left: 8px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.manage_unit_tabs {
    display: flex;
    border-bottom: 1px solid #17213A1A;
    position: relative;
}

.manage_unit_tab-link {
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    background: none;
    font-weight: bold;
    color: #555;
    border-bottom: 3px solid transparent;
    transition: 0.3s ease;
    border-right: 1px solid #17213A1A;
    font-size: 14px
}

.manage_unit_tab-link.active {
    color: #ffffff;
    background-color: #383192;
}

.manage_unit_tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #eee;
    border-top: none;
}

.manage_unit_tab-content.active {
    display: block;
}

.text_red_cont {
    display: none;
}

.manage_unit_tab-link.text_red_btn.active~.text_red_cont {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
}

@media only screen and (max-width: 768px) {
    .manage_unit_tab-link.text_red_btn.active~.text_red_cont {
        position: static;
        transform: translate(0px, 0px);
        padding: 10px;
    }

    .hover_green:hover {
        color: #03a100 !important;
    }
}

.substype_filter .form-group {
    margin-top: 0px !important;
}

.xml_input {
    width: 50%;
}

.msg_view_project {
    max-width: 400px;
    background: #DBDBDB;
    border-radius: 8px;
    color: #656565;
}

.msg_view_project_btn,
.msg_view_project_btn:hover {
    background-color: var(--b_primary);
    color: #fff;
}
.msg_view_project_btn_affiliate,
.msg_view_project_btn_affiliate:hover {
    background-color: #383192;
    color: #fff;
}

.custom-btn {
    background-color: #383192;
}

.custom-btn:hover {
    transition: all 0.3s ease-in-out;
    background: var(--Gradient-one);
}

.icon_hover_white::before {
    color: #ffffff !important;
}

.Gradient_button:hover .icon_hover_white::before {
    color: #383192 !important;
}

.glass-effect {
    background-color: #3831921b;
    backdrop-filter: blur(10px);
    /* Blur the background content */
    border: 1px solid rgba(255, 255, 255, 0.3);
    /* Subtle border */
    border-radius: 10px;
    /* Rounded corners */
    padding: 10px;
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}

.blue-tooltip {
    --bs-tooltip-bg: var(--b_primary);
}

/* Tooltip container */
.tooltip.blue-tooltip .tooltip-inner {
    background-color: #1e3a8a;
    /* blue */
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 4px;
}

/* Tooltip arrow */
.tooltip.blue-tooltip .tooltip-arrow::before {
    border-top-color: #1e3a8a;
}

/* Style the email-tab */
.email-tab {
    float: left;
    width: 20%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #EBEBF4;
    padding: 15px;
}

/* Style the buttons inside the email-tab */
.email-tab button {
    width: 100%;
    background-color: transparent;
    text-align: left;
    padding: 10px;
    color: #383192;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

.composeemail:hover i::before {
    color: #fff
}

/* Change background color of buttons on hover */
.email-tab button:hover {
    background-color: #3831921A;
}

/* Create an active/current "email-tab button" class */
.email-tab button.active {
    background-color: #383192;
    color: #fff;

}

.email-tab button.active i::before {
    color: #fff;
}

/* Style the email-tab content */
.email-tabcontent {
    float: left;
    margin-left: 1%;
    padding: 15px;
    width: 79%;
    background-color: #fff;
    box-shadow: 1px 1px 5px #EBEBF4;
    border-radius: 20px;
}

.rotate {
    animation: spin 1s linear infinite;
}

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

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

.pending_meeting {
    background-color: #2AC6A1;
}

.accept_green.icon-done::before {
    color: var(--green);
}

.reject_red.icon-cross_certificate::before {
    color: var(--red);
}

.color-gray.icon-arrow-left::before,
.color-gray.icon-arrow-right:before {
    color: var(--grey);
}

.black-dot {
    width: 8px;
    height: 8px;
    background-color: black;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
}


.disabled_event_field~.select2-container .select2-selection--single,
.disabled_event_field~.select2-container .select2-selection--multiple,
.disabled_event_field {
    background-color: #cccccc40 !important;
    opacity: 1 !important;
    border: 1px solid #e3e3e3 !important;
    color: #7e7b7b !important;
    cursor: default !important;
}

.assign-to-error {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color);
}

.color-black.icon-assign_development::before {
    color: #000;
}

.property_search_lable .select2-container .select2-search--inline .select2-search__field::placeholder {
    text-wrap: nowrap;
    overflow: hidden;
    width: 80% !important;
    text-overflow: ellipsis !important;
}

.b-white-blue {
    background-color: #F7F3FF;
}

.to_do_close {
    position: absolute;
    top: -4px;
    left: 7px;
    transform: translate(-50%, -50%);
    background: #17213A;
    padding: 5px;
    font-size: 8px;
    margin: 0px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.prop_search-container {
    border: 1px solid var(--B_blue);
    border-radius: 8px;
}

.prop_search-container input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    height: 46px;
}

.prop_search-container input::placeholder {
    color: var(--Black-Grey-Color, var(--B_blue));
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestions {
    position: absolute;
    border: none;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    border-radius: 8px;
    background-color: var(--background);
    color: var(--B_blue);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 4px 4px 1px rgba(91, 91, 91, 0.2);
    margin-top: 3px;
}

.suggestions div {
    display: flex;
    /* row: image + text container */
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    margin: 0px;
}

.suggestions div img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 10px;
    /* spacing between flag and text container */
}

.suggestions div .text-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    border: none;
}

.suggestions div:hover {
    background-color: #F2F2F2;
}

#property-map {
    z-index: 0;
}

#resend-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.myproject_card {
    position: absolute;
}

.leaflet-left {
    z-index: 400 !important;
}

.rev_form_signature .crm-profile-image-upload-container label {
    width: 100%;
}

.rev_form_signature .crm-profile-image-upload-container label img {
    object-fit: contain;
    width: 100%;
}

.rev_form_signature .edit-profile-img {
    display: none;
}

.dropdown_none_search .select2-container--open .select2-dropdown--below {
    display: none !important;
}


/* The container */
.radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio_container .checkmark {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 15px;
    background-color: #8a8a8a;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked~.checkmark {
    background-color: #383192;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    transform: translate(-50%, -50%);
}

.radio_cont_1 input:disabled,
.radio_cont_2 input:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
    border: none;
}

.radio_cont_disabled {
    background-color: #ccc !important;
    border: none !important;
}

.project_card_active {
    background-color: #383192;
}

.project_card_active {
    background: linear-gradient(132.96deg, #3AC5EC 0%, #C547E9 102.13%);
    color: #fff;
}

.project_card_active h4,
.project_card_active h2 {
    color: #FFFFFF;
}

.project_card_active img {
    filter: brightness(1.6);
}

.no_found {
    padding: 50px 0px 50px 0px !important;
}

.no_found img {
    height: 150px !important;
    width: 150px !important;
}

.no_found h6,
.no_found p {
    font-size: 18px;
    color: #655DCF;
    padding-top: 10px;
    text-align: center;
}

.xml_pro_id_green {
    background-color: #03A1001F;
    color: #03A100;
}

.xml_pro_id_red {
    background-color: #FF00001F;
    color: #FF0000;
}

/* ================================
   RADIO WRAPPER
================================ */
.connect_website_radio {
    display: block;
    cursor: pointer;
}

/* Hide native radio */
.connect_website_radio input[type="radio"] {
    display: none;
}

/* ================================
   CARD BASE STYLE
================================ */
.connect_website_card {
    border: 1px solid #17213A1F;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

/* ================================
   IMAGE WRAPPER
================================ */
.connect_website_card_img_wrapper {
    background-color: #ebebf4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
}

/* ================================
   IMAGE
================================ */
.connect_website_card_img {
    display: block;
    max-width: 100%;
    filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(2338%) hue-rotate(237deg) brightness(93%) contrast(90%);
    transition: all 0.3s ease-in-out;
}

/* ================================
   HOVER STATE
================================ */
.connect_website_radio:hover .connect_website_card {
    background-color: #f6f6ff;
    border-color: var(--b_primary);
}

.connect_website_radio:hover .connect_website_card_img_wrapper {
    background-color: var(--b_primary);
}

.connect_website_radio:hover .connect_website_card_img {
    filter: none;
}

/* HOVER */
.connect_website_radio:hover .connect_website_card_img_wrapper i,
.connect_website_radio:hover .connect_website_card_img_wrapper i::before {
    color: var(--white) !important;
}

/* SELECTED / ACTIVE */
.connect_website_radio input:checked+.connect_website_card .connect_website_card_img_wrapper i,
.connect_website_radio input:checked+.connect_website_card .connect_website_card_img_wrapper i::before {
    color: var(--white) !important;
}

/* ================================
   CHECKED (SELECTED) STATE
================================ */
.connect_website_radio input[type="radio"]:checked+.connect_website_card {
    background-color: #f6f6ff;
    border-color: var(--b_primary);
}

.connect_website_radio input[type="radio"]:checked+.connect_website_card .connect_website_card_img_wrapper {
    background-color: var(--b_primary);
}

.connect_website_radio input[type="radio"]:checked+.connect_website_card .connect_website_card_img {
    filter: none;
}

/* ================================
   OPTIONAL: FOCUS (ACCESSIBILITY)
================================ */
.connect_website_radio input[type="radio"]:focus-visible+.connect_website_card {
    outline: 2px solid var(--b_primary);
    outline-offset: 3px;
}


.crm-input::placeholder {
    opacity: 0.25 !important;
}

/* Cross browser support */
.crm-input::-webkit-input-placeholder {
    opacity: 0.25 !important;
}

.crm-input::-moz-placeholder {
    opacity: 0.25 !important;
}

.crm-input:-ms-input-placeholder {
    opacity: 0.25 !important;
}

/* Placeholder faded */
.my-select2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    opacity: 0.4;
}

/* Selected value normal */
.my-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    opacity: 1;
}

/* When nothing selected */
.my-select2 .select2-container--default .select2-selection--single[aria-expanded="false"] .select2-selection__rendered:empty {
    opacity: 0.4;
}

.basic_plan_badge {
    color: var(--basic_plan);
    border: 1px solid var(--basic_plan);
    background-color: #3b82f614;
    padding: 6px 12px;
}

.pro_plan_badge {
    color: var(--pro_plan);
    border: 1px solid var(--pro_plan);
    background-color: #10b98114;
    padding: 6px 12px;
}

.premium__plan_badge {
    color: var(--premium_plan);
    border: 1px solid var(--premium_plan);
    background-color: #8b5cf614;
    padding: 6px 12px;
}

.remaining_plan_badge {
    color: var(--remaining_plan);
    border: 1px solid var(--remaining_plan);
    background-color: #FF333314;
    padding: 6px 12px;
}

.enterprise_plan_badge {
    color: var(--enterprise_plan);
    border: 1px solid var(--enterprise_plan);
    background-color: #f59e0b14;
    padding: 6px 12px;
}

.btn_p5 {
    background-color: var(--white);
    border: 1px solid #38319233;
    padding: 10px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    color: var(--b_primary);
}

.btn_p5:hover {
    background-color: var(--white);
    border: 1px solid var(--b_primary);
}

.btn_p5:focus {
    background-color: var(--b_primary);
    border: 1px solid var(--b_primary);
    color: var(--white) !important;
}

/* tab btn */

.custom-tabs {
    display: flex;
    /* flex-wrap: wrap; */

    padding: 6px;
    border-radius: 12px;
    gap: 10px;
}

.custom-tab {
    padding: 10px 16px;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
    color: #383192CC;
    transition: 0.3s;
    border: 1px solid transparent;
    white-space: nowrap;
}

.custom-tab span {
    background-color: var(--b_primary);
    color: var(--white);
    padding: 4px;
    border-radius: 8px;
    margin-left: 4px;
}

.custom-tab:hover {
    border: 1px solid var(--b_primary);
}

.custom-tab.active {
    background: var(--b_primary);
    color: var(--white);
    box-shadow: 0px 4px 12px 0px #38319266;
}

.custom-tab.active span {
    background: var(--white);
    color: var(--b_primary);
}

@media (max-width: 768px) {
    .custom-tabs {
        width: 100%;
        justify-content: space-between;
        overflow-x: scroll;
    }

    .custom-tab {
        flex: 1 1 100%;
        text-align: center;
    }
}

.my-tab-content-box {
    display: none;
    margin-top: 20px;
}

.my-tab-content-box.active {
    display: block;
}

.my-tab-content-box,
.child-tab-pane {
    display: none;
}

.my-tab-content-box.active,
.child-tab-pane.active {
    display: block;
}

.property-type-card {
    cursor: pointer;
    transition: all 0.3s;
    color: var(--b_primary);
}

/* Hover effect: only border color changes */
.property-type-card:hover {
    border-color: var(--b_primary) !important;

}

/* Selected card */
.property-type-card.selected {
    background-color: var(--b_primary);
    color: var(--white);
    border-color: var(--b_primary);
    box-shadow: 0px 4px 12px 0px #38319266;
}

.property-type-card.selected div {
    color: var(--white) !important;
}

.property-type-card.selected i {
    filter: brightness(0) invert(1);
}

.property-type-card {
    opacity: 0.7;
    transition: 0.3s;
}

.property-type-card:hover,
.property-type-card.active,
.property-type-card.selected {
    opacity: 1;
}

.bedroom-options,
.bathroom-options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bedroom-options .btn,
.bathroom-options .btn {
    background: var(--white);
    color: var(--b_primary);
    padding: 10px 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 25px;
    transition: 0.3s;
}

.bath-btn {
    opacity: 0.7;
    transition: 0.3s;
}

/* Hover */
.bath-btn:hover {
    opacity: 1;
}

/* Active / Selected */
.bath-btn.active,
.bath-btn.selected {
    box-shadow: 0px 4px 12px 0px #38319266;
    opacity: 1;
}

.bed-btn {
    opacity: 0.7;
    transition: 0.3s;
}

/* Hover */
.bed-btn:hover {
    opacity: 1;
}

/* Active / Selected */
.bed-btn.active,
.bed-btn.selected {
    box-shadow: 0px 2px 12px 0px #38319266;
    opacity: 1;
}

.chip-btn {
    opacity: 0.7;
    transition: 0.3s;
}

/* Hover */
.chip-btn:hover {
    opacity: 1;
}

/* Active / Selected */
.chip-btn.active,
.chip-btn.selected {
    opacity: 1;
}


.bedroom-options .btn:hover,
.bathroom-options .btn:hover {
    border-color: var(--b_primary) !important;
}

.bedroom-options .btn.selected,
.bathroom-options .btn.selected {
    background: var(--b_primary);
    color: var(--white);
}

.bedroom-options .btn.selected i,
.bathroom-options .btn.selected i {
    color: var(--white);
}

.custom-input {
    border-radius: 16px;
    padding: 16px;
}

.upload-box {
    border: 2px dashed #d1d5db;
    background-color: #F7F7F7;
    border-radius: 16px;
    padding: 45px;
    max-width: 420px;
    margin: auto;
    cursor: pointer;
    text-align: center;
}

.image-preview {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.img-wrapper {
    position: relative;
}

.preview-img {
    width: 120px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
}

.remove-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--b_primary);
    color: var(--white);
    border: 2px solid var(--white);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    cursor: pointer;
}

.chip-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: var(--white);
    color: var(--b_primary);
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.chip-btn:hover {
    background: var(--b_primary);
    color: var(--white);
}

.chip-btn:hover i {
    filter: brightness(0) invert(1);
}

.calendar-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    pointer-events: none;
}

.radio-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
}

.radio-wrapper input {
    accent-color: #4f46e5;
    width: 16px;
    height: 16px;
}

.input-icon-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
}

.custom-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 15px;
}

.custom-radio input {
    display: none;
}

.radio-circle {
    width: 16px;
    height: 16px;
    border: 2px solid var(--b_primary);
    border-radius: 50%;
    position: relative;
}

.custom-radio input:checked+.radio-circle::after {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--b_primary);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* SECOND CARD GRADIENT BORDER */
.popular-card {
    position: relative;
    border-radius: 20px;
    background: linear-gradient(135deg, #3bb2ff, #a855f7);
    background-color: var(--white);
    padding: 5px;
    border-radius: 26px;
    border: 1px solid #e6e6e9;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.sub_card {
    width: 100%;
    max-width: 595px;
    margin: 0 auto;
    border-radius: 26px;
    background-color: var(--white);
    padding: 20px;
    border: 1px solid var(--b_primary);
    border-radius: 26px;
    background-color: var(--white);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub_card_subtitles {
    font-size: 24px;
    color: var(--b_primary);
}

.sub_card:hover {
    border-color: var(--b_primary);
    box-shadow: 0 6px 20px rgba(75, 73, 172, 0.2);
    transition: 0.3s;
}

/* INNER WHITE CARD */
.inner-card {
    background: var(--white);
    border-radius: 18px;
    height: 100%;
}

/* BADGE FIXED */
.popular_tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    background: linear-gradient(135deg, #3bb2ff, #a855f7);
    color: var(--white);
    padding: 12px 22px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* PRICE STYLE */
.old_price {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}

.monthly_price {
    font-size: 28px;
    font-weight: bold;
    color: var(--b_primary);
}

.logo_box {
    border: 2px dashed #cfcdfd;
    border-radius: 14px;
    padding: 10px;
    background: #5D55C20A;

}

.brand_text {
    font-size: 20px;
    font-weight: 600;
    color: #4b49ac;
}

.step-circle {
    transition: all 0.3s ease;
}

/* Active Step */
.step-circle.active {
    background-color: var(--b_primary) !important;
    --bs-bg-opacity: 1 !important;
}

.step-circle.active i {
    color: var(--white) !important;
}

/* Completed Step */
.step-circle.completed {
    background-color: #22c55e !important;
    border-color: #22c55e !important;
}

.step-circle.completed i {
    color: var(--white) !important;
}

/* Pending Step */
.step-circle.pending {
    border-color: #dee2e6 !important;
}

.step-circle.pending i {
    color: #adb5bd !important;
}

.form-check-input {
    margin-right: 0.5rem;
}

.property-img {
    position: relative;
    overflow: hidden;
}

/* View Button */
.view-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--white);
    color: var(--black);
    padding: 6px 14px;
    border-radius: 12px;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
}

/* On Hover - Slide Down Slightly */
.feature-property-card:hover .view-btn {
    opacity: 1;
    transform: translateY(0);
}

/* On Hover Out - Goes Back Up */
.feature-property-card .view-btn {
    pointer-events: none;
}

.feature-property-card:hover .view-btn {
    pointer-events: auto;
}

.feature-property-card.active {
    border: 4px solid #6c63ff;
    box-shadow: 0px 0px 0px 4px #3831924D;
}

/* Container */
.recipients-box {
    border-radius: 20px;
    background: #fafafa;
}

/* Search */
.search-box {
    width: 260px;
}

.search-box input {
    width: 100%;
    padding: 10px 14px 10px 35px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    outline: none;
    font-size: 14px;
    background: var(--white);
}

.search-box i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

/* Sort */
.sort-box select {
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: var(--white);
    cursor: pointer;
}

/* Table */
.custom-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.custom-table thead th {
    background: #f1f3f4;
    padding: 12px;
    font-weight: 600;
    font-size: 14px;
    color: var(--black);
}

.custom-table thead th:first-child {
    border-radius: 12px 0 0 12px;
}

.custom-table thead th:last-child {
    border-radius: 0 12px 12px 0;
}

/* Rows */
.custom-table tbody tr {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0 0 0 1px #eee;
}

.custom-table tbody td {
    padding: 14px 12px;
    font-size: 14px;
    color: var(--black);
}

.custom-table tbody tr td:first-child {
    border-radius: 12px 0 0 12px;
}

.custom-table tbody tr td:last-child {
    border-radius: 0 12px 12px 0;
}

/* Checkbox */
/* input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
} */

.rounded-row-table {
    border-collapse: separate;
    border-spacing: 0 10px;
    width: 100%;
}

.rounded-row-table thead th {
    border-top: 1px solid #17213A1F;
    border-bottom: 1px solid #17213A1F;
    text-wrap: nowrap;
    padding: 16px 20px
}

.rounded-row-table thead th:first-child {
    border-left: 1px solid #17213A1F;
    border-radius: 16px 0 0 16px;
}

.rounded-row-table thead th:last-child {
    border-right: 1px solid #17213A1F;
    border-radius: 0 16px 16px 0;
}

.rounded-row-table tbody td {
    padding: 9px;
    border-bottom: 1px solid #17213A1F;
}

.social-btn {
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: var(--b_primary);
    /* Bootstrap primary */
    color: var(--white);
    border-color: var(--b_primary);
}

.social-btn:hover img {
    filter: brightness(0) invert(1);
}

/* Input hover + focus */
.form-control:hover,
.form-control:focus {
    border-color: var(--b_primary) !important;
    box-shadow: none !important;
}

/* Default placeholder */
.form-control::placeholder {
    color: #999;
    transition: 0.3s;
}

/* On hover */
.form-control:hover::placeholder {
    color: var(--b_primary);
}

.form-control:focus {
    background-color: #000;
}

.form-control:focus::placeholder {
    color: var(--b_primary);
}



/* NAV */
.custom-nav {
    list-style: none;
    padding: 0;
    padding-bottom: 180px;
}

.custom-nav li {
    margin: 6px 0;
}

.custom-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    margin: 0 8px;
    color: #17213A99;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 16px;
    transition: all 0.25s ease;
}

.custom-nav a:hover {
    background: #17213A0A;
    color: #17213ACC;
}

.custom-nav a.active {
    background: var(--b_primary);
    color: var(--white);
    box-shadow: 0 4px 10px rgba(90, 63, 181, 0.25);
}

.custom-nav a i {
    font-size: 16px;
    font-weight: 500;
    color: inherit;
}

.custom-nav a.active i {
    color: var(--white);
}

.sidebar-section-header {
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    padding: 12px 18px 6px;
    letter-spacing: 0.5px;
}

.custom-sidebar::-webkit-scrollbar {
    width: 5px;
}

.custom-sidebar::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

@media (min-width: 1024px) {
    #wrapper.toggled-2 .side-listing-text {
        display: none;
    }

    #wrapper.toggled-2 .custom-nav i,
    #wrapper.toggled-2 .sidebar-menu i {
        display: block;
        text-align: center;
        /* justify-content: center; */
    }

    #wrapper #sidebar-wrapper {
        transition: width 0.3s;
    }

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 60px;
    }

    #wrapper.toggled-2 .custom-nav li:nth-child(5) a,
    #wrapper.toggled-2 .custom-nav li:nth-child(6) a {
        padding-left: 15px;
    }

    #wrapper.toggled-2 .sidebar-section-header {
        display: none;
    }

}

.badge-light-purple {
    background: #3831921A;
    color: var(--b_primary);
}

.btn-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    border: 1px solid #17213A1F;
    overflow: hidden;

    width: 47px;
    /* only 1 button visible */
    transition: width 0.4s ease;
    background: #fff;
}

/* expand on hover */
.btn-wrapper:hover {
    width: 220px;
    /* adjust based on number of buttons */
    background: #fff;
}

/* Intermediary — success state only: “Added to my profile” (muted chip). Do not use on “Add to my profile” CTAs — those stay orange_hover_blue + add-to-profile-* triggers. */
.btn-added-to-profile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    box-sizing: border-box;
    margin: 0;
    padding: 8px 20px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    color: var(--b_primary);
    background-color: var(--white_twenty-three);
    border: 1px solid var(--b_primary);
    border-radius: 10px;
    box-shadow: none;
    cursor: default;
    -webkit-appearance: none;
    appearance: none;
    opacity: 1;
}

button.btn-added-to-profile:disabled,
button.btn-added-to-profile[disabled] {
    opacity: 1;
    pointer-events: none;
}

.btn-added-to-profile .icon-check,
.btn-added-to-profile [class^="icon-"] {
    color: var(--b_primary);
    flex-shrink: 0;
}

.btn-added-to-profile span {
    color: inherit;
}

.inventory-card {
    background: linear-gradient(135deg, #ffffff, #f8f9ff);
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid var(--light-grey_eleven);
    min-width: 220px;
    cursor: pointer;
    transition: all 0.3s ease;

}

.icon-box {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #3831921F;
    display: flex;
    align-items: center;
    justify-content: center;

    i {
        font-size: 20px;
        color: var(--b_primary);
    }
}

.scroll-hide {

    &::-webkit-scrollbar {
        display: none;
    }

    scrollbar-width: none;
}

.to_do_list_plus_icon:before {
  color: #f3f4f6 !important;
}

.document-status-icon::before {
  color: #ffffff !important; 
}

.lowest-price-euro{
  position:absolute;
  top: 42px;
  right: 10px;
  height:100%;
}

.todolist_icon::before {
    color: #ffffff !important;
}

.todolist_gradient_button:hover > .todolist_icon::before {
    color: inherit !important; /* or any color you want */
}

.pipeline_icon:before {
  color: inherit !important;
}



