html,
body {
    height: 100%;
}

/*scrollbar*/
body::-webkit-scrollbar,
::-webkit-scrollbar {
    display: none;
}


/* font family start */
@font-face {
    font-family: 'Poppins light'; /* Font family name */
    /* Specify the Google Fonts URL as the source */
    src: url('./fonts/Poppins-Light.ttf');
    font-weight: 300; /* Specify the font weight */
}
@font-face {
    font-family: 'Poppins extra light'; /* Font family name */
    /* Specify the Google Fonts URL as the source */
    src: url('./fonts/Poppins-ExtraLight.ttf');
    font-weight: 200; /* Specify the font weight */
}
@font-face {
    font-family: 'Poppins'; /* Font family name */
    /* Specify the Google Fonts URL as the source */
    src: url('./fonts/Poppins-Regular.ttf');
    font-weight: 400; /* Specify the font weight */
}
@font-face {
    font-family: 'Poppins medium'; /* Font family name */
    /* Specify the Google Fonts URL as the source */
    src: url('./fonts/Poppins-Medium.ttf');
    font-weight: 400; /* Specify the font weight */
}
@font-face {
    font-family: 'Poppins bold'; /* Font family name */
    /* Specify the Google Fonts URL as the source */
    src: url('./fonts/Poppins-Bold.ttf');
    font-weight: 700; /* Specify the font weight */
}
@font-face {
    font-family: 'Poppins black'; /* Font family name */
    /* Specify the Google Fonts URL as the source */
    src: url('./fonts/Poppins-Black.ttf');
    font-weight: 900; /* Specify the font weight */
}
/* font family end */



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    appearance: textfield;
}

.member-row:hover .remove-icon {
    display: block;
}
.remove-icon {
    display: none;
}
.scroll-smooth {
    scroll-behavior: smooth;
}

.m-w-260 {
    min-width: 260px;
}

.bg-C9 {
    background-color: #c9c9c9;
}

.timeline-hover-bg {
    background-color: #8bd9bd33;
}

.m-h-220 {
    min-height: 220px;
}

.vue-pan-zoom-scene {
    outline: none !important;
}

.vm--overlay {
    background: rgba(35, 35, 38, 0.1) !important;
    backdrop-filter: blur(1px);
}

button:focus {
    outline: none !important;
}

input:focus,
textarea:focus {
    outline: none;
}

.focus-outline-none:focus {
    outline: none;
    border: none;
}

.full-height {
    height: 1080px;
}

.none-border {
    border: none;
}

.right {
    float: right;
}

.no-radius {
    border-radius: 0 !important;
}

.d-none {
    display: none;
}

.rotate-180 {
    transform: rotate(180deg);
}
.rotate-270 {
    transform: rotate(270deg);
}
.circle {
    border-radius: 50%;
}

.ws-scrollbar::-webkit-scrollbar {
    display: block;
    width: 2px;
}

.ws-scrollbar::-webkit-scrollbar-track {
    background: #b8b8b8;
}

.flex-3 {
    flex: 3;
}

.flex-1 {
    flex: 1;
}

.h-60 {
    height: 60px;
}

.ws-scrollbar::-webkit-scrollbar-thumb {
    background: #3d3d3d;
}

.i-window {
    /* max-width: 1920px; */
    width: 100%;
}

.i-browser-window {
    width: 1920px;
    height: 100vh;
}
option {
    background: #fff;
    color: #000;
}

.i-left-panel {
    width: 100%;
}
@media all and (min-width: 1280px) {
    .i-left-panel {
        width: 355px;
        min-height: 100vh;
        padding: 40px 40px 50px;
        background: #fff;
        box-shadow: 0 1px 6px rgba(44, 52, 65, 0.1);
    }
}
.i-build-left-panel {
    width: 355px;
    /* height : 1080px; */
    padding: 40px 40px 40px;
    background: #f3f3f3;
    /*bg-primary-two*/
}

@media all and (min-width: 1900px) {
    .i-right-panel {
        width: 1565px;
        flex-shrink: 0;
    }
}

.i-border-y-1\/2 {
    border-top-width: 0.5px;
    border-bottom-width: 0.5px;
}
.i-border-1 {
    border-width: 1px;
}

.i-border-2 {
    border-width: 2px;
}

.i-border-b-1 {
    border-bottom-width: 1px;
}

.i-border-b-2 {
    border-bottom-width: 2px;
}

.i-border-t-1 {
    border-top-width: 1px;
}

.i-border-l-1 {
    border-left-width: 1px;
}

