a {
  text-decoration: none !important;
  transition: all 0.2s ease;
  color: #543ADE;
}
.page-item.active .page-link {
  background-color: #543ADE !important;
  border-color:#543ADE !important;
}
.dataTable {
  width: 100% !important;
}
.dataTables_wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 180px);
}
.page-item.disabled .page-link {
  border: none !important;
}
.dataTables_wrapper .row:first-of-type {
margin-bottom: 30px;
align-items: center;
}
.dataTables_wrapper .row:last-of-type {
  margin-top: auto !important;
}
table.dataTable td:first-of-type{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
table.dataTable td:last-of-type{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
table.dataTable td {
  background:#fff;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
table.dataTable td *,
table.dataTable th *,
table.dataTable td,
table.dataTable th {
  font-size: 15px;
}
table.dataTable td,
table.dataTable th {
  border-top: 5px solid #F3F5F8 !important;
  border-bottom: 5px solid #F3F5F8 !important;
}
table.dataTable tr th:last-of-type,
table.dataTable tr td:last-of-type {
  max-width: 80px;
  text-align: center;
}
table.dataTable tr td:last-of-type a{
border-radius: 50%;
background-color: #F3F5F8;
width: 30px !important;
height: 30px !important;
display: inline-flex !important;
align-items: center;
justify-content: center;
}
input {
  outline: none !important;
}
h1{
    margin-bottom: 0 !important;
}
.dropdown-start{
    display: none;
}
.close-nav-col{
    display: none;
}
.mobile-template{
    display: none;
}
body {
  color: #150D37;
}
.swal2-actions button {
  box-shadow: none !important;
  transition: all 0.2s ease;
}
::-webkit-scrollbar {
  width: 5px;
  background: #F3F5F8;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #543ADE;
  outline: 1px solid #543ADE;
  border-radius: 5px;
}
.label-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .btn-close {
    background-image: none !important;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 18px;
    right: 21px;
    opacity: 1 !important;
    box-shadow: none !important;
    z-index: 999;
}
.modal .btn-close:hover svg g {
    fill: #543ADE !important;
}
.modal .modal-header,
.modal .modal-footer {
  border: none !important;
}

.modal .modal-dialog {
  max-width: 960px !important;
}
.modal .modal-content {
  border-radius: 20px !important;
  min-height: 600px;
  overflow: hidden;
}
.modal .modal-header {
  border: none !important;
}
.modal .modal-body {
  padding: 0 60px 45px !important;
}
textarea.form-control::placeholder,
input.form-control::placeholder{
  color: #A1ADBE;
}
textarea.form-control:focus,
input.form-control:focus {
  box-shadow: none;
  outline:none;
}
textarea.form-control {
  height: 240px;
  border-radius: 10px;
  font-size: 15px;
  padding: 20px;
  border: 1px solid #BFCBE2;
  color: #150D37;
}
input.form-control:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label) {
  height: 49px;
  border-radius: 10px;
  font-size: 15px;
  padding: 20px;
}
input.form-control:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.font-color):not(.question-label) {
  color: #150D37;
}
textarea.form-control:focus,
input.form-control:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.brand-color-focus):not(.question-label){
  border: 1px solid #BFCBE2;
}
input.form-control:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.brand-color-focus):not(.question-label):focus{
  border: 1px solid #543ADE;
}
textarea.form-control:focus:placeholder,
input.form-control:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label):focus::placeholder{
  color: #150D37;

}
a:hover {
  color: #543ADE;
}
svg rect,
svg path{
  transition: all 0.2s ease;
}
img {
  -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
::selection {
  background: #543ADE;
  color: #fff;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  background: #F3F5F8;
}

* {
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 17px;
}

.fl-page {
  display: flex;
}

.sidebar-left {
  background:#242442;
  display: flex;
  flex-direction: column;
  max-width: 17.7%;
  flex-basis: 17.7%;
  padding-top:60px;
  min-height: 100vh;
  position: fixed;
    width: 17.7%;
    z-index: 999;
}
.sidebar-left a {
  text-align: center;
}
.sidebar-left a img {
  width: 100%;
}
.logo {
  margin: 0 auto;
  margin-bottom: 40px;
}
.logo img{
    width: 65% !important;
}
.main-menu {
  margin: 0 15px;
}
.main-menu li a {
  color: #fff;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  line-height: 1;
  align-items: center;
  color:#68688B;
}
.main-menu li a span {
  font-size: 15px;
}
.main-menu li ul a {
  padding-left: 70px;
}
.main-menu li ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.main-menu li .active,
.main-menu li:hover ul {
  max-height:60px;
}
.main-menu li.active > a{
  background:#543ADE;
  color: #fff;
}
.main-menu li.active a span {
  font-weight: 700 !important;
}
.main-menu li a svg {
  margin-right: 5px;
  width: 35px;
}
.main-menu li.active a svg path {
  fill:#fff;
}
.main-menu li a:hover {
  color: #fff;
}
.main-menu li a:hover svg path {
  fill:#fff;
}
.main-menu li.clients-li a:hover svg path,
.main-menu li.team-li a:hover svg path,
.main-menu li.settings-li a:hover svg path,
.main-menu li.clients-li.active a svg path,
.main-menu li.team-li.active a svg path,
.main-menu li.settings-li.active a svg path {
  fill:transparent;
  stroke:#fff;
}
.main-menu li.pricing-li a:hover svg rect,
.main-menu li.pricing-li.active a svg rect {
  fill: #fff !important;
}
.main-menu li a.coming-soon-badge {
  position: relative;
}
.main-menu li a.coming-soon-badge::before {
  position: absolute;
  content: 'Coming Soon';
  left:155px;
  text-wrap: nowrap;
  top:50%;
  transform: translateY(-50%);
  background:#fff;
  font-size: 10px;
  border-radius: 30px;
  padding:5px 8px;
  color:#5940FF;
}

.sidebar-logout {
  color: #68688B;
  margin:auto auto 25px;
}
.sidebar-logout:hover {color: #fff;}
.sidebar-profile {
  background: #1E1E39;
  padding: 40px 30px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notification-content .notification-pop-bottom-text {
  text-align: left;
}
.sidebar-notification {
  background: #2A2A4D;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
}
.sidebar-notification.active {
  background: #543ADE;
}
.sidebar-notification.active svg path {
  stroke:#fff !important;
}
.sidebar-notification.active::before {
  opacity: 0;
}
.sidebar-notification:hover svg path {
  stroke:#fff;
}
.sidebar-notification::before {
  transition: all 0.2s ease;
  position: absolute;
  content: '';
  border-radius: 50%;
  background:#FF3A3A;
  width: 8px;
  height: 8px;
  right: 5px;
  top: 5px;
}
.sidebar-user {
  display: flex;
  align-items: center;
}
.sidebar-user-image {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
  flex-basis: 23%;
  max-width: 23%;
}
.sidebar-user-name img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar-user-name {
  display: flex;
  flex-direction: column;
  flex-basis: 77%;
  max-width: 77%;
}
.sidebar-user-name .name {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.sidebar-user-name .title {
  color: #68688B;
  font-size: 15px;
}



.content-bar {
  margin-left: auto;
  max-width: 59.3%;
flex-basis: 59.3%;
}
.top-bar {
display: flex;
padding: 0 50px;
border-bottom: 1px solid #D8E2F3;
justify-content: space-between;
}
.top-bar-left-side {
  max-width: 53.8%;
  flex-basis: 53.8%;
  border-right:1px solid #E0E8F4;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 90px;
  align-items: center;
}
.top-bar-right-side {
  max-width: calc(46.2% - 20px);
  flex-basis: calc(46.2% - 20px);
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-bar .top-bar-left-side a {
  height: 49px;
  display: inline-flex;
  background: #fff;
  box-shadow: 0px 1px 4px #C3D1E2;
  color:#150D37;
  max-width: 31.5%;
  flex-basis: 31.5%;
  align-items: center;
  border-radius: 10px;
  font-size: 15px;
  padding-left: 12px;
  padding-right: 12px;
}
.top-bar .top-bar-left-side a span {
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}
.preview-btn span {
  margin-left: auto !important;
  margin-right:40px !important;
}

.top-bar-right-side input{
  border-radius: 10px;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 1px 4px #C3D1E2;
  padding: 0 25px !important;
}
.btn-save {
  width: 143px;
  height: 49px;
  background: #543ADE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
  font-size: 15px;
    border: 2px solid #543ADE !important;
}
.btn-save:hover{
    color: #543ADE !important;
    background-color: white;
    border: 2px solid #543ADE !important;
    border-radius: 5px;
}
.top-bar-right-side .btn-save {margin-left: -10px;}
.top-bar-right-side .input-group-append {
  position: relative;
  z-index: 99;
}
.top-bar-right-side input.error-required {
    box-shadow: 0px 1px 4px #FF3A3A !important;
}
.copy-button,
.toggle-form{
  display: none !important;
}
.form-wrap.form-builder .frmb .field-actions {
  transition: all 0.2s ease;
  bottom: 8px !important;
  top: auto !important;
  right: 40px !important;
}
.formbuilder-icon-cancel:after {
  content: 'Delete';
    font-size: 12px;
    position: absolute;
    right: 25px;
    color: #150D37;
    top: -3px;
    line-height: 1;
}

.form-wrap.form-builder .frmb .field-actions .btn {
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
  background:transparent !important;
}
.formbuilder-icon-cancel:before{
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  background: url(../images/remove-minus.svg);
  content: '' !important;
  background-color: #BFCCE1;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: -10px;
  right: -10px;
  transition: all 0.2s ease;
}
.formbuilder-icon-cancel:hover::before {
  background-color: #FF5F8D;
}

.form-wrap.form-builder .frmb li {
  border-radius: 10px !important;
  padding: 0px !important;
  margin-bottom: 5px !important;
  box-shadow: none !important;
  background: transparent !important;
  position: relative;
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder)::before {
  left: 30px;
  position: absolute;
  top: 21px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
.form-wrap.form-builder .frmb li:not(:nth-of-type(-n+9)) .question-label {
  margin-left: 25px !important;
}

.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(1)::before {
  content: "1.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(2)::before {
  content: "2.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(3)::before {
  content: "3.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(4)::before {
  content: "4.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(5)::before {
  content: "5.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(6)::before {
  content: "6.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(7)::before {
  content: "7.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(8)::before {
  content: "8.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(9)::before {
  content: "9.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(10)::before {
  content: "10.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(11)::before {
  content: "11.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(12)::before {
  content: "12.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(13)::before {
  content: "13.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(14)::before {
  content: "14.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(15)::before {
  content: "15.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(16)::before {
  content: "16.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(17)::before {
  content: "17.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(18)::before {
  content: "18.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(19)::before {
  content: "19.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(20)::before {
  content: "20.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(21)::before {
  content: "21.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(22)::before {
  content: "22.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(23)::before {
  content: "23.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(24)::before {
  content: "24.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(25)::before {
  content: "25.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(26)::before {
  content: "26.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(27)::before {
  content: "27.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(28)::before {
  content: "28.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(29)::before {
  content: "29.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(30)::before {
  content: "30.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(31)::before {
  content: "31.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(32)::before {
  content: "32.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(33)::before {
  content: "33.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(34)::before {
  content: "34.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(35)::before {
  content: "35.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(36)::before {
  content: "36.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(37)::before {
  content: "37.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(38)::before {
  content: "38.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(39)::before {
  content: "39.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(40)::before {
  content: "40.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(41)::before {
  content: "41.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(42)::before {
  content: "42.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(43)::before {
  content: "43.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(44)::before {
  content: "44.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(45)::before {
  content: "45.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(46)::before {
  content: "46.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(47)::before {
  content: "47.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(48)::before {
  content: "48.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(49)::before {
  content: "49.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(50)::before {
  content: "50.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(51)::before {
  content: "51.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(52)::before {
  content: "52.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(53)::before {
  content: "53.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(54)::before {
  content: "54.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(55)::before {
  content: "55.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(56)::before {
  content: "56.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(57)::before {
  content: "57.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(58)::before {
  content: "58.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(59)::before {
  content: "59.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(60)::before {
  content: "60.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(61)::before {
  content: "61.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(62)::before {
  content: "62.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(63)::before {
  content: "63.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(64)::before {
  content: "64.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(65)::before {
  content: "65.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(66)::before {
  content: "66.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(67)::before {
  content: "67.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(68)::before {
  content: "68.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(69)::before {
  content: "69.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(70)::before {
  content: "70.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(71)::before {
  content: "71.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(72)::before {
  content: "72.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(73)::before {
  content: "73.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(74)::before {
  content: "74.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(75)::before {
  content: "75.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(76)::before {
  content: "76.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(77)::before {
  content: "77.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(78)::before {
  content: "78.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(79)::before {
  content: "79.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(80)::before {
  content: "80.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(81)::before {
  content: "81.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(82)::before {
  content: "82.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(83)::before {
  content: "83.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(84)::before {
  content: "84.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(85)::before {
  content: "85.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(86)::before {
  content: "86.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(87)::before {
  content: "87.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(88)::before {
  content: "88.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(89)::before {
  content: "89.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(90)::before {
  content: "90.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(91)::before {
  content: "91.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(92)::before {
  content: "92.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(93)::before {
  content: "93.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(94)::before {
  content: "94.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(95)::before {
  content: "95.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(96)::before {
  content: "96.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(97)::before {
  content: "97.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(98)::before {
  content: "98.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(99)::before {
  content: "99.";
}
.form-wrap.form-builder .frmb li:not(.frmb-placeholder):nth-of-type(100)::before {
  content: "100.";
}


.form-wrap.form-builder .frmb .prev-holder {
  padding: 20px 30px 0px;
  transition: all .2s ease;
}
.form-wrap.form-builder .frmb .prev-holder > div {
    display:flex;
    flex-direction: column-reverse;
}

.form-wrap.form-builder .frmb >li:hover .prev-holder{
  padding-bottom: 20px;
}
.form-fields textarea,
.form-fields input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label):not(.slider-input),
.form-wrap.form-builder .frmb li textarea,
.form-wrap.form-builder .frmb li input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label):not(.slider-input) {
  border: 1px solid #BFCBE2;
  border-radius: 10px;
  width: 100%;
  height:54px;
    font-size: 15px;
    box-shadow: none;
    outline: none;
    font-size: 15px;
    padding: 20px;
    font-weight: 500;
    color: #150D37;
    transition: all 0.2s ease;
}
.form-fields textarea,
.form-wrap.form-builder .frmb li textarea {
  height: 140px;
  margin-top: 0px;
}
.form-fields textarea::placeholder,
.form-fields input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label)::placeholder,
.form-wrap.form-builder .frmb li textarea::placeholder,
.form-wrap.form-builder .frmb li input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label)::placeholder {
  color:#A1ADBE;
}
.close-field {
  display: none;
}

.form-wrap.form-builder .frmb .field-label {
  display: none;
}
.label-custom {
  display: flex;
  margin-top: 10px;
  opacity: 0;
  transition: all .2s ease;
  max-height: 0;
}
.form-wrap.form-builder .frmb li.form-field:hover .label-custom {
  opacity: 1;
  max-height: 50px;
}
.label-custom > label {
  font-weight: 700 !important;
  font-size: 16px;
  padding-left: 50px !important;
  position: relative;
}
.label-custom > label::before {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.required-div {
  margin-left: 0;
  display: flex;
  align-items: center;
  max-width: 104px;
  flex-basis: 104px;
}
.required-div span {
  font-size: 13px;
  font-weight: 600 !important;
  margin-right: 10px;
}


.required-div .switch input {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.required-div .slider {
  position: relative;
  display: block;
  cursor: pointer;
  width: 36px;
  height: 18px;
  background-color: #F3F5F8;
  transition: all .4s ease !important;
}

.required-div .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  transition: all .4s ease !important;
}

.required-div input:checked + .slider {
  background-color: #543ADE;
  transition: all .4s ease !important;
}

.required-div input:focus + .slider {
  box-shadow: 0 0 1px #543ADE;
  transition: all .4s ease !important;
}

.required-div input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #fff !important;
  transition: all .4s ease !important;
}
.required-asterisk {
  display: none !important;
}

/* Rounded sliders */
.required-div .slider.round {
  border-radius: 34px;
}

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

.form-fields input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label):focus,
.form-wrap.form-builder .frmb li input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label):focus {
  border: 1px solid #543ADE;
}
.form-fields input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label):focus::placeholder,
.form-wrap.form-builder .frmb li input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.question-label):focus::placeholder {
  color: #150D37 !important;
}

