/*red*/
.ls-1 {
  letter-spacing: 1px !important;
}

.ic-btn {
  display: inline-block;
  border: none;
  padding: 7px 24px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.ic-btn--big {
  font-weight: 600;
  font-size: 16px;
  padding: 12px 30px;
}

.ic-btn--success {
  background: #0ee48b;
}
.ic-btn--success:hover {
  background: #0ee48b;
  -webkit-box-shadow: 0 10px 25px 0 rgba(14, 228, 139, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(14, 228, 139, 0.5);
  box-shadow: 0 10px 25px 0 rgba(14, 228, 139, 0.5);
}
.ic-btn--success:focus {
  background: #0ee48b;
  -webkit-box-shadow: 0 10px 25px 0 rgba(14, 228, 139, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(14, 228, 139, 0.5);
  box-shadow: 0 10px 25px 0 rgba(14, 228, 139, 0.5);
}

.ic-btn--warning {
  background: #ff7400;
}
.ic-btn--warning:hover {
  background: #ff7400;
  -webkit-box-shadow: 0 10px 25px 0 rgba(255, 116, 0, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(255, 116, 0, 0.5);
  box-shadow: 0 10px 25px 0 rgba(255, 116, 0, 0.5);
}
.ic-btn--warning:focus {
  background: #ff7400;
  -webkit-box-shadow: 0 10px 25px 0 rgba(255, 116, 0, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(255, 116, 0, 0.5);
  box-shadow: 0 10px 25px 0 rgba(255, 116, 0, 0.5);
}

.ic-btn--danger {
  background: #f35244;
}
.ic-btn--danger:hover {
  background: #f35244;
  -webkit-box-shadow: 0 10px 25px 0 rgba(244, 81, 108, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(244, 81, 108, 0.5);
  box-shadow: 0 10px 25px 0 rgba(244, 81, 108, 0.5);
}
.ic-btn--danger:focus {
  background: #f35244;
  -webkit-box-shadow: 0 10px 25px 0 rgba(244, 81, 108, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(244, 81, 108, 0.5);
  box-shadow: 0 10px 25px 0 rgba(244, 81, 108, 0.5);
}

.ic-btn--info {
  background: #36d5ff;
}
.ic-btn--info:hover {
  background: #36d5ff;
  -webkit-box-shadow: 0 10px 25px 0 rgba(54, 213, 255, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(54, 213, 255, 0.5);
  box-shadow: 0 10px 25px 0 rgba(54, 213, 255, 0.5);
}
.ic-btn--info:focus {
  background: #36d5ff;
  -webkit-box-shadow: 0 10px 25px 0 rgba(54, 213, 255, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(54, 213, 255, 0.5);
  box-shadow: 0 10px 25px 0 rgba(54, 213, 255, 0.5);
}

.ic-btn--primary {
  background: #0063ff;
}
.ic-btn--primary:hover {
  background: #0063ff;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 99, 255, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(0, 99, 255, 0.5);
  box-shadow: 0 10px 25px 0 rgba(0, 99, 255, 0.5);
}
.ic-btn--primary:focus {
  background: #0063ff;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 99, 255, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(0, 99, 255, 0.5);
  box-shadow: 0 10px 25px 0 rgba(0, 99, 255, 0.5);
}

.ic-btn--secondary {
  background: #9D82D4;
}
.ic-btn--secondary:hover {
  background: #9D82D4;
  -webkit-box-shadow: 0 10px 25px 0 rgba(149, 158, 169, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(149, 158, 169, 0.5);
  box-shadow: 0 10px 25px 0 rgba(149, 158, 169, 0.5);
}
.ic-btn--secondary:focus {
  background: #9D82D4;
  -webkit-box-shadow: 0 10px 25px 0 rgba(149, 158, 169, 0.5);
  -moz-box-shadow: 0 10px 25px 0 rgba(149, 158, 169, 0.5);
  box-shadow: 0 10px 25px 0 rgba(149, 158, 169, 0.5);
}

.ic-btn--purple {
  background: #4E318C;
}

.ic-btn--transparent {
  position: relative;
  background: transparent;
}
.ic-btn--transparent .ic-btn__text {
  color: rgba(74, 74, 74, 0.9);
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ic-btn--transparent .icon--left {
  position: absolute;
  vertical-align: middle;
  margin-right: 12px;
  left: 10px;
  top: 32%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ic-btn--transparent:hover .ic-btn__text {
  color: #000;
}
.ic-btn--transparent:hover .icon--left {
  transform: translateX(-8px);
}

.ciBtn--transparent--lg .ic-btn__text {
  font-size: 22px;
}
.ciBtn--transparent--lg .icon--left {
  top: 4px;
}

.ciHeader__button-wraper {
  padding: 9px 0;
}

.ic-btn--lg {
  height: 60px;
}

a.ic-btn--lg {
  padding: 22px 40px;
}

.ic-btn--padding-lg {
  padding: 10px 60px;
}

.ic-btn__text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-top: -3px;
}
.ic-btn__text--lg {
  font-size: 16px !important;
}

.ic-btn--has-icon {
  padding: 8px 10px 8px 40px;
}

.ic-btn__icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.ic-btn--icon-plus {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(48, 48, 48, 0.1);
  font-size: 20px;
  padding-top: 3px;
  text-align: center;
  color: #fff;
  margin-left: 14px;
}

.ic-secondary-button {
  border: 1px solid transparent;
  padding: 8px 20px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: #9D82D4;
  background: transparent;
  cursor: pointer;
}
.ic-secondary-button--big {
  font-weight: 600;
  font-size: 16px;
  padding: 11px 30px;
}

.ic-secondary-button--success {
  border-color: #9D82D4;
  color: #9D82D4;
}
.ic-secondary-button--success:hover {
  background: rgba(80, 227, 165, 0.1);
  color: #15cdb8;
}
.ic-secondary-button--success:focus {
  background: rgba(80, 227, 165, 0.2);
}
.ic-secondary-button--success .ic-btn__text {
  color: #9D82D4;
}

.ic-secondary-button--primary {
  border-color: #4E318C;
  color: #4E318C;
}
.ic-secondary-button--primary:hover {
  border-color: #4E318C;
  color: #4E318C;
}

.ciTertiaryBtn {
  background: #fff;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #3c6aff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(76, 132, 255, 0.05);
  -moz-box-shadow: 0 5px 10px 0 rgba(76, 132, 255, 0.05);
  box-shadow: 0 5px 10px 0 rgba(76, 132, 255, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 40px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ciTertiaryBtn:hover {
  -webkit-box-shadow: 0 5px 10px 0 rgba(76, 132, 255, 0.15);
  -moz-box-shadow: 0 5px 10px 0 rgba(76, 132, 255, 0.15);
  box-shadow: 0 5px 10px 0 rgba(76, 132, 255, 0.15);
}
.ciTertiaryBtn:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.ic-btn-circle {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  border: 1px solid #4c84ff !important;
  background-color: #4c84ff24;
  cursor: pointer;
  margin-left: 10px;
}
.ic-btn-circle--small {
  width: 35px;
  height: 35px;
  padding-top: 6px;
  margin-left: 0;
}
.ic-btn-circle .icon {
  font-weight: bold;
  color: #4c84ff;
  font-size: 15px;
}

.ic-text-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.ic-editable-text {
  outline: 0;
  padding: 8px;
  cursor: pointer;
  border: 1px solid transparent;
}
.ic-editable-text[contenteditable="true"] {
  border: 1px solid rgba(74, 74, 74, 0.5);
}

.ic-btn-small-text {
  text-transform: lowercase !important;
  font-size: 13px;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .sm-mt-1 {
    margin-top: 10px;
  }

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

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

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

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

  .sm-mb-1 {
    margin-top: 10px;
  }

  .sm-mb-2 {
    margin-top: 20px;
  }

  .sm-mb-3 {
    margin-top: 30px;
  }

  .sm-mb-4 {
    margin-top: 40px;
  }

  .sm-mb-5 {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .md-mt-1 {
    margin-top: 10px;
  }

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

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

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

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

  .md-mb-1 {
    margin-top: 10px;
  }

  .md-mb-2 {
    margin-top: 20px;
  }

  .md-mb-3 {
    margin-top: 30px;
  }

  .md-mb-4 {
    margin-top: 40px;
  }

  .md-mb-5 {
    margin-top: 50px;
  }
}
.ml-1 {
  margin-left: 10px;
}

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

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

.ml-4 {
  margin-left: 40px;
}

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

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

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

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

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

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

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

.ml-12 {
  margin-left: 120px;
}

.ml-13 {
  margin-left: 130px;
}

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

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

.ml-16 {
  margin-left: 160px;
}

.ml-17 {
  margin-left: 170px;
}

.ml-18 {
  margin-left: 180px;
}

.ml-19 {
  margin-left: 190px;
}

.ml-20 {
  margin-left: 200px;
}

.ml-21 {
  margin-left: 210px;
}

.ml-22 {
  margin-left: 220px;
}

.ml-23 {
  margin-left: 230px;
}

.ml-24 {
  margin-left: 240px;
}

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

.ml-26 {
  margin-left: 260px;
}

.ml-27 {
  margin-left: 270px;
}

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

.ml-29 {
  margin-left: 290px;
}

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

.ml-31 {
  margin-left: 310px;
}

.ml-32 {
  margin-left: 320px;
}

.ml-33 {
  margin-left: 330px;
}

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

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

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

.ml-37 {
  margin-left: 370px;
}

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

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

.ml-40 {
  margin-left: 400px;
}

.ml-41 {
  margin-left: 410px;
}

.ml-42 {
  margin-left: 420px;
}

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

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

.ml-45 {
  margin-left: 450px;
}

.ml-46 {
  margin-left: 460px;
}

.ml-47 {
  margin-left: 470px;
}

.ml-48 {
  margin-left: 480px;
}

.ml-49 {
  margin-left: 490px;
}

.ml-50 {
  margin-left: 500px;
}

.ml-51 {
  margin-left: 510px;
}

.ml-52 {
  margin-left: 520px;
}

.ml-53 {
  margin-left: 530px;
}

.ml-54 {
  margin-left: 540px;
}

.ml-55 {
  margin-left: 550px;
}

.ml-56 {
  margin-left: 560px;
}

.ml-57 {
  margin-left: 570px;
}

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

.ml-59 {
  margin-left: 590px;
}

.ml-60 {
  margin-left: 600px;
}

.ml-61 {
  margin-left: 610px;
}

.ml-62 {
  margin-left: 620px;
}

.ml-63 {
  margin-left: 630px;
}

.ml-64 {
  margin-left: 640px;
}

.ml-65 {
  margin-left: 650px;
}

.ml-66 {
  margin-left: 660px;
}

.ml-67 {
  margin-left: 670px;
}

.ml-68 {
  margin-left: 680px;
}

.ml-69 {
  margin-left: 690px;
}

.ml-70 {
  margin-left: 700px;
}

.ml-71 {
  margin-left: 710px;
}

.ml-72 {
  margin-left: 720px;
}

.ml-73 {
  margin-left: 730px;
}

.ml-74 {
  margin-left: 740px;
}

.ml-75 {
  margin-left: 750px;
}

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

.ml-77 {
  margin-left: 770px;
}

.ml-78 {
  margin-left: 780px;
}

.ml-79 {
  margin-left: 790px;
}

.ml-80 {
  margin-left: 800px;
}

.ml-81 {
  margin-left: 810px;
}

.ml-82 {
  margin-left: 820px;
}

.ml-83 {
  margin-left: 830px;
}

.ml-84 {
  margin-left: 840px;
}

.ml-85 {
  margin-left: 850px;
}

.ml-86 {
  margin-left: 860px;
}

.ml-87 {
  margin-left: 870px;
}

.ml-88 {
  margin-left: 880px;
}

.ml-89 {
  margin-left: 890px;
}

.ml-90 {
  margin-left: 900px;
}

.ml-91 {
  margin-left: 910px;
}

.ml-92 {
  margin-left: 920px;
}

.ml-93 {
  margin-left: 930px;
}

.ml-94 {
  margin-left: 940px;
}

.ml-95 {
  margin-left: 950px;
}

.ml-96 {
  margin-left: 960px;
}

.ml-97 {
  margin-left: 970px;
}

.ml-98 {
  margin-left: 980px;
}

.ml-99 {
  margin-left: 990px;
}

.ml-100 {
  margin-left: 1000px;
}

.mr-1 {
  margin-right: 10px;
}

.mr-2 {
  margin-right: 20px;
}

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

.mr-4 {
  margin-right: 40px;
}

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

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

.mr-7 {
  margin-right: 70px;
}

.mr-8 {
  margin-right: 80px;
}

.mr-9 {
  margin-right: 90px;
}

.mr-10 {
  margin-right: 100px;
}

.mr-11 {
  margin-right: 110px;
}

.mr-12 {
  margin-right: 120px;
}

.mr-13 {
  margin-right: 130px;
}

.mr-14 {
  margin-right: 140px;
}

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

.mr-16 {
  margin-right: 160px;
}

.mr-17 {
  margin-right: 170px;
}

.mr-18 {
  margin-right: 180px;
}

.mr-19 {
  margin-right: 190px;
}

.mr-20 {
  margin-right: 200px;
}

.mr-21 {
  margin-right: 210px;
}

.mr-22 {
  margin-right: 220px;
}

.mr-23 {
  margin-right: 230px;
}

.mr-24 {
  margin-right: 240px;
}

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

.mr-26 {
  margin-right: 260px;
}

.mr-27 {
  margin-right: 270px;
}

.mr-28 {
  margin-right: 280px;
}

.mr-29 {
  margin-right: 290px;
}

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

.mr-31 {
  margin-right: 310px;
}

.mr-32 {
  margin-right: 320px;
}

.mr-33 {
  margin-right: 330px;
}

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

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

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

.mr-37 {
  margin-right: 370px;
}

.mr-38 {
  margin-right: 380px;
}

.mr-39 {
  margin-right: 390px;
}

.mr-40 {
  margin-right: 400px;
}

.mr-41 {
  margin-right: 410px;
}

.mr-42 {
  margin-right: 420px;
}

.mr-43 {
  margin-right: 430px;
}

.mr-44 {
  margin-right: 440px;
}

.mr-45 {
  margin-right: 450px;
}

.mr-46 {
  margin-right: 460px;
}

.mr-47 {
  margin-right: 470px;
}

.mr-48 {
  margin-right: 480px;
}

.mr-49 {
  margin-right: 490px;
}

.mr-50 {
  margin-right: 500px;
}

.mr-51 {
  margin-right: 510px;
}

.mr-52 {
  margin-right: 520px;
}

.mr-53 {
  margin-right: 530px;
}

.mr-54 {
  margin-right: 540px;
}

.mr-55 {
  margin-right: 550px;
}

.mr-56 {
  margin-right: 560px;
}

.mr-57 {
  margin-right: 570px;
}

.mr-58 {
  margin-right: 580px;
}

.mr-59 {
  margin-right: 590px;
}

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

.mr-61 {
  margin-right: 610px;
}

.mr-62 {
  margin-right: 620px;
}

.mr-63 {
  margin-right: 630px;
}

.mr-64 {
  margin-right: 640px;
}

.mr-65 {
  margin-right: 650px;
}

.mr-66 {
  margin-right: 660px;
}

.mr-67 {
  margin-right: 670px;
}

.mr-68 {
  margin-right: 680px;
}

.mr-69 {
  margin-right: 690px;
}

.mr-70 {
  margin-right: 700px;
}

.mr-71 {
  margin-right: 710px;
}

.mr-72 {
  margin-right: 720px;
}

.mr-73 {
  margin-right: 730px;
}

.mr-74 {
  margin-right: 740px;
}

.mr-75 {
  margin-right: 750px;
}

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

.mr-77 {
  margin-right: 770px;
}

.mr-78 {
  margin-right: 780px;
}

.mr-79 {
  margin-right: 790px;
}

.mr-80 {
  margin-right: 800px;
}

.mr-81 {
  margin-right: 810px;
}

.mr-82 {
  margin-right: 820px;
}

.mr-83 {
  margin-right: 830px;
}

.mr-84 {
  margin-right: 840px;
}

.mr-85 {
  margin-right: 850px;
}

.mr-86 {
  margin-right: 860px;
}

.mr-87 {
  margin-right: 870px;
}

.mr-88 {
  margin-right: 880px;
}

.mr-89 {
  margin-right: 890px;
}

.mr-90 {
  margin-right: 900px;
}

.mr-91 {
  margin-right: 910px;
}

.mr-92 {
  margin-right: 920px;
}

.mr-93 {
  margin-right: 930px;
}

.mr-94 {
  margin-right: 940px;
}

.mr-95 {
  margin-right: 950px;
}

.mr-96 {
  margin-right: 960px;
}

.mr-97 {
  margin-right: 970px;
}

.mr-98 {
  margin-right: 980px;
}

.mr-99 {
  margin-right: 990px;
}

.mr-100 {
  margin-right: 1000px;
}

.pr-0 {
  padding-right: 0 !important;
}

@font-face {
  font-family: 'source_sans_pro';
  src: url("../../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../../fonts/sourcesanspro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../../fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("../../fonts/sourcesanspro-semibold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'source_sans_pro';
  src: url("../../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../../fonts/sourcesanspro-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.color-primary {
  color: #0063ff;
}

.color-secondary {
  color: #9D82D4;
}

.color-tertiary {
  color: #4c84ff;
}

.icon-left-arrow:before {
  color: inherit;
}

.ci-strong, .ci-components-content-wrap,
.ci-component-wrapper, .ci-component-row {
  width: 100%;
  float: left;
}

.ci-clear-list-styles, ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}

a:hover {
  color: #36d5ff;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #4a4a4a;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  background: #F7F7F8;
  height: 100%;
}

html, body {
  height: 100%;
}

::-moz-selection {
  color: #fff;
  background: #36d5ff;
}

::selection {
  color: #fff;
  background: #36d5ff;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button:focus {
  outline: none;
}

.ui-widget {
  font-family: "Inter", sans-serif;
}

.ui-button:focus {
  outline: none;
}

.ui-selectmenu-button.ui-button {
  width: 100%;
  border-radius: 4px;
}

.ui-menu-item-wrapper {
  border: 1px solid transparent;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  background: transparent;
  border-color: transparent;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  color: #5b8edc;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px 1em 10px 1.4em;
}

.gc-date-picker-wrapper {
  position: relative;
}

.ui-datepicker.ui-widget.ui-widget-content {
  border-color: #ccc;
  margin-top: 6px;
  background-color: #ffffff;
  border: solid 1px rgba(151, 151, 151, 0.13);
  border-radius: 6px;
  padding: 12px 10px;
  width: auto;
  box-shadow: 0px 0px 12px #E2E7E9;
}
.ui-datepicker.ui-widget.ui-widget-content:after {
  content: "";
  position: absolute;
  top: -17px;
  width: 35px;
  height: 35px;
  border-radius: 2px;
  background-color: #fff;
  border-collapse: separate;
  right: 24%;
  transform: rotate(45deg);
  -webkit-box-shadow: -2px -2px 0px -1px #ececec;
  -moz-box-shadow: -2px -2px 0px -1px #ececec;
  box-shadow: -2px -2px 0px -1px #ececec;
  z-index: -2;
  display: none;
}
.ui-datepicker.ui-widget.ui-widget-content:before {
  position: absolute !important;
  width: 100% !important;
  left: 0 !important;
  height: 100px !important;
  background-color: #fff;
  bottom: 0;
  z-index: -1;
  border-radius: 5px;
}

.ui-datepicker .ui-datepicker-prev {
  border: solid 0.8px rgba(151, 151, 151, 0.17);
  width: 30px;
  height: 30px;
  border-radius: 2.60299px;
  left: 0 !important;
  background: #FFFFFF;
  border: 0.65px solid #F2F2F2;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "";
  position: absolute;
  background-image: url("../../images/arrow.svg");
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 20px;
}
.ui-datepicker .ui-datepicker-next {
  background: #FFFFFF;
  border: 0.65px solid #F2F2F2;
  width: 30px;
  height: 30px;
  border-radius: 2.60299px;
  right: 0 !important;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "";
  position: absolute;
  background-image: url("../../images/arrow.svg");
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 20px;
  transform: translate(-50%, -50%) rotate(180deg);
}
.ui-datepicker .ui-datepicker-next-hover {
  background-color: #f7f8fc !important;
  border: solid 0.8px rgba(151, 151, 151, 0.17);
  top: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  background-color: #f7f8fc  !important;
  border: solid 0.8px rgba(151, 151, 151, 0.17) !important;
}

.ui-widget-header .ui-icon {
  background-image: none;
}

.gc-date-picker-icon {
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 14px;
  color: #9D82D4;
}

.ui-datepicker-header.ui-widget-header {
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  color: rgba(74, 74, 74, 0.9);
  border: none;
  padding: 0;
}

.ui-datepicker-title {
  margin: 0 !important;
  width: 100%;
  font-size: 10.4119px;
  color: #312D39;
  font-weight: bold;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px !important;
}

.ui-datepicker th {
  font-family: "Inter", sans-serif;
  color: rgba(74, 74, 74, 0.5);
  padding: 15px 10px;
  font-weight: 500;
  font-size: 7.80896px;
  color: #908D96;
}

.ui-datepicker-calendar td {
  color: #0063ff;
  font-weight: bold;
  text-align: center;
}

.ui-datepicker-calendar td .ui-state-default {
  width: 28.1px;
  height: 28.1px;
  text-align: center;
  padding-top: 7px;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #5E5969;
  font-size: 11px;
  font-weight: 400;
  background-color: transparent;
  border-radius: 2px;
  margin: auto;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 6px;
}
.ui-datepicker-calendar td .ui-state-default:hover {
  background-color: #9D82D4;
  color: #fff;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 20px;
}

.ui-datepicker-prev-hover {
  background: none !important;
  border: none !important;
  top: 2px !important;
  left: 2px !important;
  cursor: pointer;
}

.ui-datepicker-calendar td .ui-state-highlight {
  background: #9D82D4;
  color: #fff;
}

.ui-datepicker-calendar td .ui-state-highlight.ui-state-active {
  color: #727272;
}

.gc-date-picker-wrapper .ui-datepicker-trigger {
  position: absolute;
  top: 12px;
  right: 14px;
  cursor: pointer;
}

.ci-circle-header-icon {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(234, 234, 234, 0.16);
  border: solid 1px #d1d0d0;
  color: #c5c3c3;
}
.ci-circle-header-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 13px;
  color: inherit;
}
.ci-circle-header-icon.active {
  background-color: rgba(76, 132, 255, 0.16);
  border-color: rgba(76, 132, 255, 0.42);
  color: #0063ff;
}

.ci-card-divider {
  margin-left: -30px;
  margin-right: -30px;
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.ci-card {
  background-color: #fff;
}
.ci-card .ci-card__header {
  padding: 20px;
  border-bottom: solid 2px rgba(151, 151, 151, 0.18);
}
.ci-card .ci-card__header .ci-circle-header-icon {
  margin-right: 15px;
}
.ci-card .ci-card__body, .ci-card .ci-card__footer {
  padding: 20px;
  padding-top: 0;
}
.ci-card .ci-card__body span, .ci-card .ci-card__footer span {
  color: #4c84ff;
  font-size: 13px;
}

.alert {
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.alert .icon {
  vertical-align: middle;
}
.alert .icon-close-secondary {
  font-size: 14px;
}
.alert .icon-undo {
  font-size: 15px;
  font-weight: bold;
  opacity: 0.5;
}
.alert .icon-undo:hover {
  opacity: 1;
}
.alert .icon-redo {
  font-size: 15px;
  font-weight: bold;
  opacity: 0.5;
}
.alert .icon-redo:hover {
  opacity: 1;
}
.alert-danger {
  background-color: rgba(243, 82, 68, 0.08);
  border: solid 1px #f35244;
  color: #f35244;
}
.alert-success {
  background-color: rgba(21, 205, 184, 0.06);
  border: solid 1px #15cdb8;
  color: #15cdb8;
}
.alert .ci-alert-action-btn {
  float: right;
  position: static;
  padding: 0 10px;
  background-color: transparent;
  border: none;
}

.alert-danger .close:focus, .alert-danger .close:hover {
  color: #f35244;
}
.alert-danger .icon-undo {
  color: #f35244;
}
.alert-danger .icon-redo {
  color: #f35244;
}

.alert-success .close:focus, .alert-success .close:hover {
  color: #15cdb8;
}
.alert-success .icon-undo {
  color: #15cdb8;
}
.alert-success .icon-redo {
  color: #15cdb8;
}

.ci-tag--primary {
  background: #4c84ff !important;
  border: 2px solid #4c84ff !important;
  color: #fff !important;
}

.ci-tag--secondary {
  border: 2px solid #4c84ff !important;
  color: #4c84ff !important;
  background-color: transparent;
}

.ci-persona-tag-group li {
  margin-right: 0 !important;
}
.ci-persona-tag-group li .ci-tag {
  position: relative;
}
.ci-persona-tag-group li .ci-tag .icon-close-secondary {
  font-size: 11px;
  vertical-align: middle;
  margin-left: 5px;
}
.ci-persona-tag-group li .ci-tag--primary .icon-close-secondary {
  color: #fff;
}
.ci-persona-tag-group li .ci-tag--secondary .icon-close-secondary {
  color: #0063ff;
}
.ci-persona-tag-group li .ci-tag--lg {
  padding: 12px 25px !important;
}

.cyan {
  background-color: #50c6e8;
}

.dark-grey {
  background-color: #48466d;
}

.green {
  background-color: #46cdcf;
}

.purple {
  background-color: #8c82fc;
}

.pink {
  background-color: #fe9174;
}

.ci-divider {
  width: 100%;
}

.ci-transparent-select__small .select2-container {
  min-width: 100px !important;
}

.ci-tag--has-close .tag-close {
  font-size: 9px;
  padding-left: 15px;
  cursor: pointer;
}

.ci-tag-lg {
  padding: 10px 22px !important;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner {
  display: block;
  animation: rotate 1s linear infinite;
  background: #8d8d8d;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: relative;
  float: left;
  margin-right: 16px;
}

.spinner:before,
.spinner:after {
  content: '';
  position: absolute;
}

.spinner:before {
  border-radius: 50%;
  background: linear-gradient(0deg, #edeef5 50%, #edeef5 100%) 0% 0%, linear-gradient(90deg, #edeef5 0%, rgba(255, 255, 255, 0.6) 100%) 100% 0%, linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%) 100% 100%, linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) 0% 100%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.spinner:after {
  background: #EDEEF4;
  border-radius: 50%;
  top: 5%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

.ci-custom-divider {
  position: fixed;
  width: 100%;
  margin-top: -20px;
  left: 0;
}

.ci-file-upload-wrap {
  position: relative;
}
.ci-file-upload-wrap input {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* visibility: hidden; */
  opacity: 0;
}

.ci-custom-radio-btn-label--regular {
  color: #4a4a4a !important;
  font-weight: 400;
}
.ci-custom-radio-btn-label--regular small {
  margin-left: 10px;
}

.ci-custom-radio-btn {
  margin-bottom: 0;
}

.ci-index__modal__close--small {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 16px;
}

.ci-secondary-progress-bar {
  position: relative;
  height: 130px;
  width: 130px;
  background-color: transparent;
}

.ci-secondary-progress-bar div {
  position: absolute;
  height: 130px;
  width: 130px;
  border-radius: 50%;
}

.ci-secondary-progress-bar div span {
  position: absolute;
  font-family: Arial;
  font-size: 30px;
  line-height: 120px;
  height: 120px;
  width: 120px;
  left: 4.5px;
  top: 4.5px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  color: #2c82be;
}

.ci-secondary-progress-bar .background {
  background-color: #b3cef6;
}

.ci-secondary-progress-bar .rotate {
  clip: rect(0 60px 140px 0);
  background-color: #4b86db;
}

.ci-secondary-progress-bar .left {
  clip: rect(0 60px 140px 0);
  opacity: 1;
  background-color: #b3cef6;
}

.ci-secondary-progress-bar .right {
  clip: rect(0 60px 140px 0);
  transform: rotate(180deg);
  opacity: 0;
  background-color: #4b86db;
}

@keyframes toggle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* non-retina screens */
@media screen and (min-width: 1000px) and (max-width: 1920px) and (-webkit-max-device-pixel-ratio: 1) {
  .ciHeader__page-title-wrapper {
    padding: 5px 0;
  }

  .ciBtn--transparent--lg .ciPrimaryBtn__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1000px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1920px) and (-webkit-max-device-pixel-ratio: 1) {
  .ci-login__intro__subtitle {
    font-size: 14px !important;
  }

  .ci-login__intro__title {
    font-size: 30px !important;
    margin-bottom: 40px !important;
  }

  .ci-login__login-box-wrapper {
    height: 450px !important;
    width: 46% !important;
  }

  .ci-login__login-box {
    padding: 40px 56px !important;
    top: -15px !important;
  }

  .ci-login__login-box h1 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
}
.ic-campaign-card {
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
}
.ic-campaign-card--big .ic-campaign-card__topbar-logo {
  width: 100px;
  height: 40px;
}
.ic-campaign-card--big .ic-campaign-card__title {
  font-size: 24px;
}
.ic-campaign-card--big .ic-campaign-card__hash-value {
  font-size: 14px;
}
.ic-campaign-card--big .ic-campaign-details-list__label {
  font-size: 12px;
}
.ic-campaign-card--big .ic-campaign-details-list__value {
  font-size: 14px;
}
.ic-campaign-card--big .ic-campaign-details-list {
  flex-wrap: wrap;
}
.ic-campaign-card--big .ic-campaign-details-list > li {
  flex-basis: 33.33%;
  margin-top: 21px;
}
.ic-campaign-card--big .ic-campaign-details-list__value-blue {
  font-size: 12px;
}

.ic-campaign-card__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ic-campaign-card__topbar-logo {
  border: 1px solid #E2E1E5;
  padding: 6px;
  width: 75.56px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ic-campaign-card__topbar-logo > img {
  max-height: 22px;
}

.ic-card-dropdown {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(18, 21, 23, 0.12);
  border-radius: 6px;
  min-width: 153px;
  border: none;
}
.ic-card-dropdown a {
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #5E5969;
  padding: 6px 12px;
}

.ic-card-dropdown__list a {
  display: block;
}
.ic-card-dropdown__list a:hover {
  background: #cccccc26;
}

.ic-card-dropdown__list-icon, .ic-card-dropdown__list-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.ic-card-dropdown__list-text {
  padding-left: 6px;
}

.ic-inline-list {
  padding: 0;
  margin: 0;
  list-style: none outside;
  line-height: 1;
}
.ic-inline-list > li {
  display: inline-block;
  vertical-align: middle;
}
.ic-inline-list--mr-5 > li {
  margin-right: 5px;
}
.ic-inline-list--mr-5 > li:last-child {
  margin-right: 0;
}
.ic-inline-list--mt-15 {
  margin-top: 15px;
}

.ic-badge {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.4px;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 1;
  padding: 4px 12px;
}
.ic-badge--under-review {
  background: #b087eb;
}
@media (max-width: 1050px) and (min-width: 992px) {
  .ic-badge--under-review {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.ic-badge--blue {
  background: #5DCFF3;
}
.ic-badge--yellow {
  background: #F7BF32;
}
.ic-badge--green {
  background: #7DD675;
}
.ic-badge--inactive {
  background: #959ea9;
}
.ic-badge--draft {
  background: #ffa541;
}
.ic-badge--rejected {
  background: #fb89a7;
}

.ic-campaign-card__hash-value {
  font-size: 12px;
  line-height: 15px;
  color: #5E5969;
  margin-right: 5px;
}

.ic-campaign-card__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 127.3%;
  color: #312D39;
  margin: 10px 0 0 0;
  padding-right: 10%;
}
.ic-campaign-card__title > a {
  color: #312D39;
}
.ic-campaign-card__title > a:hover {
  color: #9D82D4;
}

.ic-campaign-card__date {
  font-size: 12px;
  line-height: 1;
  color: #908D96;
  display: inline-block;
  margin-top: 6px;
}

.ic-campaign-details-list {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none outside;
  display: flex;
  justify-content: space-between;
  line-height: 1;
}

.ic-campaign-details-list__label {
  font-size: 10px;
  line-height: 1;
  color: #5E5969;
  display: block;
}

.ic-campaign-details-list__value {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #312D39;
  display: block;
  margin-top: 6px;
}

.ic-overview-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 28px 24px;
  min-width: 212px;
}

.ic-overview-card__title {
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  color: #333333;
  margin: 0;
}

.ic-overview-card__sub-title {
  font-size: 14px;
  line-height: 1;
  color: #908D96;
  margin: 2px 0 0 0;
}

.ic-brand-card {
  width: 112px;
  height: 112px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ic-brand-card > img {
  max-height: 45px;
}

.ci-section-head-wrapper--two-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ci-section-head {
  font-weight: bold;
  font-size: 32px;
  color: #312D39;
  margin: 0;
}

.ci-section-sub-head {
  font-size: 12px;
  line-height: 15px;
  color: #5E5969;
  margin: 4px 0 0 0;
}

.ic-switch {
  --line: #505162;
  --dot: #F7F8FF;
  --circle: #9EA0BE;
  --duration: .3s;
  --text: #9EA0BE;
  cursor: pointer;
}
.ic-switch__text {
  font-size: 12px;
  color: #312D39;
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  padding-top: 10px;
  user-select: none;
}

.ic-switch input {
  display: none;
}

.ic-switch input + div {
  position: relative;
}

.ic-switch input + div:before, .ic-switch input + div:after {
  --s: 1;
  content: '';
  position: absolute;
  top: 10px;
  width: 24px;
  height: 13px;
  background: var(--line);
  -webkit-transform: scaleX(var(--s));
  transform: scaleX(var(--s));
  -webkit-transition: -webkit-transform var(--duration) ease;
  transition: -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease;
  transition: transform var(--duration) ease, -webkit-transform var(--duration) ease;
}

.ic-switch input + div:before {
  left: 0;
  z-index: 2;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  border-radius: 2px 0 0 2px;
  width: 18px;
  height: 18px;
  background: #908D96;
  border-radius: 50%;
  box-shadow: none !important;
}

.ic-switch input + div:after {
  left: 0;
  top: 13px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  border-radius: 0 2px 2px 0;
  width: 30px;
  background: transparent;
  border: 1px solid #E2E1E5;
  border-radius: 21px;
  z-index: 1;
}

.ic-switch input + div span {
  padding-left: 0;
  line-height: 24px;
  color: var(--text);
}

.ic-switch input + div span:before {
  --x: 0;
  --b: var(--circle);
  --s: 4px;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transform: translateX(var(--x));
  transform: translateX(var(--x));
  -webkit-transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: box-shadow var(--duration) ease, transform var(--duration) ease;
  transition: box-shadow var(--duration) ease, transform var(--duration) ease, -webkit-transform var(--duration) ease;
}

.ic-switch input + div span:not(:empty) {
  padding-left: 64px;
}

.ic-switch input:checked + div:before {
  transform: translate(14px);
  background: #6E47BF;
}

.ic-switch input:checked + div span:before {
  --x: 28px;
  --s: 12px;
  --b: var(--dot);
}

.modal-header {
  border-bottom: 1px solid #E2E1E5;
  padding: 30px 40px;
}

.modal-title {
  font-size: 24px;
  line-height: 1;
  color: #312D39;
  line-height: 1;
  font-weight: bold;
}

.modal-xl {
  max-width: 1100px;
}

.modal-body {
  padding: 40px 45px;
}

.ci-components-aside {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 18.33%;
  background: #272936;
}
@media (min-width: 1400px) {
  .ci-components-aside {
    width: 16%;
  }
}

.ci-component-page-title {
  color: #fff;
  background: #242634;
  margin: 0;
  padding: 20px;
  font-size: 30px;
}

.ci-components-goto-list > li {
  font-size: 14px;
}
.ci-components-goto-list > li > a {
  display: block;
  color: #686c89;
  padding: 20px 30px;
  position: relative;
  line-height: 1;
}
.ci-components-goto-list > li > a:hover {
  background: #252633;
  color: #81839A;
}
.ci-components-goto-list > li > a:hover::after {
  background: #81839A;
}
.ci-components-goto-list > li > a::after {
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #686c89;
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1;
}

.ci-components-content-wrap {
  padding-top: 20px;
  padding-left: calc(18.33% + 20px);
}
@media (min-width: 1400px) {
  .ci-components-content-wrap {
    padding-left: calc(16% + 20px);
  }
}

.ci-component-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
  -moz-box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
  box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
}

.container {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

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

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.ui-widget {
  font-family: "Inter", sans-serif;
}

.ui-button:focus {
  outline: none;
}

.ui-selectmenu-button.ui-button {
  width: 100%;
  border-radius: 4px;
}

.ui-menu-item-wrapper {
  border: 1px solid transparent;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  background: transparent;
  border-color: transparent;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #5b8edc;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px 1em 10px 1.4em;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.ci-component-head-wrap {
  border-bottom: 1px solid #ebedf2;
}

.ci-component-head {
  padding: 20px;
  margin: 0;
  font-size: 16px;
  color: #575962;
  text-transform: uppercase;
  line-height: 1;
}

.ci-component-content {
  padding: 20px;
}

.progress.ci-small {
  height: 4px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #f2f2f2;
}
.progress.ci-small .progress-bar {
  height: 4px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.progress-bar.red {
  background: #ff64ac;
  background: -webkit-gradient(linear, left top, right top, from(#ff64ac), to(#ff9763));
  background: linear-gradient(to right, #ff64ac 0%, #ff9763 100%);
}
.progress-bar.green {
  background: #00eadc;
  background: -webkit-gradient(linear, left top, right top, from(#00eadc), to(#00ff87));
  background: linear-gradient(to right, #00eadc 0%, #00ff87 100%);
}
.progress-bar.purple {
  background: #7e5dff;
  background: -webkit-gradient(linear, left top, right top, from(#7e5dff), to(#c97bff));
  background: linear-gradient(to right, #7e5dff 0%, #c97bff 100%);
}
.progress-bar.blue {
  background: #4a72ff;
  background: -webkit-gradient(linear, left top, right top, from(#4a72ff), to(#7bdeff));
  background: linear-gradient(to right, #4a72ff 0%, #7bdeff 100%);
}
.progress-bar.light-green {
  background: #5ce379;
  background: -webkit-gradient(linear, left top, right top, from(#5ce379), to(#fff663));
  background: linear-gradient(to right, #5ce379 0%, #fff663 100%);
}

.ci-component-vertical-list > li {
  margin-bottom: 20px;
}
.ci-component-vertical-list > li:last-child {
  margin-bottom: 0;
}

.ci-component-horizontal-list > li {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}
.ci-component-horizontal-list > li:last-child {
  margin-right: 0;
}

.ci-component-row {
  margin-bottom: 20px;
}

.ci-status-badge {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #fff;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  line-height: 1;
  padding: 6px 22px;
}
.ci-status-badge--under-review {
  background: #b087eb;
}
@media (max-width: 1050px) and (min-width: 992px) {
  .ci-status-badge--under-review {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.ci-status-badge--active {
  background: #36bfff;
}
.ci-status-badge--inactive {
  background: #959ea9;
}
.ci-status-badge--draft {
  background: #ffa541;
}
.ci-status-badge--rejected {
  background: #fb89a7;
}
.ci-status-badge--approved {
  background: #25e7a0;
}

.ci-tag {
  display: inline-block;
  background: #eff0f5;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #4c84ff;
  padding: 6px 26px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.ci-tag--tertiary {
  border: solid 1px rgba(151, 151, 151, 0.5);
  background-color: transparent;
  font-size: 12px;
  color: rgba(74, 74, 74, 0.8);
}
.ci-tag--tertiary.active {
  background-color: #4c84ff;
  border: solid 1px #4a4a4a;
  color: #fff;
}
.ci-tag--clickable {
  cursor: pointer;
}

.ciPagination .pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ciPagination .pagination .page-item {
  vertical-align: middle;
  margin-right: 20px;
}
.ciPagination .pagination .page-item.active .page-link {
  background: #4c84ff;
  color: #fff;
}
.ciPagination .pagination .page-item .page-link {
  margin-left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 15px;
  color: #393939;
  padding: 4px 10px;
  border: 1px solid transparent;
  background-color: transparent;
}
.ciPagination .pagination .page-item:first-child .page-link {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.ciPagination .pagination .page-item:first-child .page-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 9px;
}
.ciPagination .pagination .page-item:first-child .page-link i::before {
  color: #9b9b9b;
}
.ciPagination .pagination .page-item:last-child {
  margin-right: 0;
}
.ciPagination .pagination .page-item:last-child .page-link {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
}
.ciPagination .pagination .page-item:last-child .page-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 9px;
}
.ciPagination .pagination .page-item:last-child .page-link i::before {
  color: #9b9b9b;
}

.ic-input {
  height: 36px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #F7F7F8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  color: #908D96;
  padding: 0px 16px;
  width: 100%;
  background: #F7F7F8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ic-input:hover {
  border-color: #9D82D4, 100%;
}
.ic-input:focus {
  border-color: #9D82D4, 100%;
  outline: none;
}
.ic-input--big {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #E2E1E5;
}
.ic-input--medium {
  width: 100%;
  height: 42px;
  background: #fff;
  border: 1px solid #E2E1E5;
}

.ci-input--small {
  width: 100px !important;
}

.ci-icon-hidden-radio-btn {
  display: none;
}
.ci-icon-hidden-radio-btn:checked + .ci-custom-radio-btn-skin .ci-custom-radio-btn-icon {
  border-color: #ffffff;
  border-width: 3px;
  background-color: #6E47BF;
  -webkit-box-shadow: 0px 0px 0px 1px #6E47BF;
  box-shadow: 0px 0px 0px 1px #6E47BF;
}

.ci-custom-radio-btn-skin {
  display: inline-block;
  background: #F7F7F8;
  border-radius: 6px;
  padding: 10px 12px;
}

.ci-custom-radio-btn-icon {
  width: 14px;
  height: 14px;
  border: 1px solid #E2E1E5;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.ci-custom-radio-btn-label {
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #838c99;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 14px;
  color: #908D96;
}

.ci-icon-hidden-checkbox {
  display: none;
}
.ci-icon-hidden-checkbox:checked + .ci-custom-checkbox-skin .ci-custom-checkbox-icon {
  border-color: #6E47BF;
  border-width: 8px;
}
.ci-icon-hidden-checkbox:checked + .ci-custom-checkbox-skin .ci-custom-checkbox-icon i {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ci-custom-checkbox-skin {
  display: inline-block;
}

.ci-custom-checkbox-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #908D96;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}
.ci-custom-checkbox-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5.8px;
  font-size: 11px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  content: '';
}
.ci-custom-checkbox-icon i::before {
  color: #fff;
}

.ci-custom-checkbox-label {
  font-size: 16px;
  letter-spacing: 0.1px;
  color: #838c99;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ci-custom-checkbox-label--thin {
  font-weight: normal;
}

.ci-custom-checkbox-label--user-feedback {
  color: #B5B5B5;
  display: inline-block;
  padding-left: 4px;
  letter-spacing: 0.3px;
}

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

body.modal-open .ci-main-wrapper {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  -webkit-filter: url("../../images/blur.svg#blur");
  filter: url("../../images/blur.svg#blur");
}

.modal-header.no-close-btn .close {
  display: none;
}
.modal-header--border {
  border-bottom: 2px solid rgba(151, 151, 151, 0.15);
  padding: 30px;
}

.ic-modal-header--centered {
  display: block;
  text-align: center;
}

.ci-vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.ci-vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

.select2-container {
  min-width: 200px;
}

.select2-container--default .select2-selection--single {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 36px;
  background: #F7F7F8;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 11px 16px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #908D96;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  width: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 12px;
  height: 8px;
  background: url("../../images/up-arrow.svg") no-repeat center center;
  border: none;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: -3px 0 0 -6px;
  transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-results__option[aria-selected=true] {
  background: transparent;
  position: relative;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #eff0f5 !important;
  color: #5E5969 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #FFFFFF;
}
.select2-container--default .tick {
  background: transparent;
}
.select2-container--default .tick::after {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  background: url("../../images/check.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select2-container--default.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.select2-container--default.select2-container--open .select2-dropdown--below {
  border-radius: 6px;
}
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
  border-radius: 6px !important;
}

.select2-dropdown {
  border: none;
  box-shadow: inset 0 10px 10px 0 rgba(76, 132, 255, 0.05), 0 10px 35px 0 rgba(149, 158, 169, 0.25);
  -webkit-box-shadow: inset 0 10px 10px 0 rgba(76, 132, 255, 0.05), 0 10px 35px 0 rgba(149, 158, 169, 0.25);
  -moz-box-shadow: inset 0 10px 10px 0 rgba(76, 132, 255, 0.05), 0 10px 35px 0 rgba(149, 158, 169, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 5px;
}

.select2-results {
  position: relative !important;
}

.select2-results__options > li:first-child {
  margin-top: 0;
}

.select2-results__option {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #9b9b9b;
  font-weight: normal;
  padding: 10px 20px;
  position: relative;
}

.select2-search--dropdown {
  position: relative;
}
.select2-search--dropdown::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url("../../images/search-grey.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.ic-custom-select--big .select2-container {
  min-width: 100%;
}
.ic-custom-select--big .select2-selection--single {
  height: 60px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E2E1E5;
}
.ic-custom-select--big .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 20px 22px;
  font-size: 16px;
}
.ic-custom-select--big .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
}

.ciSecondaryCustomSelectWrapper .select2-container {
  min-width: 200px;
  width: 100% !important;
}
.ciSecondaryCustomSelectWrapper .select2-container--default .select2-selection--single {
  border: 1px solid rgba(155, 155, 155, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 36px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
  -moz-box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
  box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
}
.ciSecondaryCustomSelectWrapper .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.ciSecondaryCustomSelectWrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 18px 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.3px;
  color: #4a4a4a;
}
.ciSecondaryCustomSelectWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  width: 40px;
}
.ciSecondaryCustomSelectWrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 15px;
  height: 10px;
  background: url("../../images/down-arrow-grey.svg") no-repeat center center;
  border: none;
  margin: -5px 0 0 -7.5px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ciSecondaryCustomSelectWrapper .select2-container--default .select2-selection--single .select2-results__option[aria-selected=true] {
  background: transparent !important;
  position: relative;
}
.ciSecondaryCustomSelectWrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: transparent !important;
  color: #9b9b9b !important;
}
.ciSecondaryCustomSelectWrapper .select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
}
.ciSecondaryCustomSelectWrapper .select2-container--default .select2-results__option[aria-selected=true]::after {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  background: url("../../images/check.svg") no-repeat center center;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ciSecondaryCustomSelectWrapper .select2-container--default.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -6px;
}
.ciSecondaryCustomSelectWrapper .select2-dropdown {
  border: 1px solid rgba(151, 151, 151, 0.19);
  -webkit-box-shadow: 1px 12px 19px 0 rgba(49, 71, 119, 0.28);
  -moz-box-shadow: 1px 12px 19px 0 rgba(49, 71, 119, 0.28);
  box-shadow: 1px 12px 19px 0 rgba(49, 71, 119, 0.28);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 8px;
}
.ciSecondaryCustomSelectWrapper .select2-results__options > li:first-child {
  margin-top: 15px;
}
.ciSecondaryCustomSelectWrapper .select2-results__option {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.3px;
  color: #9b9b9b;
  font-weight: normal;
  padding: 10px 20px;
  position: relative;
}

.select2-container--open .ciSecondaryCustomSelectDropdown {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 12px 19px 0 rgba(49, 71, 119, 0.28);
  -moz-box-shadow: 1px 12px 19px 0 rgba(49, 71, 119, 0.28);
  box-shadow: 1px 12px 19px 0 rgba(49, 71, 119, 0.28);
  border: 1px solid rgba(151, 151, 151, 0.19);
  margin-top: 8px;
  padding: 30px;
}
.select2-container--open .ciSecondaryCustomSelectDropdown .select2-search--dropdown {
  padding: 0;
}
.select2-container--open .ciSecondaryCustomSelectDropdown .select2-results__option {
  font-size: 15px;
  color: #4a4a4a;
  padding: 12px 0px;
}
.select2-container--open .ciSecondaryCustomSelectDropdown .select2-results__option[aria-selected=true]::after {
  background-image: url("../../images/check-blue.svg");
  width: 14px;
  height: 14px;
}
.select2-container--open .ciSecondaryCustomSelectDropdown .select2-results__option--highlighted[aria-selected] {
  background: transparent !important;
  color: #6190FF !important;
}
.select2-container--open .ciSecondaryCustomSelectDropdown .select2-results__option--highlighted[aria-selected]::after {
  background-image: url("../../images/check-blue.svg");
}
.select2-container--open .select2-search__field {
  height: 50px;
  border: rgba(151, 151, 151, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.select2-container--open .select2-search__field:focus {
  outline: none;
}

.ci-more-btn {
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #e7f2fa;
  font-size: 10px;
  letter-spacing: 0.1px;
  color: #4c84ff;
  line-height: 1;
  padding: 5px 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

a.ci-more-btn:hover {
  background-color: #daeefc;
  color: #4c84ff;
}

.ic-main-wrapper {
  height: 100%;
  padding-left: 280px;
}

.ic-sidebar {
  background: #fff;
  border-right: 1px solid #E2E1E5;
  position: fixed;
  left: 0;
  top: 0;
  min-width: 280px;
}

.ci-content-section {
  width: calc(100vw - 280px);
  padding: 93px 0 0 0;
  margin: 0 auto;
  max-width: 992px;
}

.ic-sidebar__logo {
  display: block;
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #E2E1E5;
  height: 70px;
}

.ic-sidebar__main-content {
  height: calc(100vh - 67px);
  overflow-y: auto;
}

.ic-sidebar__section {
  margin: 30px 0;
  padding: 0 25px 0 18px;
}

.ic-sidebar__section-head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.ic-sidebar__section-head-icon > img {
  margin-top: -5px;
}

.ic-sidebar__section-head-text {
  line-height: 1;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #5E5969;
  font-weight: 500;
  padding-left: 5px;
}

.ic-sidebar__form-list > li {
  margin-bottom: 16px;
}
.ic-sidebar__form-list > li .select2-container {
  min-width: 100%;
}

.ci-overview-card-list {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.ci-overview-card-list > li {
  flex-basis: 212px;
}

.ci-secondary-section-head {
  font-weight: bold;
  font-size: 18px;
  color: #312D39;
  margin: 32px 0 24px 0;
}

.ci-favourite-campaign-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ci-favourite-campaign-list > li {
  position: relative;
  flex-basis: 112px;
  margin-right: 34px;
}
.ci-favourite-campaign-list > li:last-child {
  margin-right: 0;
}

.ci-all-campaigns-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ci-all-campaigns-list > li {
  flex-basis: 301px;
  margin-bottom: 24px;
  margin-right: 23px;
}
.ci-all-campaigns-list > li:nth-child(3n) {
  margin-right: 0;
}

.ci-header {
  background: #FFFFFF;
  border-bottom: 1px solid #E2E1E5;
  position: fixed;
  left: 280px;
  top: 0;
  width: calc(100% - 280px);
  height: 70px;
  z-index: 9;
}

.ci-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 992px;
  margin: 0 auto;
}

.ci-header__links-list {
  display: flex;
}
.ci-header__links-list > li {
  margin-right: 40px;
}
.ci-header__links-list > li:last-child {
  margin-right: 0;
}
.ci-header__links-list > li.active .ci-header__link-text {
  color: #6E47BF;
}

.ci-header__link-icon,
.ci-header__link-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.ci-header__link-text {
  font-weight: 500;
  font-size: 14px;
  color: #5E5969;
  margin-top: -2px;
}

.ci-header__left {
  display: inline-flex;
  align-items: center;
}

.ic-input-calendar-container {
  position: relative;
}

.ic-view-all-button-wrap {
  padding-top: 30px;
  text-align: right;
}

.ci-user-icon {
  width: 38px;
  height: 38px;
  background: #C6EEFB;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 38px !important;
  text-align: center;
  color: #12B5E8;
  margin: 0;
  cursor: pointer;
}

.ci-filter-list {
  margin-top: 32px;
  margin-bottom: 24px;
}
.ci-filter-list > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.ci-filter-list > li:last-child {
  margin-right: 0;
}

.ci-filter-pill {
  background: #C6EEFB;
  border-radius: 23px;
  padding: 5px 16px;
  display: block;
}
.ci-filter-pill__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #066D8E;
  display: inline-block;
  vertical-align: middle;
}
.ci-filter-pill__close {
  background: url(../../images/close-blue.svg) no-repeat center center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  cursor: pointer;
}

.ic-sidebar__section-head-container {
  display: flex;
  justify-content: space-between;
}

.ic-clear-btn {
  cursor: pointer;
  display: block;
}
.ic-clear-btn__icon, .ic-clear-btn__text {
  display: inline-block;
  vertical-align: middle;
}
.ic-clear-btn__text {
  line-height: 1;
  font-size: 12px;
  color: #128EE8;
  margin-top: -2px;
}

.ui-multiselect {
  padding: 11px 16px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #908D96;
  width: 100% !important;
  background: #F7F7F8;
  border-color: #F7F7F8;
  position: relative;
}
.ui-multiselect.ui-state-active .ui-multiselect-open {
  transform: rotate(0);
}
.ui-multiselect > span {
  display: block;
  width: 100%;
  text-align: left;
}
.ui-multiselect .ui-multiselect-open {
  position: absolute;
  width: 12px;
  height: 8px;
  background: url(../../images/up-arrow.svg) no-repeat center center;
  border: none;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: -3px 0 0 -6px;
  transform: rotate(180deg);
  right: 13px;
  top: 50%;
}
.ui-multiselect .ui-multiselect-open .ui-icon {
  display: none;
}

.ui-widget.ui-widget-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px #E2E7E9;
  border-radius: 6px;
  padding: 15px 20px;
  border-color: #fff;
  min-width: 236px;
  margin-bottom: -5px;
  display: none;
  z-index: 10;
}

.ui-multiselect-checkboxes > li {
  position: relative;
}
.ui-multiselect-checkboxes .ui-corner-all {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
.ui-multiselect-checkboxes .ui-corner-all span {
  font-size: 14px;
  color: #5E5969;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}
.ui-multiselect-checkboxes .ui-corner-all.ui-state-hover {
  background: transparent !important;
  border: none !important;
}

.ui-widget input[type=checkbox] {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: none;
}
.ui-widget input[type=checkbox]:checked::after {
  opacity: 1;
}
.ui-widget input[type=checkbox]::before {
  content: '';
  display: block;
  border: 1px solid #908D96;
  border-radius: 3px;
  width: 16px;
  height: 16px;
}
.ui-widget input[type=checkbox]::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url("../../images/checkbox.svg") center center #6E47BF;
  opacity: 0;
}

.ic-count {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding: 6px 12px;
}
.ic-count--small {
  padding: 0px 6px;
  font-size: 14px;
  font-weight: normal;
}

.ic-campaign-details-list__value-blue {
  color: #128EE8;
  cursor: pointer;
  position: relative;
}
.ic-campaign-details-list__value-blue:hover .ic-campaign-details-list__value-dorpdown {
  visibility: visible;
  bottom: 20px;
  opacity: 1;
  pointer-events: all;
}

.ci-add-campaign-content {
  display: flex;
}

.ci-add-campaign-content__left {
  flex-basis: 250px;
}
.ci-add-campaign-content__right {
  flex-basis: calc(100% - 200px);
}

.ci-add-campaign-tab-trigger-list {
  border-left: 1px solid #E2E1E5;
}
.ci-add-campaign-tab-trigger-list > li {
  position: relative;
}
.ci-add-campaign-tab-trigger-list > li:first-child {
  top: -6px;
}
.ci-add-campaign-tab-trigger-list > li:nth-child(2) {
  bottom: -6px;
  margin-top: 10px;
}
.ci-add-campaign-tab-trigger-list > li.active .ci-add-campaign-tab-trigger-text {
  color: #6E47BF;
}
.ci-add-campaign-tab-trigger-list > li.active .ci-add-campaign-tab-trigger-text::after {
  background: #6E47BF;
}

.ci-add-campaign-tab-trigger-text {
  font-weight: 500;
  font-size: 16px;
  /* identical to box height */
  /* Neutral / 500 */
  color: #312D39;
  padding-left: 25px;
  position: relative;
}
.ci-add-campaign-tab-trigger-text:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: -8px;
  background: #E2E1E5;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.ic-modal-form-horizontal-list > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.ic-modal-form__label {
  font-size: 16px;
  line-height: 1;
  color: #312D39;
  display: block;
}

.ic-modal-form__value {
  display: block;
  margin-top: 16px;
  position: relative;
}
.ic-modal-form__value .ui-datepicker-trigger {
  top: 19px;
}

.ic-modal-form-list {
  max-width: 460px;
}
.ic-modal-form-list > li {
  margin-bottom: 24px;
}
.ic-modal-form-list--wide {
  max-width: 750px;
}
.ic-modal-form-list--full-width {
  max-width: none;
  width: 100%;
}

.ic-custom-upload {
  width: 100%;
  background: #FFFFFF;
  border: 1px dashed #E2E1E5;
  border-radius: 8px;
  padding: 14px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.ic-custom-upload__elements {
  display: inline-block;
  vertical-align: middle;
}

.ic-custom-upload__icon > svg {
  top: 6px;
  position: relative;
}

.ic-custom-upload__text {
  margin-left: 14px;
  font-weight: 500;
  font-size: 16px;
  color: #312D39;
}

.ic-custom-upload__link {
  font-weight: 500;
  font-size: 16px;
  color: #5DB2EF;
  text-decoration: underline;
}

.ic-custom-upload-input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}

.ic-add-campaign-content--add-channel {
  display: none;
}

.ic-modal-form-list--two-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ic-modal-form-list--two-column > li {
  flex-basis: 48%;
  margin-bottom: 0;
}

.ic-add-action-button {
  background: #F7F7F8;
  border-radius: 8px;
  border: 1px solid #F7F7F8;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.ic-add-action-button--no-bg {
  background: transparent;
}
.ic-add-action-button--mt-24 {
  margin-top: 24px;
}

.ic-add-action-button__icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.ic-add-action-button__text {
  font-weight: 500;
  font-size: 16px;
  color: #128EE8;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.ci-horizontal-button-list > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.ci-horizontal-button-list > li:last-child {
  margin-right: 0;
}

.ic-campaign-type-content--tvc {
  display: none;
}

.ic-back-btn {
  display: block;
}

.ic-back-btn__icon,
.ic-back-btn__text {
  display: inline-block;
  vertical-align: middle;
}

.ic-back-btn__text {
  font-size: 14px;
  line-height: 1;
  color: #312D39;
  margin-top: -3px;
}

.ci-custom-tab {
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 24px;
  padding: 23px 40px;
}

.ci-custom-tab__list {
  display: flex;
  border: none !important;
}
.ci-custom-tab__list > li {
  margin-right: 56px;
  position: relative;
}
.ci-custom-tab__list > li > a {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #5E5969 !important;
  border: none !important;
}
.ci-custom-tab__list > li > a::after {
  content: '';
  display: block;
  height: 3px;
  background: #6E47BF;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -22px;
  transition: all 0.3s;
  opacity: 0;
}
.ci-custom-tab__list > li > a.active {
  color: #6E47BF !important;
}
.ci-custom-tab__list > li > a.active::after {
  opacity: 1;
}
.ci-custom-tab__list > li:last-child {
  margin-right: 0;
}

.file {
  position: relative;
  background: linear-gradient(to right, lightblue 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 1s ease;
  font-size: 13px;
  border-radius: 60px;
  display: block;
  padding: 0 8px;
  margin-top: 16px;
}

.file.done {
  background: #bbf3bb;
}

.file a {
  display: block;
  position: relative;
  padding: 5px;
  color: black;
}

.ic-custom-table__header {
  padding: 0;
  margin: 0;
  list-style: none outside;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #908D96;
  text-transform: uppercase;
}
.ic-custom-table__header > li {
  padding: 10px 15px;
}
.ic-custom-table__header > li:first-child {
  padding-left: 0;
}

.ic-guide-trips--booking-id {
  flex-basis: 140px;
}

.ic-guide-trips--client {
  flex-basis: 130px;
}

.ic-guide-trips--location {
  flex-basis: 130px;
}

.ic-guide-trips--booking-date {
  flex-basis: 190px;
}

.ic-guide-trips--payment-status {
  flex-basis: 140px;
}

.ic-guide-trips--guide {
  flex-basis: 110px;
}

.ic-custom-table__content .ic-custom-table__content-row:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ic-custom-table__content .ic-custom-table__content-row:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.ic-custom-table__content-row {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  list-style: none outside;
  border-bottom: 1px solid #E2E1E5;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #4F4F4F;
}
.ic-custom-table__content-row:last-child {
  border-bottom: none;
}

.ic-custom-table__content-column {
  padding: 15px;
}

.survey-questionnaire-wrapper {
  padding-top: 20px;
}
.survey-questionnaire-wrapper .ci-section-head__right {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card {
  margin-bottom: 10px;
}
.survey-questionnaire-wrapper ul li .ci-custom-checkbox {
  width: 230px;
}
.survey-questionnaire-wrapper ul li .select2-selection--single {
  background: #E2E1E5;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-header-items {
  display: flex;
  justify-content: space-between;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-header-items .header-item-left-content {
  display: flex;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-header-items .header-item-left-content .ci-user-icon {
  margin-right: 23px;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-header-items .header-item-left-content .header-item-title p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  width: 415px;
  line-height: 129.3%;
  color: #312D39;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-header-items .header-item-action-btn-wrap .header-item-edit-btn {
  margin-bottom: 8px;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-header-items .header-item-action-btn-wrap .header-item-edit-btn .ic-card-dropdown__list-text {
  color: #312D39;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-header-items .header-item-action-btn-wrap .header-item-remove-btn svg path {
  stroke: #FD3062;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-header-items .header-item-action-btn-wrap .header-item-remove-btn .ic-card-dropdown__list-text {
  color: #FD3062;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-content-wrap .ci-component-horizontal-list {
  margin-left: 60px;
  margin-bottom: 20px;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-content-wrap .ci-custom-checkbox-label {
  font-size: 14px;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-content-wrap .ci-custom-checkbox-icon {
  background: #E2E1E5;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-content-wrap .select2-selection__rendered {
  color: #312D39;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-content-wrap .ci-custom-checkbox-label {
  color: #312D39;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-content-wrap.survey-img-setion {
  margin-left: 60px;
  margin-bottom: 20px;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-content-wrap.survey-img-setion .input-text-box {
  margin-left: 0;
}
.survey-questionnaire-wrapper ul li .ic-campaign-card .survey-card-content-wrap.survey-img-setion img {
  margin-bottom: 32px;
}

.ic-table--survey-title {
  width: 254px;
}

.ic-table--start-date {
  width: 170px;
}

.ic-table--syncs {
  width: 160px;
}

.ic-table--responses {
  width: 180px;
}

.ic-campaign-detailed-tab-content {
  padding-bottom: 100px;
}

.ic-tab-content__topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
}

.ic-table--name {
  width: 200px;
}

.ic-table--location {
  width: 160px;
}

.ic-table--date {
  width: 150px;
}

.ic-table--time {
  width: 80px;
}

.ic-table--age {
  width: 200px;
}

.ic-table--gender {
  width: 120px;
}

.ic-table--status {
  width: 120px;
}

.status-circle {
  width: 10px;
  height: 10px;
  background-color: #999999;
  border-radius: 50%;
  display: inline-block;
}

.online{
  background-color:#62bd19
}

.ic-custom-table__header .ic-table--checkbox {
  padding-left: 16px !important;
}

.ic-panelist-main-content .ic-table--name {
  width: 220px;
}
.ic-panelist-main-content .ic-table--location {
  width: 190px;
}

.ic-modal-sub-title {
  font-size: 12.1564px;
  color: #5E5969;
  margin: 6px 0 0 0;
}

.ic-modal-header--no-flex {
  display: block;
}

.ic-sidebar__main-content::-webkit-scrollbar {
  width: 3px;
}

.ic-sidebar__main-content::-webkit-scrollbar-thumb {
  background: #E2E1E5;
  border-radius: 24px;
}

.ci-header__link--active .ci-header__link-text {
  color: #6E47BF;
}
.ci-header__link--active .ci-dashboard-icon--path-one {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-dashboard-icon--path-two {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-dashboard-icon--path-three {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-campaign-icon--path-one {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-campaign-icon--path-two {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-campaign-icon--path-three {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-campaign-icon--path-four {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-campaign-icon--path-five {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-campaign-icon--path-six {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-panelist-icon--path-one {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-panelist-icon--path-two {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-panelist-icon--path-three {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-panelist-icon--path-four {
  stroke: #6E47BF;
}
.ci-header__link--active .ci-panelist-icon--path-five {
  stroke: #6E47BF;
}

.input-text-box {
  margin-left: 60px;
  margin-bottom: 20px;
}
.input-text-box input {
  background: #E2E1E5;
}

.custom-select-box {
  margin-left: 60px;
  margin-bottom: 20px;
}
.custom-select-box .select2 {
  width: 100% !important;
}

.ic-grey-form-box {
  padding: 30px 70px;
  background: #F7F7F8;
  border-radius: 8px;
  margin-top: 16px;
}

.ic-modal-absolute-label {
  font-size: 18px;
  line-height: 22px;
  color: #312D39;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
}

.ci-survey-questionnaire-modal__content {
  width: 100%;
}

.ic-modal-add-option-btn, .ic-custom-upload__plus-icon, .ic-modal-remove-option-btn {
  width: 30px;
  height: 30px;
  border: 2px solid #908D96;
  border-radius: 50%;
  background: transparent;
  width: 30px;
  height: 30px;
  border: 2px solid #908D96;
  border-radius: 50%;
  background: transparent;
  font-size: 27px;
  line-height: 0.1;
  text-align: center;
  padding: 0;
  color: #908D96;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.ic-modal-option-wrapper {
  position: relative;
}

.ic-modal-option-buttons-wrapper {
  position: absolute;
  top: 50%;
  right: -113px;
  transform: translate(0, -50%);
}

.ic-modal-remove-option-btn {
  margin-left: 20px;
}

.modal-body .ic-grey-form-box:first-child {
  margin-top: 0;
}

.ic-modal-options-list > li {
  position: relative;
  margin-top: 12px;
}
.ic-modal-options-list > li:first-child {
  margin-top: 0;
}

.ic-custom-upload--secondary {
  border: 1px solid #E2E1E5;
  border-radius: 8px;
  max-width: 240px;
  padding: 30px 0;
}
.ic-custom-upload--secondary .ic-custom-upload__text {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #128EE8;
  margin-top: 15px;
}

.ic-custom-upload__plus-icon {
  border-color: #128EE8;
  color: #128EE8;
  line-height: 0.92;
}

.custom-radio-btn-wrap {
  margin-left: 60px;
}
.custom-radio-btn-wrap .ci-custom-radio-btn-skin {
  background: transparent;
}
.custom-radio-btn-wrap .ci-custom-radio-btn-icon {
  background: #E2E1E5;
}
.custom-radio-btn-wrap .ic-modal-form-horizontal-list li {
  min-width: 220px;
}
.custom-radio-btn-wrap .ic-modal-form-horizontal-list li .ci-custom-radio-btn-label {
  color: #312D39;
}

.ic-login {
  background: #eee !important;
}
.ic-login .wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
}
.ic-login .form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 380px;
}
.ic-login .form-signin .form-signin-heading {
  text-align: center;
  font-weight: bold;
}
.ic-login .form-signin .form-signin-heading,
.ic-login .form-signin .checkbox {
  margin-bottom: 15px;
}
.ic-login .form-signin .checkbox {
  font-weight: normal;
}
.ic-login .form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ic-login .form-signin .form-control:focus {
  z-index: 2;
}
.ic-login .form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ic-login .form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ic-campaign-details-list__value-dorpdown {
  position: absolute;
  right: 0;
  bottom: 20px;
  background: #fff;
  box-shadow: 0px 4px 12px rgba(18, 21, 23, 0.12);
  border-radius: 6px;
  min-width: 130px;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.3s;
  opacity: 0;
}

.ic-campaign-details-list__value-dorpdown-list {
  padding: 5px 0;
}
.ic-campaign-details-list__value-dorpdown-list > li {
  font-size: 12px;
  color: #5E5969;
  padding: 5px 10px;
}

.ic-master-data-edit {
  color: #128EE8;
  cursor: pointer;
}

.ic-master-data-delete {
  color: #e81260;
  cursor: pointer;
}

.ic-custom-table--max-width-460 {
  max-width: 460px;
}

.ic-table--delete {
  width: 130px;
}

.ic-table--edit {
  width: 130px;
}

.ic-login__logo {
  text-align: center;
  padding-bottom: 30px;
}

.ci-login {
  background: linear-gradient(238deg, rgba(0, 255, 185, 0.78), rgba(27, 104, 225, 0.7803921569)), url(../../images/login-bg.jpg);
  background-size: cover;
  height: 100vh;
  padding: 0;
}

.ci-login__logo {
  margin-top: 30px;
  position: relative;
  left: -12px;
}

.ci-login__main-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

.ci-login__intro {
  color: white;
  width: 50%;
}

.ci-login__intro__subtitle {
  font-size: 18px;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
}
.ci-login__intro__subtitle img {
  position: relative;
  top: -4px;
}

.ci-login__intro__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 60px;
}

.ci-login__intro__tagline {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

.ci-login__learn-more {
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-top: 20px;
  width: 165px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ci-login__learn-more:hover {
  color: #3586d4;
  background-color: #ffffff;
}

.ci-login__login-box-wrapper {
  height: 529px;
  width: 50%;
}

.ci-login__login-box {
  background-color: white;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 80px 46px;
  max-width: 538px;
  position: relative;
  top: -30px;
  z-index: 2;
}
.ci-login__login-box h1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 55px;
}
.ci-login__login-box h1 img {
  position: relative;
  top: -8px;
}
.ci-login__login-box::after {
  background-color: #ffffff47;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -40px;
  left: -40px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  z-index: -1;
  display: block;
  content: "";
}

.ci-login__label {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 2.06;
}

.ci-login__input {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #ced2d8;
  -webkit-box-shadow: 0 5px 10px 0 rgba(76, 132, 255, 0.05);
  box-shadow: 0 5px 10px 0 rgba(76, 132, 255, 0.05);
  color: rgba(74, 74, 74, 0.9);
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  margin-bottom: 8px;
  width: 100%;
}
.ci-login__input:focus {
  outline: none;
}
.ci-login__input::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
  opacity: 1;
}
.ci-login__input:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
  opacity: 1;
}
.ci-login__input::placeholder {
  color: rgba(74, 74, 74, 0.5);
  opacity: 1;
}
.ci-login__input:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}
.ci-login__input::-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.5);
}

.ci-login__input--wrong {
  border: 1px solid #f3524480;
  color: #f35244;
}

.ci-login__wrong-Password-text {
  float: right;
  color: #f35244;
  position: relative;
  top: -95px;
  visibility: hidden;
}

#ci-login__invalid-username {
  top: -119px;
}

.ci-login__showHideBtn {
  color: rgba(74, 74, 74, 0.2);
  font-weight: 500;
  margin: -45px -95px 0 0;
}
.ci-login__showHideBtn:focus {
  color: rgba(74, 74, 74, 0.5);
}

.ci-login__loginBtn {
  background-color: #15cdb8;
  font-size: 16px;
  font-weight: 500;
  color: white;
  position: relative;
  letter-spacing: 1px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.ci-login__loginBtn:focus {
  -webkit-box-shadow: inset -5px 5px 10px 0px rgba(74, 74, 74, 0.2);
  box-shadow: inset -5px 5px 10px 0px rgba(74, 74, 74, 0.2);
  top: 1px;
  right: 1px;
  outline: none;
}

.ci-login__forgetPass {
  color: rgba(74, 74, 74, 0.7);
  font-weight: 500;
  font-size: 14px;
  width: 125px;
  display: inline-block;
  line-height: 46px;
  vertical-align: bottom;
}
.ci-login__forgetPass:hover {
  color: rgba(74, 74, 74, 0.7);
}
.ci-login__forgetPass:focus {
  color: rgba(74, 74, 74, 0.7);
}

.ci-home-feed__Header__logo {
  background: #ffffff;
  padding: 16px 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 12%;
}
@media (min-width: 768px) {
  .ci-home-feed__Header__logo {
    width: 10.8%;
  }
}
@media (min-width: 991px) {
  .ci-home-feed__Header__logo {
    width: 8%;
    padding: 21.5px 0;
  }
}
@media (min-width: 1200px) {
  .ci-home-feed__Header__logo {
    width: 6%;
  }
}
@media (min-width: 1400px) {
  .ci-home-feed__Header__logo {
    width: 5%;
  }
}
@media (min-width: 1700px) {
  .ci-home-feed__Header__logo {
    width: 4.3%;
  }
}

.ci-home-feed__welcome-wrapper {
  max-width: 1220px;
}

.ci-home-feed__welcome-user {
  font-size: 34px;
  letter-spacing: 0.6px;
  text-align: center;
  width: 383px;
  margin: auto;
}
.ci-home-feed__welcome-user .ci-home-feed__user {
  color: #2e7fffc7;
  font-weight: bold;
}
@media (max-width: 790px) and (min-width: 768px) {
  .ci-home-feed__welcome-user {
    width: 370px;
  }
}
@media (max-width: 1150px) and (min-width: 1085px) {
  .ci-home-feed__welcome-user {
    width: 323px;
  }
}
@media (max-width: 1176px) and (min-width: 1150px) {
  .ci-home-feed__welcome-user {
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .ci-home-feed__welcome-user {
    text-align: left;
  }
}

.ci-home-feed__welcome-msg {
  color: rgba(74, 74, 74, 0.9);
  font-size: 18px;
  line-height: 1.61;
  letter-spacing: 0.2px;
  margin-top: 30px;
}

.ci-home-feed__create-view-persona-cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 730px) and (max-width: 767px) {
  .ci-home-feed__create-view-persona-cards-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .ci-home-feed__create-view-persona-cards-wrapper {
    float: right;
  }
}
@media (min-width: 1088px) {
  .ci-home-feed__create-view-persona-cards-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.ci-home-feed__persona-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #ffffff;
  margin: 8px auto;
  width: 310px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.ci-home-feed__persona-card h3 {
  color: #fff;
  font-weight: normal;
  margin-top: 24px;
}
.ci-home-feed__persona-card p {
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 1.29;
  margin-bottom: 34px;
}
@media (min-width: 730px) and (max-width: 767px) {
  .ci-home-feed__persona-card {
    margin: 7px auto;
  }
}
@media (min-width: 1088px) {
  .ci-home-feed__persona-card {
    margin: 0 0 0 20px;
  }
}

.ci-home-feed__persona-view-card .ci-home-feed__persona-card-front,
.ci-home-feed__persona-view-card .ci-home-feed__persona-card-back {
  background-color: #4c84ff;
  background-image: url("../../images/ci-home-feed-card-texture.svg");
  -webkit-box-shadow: -5px 15px 20px rgba(76, 132, 255, 0.18);
  box-shadow: -5px 15px 20px rgba(76, 132, 255, 0.18);
}
.ci-home-feed__persona-view-card .ci-home-feed__persona-card-front .ci-home-feed__persona-card-back__link-wrapper a,
.ci-home-feed__persona-view-card .ci-home-feed__persona-card-back .ci-home-feed__persona-card-back__link-wrapper a {
  background-color: #0063ff00;
}
.ci-home-feed__persona-view-card .ci-home-feed__persona-card-front .ci-home-feed__persona-card-back__link-wrapper a:hover,
.ci-home-feed__persona-view-card .ci-home-feed__persona-card-back .ci-home-feed__persona-card-back__link-wrapper a:hover {
  background-color: #0063ff;
}

.ci-home-feed__persona-card-front {
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 125px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.ci-home-feed__persona-card-front h3 {
  color: #fff;
  margin-top: 24px;
}
.ci-home-feed__persona-card-front p {
  font-size: 15px;
  margin-bottom: 34px;
}

.ci-home-feed__persona-create-card .ci-home-feed__persona-card-front,
.ci-home-feed__persona-create-card .ci-home-feed__persona-card-back {
  background-color: #15cdb8;
  -webkit-box-shadow: -5px 15px 20px rgba(44, 209, 190, 0.18);
  box-shadow: -5px 15px 20px rgba(44, 209, 190, 0.18);
  background-image: url("../../images/ci-home-feed-card-texture.svg");
}
.ci-home-feed__persona-create-card .ci-home-feed__persona-card-front .ci-home-feed__persona-card-back__link-wrapper a,
.ci-home-feed__persona-create-card .ci-home-feed__persona-card-back .ci-home-feed__persona-card-back__link-wrapper a {
  background-color: #15cdb800;
}
.ci-home-feed__persona-create-card .ci-home-feed__persona-card-front .ci-home-feed__persona-card-back__link-wrapper a:hover,
.ci-home-feed__persona-create-card .ci-home-feed__persona-card-back .ci-home-feed__persona-card-back__link-wrapper a:hover {
  background-color: #15cdb8;
}

.ci-home-feed__persona-card-back {
  left: 0;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 125px;
  width: 303px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 15px 22px 15px;
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.ci-home-feed__persona-card-back h4 {
  color: #fff;
  margin: 10px 0 0 5px;
  font-weight: 500;
}

.ci-home-feed__persona-card-back__link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}
.ci-home-feed__persona-card-back__link-wrapper a {
  color: #fff;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 15px;
  line-height: 25px;
  margin-top: 10px;
  width: 132px;
  text-align: center;
}

.ci-home-feed__persona-card__logo {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  top: 50%;
  padding: 0 19px;
  width: 100px;
}

.ciActivity__recent-activity {
  text-align: center;
}
@media (min-width: 768px) {
  .ciActivity__recent-activity {
    display: inline-block;
    position: relative;
    bottom: -12px;
  }
}

.ciActivity__sort-by {
  position: relative;
  bottom: -17px;
}

.ci-home-feed__persona-group-card {
  margin-bottom: 20px;
  letter-spacing: 0.1px;
}
.ci-home-feed__persona-group-card .icon-three-dots {
  padding: 7px;
}

.ci-home-feed__persona-card--front,
.ci-home-feed__persona-card--edit,
.ci-home-feed__persona-card--delete {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 265px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
  box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
}
@media (min-width: 992px) and (max-width: 1331px) {
  .ci-home-feed__persona-card--front,
  .ci-home-feed__persona-card--edit,
  .ci-home-feed__persona-card--delete {
    height: 286px;
  }
}

.ci-home-feed__persona-card--edit {
  display: none;
  padding: 5px 28px 5px 28px;
}
.ci-home-feed__persona-card--edit .ciSecondaryBtn--success {
  padding: 5px 25px;
  margin-top: 18px;
}
.ci-home-feed__persona-card--edit h3 {
  font-weight: normal;
  margin-top: 15px;
}

.ci-home-feed__persona-card__select ~ span {
  border: 1px solid rgba(74, 74, 74, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 100%;
  width: 100%;
}

.ci-home-feed__persona-card--delete {
  padding: 30px 30px;
}
.ci-home-feed__persona-card--delete h3 {
  font-weight: normal;
}

.ci-home-feed__persona-card__restore {
  padding: 16px 0;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #15cdb8;
  color: #15cdb8;
  font-weight: 500;
  margin-top: 15px;
}

.ci-home-feed__persona-card__add {
  color: #4c84ff;
  font-size: 35px;
  background-color: #4c84ff1a;
  border: 1px solid #4c84ff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 41px;
  height: 41px;
  margin-top: 34px;
  margin-bottom: 9px;
}
.ci-home-feed__persona-card__add span {
  position: relative;
  top: -6px;
}

.ci-home-feed__persona-card__title {
  width: 100%;
}

.ci-home-feed__persona-card--delete {
  display: none;
}

.ci-home-feed__persona-group-card__topbar {
  border-bottom: 2px solid #99999924;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  padding: 23px 25px 20px 30px;
}
.ci-home-feed__persona-group-card__topbar .icon {
  position: relative;
  top: 3px;
  width: 25px;
}
.ci-home-feed__persona-group-card__topbar .dropdown-item a:first-child {
  border-bottom: 1px sold grey;
}
.ci-home-feed__persona-group-card__topbar a {
  color: rgba(74, 74, 74, 0.5);
}

.ci-home-feed__card-dropdown__link {
  background-color: #ffffff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #9f9f9f33;
  padding: 16px 31px;
  position: relative;
  left: 35px;
  top: 5px;
  width: 195px;
}
.ci-home-feed__card-dropdown__link::before {
  background-color: #ffffff;
  content: "";
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -13px;
  right: 28px;
  border-top: 1px solid #9f9f9f33;
  border-left: 1px solid #9f9f9f33;
}
.ci-home-feed__card-dropdown__link a {
  color: rgba(74, 74, 74, 0.9);
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding: 10px 0;
}

.ci-home-feed__card-dropdown__link--edit {
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
}

.ci-home-feed__persona-group-card__topbar__title {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1331px) {
  .ci-home-feed__persona-group-card__topbar__title {
    height: 45px;
  }
}

.ci-home-feed__card-dropdown {
  background-color: #ffffff00;
  border: none;
  -webkit-filter: drop-shadow(0px 0px 14px #eeeeee);
  filter: drop-shadow(0px 0px 14px #eeeeee);
}

.ci-home-feed__persona-group-card__topbar--ongoing {
  color: #2ae899;
}

.ci-home-feed__persona-group-card__topbar--alert {
  color: #ff8a96;
}

.ci-home-feed__persona-group-card__topbar--status {
  color: #5d8fff;
  background-color: #ffffff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.ci-home-feed__persona-group-card__content {
  padding: 20px 20px 30px 34px;
}
.ci-home-feed__persona-group-card__content h4 {
  color: rgba(74, 74, 74, 0.9);
  min-height: 50px;
}

.ci-home-feed__persona-group-card__content--chart {
  padding: 0 !important;
}

.ci-home-feed__persona-card-chart {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  color: rgba(74, 74, 74, 0.9);
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.ci-home-feed__persona-group-card__last-modified {
  color: rgba(74, 74, 74, 0.5);
  display: block;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}

.ci-home-feed__persona-group-card__status {
  font-size: 13px;
  font-weight: 500;
}

.ci-home-feed__persona-group-card__status--rejected {
  color: #ff8a96;
}

.ci-home-feed__persona-group-card__status--draft {
  color: #f6a625;
}

.ci-home-feed__persona-group-card__status--active {
  color: #2dc6f3;
}

.ci-home-feed__persona-group-card__version {
  color: rgba(74, 74, 74, 0.5);
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}

.ci-index__modal {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.ci-index__modal h3 {
  margin-top: 7px;
  margin-bottom: 16px;
  font-weight: normal;
}
.ci-index__modal .ciBtn--secondary {
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 500;
  color: white;
  width: 165px;
}
.ci-index__modal .ci-tag {
  margin-right: 15px;
  margin-bottom: 15px;
}

.ci-index__modal__title {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 5% 0 5%;
}
.ci-index__modal__title span {
  color: #7ba4ff;
  font-weight: normal;
}

.ci-index__modal__close {
  font-size: 45px;
  font-weight: normal;
  top: 8px;
  right: 24px;
  position: relative;
  color: rgba(74, 74, 74, 0.5);
}

.ci-index__form__input-text {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: 3px;
  margin: 0 40px 0 12px;
}

.ci-index__form__input-group {
  margin-bottom: 45px;
}

.ci-index__share-input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.2);
}
.ci-index__share-input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
.ci-index__share-input-text:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
.ci-index__share-input-text:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.2);
}

.ci-index__modal__persona-list-wrapper {
  height: 155px;
  overflow: hidden;
}
.ci-index__modal__persona-list-wrapper::-webkit-scrollbar {
  width: 7px;
  background-color: #FFF;
}
.ci-index__modal__persona-list-wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(74, 74, 74, 0.2);
}

.ci-index__modal__persona-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
}
.ci-index__modal__persona-list h3 {
  margin-bottom: 0;
}
.ci-index__modal__persona-list p {
  color: rgba(74, 74, 74, 0.5);
  line-height: 2.64;
  font-size: 14px;
}

.ci-index__modal__user-img {
  height: 40px;
  width: 44px;
  position: relative;
  top: 10px;
}
.ci-index__modal__user-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ci-index__modal__user-detail {
  padding-left: 14px;
  width: 100%;
}

.ci-index__modal__user-stats {
  color: rgba(74, 74, 74, 0.5);
  font-size: 18px;
  letter-spacing: 0.4px;
  position: relative;
  top: 33px;
  height: 26px;
  padding-right: 10px;
}

.ci-journey__modal .modal-header {
  padding: 0;
  margin: 45px 45px 0 45px;
}
.ci-journey__modal .modal-body {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 991px) and (min-width: 768px) {
  .ci-journey__modal .large-padding {
    padding: 30px 0;
  }
}

.ci-journey__modal__submit-wrapper {
  padding: 25px 40px;
  border-top: 1px solid rgba(74, 74, 74, 0.5);
}
.ci-journey__modal__submit-wrapper button {
  width: 163px;
}

.ci-journal__modal__close {
  font-size: 45px;
  font-weight: normal;
  top: -22px;
  right: 0px;
  position: relative;
  color: rgba(74, 74, 74, 0.5);
}

.ci-journey-modal__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ci-journey-modal__title .ci-journey-modal__img {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(74, 74, 74, 0.7);
  margin-top: 2px;
  margin-right: 18px;
}
.ci-journey-modal__title h5 {
  font-weight: normal;
  margin-bottom: 0;
}

.ci-journey__modal__tab {
  border-top: 1px solid rgba(74, 74, 74, 0.2);
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
}
.ci-journey__modal__tab .nav-link {
  border: none;
  color: black;
  display: inline-block;
  font-size: 16px;
  padding: 16px 35px;
  cursor: pointer;
}
.ci-journey__modal__tab .nav-link.active {
  color: #4c84ff;
  border-bottom: 2px solid #4c84ff;
}

.ci-journey__modal__selected-offers {
  padding: 32px 54px 0 54px;
}

.ci-journey__modal__offer-count {
  display: inline-block;
}
.ci-journey__modal__offer-count a {
  text-decoration: underline;
}

.ci-journey__modal__offer-count--margin-top {
  margin-top: 30px;
}

.ci-journey__modal__offer-count--margin-bottom {
  margin-bottom: 30px;
}

.ci-journey__modal__offer-count-description {
  height: 190px;
  overflow: scroll;
}
.ci-journey__modal__offer-count-description::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #FFF;
}
.ci-journey__modal__offer-count-description::-webkit-scrollbar {
  width: 7px;
  background-color: #fff;
}
.ci-journey__modal__offer-count-description::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(74, 74, 74, 0.2);
}
.ci-journey__modal__offer-count-description li {
  margin-bottom: 20px;
}

.ci-journey__modal__offer-count__text {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  word-break: break-all;
  overflow: hidden;
  height: 23px;
  width: 70%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ci-journey__modal__offer-count__text {
    width: 60%;
  }
}

.ci-journey__modal__offer-count__date {
  display: inline-block;
  float: right;
  text-align: right;
  width: 30%;
  padding-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ci-journey__modal__offer-count__date {
    width: 36%;
  }
}

.ci-journey__modal__btn {
  border: 1.5px solid rgba(74, 74, 74, 0.5);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: rgba(74, 74, 74, 0.5);
  padding: 10px 0;
  background: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.8px;
  width: 167px;
}

.ci-journey__modal__edit-offers__body {
  padding: 45px 45px 0 45px;
}

.ci-journey__modal__action-bar .ciSearch {
  border: 1px solid rgba(74, 74, 74, 0.7);
}
.ci-journey__modal__action-bar .ciSearch__input {
  position: relative;
  right: 0;
}

.ci-journey__modal__form__wrapper {
  max-height: 328px;
  overflow: scroll;
}
.ci-journey__modal__form__wrapper::-webkit-scrollbar {
  width: 7px;
  background-color: #FFF;
}
.ci-journey__modal__form__wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(74, 74, 74, 0.2);
}

.ci-journey__modal__form .form-header {
  font-weight: 500;
}
.ci-journey__modal__form .ci-journey__modal__row-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 14px 0;
  border-top: 1px solid rgba(74, 74, 74, 0.2);
}
.ci-journey__modal__form .checkbox-container {
  text-align: right;
  width: 64px;
}
.ci-journey__modal__form .checkbox-container .ci-custom-checkbox-icon {
  top: -3px;
}
.ci-journey__modal__form .code-container {
  padding-left: 48px;
  width: 142px;
}
.ci-journey__modal__form .offer-name-container {
  font-weight: 500;
  width: 180px;
  overflow: hidden;
}
.ci-journey__modal__form .description-container {
  width: 326px;
  overflow: hidden;
}
.ci-journey__modal__form .description-container span {
  display: block;
  height: 25px;
  overflow: hidden;
  word-break: break-all;
}
.ci-journey__modal__form .date-container {
  text-align: right;
  width: 124px;
}
.ci-journey__modal__form .dropdown-arrow-container {
  color: #00abff;
  font-size: 7px;
  text-align: right;
  padding-top: 9px;
  padding-right: 5px;
  width: 50px;
  cursor: pointer;
  cursor: pointer;
}
.ci-journey__modal__form .dropdown-arrow-container.expand {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  padding-top: 18px;
}
.ci-journey__modal__form .ci-journey__modal__submit-wrapper {
  margin: 0 -45px;
}

.ci-journey__modal__form__row {
  margin: 0;
}

.ci-journey__modal--edit-offers__dropdown {
  display: none;
}
.ci-journey__modal--edit-offers__dropdown .dropdown-title {
  color: #00abff;
  margin-top: 15px;
  padding: 20px 0 20px 70px;
}
.ci-journey__modal--edit-offers__dropdown .select-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  padding-left: 20px;
}
.ci-journey__modal--edit-offers__dropdown .select-title {
  padding: 12px 10px 0 50px;
}

.ci-journey__modal__form__select {
  margin-right: 0 !important;
  margin-bottom: 10px;
}
.ci-journey__modal__form__select .select2-container--default .select2-selection--single {
  background-color: #ffffff00;
  border: 1px solid rgba(74, 74, 74, 0.5);
}

.ci-journey__modal__form__select--disabled .select2-container--default .select2-selection--single {
  border: 1px solid rgba(74, 74, 74, 0.2);
  color: rgba(74, 74, 74, 0.2);
}
.ci-journey__modal__form__select--disabled .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(74, 74, 74, 0.2);
}

.ci-journey__modal__form__select--small .select2-container {
  min-width: 75px;
}
.ci-journey__modal__form__select--small .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 18px 10px;
}

.ci-journey__modal__form__select--medium .select2-container {
  min-width: 138px;
}
.ci-journey__modal__form__select--medium .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 18px 10px;
}

.ci-journey__modal__form__select--large .select2-container {
  min-width: 150px;
}

.ci-journey__modal .modal-lg {
  max-width: 960px;
}

.ci-journal__modal__edit-details__interaction {
  padding-top: 15px;
}
.ci-journal__modal__edit-details__interaction > ul {
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
}
.ci-journal__modal__edit-details__interaction > ul:last-child {
  border-bottom: none;
}

.ci-journal__modal__edit-details__interaction__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.ci-journal__modal__edit-details__interaction--title {
  min-width: 258px;
  padding: 16px 63px 16px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.ci-journal__modal__edit-details__interaction--content {
  padding: 17px 0;
}

.ci-journey__modal__input {
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(74, 74, 74, 0.5);
  width: 260px;
}

#ci-journey__modal__edit-details__interaction-detail-tab .list-title {
  color: blue;
  margin: 30px auto 20px auto;
}

.ci-journey__modal__tag {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: auto 5px 8px auto;
}

.zz-modal-footer {
  background-color: white;
  position: fixed;
  padding: 20px 20px 20px 90px;
  width: 100%;
  bottom: 0;
}
.zz-modal-footer .ci-persona-group-card-wrapper {
  padding-bottom: 20px;
}
.zz-modal-footer .ciCustomSelectIcon {
  position: relative;
  bottom: 1px;
  margin-right: 5px;
}
.zz-modal-footer .white {
  border: 1px solid #4c84ff;
}
.zz-modal-footer .orange {
  background-color: #fa7022;
}
.zz-modal-footer button {
  width: 150px;
}
.zz-modal-footer .ci-custom-tag {
  color: white;
  background-color: #4c84ff;
  font-size: 10px;
  padding: 0px 5px;
  position: relative;
  margin-right: 18px;
}
.zz-modal-footer .ci-custom-tag::after {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  right: -15px;
  border-left: 7.5px solid #4c84ff;
  border-top: 7.5px solid #4c84ff00;
  border-right: 7.5px solid #4c84ff00;
  border-bottom: 7.5px solid #4c84ff00;
}

#modeled_customer_journey_list_copy {
  font-size: 14px;
}
#modeled_customer_journey_list_copy .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#modeled_customer_journey_list_copy .modal-lg {
  max-width: 960px;
}
#modeled_customer_journey_list_copy .modal-footer {
  border-top: none;
}
#modeled_customer_journey_list_copy p {
  width: 743px;
  color: rgba(74, 74, 74, 0.7);
}
#modeled_customer_journey_list_copy p i {
  font-weight: 500;
}
#modeled_customer_journey_list_copy .ci-persona-group-card-wrapper {
  padding-bottom: 20px;
}
#modeled_customer_journey_list_copy .ciCustomSelectIcon {
  position: relative;
  bottom: 3px;
  margin-right: 5px;
}
#modeled_customer_journey_list_copy .white {
  border: 1px solid #4c84ff;
}
#modeled_customer_journey_list_copy .orange {
  background-color: #fa7022;
}
#modeled_customer_journey_list_copy .ciSecondaryBtn {
  padding: 8px 40px;
}
#modeled_customer_journey_list_copy .ci-custom-tag {
  color: white;
  background-color: #4c84ff;
  font-size: 10px;
  padding: 0px 5px;
  position: relative;
  margin-right: 18px;
}
#modeled_customer_journey_list_copy .ci-custom-tag::after {
  content: "";
  display: inline-block;
  width: 0;
  position: absolute;
  right: -15px;
  border-left: 7.5px solid #4c84ff;
  border-top: 7.5px solid #4c84ff00;
  border-right: 7.5px solid #4c84ff00;
  border-bottom: 7.5px solid #4c84ff00;
  top: -0.5px;
}

.ci-visitor-journey__meta__wrapper {
  font-size: 14px;
  font-weight: 500;
}

.ci-visitor-journey__meta__title {
  color: rgba(74, 74, 74, 0.5);
}

.ci-visitor-journey__btn__wrapper button {
  color: #4c84ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0.6px solid rgba(76, 132, 255, 0.3);
  background-color: rgba(76, 132, 255, 0.1);
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px 25px;
  font-weight: 500;
  cursor: pointer;
}

.ci-visitor-journey__top-rightbar {
  position: absolute;
  right: 32px;
  top: 15px;
}
.ci-visitor-journey__top-rightbar ul {
  font-weight: 500;
  color: rgba(74, 74, 74, 0.5);
}
.ci-visitor-journey__top-rightbar ul strong {
  color: black;
}
.ci-visitor-journey__top-rightbar li {
  display: inline-block;
}
.ci-visitor-journey__top-rightbar .icon-right-arrow:before {
  font-size: 9px;
  color: grey;
  font-weight: bold;
}
.ci-visitor-journey__top-rightbar button {
  font-weight: normal;
  font-size: 40px;
  color: rgba(74, 74, 74, 0.5);
  margin-left: 35px !important;
}

.ci__status-history-table__head {
  background-color: white;
  color: rgba(74, 74, 74, 0.5);
  margin: 10px 0 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  padding: 24px 24px;
  border-bottom: 1.2px solid rgba(74, 74, 74, 0.2);
}

.ci__status-history-table__content {
  background-color: white;
  padding: 0 33px;
  height: 54vh;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.ci__status-history-table__content .row {
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
  padding: 20px 0;
  color: rgba(74, 74, 74, 0.7);
}
.ci__status-history-table__content .row:last-child {
  border: none;
}
.ci__status-history-table__content .row .semibold {
  font-weight: 500;
  color: #4a4a4a;
}
.ci__status-history-table__content .row .date-time span {
  font-size: 14px;
  color: rgba(74, 74, 74, 0.7);
  font-weight: normal;
}
.ci__status-history-table__content .row .icon-download {
  font-size: 18px;
}

.ci-persona-detail .ci-pie-chart__legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ci-persona-details__p {
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.5px;
  text-align: justify;
}

.ci-persona-detail__intro-graph {
  border-left: 1px solid blue;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-top: 30px;
}

.ci-index__chat-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
}
.ci-index__chat-wrapper .ci-persona-group-card {
  background-color: #FFF;
  width: 30%;
  position: absolute;
  right: 475px;
  top: 90px;
  border-radius: 10px;
}
.ci-index__chat-wrapper .ci-home-feed__card-dropdown__link {
  display: none;
}

.ci-index__chat {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 450px;
  min-width: 460px;
  background-color: white;
  overflow-y: scroll;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
  box-shadow: 0px 0px 20px rgba(74, 74, 74, 0.2);
}
.ci-index__chat::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0);
}
.ci-index__chat::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  background-color: rgba(74, 74, 74, 0.2);
}
.ci-index__chat::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(255, 255, 255, 0);
}
.ci-index__chat::-webkit-scrollbar:hover {
  width: 10px;
}
.ci-index__chat__title {
  color: #0077ff;
}
.ci-index__chat__actionbar {
  padding: 34px 44px;
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 14px;
  height: 89px;
  position: fixed;
  width: 450px;
  background-color: #FFF;
  z-index: 1;
}
.ci-index__chat__actionbar .ci__close-chatbox {
  float: right;
  font-size: 35px;
  background-color: white;
  border: none;
  position: relative;
  top: -14px;
  color: rgba(74, 74, 74, 0.2);
  cursor: pointer;
}
.ci-index__chat__new-thread {
  background-color: #FFF;
  position: fixed;
  bottom: 0;
  right: 0;
  border-top: 1px solid rgba(74, 74, 74, 0.2);
  padding: 30px 40px;
  height: 220px;
  width: 460px;
}
.ci-index__chat__new-thread__textarea {
  display: block;
  width: 100%;
  border: 1px solid rgba(74, 74, 74, 0.2);
  border-radius: 6px;
  height: 86px;
  padding: 15px;
}
.ci-index__chat__new-thread__textarea:focus {
  outline: none;
}
.ci-index__chat ul {
  padding: 20px 44px 0 44px;
  font-size: 14px;
  border-bottom: 1px solid rgba(74, 74, 74, 0.2);
}
.ci-index__chat ul .ciHeader__user-icon {
  vertical-align: top;
}
.ci-index__chat ul .chat-sec {
  margin-bottom: 10px;
}
.ci-index__chat ul:last-child {
  border-bottom: none;
}
.ci-index__chat .sender-name {
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ci-index__chat .other-user .msg-wrapper {
  padding-left: 23px;
  width: 100%;
}
.ci-index__chat .other-user .msg {
  background-color: #e8f2fa;
  padding: 16px 24px;
  border-radius: 0 30px 30px 30px;
  margin-top: 9px;
}
.ci-index__chat .current-user {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ci-index__chat .current-user .img-wrapper {
  float: right;
}
.ci-index__chat .current-user .msg-wrapper {
  padding-right: 23px;
  width: 100%;
}
.ci-index__chat .current-user .msg-wrapper .sender-name {
  text-align: right;
}
.ci-index__chat .current-user .msg {
  color: #FFF;
  background-color: #4c84ff;
  padding: 16px 24px;
  border-radius: 30px 0 30px 30px;
  margin-top: 9px;
}
.ci-index__chat .ciPrimaryBtn__text {
  vertical-align: initial;
}
.ci-index__chat .ciBtn--secondary {
  background: #15cdb8;
  padding: 10px 64px;
  margin-top: 20px;
  float: right;
}
.ci-index__chat .chat-opt {
  margin-top: 13px;
}
.ci-index__chat .chat-opt .time {
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 12px;
}
.ci-index__chat .chat-opt .reply {
  font-weight: 500;
  color: #0093ff;
  border: none;
  background-color: #FFF;
  cursor: pointer;
}
.ci-index__chat .ci-index__chat__threads {
  margin-top: 89px;
  margin-bottom: 220px;
}
.ci-index__chat .ci-index__chat__threads .reply-wrapper {
  padding-bottom: 80px;
}

.ci-chat-background {
  height: 90vh;
  overflow: hidden;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.ci-index__loader {
  display: none;
  width: 25px;
  height: 25px;
}

.circular-loader {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  margin: auto;
}

.loader-path {
  stroke-dasharray: 150,200;
  stroke-dashoffset: -10;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0% {
    stroke: #b3b8be;
  }
  40% {
    stroke: #b3b8be;
  }
  66% {
    stroke: #b3b8be;
  }
  80%, 90% {
    stroke: #b3b8be;
  }
}
@keyframes color {
  0% {
    stroke: #b3b8be;
  }
  40% {
    stroke: #b3b8be;
  }
  66% {
    stroke: #b3b8be;
  }
  80%, 90% {
    stroke: #b3b8be;
  }
}
#ci__multiple-select-box-1 ~ .select2-container--open ~ .icon-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ci__multiple-select-box-1 ~ .icon-down {
  cursor: pointer;
  position: absolute;
  padding: 5px;
  right: 10px;
  bottom: 18px;
  font-size: 6px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
#ci__multiple-select-box-1 ~ .select2-container .select2-selection__rendered {
  position: relative;
  top: 7px;
  padding: 0 20px;
}
#ci__multiple-select-box-1 ~ .select2-container .select2-selection.select2-selection--multiple {
  border: none;
  height: 50px;
}
#ci__multiple-select-box-1 ~ .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-search__field {
  height: 27px;
}
#ci__multiple-select-box-1 ~ .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
}
#ci__multiple-select-box-1 ~ .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  padding-right: 5px;
}

#componentListView .mCSB_dragger_bar {
  background-color: #9c9c9c;
}
#componentListView .ci-selected-principal-component-sets-wrap li {
  position: relative;
}
#componentListView .ci-selected-principal-component-sets-wrap li .close {
  color: white;
  background: #ff6171;
  opacity: 1;
  position: absolute;
  right: -7px;
  top: -3px;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: top;
  padding: 1.4px 6.5px;
}
#componentListView .ci-page-slider__slide-item-components {
  overflow: hidden !important;
  padding: 0 0 0 10px;
}
#componentListView .ci-page-slider__slide-item-components:first-child {
  border-top: 1px solid rgba(187, 190, 193, 0.5);
}
#componentListView .ci-page-slider__slide-item-list .ci-color-card__tags-list {
  overflow: hidden !important;
}
#componentListView .ci-page-slider__slide-item-list .ci-color-card__tags-list .ci-tag {
  color: rgba(74, 74, 74, 0.8);
  border: solid 1px rgba(151, 151, 151, 0.5);
}
#componentListView .ci-page-slider__slide-item-list.active .ci-color-card__tags-list .ci-tag {
  color: white;
  border: solid 1px rgba(151, 151, 151, 0.5);
}

.ciSearch--activated .ciActivity__sort-by {
  display: none;
}

.ci-home-feed__Header__logo {
  position: fixed;
  top: 0;
  background: white;
}

li[data-target="#ci-index__more-modal"] {
  cursor: pointer;
}

.ci-choose-path .ci-title--small {
  font-size: 15px;
}
.ci-choose-path .ciCard-block {
  font-size: 17px;
}
.ci-choose-path .ciCard__small-title {
  font-size: 12px;
}
.ci-choose-path .ciCard__list__item {
  font-size: 14px;
}

.ci-persona-products-box__top textarea[name=description] {
  padding: 16px;
}

#whoAddAttributesModal .close {
  font-weight: normal;
  font-size: 40px;
  color: rgba(74, 74, 74, 0.5);
  padding: 10px 35px 0 0;
}

.has-ci-custom-calender .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all::before {
  top: initial;
  bottom: 0;
}
.has-ci-custom-calender .ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all::after {
  top: initial;
  bottom: -18px;
}

.ciAccordianSuper {
  padding-bottom: 40px;
  padding-right: 20px;
}
.ciAccordianSuper img {
  visibility: hidden;
}
.ciAccordianSuper__wrapper {
  max-height: 54vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.ciAccordianSuper__wrapper::-webkit-scrollbar {
  width: 7px;
  background-color: #FFF;
}
.ciAccordianSuper__wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(74, 74, 74, 0.2);
}
.ciAccordianSuper .ciAccordion {
  padding: 0 40px;
}
.ciAccordianSuper > div > h5 .ci-custom-checkbox-label {
  color: #000000e0;
  font-size: 16px;
}

.custom-select-box {
  cursor: pointer;
}
.custom-select-box #ci-custom-itemHolder {
  background-color: #fff;
  height: 49px;
  border-radius: 5px;
  padding: 14px 28px 0px 15px;
  min-width: 205px;
  box-shadow: 0 10px 10px 0 rgba(76, 132, 255, 0.05);
  font-weight: 500;
  font-size: 14px;
  color: #4a4a4a;
}
.custom-select-box #myForm {
  background-color: #FFF;
  box-shadow: 0 10px 20px 0 rgba(76, 132, 255, 0.15);
  padding: 0 30px;
  display: none;
  border-radius: 0px 0px 7px 8px;
  position: absolute;
  width: 100%;
  max-width: 250px;
  z-index: 5;
  right: 0;
  color: #9b9b9b;
  font-size: 14px;
}
.custom-select-box #myForm label {
  display: block;
  position: relative;
}
.custom-select-box .list-items {
  border: 1px solid #e2e2e2;
  padding: 1px 10px;
  border-radius: 12px;
  margin-left: 5px;
}
.custom-select-box .icon-down {
  font-size: 7px;
  position: absolute;
  right: 12px;
  top: 21px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.custom-select-box .open {
  transform: rotate(180deg);
}
.custom-select-box .ciCustomSelectIcon--color-dot {
  position: relative;
  top: -3px;
}
.custom-select-box input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}
.custom-select-box input[type=checkbox]:checked + .custom-skin {
  background: url(../../images/check.svg) no-repeat center center;
  height: 10px;
  width: 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 8px;
}
.custom-select-box .ciCustomSelectIcon--color-dot.All {
  background-color: #4a4a4a;
}
.custom-select-box .ciCustomSelectIcon--color-dot.Active {
  background-color: #50e3a5;
}
.custom-select-box .ciCustomSelectIcon--color-dot.Inactive {
  background-color: #eff0f5;
}
.custom-select-box .ciCustomSelectIcon--color-dot.Draft {
  background-color: #ffbc00;
}
.custom-select-box .ciCustomSelectIcon--color-dot.Approved {
  background-color: #5fd300;
}
.custom-select-box .ciCustomSelectIcon--color-dot.Rejected {
  background-color: #ff6171;
}
.custom-select-box .ciCustomSelectIcon--color-dot.Under-Review {
  background-color: #4c84ff;
}

.favs:hover > .unfav {
  opacity: 1;
  background: rgba(102, 102, 102, 0.3);
  z-index: 11;
}

.unfav {
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 11;
  width: 20px;
  height: 20px;
  margin: auto;
  cursor: pointer;
  position: absolute;
  background: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease;
}
.unfav > p {
  left: 50%;
  color: #353535;
  font-size: 13px;
  position: relative;
  transform: translate(-50%);
  text-align: center;
}

/*# sourceMappingURL=main.css.map */