.i-border-r-1 {
    border-right-width: 1px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.i-icon:hover {
    opacity: 1;
}

.i-bg-img-fit {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.nowrap {
    white-space: nowrap;
}

.ellipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*instrat menus*/
.i-user-avatar {
    width: 40px;
    height: 40px;
}

.i-options {
    margin-top: 55px;
}

.i-menu {
    width: 400px;
}

.i-menu-icon {
    width: 30px;
    height: 30px;
}

.i-menu-icon:hover {
    opacity: 1;
    /*border-width: 1px;*/
}

.ws-profile-menu {
    top: 40px;
    right: 0;
    background: #1c1c1d;
    border-radius: 2px;
    width: 140px;
    z-index: 99999;
}

.i-profile-menu:hover {
    opacity: 100;
}

.i-menu-pos {
    position: absolute;
    right: 0;
    top: 5px;
}
.pointer {
    position: absolute;
    z-index: 999999;
}

.triangle-div {
    top: -12px;
    left: -10px;
    font-size: 1.4rem;
}
.arrow-icon {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 20px solid;
    display: inline-block;
}
/* Flex or Grid gap space  */
.i-gap-11 {
    gap: 11px;
}

.i-gap-10 {
    gap: 10px;
}

.i-gap-15 {
    gap: 15px;
}

.i-gap-5 {
    gap: 5px;
}

.i-gap-9 {
    gap: 9px;
}

.i-gap-x-1-9 {
    grid-column-gap: 1.9rem;
}

.i-gap-y-180 {
    row-gap: 180px;
}

.i-gap-x-180 {
    column-gap: 180px;
}

/* Radius  */
.radius-1 {
    border-radius: 1px;
}
.radius-2 {
    border-radius: 2px;
}
.radius-5 {
    border-radius: 5px;
}

/*instrat menus*/

.ws-search-box {
    padding-left: 15px;
    padding-right: 24px;
    height: 40px;
}

/* font weight  */
.font-light {
    font-weight: 300;
}

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

.font-medium {
    font-weight: 500;
}

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

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

.font-extrabold {
    font-weight: 800;
}

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

/* Font weight */
.fw-bold {
    font-weight: bold;
}

/* Top position */
.-top-30 {
    top: -30px;
}

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

.-top-27 {
    top: -27px;
}

.top-10 {
    top: 10px;
}

/* Left position */
.-left-5 {
    left: -5px;
}

.-left-70 {
    left: -70px;
}

.-left-140 {
    left: -140px;
}

.left-20 {
    left: 20px;
}

.i-left-20 {
    left: 20px;
}

/* font size  */
.fs-8 {
    font-size: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-34 {
    font-size: 34px;
}
.fs-35 {
    font-size: 35px;
}

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

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

.fs-40 {
    font-size: 40px;
}
.fs-42 {
    font-size: 42px;
}

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

.fs-64 {
    font-size: 64px;
}
.fs-60 {
    font-size: 60px;
}
.fs-74 {
    font-size: 74px;
}

/* margin  */
.-i-mt-6 {
    margin-top: -6px;
}

.-i-mt-7 {
    margin-top: -7px;
}

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

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

.i-mt-1 {
    margin-top: 1px;
}

.i-mt-2 {
    margin-top: 2px;
}

.i-mt-3 {
    margin-top: 3px;
}

.i-mt-5 {
    margin-top: 5px;
}

.i-mt-6 {
    margin-top: 6px;
}

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

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

.i-mt-15 {
    margin-top: 15px;
}

.i-mt-25 {
    margin-top: 25px;
}

.i-mt-22 {
    margin-top: 22px;
}

.i-mt-28 {
    margin-top: 28px;
}

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

.i-mt-33 {
    margin-top: 33px;
}
.i-mt-34 {
    margin-top: 34px;
}

.i-mt-35 {
    margin-top: 35px;
}

.i-mt-36 {
    margin-top: 36px;
}

.i-mt-38 {
    margin-top: 38px;
}

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

.i-mt-44 {
    margin-top: 44px;
}

.i-mt-45 {
    margin-top: 45px;
}

.i-mt-50 {
    margin-top: 50px;
}
.i-mt-50 {
    margin-top: 50px;
}
.i-mt-53 {
    margin-top: 53px;
}
.i-mt-55 {
    margin-top: 55px;
}

.i-mt-60 {
    margin-top: 60px;
}
.i-mt-65 {
    margin-top: 65px;
}
.i-mt-70 {
    margin-top: 70px;
}
.i-mt-73 {
    margin-top: 73px;
}
.i-mt-76 {
    margin-top: 76px;
}
.i-mt-94 {
    margin-top: 94px;
}
.i-mt-90 {
    margin-top: 90px;
}
.i-mt-107 {
    margin-top: 107px;
}
.i-mt-103 {
    margin-top: 103px;
}
.i-mt-140 {
    margin-top: 140px;
}

.i-my-2 {
    margin: 0 2px;
}

.i-mr-2 {
    margin-right: 2px;
}
.i-mr-9 {
    margin-right: 9px !important;
}
.i-mr-7 {
    margin-right: 7px !important;
}
.i-mr-10 {
    margin-right: 10px;
}

.i-mr-30 {
    margin-right: 30px;
}

.i-mr-34 {
    margin-right: 34px;
}

.i-mr-35 {
    margin-right: 35px;
}

.i-mr-36 {
    margin-right: 36px;
}

.i-mr-60 {
    margin-right: 60px;
}

.i-mr-76 {
    margin-right: 76px;
}

.i-mr-5 {
    margin-right: 5px;
}

.i-mr-15 {
    margin-right: 15px;
}

.i-mr-25 {
    margin-right: 25px;
}

.i-mr-28 {
    margin-right: 28px;
}
.i-ml-6 {
    margin-left: 6px;
}

.-i-ml-9 {
    margin-left: -9px;
}

.-i-ml-8 {
    margin-left: -8px;
}

.-i-ml-7 {
    margin-left: -7px;
}

.-i-ml-6 {
    margin-left: -6px;
}

.-i-ml-5 {
    margin-left: -5px;
}

.i-ml-2 {
    margin-left: 2px;
}

.i-ml-5 {
    margin-left: 5px;
}

.i-ml-10 {
    margin-left: 10px;
}

.i-ml-14 {
    margin-left: 14px;
}

.i-ml-15 {
    margin-left: 15px;
}

.i-ml-25 {
    margin-left: 25px;
}

.i-ml-28 {
    margin-left: 28px;
}

.i-ml-30 {
    margin-left: 30px;
}

.i-ml-34 {
    margin-left: 34px;
}

.i-ml-35 {
    margin-left: 35px;
}

.i-ml-36 {
    margin-left: 36px;
}

.i-ml-39 {
    margin-left: 39px;
}

.i-ml-38 {
    margin-left: 38px;
}

.i-ml-43 {
    margin-left: 43px;
}

.i-ml-58 {
    margin-left: 58px;
}

.i-ml-60 {
    margin-left: 60px;
}
.i-ml-63 {
    margin-left: 63px;
}
.i-ml-72 {
    margin-left: 72px;
}

.i-ml-76 {
    margin-left: 76px;
}

.i-ml-77 {
    margin-left: 77px;
}
.i-ml-160 {
    margin-left: 160px;
}

.i-ml-336 {
    margin-left: 336px;
}

.i-ml-355 {
    margin-left: 355px;
}

.i-mb-2 {
    margin-bottom: 2px;
}

.i-mb-3 {
    margin-bottom: 3px;
}

.i-mb-5 {
    margin-bottom: 5px;
}

.i-mb-6 {
    margin-bottom: 6px;
}

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

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

.i-mb-11 {
    margin-bottom: 11px;
}

.i-mb-25 {
    margin-bottom: 25px;
}

.i-mb-23 {
    margin-bottom: 23px;
}

.i-mb-28 {
    margin-bottom: 28px;
}

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

.i-mb-34 {
    margin-bottom: 34px;
}

.i-mb-35 {
    margin-bottom: 35px;
}

.i-mb-36 {
    margin-bottom: 36px;
}

.i-mb-45 {
    margin-bottom: 45px;
}

.i-mb-40 {
    margin-bottom: 40px;
}

.i-mb-43 {
    margin-bottom: 43px;
}

.i-mb-44 {
    margin-bottom: 44px;
}

.i-mb-50 {
    margin-bottom: 50px;
}

.i-mb-52 {
    margin-bottom: 52px;
}

.mt-9 {
    margin-top: 36px;
}

.mb-9 {
    margin-bottom: 36px;
}

.ml-11 {
    margin-left: 44px;
}

/* padding  */
.i-p-2 {
    padding: 2px;
}

.i-p-5 {
    padding: 5px;
}

.i-p-10 {
    padding: 10px;
}

.i-p-15 {
    padding: 15px;
}

.i-p-18 {
    padding: 18px;
}

.i-p-25 {
    padding: 25px;
}

.i-p-30 {
    padding: 30px;
}

.i-p-40 {
    padding: 40px;
}

.i-pb-2 {
    padding-bottom: 2px;
}

.i-pb-5 {
    padding-bottom: 5px;
}

.i-pt-2 {
    padding-top: 2px;
}

.i-pt-3 {
    padding-top: 3px;
}

.i-pt-5 {
    padding-top: 5px;
}

.i-pt-6 {
    padding-top: 6px;
}

.i-pt-7 {
    padding-top: 7px;
}

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

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

.i-pt-18 {
    padding-top: 18px;
}

.i-pt-25 {
    padding-top: 25px;
}

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

.i-pt-34 {
    padding-top: 34px;
}

.i-pt-35 {
    padding-top: 35px;
}

.i-pt-36 {
    padding-top: 36px;
}

.i-pt-56 {
    padding-top: 56px;
}

.i-pt-60 {
    padding-top: 60px;
}

.i-pb-10 {
    padding-bottom: 10px;
}

.i-pb-18 {
    padding-bottom: 18px;
}

.i-pb-19 {
    padding-bottom: 19px;
}

.i-pr-2 {
    padding-right: 2px;
}

.i-pr-5 {
    padding-right: 5px;
}

.i-pr-10 {
    padding-right: 10px;
}

.i-pr-13 {
    padding-right: 13px;
}

.i-pr-15 {
    padding-right: 15px;
}

.i-pr-25 {
    padding-right: 25px;
}

.i-pr-30 {
    padding-right: 30px;
}

.i-pr-34 {
    padding-right: 34px;
}

.i-pr-35 {
    padding-right: 35px;
}

.i-pr-36 {
    padding-right: 36px;
}

.i-pr-38 {
    padding-right: 38px;
}

.i-pr-65 {
    padding-right: 65px;
}

.i-pr-133 {
    padding-right: 133px;
}

.i-pb-15 {
    padding-bottom: 15px;
}

.i-pb-25 {
    padding-bottom: 25px;
}

.i-pb-30 {
    padding-bottom: 30px;
}

.i-pb-34 {
    padding-bottom: 34px;
}

.i-pb-35 {
    padding-bottom: 35px;
}

.i-p-82 {
    padding: 82px;
}

.i-pl-5 {
    padding-left: 5px;
}

.i-pl-10 {
    padding-left: 10px;
}

.i-pl-15 {
    padding-left: 15px;
}

.i-pl-19 {
    padding-left: 19px;
}

.i-pl-25 {
    padding-left: 25px;
}

.i-pl-30 {
    padding-left: 30px;
}

.i-pl-34 {
    padding-left: 34px;
}

.i-pl-35 {
    padding-left: 35px;
}

.i-pl-36 {
    padding-left: 36px;
}

.i-pl-51 {
    padding-left: 51px;
}

.i-pl-62 {
    padding-left: 62px;
}
.i-pl-100 {
    padding-left: 100px;
}

.i-p-80 {
    padding: 80px;
}

.i-pb-36 {
    padding-bottom: 36px;
}

.i-pb-50 {
    padding-bottom: 50px;
}

/*special padding*/
/*special padding*/

/*negative margin*/
.i-n-mt-4 {
    margin-top: -4px;
}

.i-n-mr-4 {
    margin-right: -4px;
}

.i-n-mt-9 {
    margin-top: -9px;
}

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

.i-n-mr-10 {
    margin-right: -10px;
}

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

.i-n-mr-16 {
    margin-right: -16px;
}

.i-n-mr-18 {
    margin-right: -18px;
}

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

.i-n-ml-20 {
    margin-left: -20px;
}

.i-n-mt-25 {
    margin-top: -25px;
}

.i-n-mt-35 {
    margin-top: -35px;
}

/** absolute position **/
.i-bottom-30 {
    bottom: 30px;
}

.i-bottom-9 {
    bottom: 9px;
}

.i-right-2 {
    right: 2px;
}

.i-right-6 {
    right: 6px;
}

.i-right-n-2 {
    right: -2px;
}

.i-right-14 {
    right: 14px;
}

.i-right-19 {
    right: 19px;
}

.i-bottom-22 {
    bottom: 22px;
}

.i-bottom-10 {
    bottom: 10px;
}

.i-bottom-14 {
    bottom: 14px;
}

.i-top-0 {
    top: 0;
}

.-i-top-12 {
    top: -12x;
}

.i-top-2 {
    top: 2px;
}

.i-top-10 {
    top: 10px;
}

.i-top-53 {
    top: 53px;
}
.i-top-48 {
    top: 48px;
}
.i-top-70 {
    top: 70px;
}

.i-top-293 {
    top: 293px;
}

/** absolute position **/

/*opacity*/
.opacity-10 {
    opacity: 0.1;
}

.opacity-40 {
    opacity: 0.4;
}

.opacity-60 {
    opacity: 0.6;
}

/*height*/
.i-h-10 {
    height: 10px;
}

.i-h-14 {
    height: 14px;
}

.i-h-13 {
    height: 13px;
}

.i-h-16 {
    height: 16px;
}

.i-h-20 {
    height: 20px;
}

.i-h-25 {
    height: 25px;
}

.i-h-21 {
    height: 21px;
}

.i-h-30 {
    height: 30px;
}

.i-h-31 {
    height: 31px;
}

.i-h-60 {
    height: 60px;
}

.i-h-40 {
    height: 40px;
}
.i-h-42 {
    height: 42px;
}
.i-h-50 {
    height: 50px;
}

.i-h-53 {
    height: 53px;
}

.i-h-80 {
    height: 80px;
}

.i-h-105 {
    height: 105px;
}

.i-h-83 {
    height: 83px;
}

.i-h-111 {
    height: 111px;
}
.i-h-145 {
    height: 145px;
}

.i-h-214 {
    height: 214px;
}
.i-h-281 {
    height: 281px;
}

.i-h-335 {
    height: 335px;
}

.i-h-562 {
    height: 562px;
}

.i-h-920 {
    height: 920px;
}

/* width */
.i-max-w-215 {
    max-width: 215px;
}

.i-max-w-768 {
    max-width: 768px;
}

.i-max-w-768 {
    width: 704px;
}

.i-min-w-220 {
    min-width: 220px;
}

.i-w-147 {
    width: 147px;
}
.i-w-345 {
    width: 345px !important;
}
.i-w-116 {
    width: 116px;
}

.i-w-130 {
    width: 130px;
}
.i-w-138 {
    width: 138px;
}
.i-w-181 {
    width: 181px;
}

.i-w-13 {
    width: 13px;
}
.i-w-32 {
    width: 32px;
}
.i-w-19 {
    width: 19px;
}

.i-w-136 {
    width: 136px;
}
.i-w-159 {
    width: 159px;
}

.i-w-209 {
    width: 209px;
}
.i-w-356 {
    width: 356px;
}
.i-w-394 {
    width: 394px;
}

.i-w-300 {
    width: 300px;
}
.i-w-320 {
    width: 320px;
}

.i-w-36 {
    width: 36px;
}

.i-w-30 {
    width: 30px;
}

.i-w-50 {
    width: 50px;
}

.i-w-60 {
    width: 60px;
}

.i-w-61 {
    width: 61px;
}

.i-w-42 {
    width: 42px;
}

.i-w-70 {
    width: 70px;
}

.i-w-75 {
    width: 75px;
}

.i-w-72 {
    width: 72px;
}

.i-w-7 {
    width: 7px;
}

.i-w-14 {
    width: 14px;
}

.i-w-10 {
    width: 10px;
}

.i-w-21 {
    width: 21px;
}
.i-w-85 {
    width: 85px;
}
.i-w-98 {
    width: 98px;
}

.i-w-111 {
    width: 111px;
}

.i-w-120 {
    width: 120px;
}
.i-w-57 {
    width: 57px;
}
.i-w-410 {
    width: 410px;
}

.i-w-225 {
    width: 225px;
}

.i-w-200 {
    width: 200px;
}

.i-w-278 {
    width: 278px;
}

.i-w-220 {
    width: 220px;
}

.i-w-360 {
    width: 360px;
}

.i-w-420 {
    width: 420px;
}
.i-w-540 {
    width: 540px;
}

.i-w-1066 {
    width: 1066px;
}

.text-rotate-90 {
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

.layout-title-rotate-90 {
    writing-mode: vertical-rl;
}

.vertical-lr {
    writing-mode: vertical-lr;
}

/* Master template css */
.communicator-template-container {
    width: var(--template-width);
    height: var(--template-height);
    margin-bottom: 20px;
    aspect-ratio: var(--template-aspect-ratio);
}

.communicator-template-preview-container {
    width: 1460px;
    height: 815px;
    margin-bottom: 20px;
    /* aspect-ratio: var(--template-aspect-ratio); */
}

.communicator__template--wrapper {
    width: var(--template-width);
    height: var(--template-height);
}

.communicator__template--wrapper.scale-down {
    transform: scale(0.6533);
    transform-origin: 0 0;
}
.template-wrapper-width-normal {
    width: 1256px;
    height: 706px;
}
.template-wrapper-width-fullscreen {
    width: 1920px;
    height: 1080px;
}

.content-box-overlay::before {
    content: '';
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    inset: 0;
    background-color: rgba(129, 129, 129, 0.5);
}

/*workspace*/
.ws-box {
    width: 40px;
    height: 40px;
}

.ws-folder-button {
    height: 50px;
}

.ws-folder-box {
    margin-top: 53px;
    height: 385px;
}

.ws-share-box {
    margin-top: 57px;
}

.ws-social-icon {
    filter: invert(0.8);
}

.ws-heading-box {
    margin: 40px 0px 0 0px;
    padding-bottom: 44px;
}
@media all and (min-width: 1536px) {
    .ws-heading-box {
        margin: 40px 20px 0 0px;
        padding-bottom: 44px;
    }
}

.ws-settings-heading {
    padding-bottom: 0;
}
.ws-dashboard-heading-box {
    margin: 43px 50px 0 40px;
}
.ws-pr-dashboard-heading-box {
    margin: 40px 50px 0 40px;
}
.ws-action-box {
    margin-top: 40px;
}
.ws-settings-pos {
    margin-top: 65px;
    margin-right: 18px;
}
.ws-search-width {
    width: 463px;
}

.ws-select-dropdown {
    height: 40px;
}

.ws-select-dropdown:focus {
    outline: 0;
}

.ws-selector {
    outline: 0;
}

.ws-browse-all {
    right: 80px;
    top: 0;
}

.ws-carousel-box .owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    right: -10px;
    top: -61px;
    display: flex;
}

.ws-carousel-box .owl-theme .owl-nav [class*='owl-'] {
    background: transparent !important;
    color: #1c1c1d !important;
    font-weight: bolder;
    font-size: 20px !important;
}

.ws-carousel-box-item {
    width: 214px;
    height: 114px;
}

.ws-pr-title {
    margin-right: 50px;
}

.ws-project-initial {
    margin-top: 32px;
}

.ws-projects-box {
    height: 478px;
}

.ws-project-box-item {
    height: 214px;
    width: 462px;
}

.ws-project-menus {
    top: 15px;
    right: 0;
    width: 120px;
}

.ws-board-title-pos {
    top: 8px;
}

.ws-board-pos {
    margin-top: 70px;
}

.ws-checkbox {
    border-radius: 1px;
}

.dotted-notification {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 0;
    right: 2px;
}

/*workspace*/

/*ws project styles*/
.ws-settings {
    height: 860px;
    margin: 31px 30px 50px 40px;
}

.ws-style-module {
    padding: 15px 30px 24px 30px;
}

.ws-style-minimize {
    height: 50px;
}

.ws-color-bg {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

.ws-circle-box {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-top: 3px;
}

.ws-module-c1 {
    width: 6%;
}

.ws-module-c2 {
    width: 15%;
}

.ws-module-c3 {
    width: 28%;
}

.ws-module-c4 {
    width: 14%;
}

.ws-module-c5 {
    width: 14%;
}

.ws-preview {
    top: 95px;
    right: 62px;
}

.ws-preview-h {
    height: 32px;
    width: 176px;
}

/*ws project styles*/

/*ws project role */
.ws-table-icon {
    width: 24px;
    height: 24px;
}

/*ws project role */

/** workspace create modal **/
.ws-modal-role-selector {
    top: 0;
    right: 16px;
}

.modal-collaborators span {
    display: inline-block;
    height: 34px;
}

/*workspace create modal*/

/*project create modal*/
.ws-suggestion-box {
    width: 380px;
}

/*project create modal*/

/*save style modal*/
.ws-modal-mr {
    margin-left: 70px;
}
.minimum-shadow {
    box-shadow: 0px 2px 8px rgba(44, 52, 65, 0.1);
}
.ws-modal-item-selector {
    height: 50px;
}

.ws-update-list {
    max-height: 420px;
}

.ws-update-item:hover {
    opacity: 100;
    border-width: 1px;
}

.open-list-btn {
    right: 15px;
    top: 0;
}

/*save style modal*/

/* landing page styles */
.landing-page-logo {
    width: 570px;
}

.landing-page-container {
    width: 1160px;
}

.feature-link:before {
    content: '';
    position: absolute;
    left: 20%;
    bottom: -5px;
    height: 3px;
    width: 60%;
    background-color: #1c1c1d;
}

/* Hide the default checkbox */
input[type='checkbox'] {
    visibility: hidden;
}
input[type='text'] {
    background: transparent;
}
/* Creating a custom checkbox
  based on demand */
.geekmark {
    position: absolute;
    bottom: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border-radius: 2px;
    cursor: pointer;
}

.geekmark:after {
    content: '';
    position: absolute;
    display: none;
}

/* Display checkmark when checked */
.main input:checked ~ .geekmark:after {
    display: block;
}

/* Styling the checkmark using webkit */
/* Rotated the rectangle by 45 degree and
  showing only two border to make it look
  like a tickmark */
.main .geekmark:after {
    left: 5px;
    bottom: 3px;
    width: 4px;
    height: 10px;
    border: solid #3d3d3d;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.unauth-logo {
    width: 274px;
}

.left-bg-part {
    width: 1170px;
    padding: 200px;
}

.right-form-part {
    width: 750px;
    padding-left: 108px;
    padding-right: 108px;
}

.input-box {
    padding-left: 28px;
    border-radius: 4px;
}

.input-box .absolute {
    left: 28px;
}

.form-input {
    height: 60px;
    color: #8d8d8d;
}

.form-input::placeholder {
    color: #8d8d8d;
}

.unauth-button {
    width: 533px;
    max-width: 100%;
}

form {
    margin-top: 60px;
}

/* auth pages styles  */

/*build design*/
.bld-navigation {
    height: 795px;
    margin-left: -40px;
    margin-right: -40px;
}

.bld-contents {
    height: 483px;
}

.bld-transition-tiles {
    overflow-x: scroll;
    width: 1470px;
}

.bld-item-vertical-text-short {
    left: 0px;
    bottom: 30px;
    transform-origin: 10% 94%;
    width: 300px;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 10px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bld-item-vertical-text-long {
    left: -17px;
    bottom: 30px;
    transform-origin: 10% 94%;
    width: 480px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 10px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bld-vertical-tile {
    height: 460px;
}

.bld-level-scroll {
    height: 426px;
}

.bld-expand-level-scroll {
    height: 344px;
}
.all-level-scroll {
    height: 425px;
}
.except-first-level-scroll {
    height: 350px;
}
.except-first-level-scroll-full {
    height: 840px !important;
}

.bld-level-w {
    width: 275px;
}

.bld-idnt-expand {
    margin-top: 80px;
}

.bld-bottom-card {
    width: 335px;
    height: 132px;
}

.bld-bottom-card-h {
    height: 296px;
}

.bld-txtarea {
    height: 75px;
    margin-top: -1px;
}

.hor-tiles-max {
    height: 132px;
}

.bld-bottom-search {
    width: 335px;
}

.bld-global-chevron {
    top: 0;
    right: 0;
}

.bld-global-opt {
    top: 50px;
    left: 0;
    z-index: 9;
}

.bld-global-h {
    height: 214px;
}

.bld-tag {
    top: 15px;
    right: 15px;
}

.bld-full-w-no-left {
    width: 1920px;
}

.bld-full-regular-no-left {
    width: 1840px;
}

.bld-full-max-no-left {
    width: 1840px;
    margin-top: -8px;
}

.bld-full-screen {
    height: 905px;
}

.bld-contents-full {
    height: 905px;
}

.bld-full-vertical-tile {
    height: 870px;
}

.bld-full-level-scroll {
    height: 820px;
}

.bld-full-expand-level-scroll {
    height: 739px;
}

.bld-shadow-height {
    height: 475px;
}

.bld-full-shadow-height {
    height: 885px;
}

.bld-minimize-bar {
    margin-right: -26px;
}

.full-screen-logo {
    top: 40px;
    left: 40px;
}

.zero-padding {
    padding: 0;
}

.bld-l1-bar {
    height: 381px;
}

.bld-full-l1-bar {
    height: 791px;
}

.bld-selector-div {
    margin-right: 2px;
}

.bld-bottom-selector {
    width: 150px;
}

.bld-bottom-level-indicator {
    bottom: 5px;
    right: 10px;
}

.bld-l-circle {
    width: 6px;
    height: 6px;
}

.bld-global-item {
    bottom: 0;
    height: 108px;
    opacity: 0.9;
}

.bld-global-level {
    width: 56px;
    height: 20px;
}

.bld-global-project-div {
    height: 94px;
}

.bld-content-area,
.bld-content-area-alt {
    resize: none;
}

.bld-tag-size {
    min-width: 75px;
    height: 28px;
}

.bld-content-area::placeholder {
    color: #e2e2e2;
}

.bld-content-area-alt::placeholder {
    color: #8d8d8d;
}

.border-color-transparent {
    border-color: transparent;
}

/*build design*/

/* profile page styles */
.profile-heading-box {
    margin: 40px 65px 0 40px;
}

.profile-pic-holder {
    margin-top: 60px;
}

.dashboard-area-selection {
    width: 500px;
}

.propic-upload-button {
    bottom: 5px;
}

.user-com-location {
    margin-top: 5px;
}

.user-conn-btn {
    margin-top: 2px;
}

.divider-line-div {
    height: 1px;
}

.profile-side-box {
    max-height: 530px;
}

.functional-info {
    width: 600px;
}

.functional-info > div:last-child .fun-title,
.functional-info > div:last-child .fun-desc {
    margin-bottom: 0;
}

.fun-title {
    min-width: 190px;
}

.fun-desc {
    min-width: 300px;
}

.biography {
    width: 850px;
}

.bio-desc {
    max-height: 140px;
    white-space: pre-wrap;
}

.contr-item {
    width: 450px;
    height: 215px;
    padding: 25px 30px;
}

.contr-status span {
    min-width: 80px;
}

.contr-container {
    max-height: 480px;
}

/* profile page styles */

/* profile settings page styles */
.form-container {
    width: 1020px;
}

.setting-form {
    margin-bottom: 48px;
}

.form-group {
    width: 48.5%;
}

.setting-form .form-group:last-child {
    margin-left: 40px;
}

.form-input {
    height: 40px;
    padding: 10px 15px;
}

.form-input::placeholder {
    color: #8d8d8d;
    opacity: 1;
    font-size: 14px;
}

.form-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8d8d8d;
    font-size: 14px;
}

.form-input:-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 14px;
}

.form-input::-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 14px;
}

.form-input:-webkit-autofill,
.form-input:-webkit-autofill:hover,
.form-input:-webkit-autofill:focus,
.form-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ededed inset !important;
    -webkit-text-fill-color: #8d8d8d !important;
    font-family: Poppins;
    font-size: 14px;
}

.save {
    padding: 10px 25px;
    vertical-align: middle;
}

.img-container {
    width: 230px;
    margin-right: 115px;
    margin-top: 90px;
}

.img-container .img-text {
    width: 210px;
}

/* profile settings page styles */

/* profile plans page styles */
.plans-note-div {
    width: 650px;
    margin-bottom: 40px;
}

.plan-item-card {
    width: 310px;
    height: 540px;
    padding: 40px 50px;
}

/* profile plans page styles */

/* profile contribution page styles */
.contr-info {
    width: 488px;
}

.contr-list {
    width: 930px;
}

.contr-card {
    height: 540px;
}

.chart-div {
    height: 420px;
}

.chart-div > div.absolute {
    height: 386px;
}

.bar-cont {
    width: 142px;
}

.bar-cont div {
    width: 80px;
    border-radius: 0px 2px 2px 0px;
}

.bar-val {
    top: -24px;
}

.bar-title {
    bottom: -24px;
}

/* profile contribution page styles */

/*scenario dashboard*/
.page-heading-title {
    top: 65px;
}

.scenario-action-box {
    margin-top: 70px;
}

.scenario-left-box {
    height: 660px;
}

/* .scenario-content-box {
    height: 800px;
} */

.scenario-item-box {
    width: 462px;
    height: 241px;
}

.scenario-dashboard-ml {
    margin-left: 37px;
}

/*scenario dashboard*/

/*programmatic default screen*/
.global-navigation {
    height: 755px;
    margin-left: -40px;
    margin-right: -40px;
}
.w-144 {
    width: 9.25rem;
}
.w-244 {
    width: 15.25rem;
}
.pr-left-content {
    height: inherit;
}

.pr-item:hover {
    z-index: 1;
}

.pr-hover-div {
    right: 0;
    top: 0;
    display: none;
    z-index: 9;
}

.pr-item:hover .pr-hover-div {
    display: flex;
}

.pr-default-screen-container {
    height: 885px;
}

.pr-long-bar {
    width: 40px;
    height: 870px;
}

.pr-bar-title {
    transform-origin: 7% 60%;
    width: 480px;
    left: -11px;
    bottom: 39px;
}

.pr-bar-level-box {
    width: 20px;
    height: 3px;
    background: #c9c9c9;
    margin-bottom: 4px;
}

.pr-select-dropdown:focus {
    border: none;
    outline: none;
}

.pr-wide-bar-range {
    width: 260px;
}

.pr-prop-value-pos {
    top: -18px;
    right: 0;
}

.pr-content-area {
    resize: none;
}

.pr-icon:hover {
    opacity: 1;
}

.pr-page-navigations {
    top: 62px;
    left: 80px;
}

.full-pr-page-navigations {
    left: 110px;
}

.pr-v-page-navigation {
    left: 0;
}

.pr-v-full-page-navigation {
    left: 50px;
}

.pr-long-title-div {
    width: 40px;
    height: 760px;
}

.prp-lft-title {
    width: 220px;
}

.prg-lft-title {
    width: 245px;
}

/*programmatic default screen*/

/*programmatic visualizer screen*/
.pr-visualizer-menus {
    top: 100px;
    right: 55px;
}

.pr-v-module-item {
    width: 119px;
    text-overflow: ellipsis;
}

.visualizer-div {
    margin-top: 34px !important;
}

.pr-visualizer-item-root-box {
    height: 820px;
    overflow-y: auto;
}

.visual-plus-img:hover {
    opacity: 1;
}

.visual-item {
    width: 14px;
    min-height: 20px;
    border-radius: 2px;
}

.visual-item-pl {
    margin-left: 15px;
}

.visual-item-root-part {
    margin-top: 20px;
}

.visual-item-root-part:first-child {
    margin-top: 0;
}

.visual-plus-img:hover {
    opacity: 1;
}

.visual-item-part {
    margin-top: 10px;
}

.visual-item-part:first-child {
    margin-top: 0;
}

.prog-module-initial-box {
    width: 480px;
    /** will add 60px for each property if property more than one **/
}

.pr-no-property {
    /*margin-top: 22px;*/
    margin-top: 1px;
}

.pr-view-mode-1 {
    margin-top: 43px;
}

.pr-view-mode-2 {
    margin-top: 64px;
}

/*programmatic visualizer screen*/

/*newsletter screen*/
@media (min-width: 320px) {
    .xs\:col-span-12 {
        grid-column: span 12 / span 12;
    }

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

    .h-mt-16 {
        margin-top: 1rem;
    }
}

.newsletter-px {
    padding: 2rem 2rem;
}

.newsletter-txt {
    padding-top: 2rem;
}

.txt-pos {
    margin-top: 2rem;
}

.h-fs-34 {
    font-size: 16px;
}

.h-fs-32 {
    font-size: 16px;
}

.h-fs-24 {
    font-size: 14px;
}

.h-fs-20 {
    font-size: 14px;
}

.h-fs-18 {
    font-size: 14px;
}

.h-fs-16 {
    font-size: 16px;
}

.unauth-button {
    width: 100%;
}

.h-form-mt {
    margin-top: 1.75rem;
}

.h-h60 {
    height: 3rem;
}

@media (min-width: 576px) {
    .newsletter-px {
        padding: 4rem 2rem;
    }

    .newsletter-txt {
        padding-top: 2rem;
    }

    .txt-pos {
        margin-top: 2rem;
    }

    .h-fs-34 {
        font-size: 16px;
    }

    .h-fs-32 {
        font-size: 16px;
    }

    .h-fs-24 {
        font-size: 14px;
    }

    .h-fs-20 {
        font-size: 14px;
    }

    .h-fs-18 {
        font-size: 14px;
    }

    .h-form {
        width: 100%;
        padding: 0 3rem;
    }

    .h-form-mt {
        margin-top: 1.75rem;
    }

    .h-h60 {
        height: 3rem;
    }

    .h-fs-48 {
        font-size: 24px;
    }

    .h-mt-16 {
        margin-top: 2.5rem;
    }

    .h-logo {
        width: 280px;
    }
}

@media (min-width: 768px) {
    .newsletter-px {
        padding: 2rem 4rem;
    }

    .newsletter-rightpx {
        padding-top: 4rem;
    }

    .newsletter-txt {
        padding-top: 2rem;
    }

    .txt-pos {
        margin-top: 2rem;
    }

    .h-fs-34 {
        font-size: 22px;
    }

    .h-fs-32 {
        font-size: 22px;
    }

    .h-fs-24 {
        font-size: 18px;
    }

    .h-fs-20 {
        font-size: 18px;
    }

    .h-fs-18 {
        font-size: 18px;
    }

    .h-form {
        width: 100%;
        padding: 0 4rem;
    }

    .h-form-mt {
        margin-top: 2.25rem;
    }

    .h-h60 {
        height: 3rem;
    }

    .h-fs-48 {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    .newsletter-px {
        padding: 3rem 4rem;
    }

    .newsletter-rightpx {
        padding-top: 4rem;
    }

    .h-form {
        padding: 0 12rem;
    }

    .h-mt-16 {
        margin-top: 3rem;
    }

    .h-fs-48 {
        font-size: 32px;
    }
}

@media (min-width: 1280px) {
    .newsletter-px {
        /* padding: 4rem 4.688rem; */
        padding: 3rem 2rem;
    }

    .h-form {
        padding: 0 2rem;
    }

    .h-home-full {
        height: 100vh;
        overflow-y: auto;
    }

    .h-fs-48 {
        font-size: 40px;
    }
}

@media (min-width: 1536px) {
    .h-form {
        padding: 0 4rem;
    }
}

@media (min-width: 1920px) {
    .newsletter-px {
        padding: 8rem 4rem;
    }

    .newsletter-txt {
        padding-top: 4rem;
    }

    .txt-pos {
        margin-top: 3rem;
    }

    .h-logo {
        width: 280px;
    }

    .h-fs-34 {
        font-size: 24px;
    }

    .h-fs-32 {
        font-size: 32px;
    }

    .h-fs-24 {
        font-size: 24px;
    }

    .h-fs-20 {
        font-size: 20px;
    }

    .h-fs-18 {
        font-size: 18px;
    }

    .h-h60 {
        height: 60px;
    }

    .h-form-mt {
        margin-top: 3rem;
    }

    .newsletter-rightpx {
        padding-top: 10rem;
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

/*newsletter screen*/

/*assessment screen*/
.i-rp-layer-1 {
    padding-left: 40px;
    padding-right: 65px;
}

.assess-table {
    padding-left: 40px;
    padding-right: 30px;
    margin-right: 32px;
}

.assess-table-data {
    padding-left: 40px;
    padding-right: 30px;
    margin-right: 32px;
    height: 772px;
}

.assess-menu-box {
    top: 60px;
}

.i-root-layer {
    padding-left: 40px;
    padding-right: 65px;
}

.info-div {
    height: 547px;
    margin-top: 56px;
}

.assess-submit:hover {
    color: #2b80ad;
}

.assess-root-box {
    height: 870px;
}

.send-info-box {
    height: 710px;
}

.vue-tags-width {
    max-width: 970px !important;
}

.vue-tags-input {
    background: transparent !important;
    max-width: 1060px;
}

.ti-input {
    border: none !important;
}

.ti-new-tag-input-wrapper input {
    background: transparent !important;
    color: #1c1c1d;
    font-family: 'Poppins', sans-serif;
    width: 200px;
}

.ti-new-tag-input-wrapper input::placeholder {
    color: #8d8d8d;
}

.ti-tag {
    background-color: #e2e2e2 !important;
    color: #1c1c1d !important;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.assess-preview-l-list {
    height: 712px;
    margin-left: -40px;
    margin-right: -40px;
    padding-bottom: 20px;
}

.shadow-adjust {
    margin-left: -40px;
    margin-right: -40px;
}

.assess-input-picker {
    background: transparent;
    font-size: 14px;
    color: #1c1c1d;
    width: 100px;
    font-family: 'Poppins', sans-serif;
}

.assess-input-picker::placeholder {
    color: #8d8d8d;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.picker-img {
    position: absolute;
    right: 10px;
    top: 8px;
}

.assess-middle-layer {
    width: 1070px;
}

.assessment-preview-div {
    height: 835px;
}

.col1 {
    width: 250px;
    margin-right: 54px;
}

.assess-last-layer {
    width: 350px;
}

.assess-last-layer-headings {
    padding: 15px 55px;
}

.assess-right-h {
    height: 815px;
}

.assess-insight-h {
    height: 788px;
}

.assess-acceptance-box {
    width: 1460px;
}

.assess-acceptance {
    padding: 70px;
    height: 850px;
}

.assess-cover-image {
    width: 566px;
}

.assess-img-pb {
    padding-bottom: 50px;
}

.assess-accept-btn {
    padding-left: 90px;
    padding-right: 90px;
}

.assess-accept-btn:hover {
    opacity: 0.75;
}

/*assessment screen*/

/*brainstorm screen*/
.brainstorm-navigation {
    max-height: 805px;
    margin-left: -40px;
    margin-right: -40px;
}

.picker-section > .color-block {
    width: 16px;
    height: 10px;
}

/*brainstorm screen*/
.workspace-scroll {
    max-width: 215px;
    overflow-x: auto;
}

[contenteditable='true']:empty:before {
    content: attr(placeholder);
    pointer-events: none;
    display: block;
    /* For Firefox */
    color: #8d8d8d;
    font-weight: 300;
}

/** property **/
.prop-picker-section > .color-block {
    width: 30px;
    height: 16px;
    border-radius: 4px;
}

/** property **/

/** roadmaps styles **/
.widget-content-post {
    top: -22px;
    left: 6px;
}

.widget-delete {
    top: -20px;
    right: 6px;
}

.settings-widget {
    width: 250px;
    min-height: 624px;
    max-height: 724px;
    margin-left: 5px;
    margin-right: 5px;
}

.widget-item {
    height: 20px;
}

.ls-5 {
    letter-spacing: 0.05em;
}

.group-width {
    width: 566px;
}

.minimized-bar {
    height: calc(100% - 100px);
}

/** roadmaps styles **/

/** Communicator styles **/
.inst-dropdown:focus {
    outline: none;
}

.none-resize {
    resize: none;
}

.prop-item-desc {
    margin-top: -1px;
    height: auto;
}

.snap-start {
    scroll-snap-align: start;
}

.snap-y {
    scroll-snap-type: y mandatory;
}

/** Communicator styles **/

.top-1-2 {
    top: 50%;
}

.left-1-2 {
    left: 50%;
}

.px-6px {
    padding-left: 6px;
    padding-right: 6px;
}

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

.mx-6px {
    margin-left: 6px;
    margin-right: 6px;
}

.my-6px {
    margin-top: 6px;
    margin-bottom: 6px;
}

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

.line-height-250per {
    line-height: 250%;
}

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

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

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

.gap-6px {
    gap: 6px;
}

.text-dynamic-color {
    color: var(--color);
}

.showDropdown {
    color: #616161;
}
.text-color-616161 {
    color: #616161;
}
.mr-70px {
    margin-right: 70px;
}
[contenteditable='true'] {
    outline: none;
}
.table-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.overflow-y-auto {
    overflow-y: auto;
}
.h-770px {
    height: 770px;
}
.w-1080px {
    width: 1080px;
}
.border-1\/2 {
    border-width: 0.5px;
}
.w-1460px {
    width: 1460px;
}
.h-656px {
    height: 656px;
}

.h-250px {
    height: 250px;
}
.h-149px {
    height: 149px;
}
.h-167px {
    height: 167px;
}
.h-225px {
    height: 225px;
}
.h-399px {
    height: 399px;
}
.h-223px {
    height: 223px;
}
.h-176px {
    height: 176px;
}
.h-300px {
    height: 300px;
}
.i-w-40 {
    width: 40px !important;
}
.gap-30px {
    gap: 30px;
}
.p-30px {
    padding: 30px;
}
.pl-30px {
    padding-left: 30px;
}
.w-210px {
    width: 210px;
}
.w-1200px {
    width: 1200px;
}
.h-540px {
    height: 540px;
}
.w-750px {
    width: 750px;
}
.w-345px {
    width: 345px;
}
.h-424px {
    height: 424px;
}
.h-35px {
    height: 35px;
}
.h-732px {
    height: 732px;
}
.w-377px {
    width: 377px;
}

.h-139px {
    height: 139px;
}

.h-140px {
    height: 140px;
}
.h-135px {
    height: 135px;
}
.h-92px {
    height: 92px;
}
.button-shadow {
    box-shadow: 0px 6px 15px rgba(35, 39, 47, 0.13);
}
.my-30px {
    margin-top: 30px;
    margin-bottom: 30px;
}
.w-350px {
    width: 350px;
}
.mt-180px {
    margin-top: 180px;
}

.row_one {
    grid-template-rows: repeat(1, 100px);
}

.inner_column_1\/5 {
    grid-template-rows: repeat(5, 100px);
    grid-auto-flow: column;
}

.inner_column_2\/2,
.inner_column_3\/3 {
    grid-template-rows: repeat(2, 100px);
    grid-auto-flow: column;
    min-width: 284px;
    grid-auto-columns: minmax(min-content, max-content);
}

.inner_column_2_7 {
    grid-template-rows: repeat(3, 100px);
    grid-auto-flow: column;
    grid-auto-columns: minmax(min-content, max-content);
}

.row_one {
    grid-template-rows: repeat(1, 100px);
}
.row_two {
    grid-template-rows: repeat(2, 100px);
}
.twoBysevenLayoutWrapper .fit-content {
    width: fit-content;
}
.h-725px {
    height: 725px;
}

.no-scrollbar::-webkit-scrollbar {
    display: block;
    width: 0;
    height: 0;
}
.w-407px {
    width: 407px;
}

.px-70px {
    padding-left: 70px;
    padding-right: 70px;
}
.pr-70px {
    padding-right: 70px;
}
.w-488px {
    width: 488px;
}
.gapx-42px {
    row-gap: 42px;
}
.mt-34px {
    margin-top: 34px;
}
.mb-34px {
    margin-bottom: 34px;
}
.gap-35px {
    gap: 35px;
}
.pr-18px {
    padding-right: 18px;
}
.fs-46px {
    font-size: 46px;
}
.h-240px {
    height: 240px;
}
.w-455px {
    width: 455px;
}
.px-30px {
    padding-left: 30px;
    padding-right: 30px;
}
.w-456px {
    width: 456px;
}
.w-212px {
    width: 212px;
}
.h-652px {
    height: 652px;
}

.py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
}
.px-30px {
    padding-left: 30px;
    padding-right: 30px;
}
.filter_text_width {
    display: block;
}
.w-190px {
    width: 190px;
}
.w-400px {
    width: 400px;
}
.px-15px {
    padding-left: 15px;
    padding-right: 15px;
}
.h-25px {
    height: 25px;
}
.w-955px {
    width: 955px;
}
.h-234px {
    height: 234px;
}
.h-240px {
    height: 240px;
}
.px-10px {
    padding-left: 10px;
    padding-right: 10px;
}
.py-7px {
    padding-top: 7px;
    padding-bottom: 7px;
}
.mt-130px {
    margin-top: 130px;
}
.w-370px {
    width: 370px;
}
.w-292px {
    width: 292px;
}

.bg-#f0f0f0 {
    background-color: #f0f0f0;
}
.w-70px {
    width: 70px;
}
.h-156px {
    height: 156px;
}
.w-260px {
    width: 260px;
}
.w-344px {
    width: 344px;
}
.w-285px {
    width: 285px;
}
.h-155px {
    height: 155px;
}
.h-136px {
    height: 136px;
}
.p-18px {
    padding: 19px;
}
.survey-switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 17px;
}

.survey-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.survey-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #414141;
}

.survey-slider:before {
    position: absolute;
    content: '';
    height: 9px;
    width: 9px;
    left: 3px;
    top: 3px;
    background-color: #414141;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .survey-slider {
    background-color: transparent;
    border: 1px solid #2a93c0;
}

input:focus + .survey-slider {
    box-shadow: 0 0 1px transparent;
}

input:checked + .survey-slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    left: 6px;
    background-color: #2a93c0;
}