.form-wrap.form-builder .frmb li textarea:focus {
  border: 1px solid #543ADE;
}
.form-wrap.form-builder .frmb li textarea:focus::placeholder {
  color: #150D37;
}

.form-wrap.form-builder .frmb .form-elements {
  display:none !important;
}
.form-wrap.form-builder .frmb-control {
  max-height: calc(100vh - 325px);
    overflow: auto;
}
.form-wrap.form-builder .frmb-control li span{
  font-weight: 600 !important;
  font-size: 15px !important;
}
.form-wrap.form-builder .frmb-control li {
  box-shadow: none !important;
  padding: 12px !important;
  height: 60px !important;
  border: 1px solid #D8DFED;
  border-radius: 10px !important;
  position: relative;
  margin-bottom: 8px !important;
  transition: all 0.2s ease;
}
.form-wrap.form-builder .frmb-control li::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 20px;
  background: url('../images/dots-small.svg');
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.form-wrap.form-builder .frmb-control li .control-icon {
  width: 36px !important;
  height: 36px !important;
  margin-right: 24px !important;
}

.menu-mobile-header {
  display: none;
}
.options-bar {
  margin-left: 17.7%;
  min-height: 100vh;
}

.form-wrap.form-builder .cb-wrap {
  width: 450px !important;
    padding: 0 40px;
    position: fixed !important;
    left: 0% !important;
    top: 290px !important;
}
.form-wrap.form-builder .cb-wrap.hidden {
  display: none !important;
}
.form-wrap.form-builder .stage-wrap {
  width: 100% !important;
  max-width:583px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  min-height: 0 !important;
}