.survey-slider.round {
    border-radius: 8px;
}

.survey-slider.round:before {
    border-radius: 50%;
}

.survey-trash-img {
    margin-left: 50px;
    padding: 8px;
}
.survey-trash-img:hover {
    background: #f3f3f3;
    border-radius: 4px;
}
.survey-option-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    border: 1px solid #1c1c1d;
    margin-top: 2px;
    margin-right: 12px;
}
.survey-option-checked {
    background: #2b80ad;
    border: none;
}
.datetimepicker.is-dark .datepicker[data-v-17c053f2],
.datetimepicker.is-dark .pickers-container {
    background: #f3f3f3 !important;
}
.datepicker-container.is-dark .datepicker-days .datepicker-day:not(.between):not(.selected) .datepicker-day-text {
    color: #1c1c1d !important;
}
.block-context-area > .flex {
    width: 1460px;
    height: 483px;
}
@media all and (min-width: 1900px) {
    .block-context-area > .flex {
        width: 100%;
    }
}
.card-option-menu:hover {
    color: #1c1c1d !important;
    opacity: 1;
}
.w-217px {
    width: 217px;
}
.w-1210px {
    width: 1210px;
}
.w-462px {
    width: 462px;
}
.w-214px {
    width: 214px;
}
.click-bounce {
    transition: 0.2s ease;
}
.click-bounce:active {
    transform: scale(0.9);
}
.outline-none {
    outline: none;
}
.w-370px {
    width: 370px;
}
.h-105px {
    height: 105px;
}
.h-418px {
    height: 418px;
}
.h-310px {
    height: 310px;
}
.z-4-level {
    z-index: 4;
}
.-z-2-level {
    z-index: -2;
}
.-z-4-level {
    z-index: -4;
}