.shortAnswer-field .label-custom > label::before {
  background-image: url('../images/icons/short-answer.svg');
}
.longAnswer-field .label-custom > label::before {
  background-image: url('../images/icons/long-answer.svg');
}
.checkboxes-field .label-custom > label::before {
  background-image: url('../images/icons/checkboxes.svg');
}
.dropdown-field .label-custom > label::before {
  background-image: url('../images/icons/dropdown.svg');
}
.attachment-field .label-custom > label::before {
  background-image: url('../images/icons/attachment.svg');
}
.rangeSlider-field .label-custom > label::before {
  background-image: url('../images/icons/range-slider.svg');
}
.linearScale-field .label-custom > label::before {
  background-image: url('../images/icons/linear-scale.svg');
}
.imageSelector-field .label-custom > label::before {
  background-image: url('../images/icons/image-selector.svg');
}
.dateTime-field .label-custom > label::before {
  background-image: url('../images/icons/date-time.svg');
}
.form-wrap.form-builder {
  padding-bottom: 20px;
}
.form-wrap.form-builder .stage-wrap.empty {
  background:#fff !important;
  border: 2px dashed #BFCBE2;
  border-radius: 10px;
  border: 2px dashed #D8DFED  !important;
}
.form-wrap.form-builder .stage-wrap .ui-state-highlight,
.form-wrap.form-builder .stage-wrap .frmb-placeholder {
  border: 2px dashed #543ADE !important;
  background: rgba(89, 64, 255, 0.09) !important;
  border-radius: 10px !important;
  clip-path:none !important;
  min-height: 100px;
}
.form-wrap.form-builder .stage-wrap .ui-state-highlight {
  width: 100% !important;
}
.form-wrap.form-builder .frmb-control .ui-state-highlight {
  display: none !important;
}
.form-wrap.form-builder .stage-wrap.empty .ui-state-highlight {
  display: none !important;
}
.form-wrap.form-builder .frmb>li:hover {
  background-color: #fff !important;
}
.dots-div {
  margin-left: 30px;
}
#Write_a_bio_of_yourself *{
  font-size: 14px;
}
.start-end-value {
  display: flex;
align-items: center;
margin-top: -40px;
transition: all .2s ease;
justify-content: space-between;
margin-bottom: 20px;
}
.start-end-value span {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #8D9AB1;
}
.start-end-value input:last-of-type {
  text-align: right !important;
}
.start-end-value input {
  padding: 0 !important;
  border: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: transparent !important;
}
.start-end-value input::-webkit-outer-spin-button,
.start-end-value input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-wrap.form-builder .frmb li input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.slider-input).small-inputs {
  height: 50px !important;
}
.image-selector-div {
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
  position: relative;
}
.image-selector-fields-div {
  flex-basis: calc(62.5% - 50px);
  max-width: calc(62.5% - 50px);
  margin-left: auto;
}
.image-selector-image-div {
  flex: 1;
  height: 0;
    padding-top: 100%;
    text-align: center;
}
.image-selector-image-div label {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.image-selector-image-div label .image-item-inner {
  height: 100%;
}
.image-selector-image-div label,
.image-selector-image-div img,
.image-selector-image-div figure{
height: 100%;
}
.image-selector-div .remove-option-btn {
  position: absolute;
  right: 0px;
  top: -5px;
}
.img-thumbnail {
  border:none !important;
  padding: 0 !important;
  border-radius: 20px !important;
}
.image-selector-image-div a{
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
img {
  max-width: 100%;
}
.add-option-btn,
.add-image-btn {
  width: 100%;
    display: flex;
    background: #543ADE;
    border-radius: 10px;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 700;
    position: relative;
    opacity: 0;
    transition: all .2s ease;
    max-height: 0;
    margin-top: 0;
    padding: 0 15px;
}
.form-wrap.form-builder .frmb >li:hover .add-option-btn,
.form-wrap.form-builder .frmb >li:hover .add-image-btn {
  max-height: 100px;
  padding: 15px;
  margin-top: 25px;
  opacity: 1;
}
.add-option-btn::before,
.add-image-btn::before {
  position: absolute;
  content: '';
  background: url('../images/plus.svg');
  color: #fff;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
}

.add-option-btn {
  max-width: 314px;
}

.checkboxes-option {
  display: flex;
  width: 420px;
  align-items: center;
  margin-bottom: 10px;
  max-width: 100%;
}
.checkboxes-option .checkboxes-checkmark {
  height: 100%;
  border: 1px solid #BFCBE2;
  border-right: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  min-width: 40px;
  display: flex;
  align-items: center;
  min-height: 42px;
  justify-content: center;
}
.checkboxes-option:last-of-type {
  margin-bottom: 0;
}
.form-fields input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.slider-input),
.form-wrap.form-builder .frmb li .checkboxes-option input:not([type="radio"]):not([type="checkbox"]):not([type="color"]):not(.slider-input) {
  height: 50px !important;
}
.checkboxes-option input {
  max-width: 314px;
  max-height: 40px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.remove-option-btn {
  border: 2px solid #5940FF;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  opacity: 0;
  transition:  all .2s ease;
}
.form-wrap.form-builder .frmb >li:hover .remove-option-btn {
  opacity: 1;
}
.remove-option-btn:hover {
  background: #FF5F8D;
  border: 2px solid #FF5F8D;
}
.remove-option-btn:hover svg path {
  stroke:#fff;
}
.linear-scale-div {
  display: flex;
align-items: center;
justify-content: space-between;
position: relative;
transition: all .2s ease;
}
.linear-scale-div .remove-option-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.linear-scale-div input{
  width: 140px;
  max-width: 140px;
  flex-basis: 140px;
  background: transparent !important;
}
.form-fields .linear-scale-div input:not([type="radio"]):not([type="checkbox"]):not([type="color"]),
.form-wrap.form-builder .frmb li .linear-scale-div input:not([type="radio"]):not([type="checkbox"]):not([type="color"]) {
  height: 50px !important;
}
.linear-scale-div span {
  margin: 0 30px;
}
.myforms-number {
  position: absolute;
  left: 150px;
  color: #fff;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 50%;
  margin-left: 30px;
  font-size: 14px;
  justify-content: center;
  background-image: linear-gradient(to bottom, #FF6C7E, #FF618B);
}

/*croppiecss*/

#cropImagePop .modal-header {
  border: none !important;
}
#cropImagePop .modal-footer {
  border: none !important;
  display: flex;
  justify-content: center;
}
label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}
.cabinet figure {margin-bottom: 0}

.cabinet input {
  display: none;
}

.checkboxes-option img {
  cursor: default;
}
.upload-demo{
	width: 300px;
	height: 300px;
  padding-bottom:25px;
  margin: 0 auto;
}

.dropdown-option {
    display: flex;
    width: 420px;
    align-items: center;
    margin-bottom: 20px;
    max-width: 100%;
}
.dropdown-select-custom-wrapper {
  position: relative;
}
.dropdown-select-custom {
  border: 1px solid #BFCBE2;
    max-width: 354px;
    border-radius: 10px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 20px;
}
.dropdown-select-custom span {
  color:#8D9AB1;
  font-size: 15px;
}
.dropdown-select-custom-wrapper .checkboxes-wrapper {
  top: 54px;
  left: 0;
  opacity: 0;
  z-index: 5;
  transition: all .2s ease;
}
.form-wrap.form-builder .frmb li.form-field:hover .dropdown-select-custom-wrapper .checkboxes-wrapper{
  opacity: 1;
}
.dropdown-select-custom-wrapper .dropdown-option {
  margin-bottom: 0 !important;
}

.form-fields .dropdown-option input:not([type="radio"]):not([type="checkbox"]):not([type="color"]),
.form-wrap.form-builder .frmb li .dropdown-option input:not([type="radio"]):not([type="checkbox"]):not([type="color"]) {
    height: 50px !important;
    max-width: 354px;
  margin-left: 0;
  max-height: 42px;
}
.dropdown-letter {
  height: 100%;
  border: 1px solid #BFCBE2;
  border-right: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  min-width: 40px;
  display: flex;
  align-items: center;
  min-height: 42px;
  justify-content: center;
}
.dropdown-wrapper {
    margin-top: 30px;
}
/*croppiecss*/