.grid-flow-column {
    grid-auto-flow: column;
}
.gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
}
.z-max {
    z-index: 999999;
}
.ml-17 {
    margin-left: 68px;
}
.rounded-2xl {
    border-radius: 1.25rem;
}
.border-none {
    border: none;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.i-row-span-2 {
    grid-row: span 2 / span 2;
}
.business-widget-padding {
    padding: 7px 5px 12px 5px;
}
.h-396px {
    height: 396px;
}

.h-258px {
    height: 258px;
}
.h-546px {
    height: 546px;
}
.h-827px {
    height: 827px;
}
.line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-1 {
    -webkit-line-clamp: 1;
}
.clamp-2 {
    -webkit-line-clamp: 2;
}
.clamp-3 {
    -webkit-line-clamp: 3;
}
.clamp-7 {
    -webkit-line-clamp: 7;
}
.h-40 {
    height: 10rem;
}
.i-panel-positioning {
    padding-left: 50px;
    padding-right: 50px;
}

.CanvasForConcept {
    position: absolute !important;
    top: -40px !important;
    left: -40px !important;
    z-index: 10;
}

.w-580px {
    width: 580px;
}
.w-535px {
    width: 535px;
}
.w-411px {
    width: 411px;
}
.bg-d9 {
    background-color: #d9d9d9;
}

.w-582px {
    width: 582px;
}
.w-62px {
    width: 62px;
}

.canvas-max-width {
    max-width: 1339px;
}

@media all and (min-width: 768px) {
    .show-scroll-bar::-webkit-scrollbar {
        height: 2px;
        width: 2px;
        display: initial;
    }
    .show-scroll-bar::-webkit-scrollbar-track {
        background: transparent;
    }
    .show-scroll-bar::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #8d8d8d;
    }
}

@media all and (min-width: 1280px) {
    .scroll-fadeout {
        position: relative;
        --scroll-color: #fff;
    }
    .scroll-fadeout::before {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 1px;
        width: calc(100% - 2px);
        height: 100px;
        background-image: linear-gradient(transparent, var(--scroll-color));
        z-index: 1;
        pointer-events: none;
        border-radius: 0 0 10px 10px;
    }
}