.notifications-div-sidebar {
  position: relative;
}
.notifications-pop-box {
  position: absolute;
  background: #fff;
  border-radius: 16px;
  bottom: -15px;
  left: -15px;
  padding: 20px 15px 15px;
  width: 314px;
  box-shadow: 0 10px 45px rgba(123, 121, 132,0.16);
  display: none;
}
.notifications-pop-box h5 {
  font-size: 15px;
  font-weight: 600;
}
.notifications-pop-footer {
  text-align: right;
}
.notifications-pop-footer a {
  color: #543ADE;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
.notifications-pop-footer a:hover {
  color: #1E202D;
}
.notifications-pop-box .circle-img img {
    border-radius: 50%;
    min-width: 47px;
    height: 47px;
    overflow: hidden;
    margin-right: 15px;
}
.notifications-pop-box ul {
  max-height: 312px;
  overflow: auto;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-right: 5px;
  border-bottom: 1px solid #D8DFED;
  border-top: 1px solid #D8DFED;
}
.notifications-pop-box ul::-webkit-scrollbar {
  width: 5px;
  background: #F3F5F8;
  border-radius: 5px;
}
.notifications-pop-box ul::-webkit-scrollbar-thumb {
  background-color: #543ADE;
  outline: 1px solid #543ADE;
  border-radius: 5px;
}
.notifications-pop-box li a {
  display: flex;
  border-bottom: 1px solid #D8DFED;
  padding-bottom: 10px;
  padding-top: 10px;
}
.notifications-pop-box li:last-of-type a {
  border-bottom:none;
}
.notifications-pop-box li a .notification-pop-top-text {
  display: flex;
  justify-content: space-between;
}
.notifications-pop-box li a .notification-pop-top-text span:first-of-type {
  font-size: 14px;
  font-weight: 600;
  color: #1E202D;
}
.notifications-pop-box li a .notification-pop-top-text span:last-of-type {
  font-size: 10px;
  color: #BEC6D3;
}
.notifications-pop-box li a .notification-pop-bottom-text {
  font-size: 12px;
  color: #BEC6D3;
}
.notifications-pop-box li a .notification-pop-bottom-text .text-name {
  font-size: 12px;
}
.notifications-pop-box li a .notification-pop-bottom-text .category-text {
  color: #1E202D;
  font-size: 12px;
}

/* input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
} */

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}




.slider {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 3rem;
  margin: 0 auto;
}
.slider-output {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  transform: translateX(-50%);
  color: LightSlateGray;
}

.slider-track {
  height: .5rem;
  background-color: #bfcbe24a;
  border-radius: .25rem;
}
.slider-thumb {
  position: absolute;
  top: -0.25rem;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin-left: -0.5rem;
    border-radius: 1rem;
  background-color: #543ADE;
}

.slider-level {
  width: 50%;
  height: .5rem;
  background-color: #bfcbe2;
  border-radius: 1rem;
}
/*
.slider-input {
  -webkit-appearance: none;
  position: absolute;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
  outline: none;
  border: none !important;
  margin: 0 !important;
}

.slider-input::-webkit-slider-thumb {
  width: 2rem;
  height: 2rem;
    appearance: none;
  -webkit-appearance: none;
    cursor: pointer;
}*/
.slider-input {
    -webkit-appearance: none;
    width: 100%;
    height: 0.5rem;
    border-radius: 5px;
    background-color: transparent;
    outline: none;
    border: 1px solid #A1ADBE !important;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #543ADE;
    cursor: pointer;
}

.slider-input::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #543ADE;
    cursor: pointer;
}
input[type=range]:focus {
  outline: none;
}

input[type=range]::-moz-focus-outer {
  border: 0;
}

input[type=range]::-moz-range-thumb {
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-track {
  width: 100%;
  background: transparent;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.tempus-dominus-widget.timepicker-sbs {
  width: auto !important;
  box-shadow: none !important;
  border: 1px solid #BFCBE2;
}
.tempus-dominus-widget.timepicker-sbs * {
  font-size: 14px;
}

.tempus-dominus-widget div[data-action="incrementHours"],
.tempus-dominus-widget div[data-action="incrementMinutes"],
.tempus-dominus-widget div[data-action="decrementHours"],
.tempus-dominus-widget div[data-action="decrementMinutes"] {
    opacity: 0 !important;
    pointer-events: none !important;
}

.tempus-dominus-widget .time-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
}
.tempus-dominus-widget .time-container > * {
  flex: 1;
}
.tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-decades div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-years div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-months div:not(.no-highlight).new, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).old, .tempus-dominus-widget.light .date-container-days div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-clock div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-hour div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-minute div:not(.no-highlight).new, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).old, .tempus-dominus-widget.light .time-container-second div:not(.no-highlight).new {
  color:#000 !important;
}
.tempus-dominus-widget.light .date-container-days .dow {
  color:#000 !important;
}

.logo-uploaded {
  max-width: 583px;
  margin: 0 auto;
  display: none;
  justify-content: center;
}
.logo-uploaded.active {
  display: flex;
}
.logo-uploaded img {
  height: 100px;
  width: 200px;
  object-fit: contain;
  max-width: none;
}

.filepond--credits {
  display: none !important;
}
.filepond--panel-root {
  background-color: transparent !important;
}
.file-disabled {
  pointer-events: none;
}
.filepond--root {
  border:1px solid #99b1d3 !important;
  border-radius: 10px;
}

#responses-table tr.table-content td {
    cursor: pointer;
}
#clients-table tr.table-content td {
    cursor: pointer;
}
.disabled-grid{
    filter: blur(8px);
}
