@font-face {
  font-family: 'AktivGroteskCorp';
  src: url('../css/font/AktivGroteskCorp-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeutrifPro-Regular';
  src: url('../css/font/NeutrifPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NeutrifPro';
  src: url('../css/font/NeutrifPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  font-weight: 400;
  src: url('../css/font/Inter/Inter-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  src: url('../css/font/Inter/Inter-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 100;
  src: url('../css/font/Inter/Inter-Thin-BETA.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100;
  src: url('../css/font/Inter/Inter-ThinItalic-BETA.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 200;
  src: url('../css/font/Inter/Inter-ExtraLight-BETA.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 200;
  src: url('../css/font/Inter/Inter-ExtraLightItalic-BETA.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 300;
  src: url('../css/font/Inter/Inter-Light-BETA.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 300;
  src: url('../css/font/Inter/Inter-LightItalic-BETA.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  src: url('../css/font/Inter/Inter-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 500;
  src: url('../css/font/Inter/Inter-MediumItalic.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 600;
  src: url('../css/font/Inter/Inter-SemiBold.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('../css/font/Inter/Inter-SemiBoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 700;
  src: url('../css/font/Inter/Inter-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('../css/font/Inter/Inter-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-weight: 800;
  src: url('../css/font/Inter/Inter-ExtraBold.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 800;
  src: url('../css/font/Inter/Inter-ExtraBoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../css/font/Inter/Inter-Black.woff') format('woff');
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 900;
  src: url('../css/font/Inter/Inter-BlackItalic.woff') format('woff');
}

body,
html {
  /* overflow-x: hidden; */
  font-family: 'Inter' !important;
  color: #231F20;
}

a{
  color: #231F20;
}

a.link-tiger{
  text-decoration: underline;
  color:#EF5431;
}

.loader_button {
  border: 2px solid #EF5431;
  border-radius: 50%;
  border-top: 2px solid #F7AA98;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

.content-wrapper {
  background-color: #F8F7F7;
}

.inner-addon {
  position: relative;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* style input-icon */
.input-icon {
  position: relative;
  max-width: 335px;
}

.input-icon img {
  position: absolute;
  padding: 8px;
  pointer-events: none;
}

/* align glyph */
.left-icon img {
  left: 0px;
}

.right-icon img {
  right: 0px;
}

/* add padding  */
.left-icon input {
  padding-left: 30px;
}

.right-icon input {
  padding-right: 30px;
}

.input-filter {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #231F20;
  height: 32px;
}

.edit-metrics {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 8px !important;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 125% !important;
  color: #231F20;
  height: 32px !important;
  width: 125px;
}

#creator-discovery .input-normal.form-control,
.input-normal{
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  padding:20px 10px;
  color: #231F20;
}

#creator-discovery .input-normal.rupiah-input{
  border-radius: 0 8px 8px 0 !important;
}

#creator-discovery .input-normal.job-completed{
  border-radius: 8px 0px 0px 8px !important;
}

#creator-discovery .input-group-text.right{
  border-radius: 0 8px 8px 0 !important;
  color: #C7C7C7;
  background: rgba(239, 239, 239, 0.5);
  border-left-width:0;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-335 {
  max-width: 335px;
}

.max-width-208 {
  max-width: 208px;
}

.max-width-110 {
  max-width: 110px;
}

.max-width-150 {
  max-width: 150px;
}

.min-height-383{
  height: 383px !important;
}

.width-335{
  max-width: 335px;
  width: 100% !important;
}

.width-118{
  width: 118px;
}

.min-width-310{
  min-width: 310px;
}

.br-16{
  border-radius: 16px;
}

.br-12{
  border-radius: 12px;
}

.p-20{
  padding:20px;
}

.c-pointer{
  cursor: pointer;
}

.gap-col{
  gap:16px 0;
}

.gap-col-60{
  gap:60px 0;
}

img.delete-sow{
  cursor: pointer;
}

img.delete-sow:hover{
  opacity: 0.8;
}

.select-filter {
  box-sizing: border-box;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #231F20;
  height: 32px;
  width: 150px;
  background: rgba(255, 255, 255, 1) url("../img/icons/angel-down.svg") 97% center no-repeat !important;
  appearance: none;
  padding-left: 0.75rem;
  padding-right: 2.5rem;
}

.w-230 {
  min-width: 230px;
}

.w-106 {
  min-width: 106px;
}

.w-50px {
  width: 50px;
}

.h-42{
  height: 42px;
}

/* label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 600;
} */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.skeleton-text {
  height: 20px;
  width: 100px;
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0f0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: skeleton 1.5s infinite;
  border-radius: 15px;
  display: inline-block;
}

@keyframes skeleton {
  0% {
      background-position: -200% 0;
  }
  100% {
      background-position: 200% 0;
  }
}

.dfdbody {
  margin: 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.thd-user-image {
  float: left;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  /* margin-top: 5px; */
}

.whatsapp-cs {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 2rem 0 10rem;
}

.whatsapp-cs-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 25%; */
  /* width: calc(5rem - 0.5rem * 2); */
  height: 100%;
  transition: width 0.3s ease-in-out,
}

.whatsapp-cs-text {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thd-user-txt {
  float: left;
  height: 25px;
  color: #000000;
  margin-top: 5px;
  line-height: 20px;
  font-weight: 500;
  font-size: 13px;
}

.thd-brand-image {
  float: left;
  line-height: .8;
  margin-left: .5rem;
  margin-right: .5rem;
  margin-top: -6px;
  max-height: 45px;
  width: auto;
}

.thd-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  box-shadow: none;
}

.thd-btn-green {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: none;
  border: none;
}

.thd-btn-yellow {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: none;
  border: none;
}

.btn-text-underline{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  color:#EF5431;
  padding:0;
}

.btn-rasberry-text{
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration-line: underline;
  color:#E20055;
  padding:0;
  cursor: pointer;
  width: fit-content;
}

.btn-rasberry-text:hover{
  opacity: 0.8;
}

.btn-text-underline:hover{
  opacity:0.8;
  text-decoration-line: underline;
  color:#EF5431;
  padding:0;
}

.btn.btn-tiger {
  font-size: 14px !important;
  font-weight: 600;
  background: #EF5431;
  color: #fff;
  padding: 10px 12px;
}

.btn.btn-tiger.disabled,
.btn.btn-tiger[disabled] {
  background: #C7C7C7;
  color: #8C8889;
  opacity: 1;
}

.btn-tiger-12 {
  font-size: 12px !important;
  font-weight: 600;
  background: #EF5431;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  line-height: 16px;
  cursor: pointer;
  width: fit-content;
}

.btn-tiger{
  font-size: 14px !important;
  font-weight: 600;
  background: #EF5431;
  color: #fff;
  padding: 10px 12px;
  line-height: 20px; 
  border-radius: 4px;
}

.btn-tiger.processing{
  background: #F7AA98;
  color: #FFFFFF;
  cursor: no-drop !important;
}

.btn-tiger-12.disabled {
  background: #C7C7C7;
  color: #8C8889;
  opacity: 1;
}

.btn-tiger-12.processing {
  background: #F7AA98;
  color: #FFFFFF;
  cursor: auto !important;
}

.btn.btn-dark {
  padding: 10px 12px;
}

.btn-tiger:hover,
.btn-tiger-12:hover {
  opacity: 0.8;
  color: #fff;
}

.btn-tiger.processing:hover{
  opacity: 1;
}

.btn-tiger-12.disabled:hover{
  opacity:1;
  color: #8C8889;
}

.btn.btn-tiger-filter {
  font-size: 12px !important;
  font-weight: 600;
  background: #EF5431;
  color: #fff;
  padding: 6px 12px;
}

.btn-tiger-filter:hover {
  opacity: 0.8;
  color: #fff;
}

.btn.btn-tiger-border {
  border: 2px solid #EF5431;
  border-radius: 4px;
  color: #EF5431;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
}

.btn-tiger-border{
  border-radius: 4px;
  border: 1.5px solid var(--button-primary-primary, #EF5431);
  padding: 8px 12px;
  color: var(--button-primary-primary, #EF5431);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}

.btn.btn-tiger-border:hover,
.btn.btn-black-border:hover,
.btn-tiger-border:hover {
  opacity: 0.8;
}

.btn.btn-black-border {
  border: 2px solid #231F20;
  border-radius: 4px;
  color: #231F20;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
}

.btn.btn-tiger-border:hover {
  opacity: 0.8;
}

.btn.btn-border-black-filter {
  font-size: 12px !important;
  border: 1.5px solid #231F20;
  border-radius: 4px;
  font-weight: 600;
  line-height: 16px;
  color: #231F20;
  padding: 6px 12px;
}

.btn-border-black-filter:hover {
  opacity: 0.8;
}

.btn.btn-doff {
  font-size: 16px !important;
  font-weight: 600;
  background: #231F20;
  color: #fff;
}

.btn-doff:hover {
  opacity: 0.8;
  color: #fff;
}

.vr-imageVideo-h {
  cursor: pointer;
  display: block;
  width: 10%;
}

.vr-video-hidden-h {
  width: 150px;
  height: 135px;
  display: none;
}

.vr-imageVideo-v {
  cursor: pointer;
  display: block;
  width: 10%;
}

.vr-video-hidden-v {
  width: 140px;
  height: 150px;
  display: none;
}

.thd-label-info {
  background-color: #00c0ef !important;
  color: #fff;
  padding: 3px;
}

.thd-label-danger {
  background-color: #dd4b39 !important;
  color: #fff;
  padding: 3px;
}

.split-list ul {
  float: left;
  margin-left: 1em;
}

.split-list li {
  padding-right: 2em;
  line-height: 1.5em;
}

ul.posts {
  float: left;
  padding: 10px;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.thd-icon-green {
  text-align: center;
  color: green;
}

.thd-icon-red {
  text-align: center;
  color: red;
}

.thd-color-red {
  color: red;
}

.thd-color-red:hover {
  color: #a10606;
}

.thd-color-green {
  color: green;
}

.thd-color-green:hover {
  color: green;
}



.thd-color-info a {
  color: #17a2b8;
}

.thd-color-info a:hover {
  color: #17a2b8;
}

.thd-color-lime a {
  color: limegreen;
}

.thd-image-center {
  margin: auto;
  width: 40%;
}

.thd-font-size-14 {
  font-size: 14px !important;
}

.thd-width-timeline {
  width: 26px !important;
  height: 26px !important;
  line-height: 26px !important;
}

.thd-form {
  width: 100% !important;
}

.thd-textarea {
  height: 150px !important;
}

.thd-video-hidden-v {
  width: 325px;
  height: 325px;
  display: none;
}

.thd-video-call-v {
  width: 265px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.thd-video-hidden-h {
  width: 240px;
  height: 225px;
  display: none;
}

.thd-imageVideo-v {
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  /* width:250px;
  height:325px; */
}




.thd-imageVideo-h {
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;

  /* width:240px;
  height:225px; */
}

.thd-editProfile {
  cursor: pointer;
  float: right;
  margin-top: -10px;
}

.thd-checked {
  color: orange;
}

.thd-review-date {
  float: right;
  margin-bottom: 20px;
  margin-top: -10px;
  margin-right: -5px
}

.thd-review-center {
  text-align: center;
}

.thd-image-VideoProfile {
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;

  /* width:250px;
  height:325px; */
}

.thd-video-hidden-VideoProfile {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  /* height:325px; */
  display: none;
}

a.thd-icon-red:hover {
  color: red;
}

a.thd-icon-green:hover {
  color: green;
}

#uploader {
  -webkit-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  width: 50%;
}

.componentWrapper {
  border: solid black;
  border-radius: 5px;
  padding: 15px 10px 10px;
  width: 95%;
}

.componentWrapper .header {
  position: absolute;
  margin-top: -25px;
  margin-left: 10px;
  color: white;
  background: black;
  border-radius: 5px;
  padding: 2px 5px;
  font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff;
  border-color: #006fe6;
  color: black;
  padding: 0 10px;
  margin-top: .31rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 6px !important;
  padding-right: 5px;
}

/* .select2-search__field:focus {
  border: 0px !important;
} */

table#agency.dataTable thead tr {
  font-size: 12px;
}

table#agency.dataTable tbody tr {
  font-size: 12px;
}

table#agency.dataTable tbody tr td .btn,
table#agency.dataTable tbody tr td .btn-sm {
  font-size: 12px !important;
}

.text-sm .main-header .nav-link,
.main-header.text-sm .nav-link {
  height: auto;
  padding: 0;
  margin-left: 10px;
}

.main-header,
.brand-link {
  height: 64px;
}

.brand-link.text-sm .brand-image,
.text-sm .brand-link .brand-image {
  height: 24px;
  margin-left: 0.5rem;
}

.title-mycredit {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #747172;
}

.value-mycredit {
  font-family: "Inter";
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.text-sm .content-header {
  padding: 15px 0.5rem;
}

.sidebar-mini.sidebar-collapse .main-sidebar .brand-image.logo-full {
  display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-image.logo-full,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-image.logo-full {
  display: block;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-image.logo-mini,
.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .brand-image.logo-mini,
.sidebar-mini.control-sidebar-slide-open .main-sidebar .brand-image.logo-mini {
  display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar .brand-image.logo-mini {
  display: block;
}

img.add-credit {
  cursor: pointer;
}

img.add-credit:hover {
  opacity: 0.8;
}

.content-wrapper,
.wrapper {
  min-width: fit-content;
}

.content-header h1 {
  font-family: "Inter";
  font-weight: 700;
}

.content-header p.desc {
  color: #8E8B8C;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.credit-history {
  box-shadow: 2px 2px 4px rgba(35, 31, 32, 0.1);
  border-radius: 12px;
  border: 1px solid #DEDEDE;
  padding: 24px 20px;
  width: 100%;
  color: #231F20;
}

.credit-history hr {
  border-top: 1px solid #DEDEDE;
}

.credit-history .credit-info .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}

.credit-history .credit-info .desc {
  font-family: "Inter";
  font-weight: 900;
  font-size: 19px;
  line-height: 23px;
}

.credit-history .bottom .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}

.button-primary {
  background: #EF5431;
  border-radius: 4px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.button-primary:hover {
  opacity: 0.8;
}

.btn.button-primary:hover{
  color: #FFF;
}

.button-primary.disabled {
  background: #EFEFEF;
  color: #AEAEAE;
  cursor: auto;
}

.button-primary.processing {
  background: #F7AA98;
  color: #FFFFFF;
  cursor: auto;
}

.btn-tiger-filter.processing {
  background: #F7AA98;
  color: #FFFFFF;
  cursor: auto !important;
}

.button-primary.processing-border {
  background: #F7AA98;
  color: #FFFFFF;
  cursor: auto;
  border:none;
}

.button-primary.disabled2 {
  background: #C7C7C7;
  color: #8C8889;
  cursor: auto;
}

.button-primary.disabled:hover,
.button-primary.disabled2:hover,
.button-primary.processing:hover {
  opacity: 1;
}

.button-download {
  border: 1px solid #EF5431;
  border-radius: 4px;
  padding: 10px 16px;
  color: #EF5431;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
}

.button-download:hover {
  opacity: 0.8;
}

.button-black {
  background: #231F20;
  border-radius: 4px;
  padding: 10px 16px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.button-black-12 {
  background: #231F20;
  border-radius: 4px;
  padding: 8px 16px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
}

.button-black:hover,
.button-black-12:hover {
  opacity: 0.8;
  color:#fff;
}

.button-primary .top-up-credit {
  width: 197px;
}

.form-control.calendar {
  background: url("../img/icons/calendar.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 15px center !important;
  background-size: 20px;
  font-size: 14px;
  border-radius: 8px;
}

.form-control.calendar-reguler {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #121212;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  width: auto;
  padding-right: 50px;
}

.form-control.calendar-reguler-withdraw {
  background-color: #FFFFFF !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #121212;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  width: auto;
  min-width: 424px;
  padding-right: 75px;
}

.form-control.rupiah-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  height: calc(2.25rem + 2px);
}

.form-control.rupiah-input-42{
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  height: calc(2.25rem + 6px);
  border-radius: 8px;
}

.modal {
  background: rgba(18, 18, 18, 0.25);
}

.modal-content {
  box-shadow: none;
  border-radius: 12px;
  border: 1px solid #DEDEDE;
}

.modal-content .modal-header {
  padding: 15px;
  border-bottom: 1px solid #DEDEDE;
}

.modal-content .modal-header-loading{
  padding: 15px;
}

.modal-content .modal-header .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0;
}

.modal-content .modal-header .close-modal {
  cursor: pointer;
}

.modal-content .modal-header .back-modal {
  cursor: pointer;
}

.modal-content .modal-body .top-up p {
  font-family: "Inter";
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.modal-content .modal-body p.desc-save-campaign {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.015em;
  color: #231F20;
}

.modal-content .modal-body label.check-agree {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #565354;
}

.modal-content .modal-footer .any-question {
  color: #747172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.modal-content .modal-body .custom-control-label.check-agree::before,
.modal-content .modal-body .custom-control-label.check-agree::after {
  top: 0.8rem;
}

.modal-content .modal-body .top-up .list-credit-price {
  font-family: "Inter";
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  padding: 17px;
  margin: 5px 0;
}

.modal-content .modal-body .top-up .list-credit-price.active {
  border: 1px solid #EF5431;
  background: #FDEEEA;
}

.modal-content .modal-body p.title-check-payment {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.modal-content .modal-footer {
  min-height: 72px;
  border-top: 1px solid #DEDEDE;
}

#modal-upload-loading h3{
  color: #231F20;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

#modal-upload-loading p{
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.border-top-solid-1-gray {
  border-top: 1px solid #DEDEDE;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: #C7C7C7;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 10px 0;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #C7C7C7;
}

.separator:not(:empty)::before {
  margin-right: 1em;
}

.separator:not(:empty)::after {
  margin-left: 1em;
}

.border-bottom-solid-1-gray {
  border-bottom: 1px solid #DEDEDE;
}

.loading-modal {
  border: 3px solid #EF5431;
  border-radius: 50%;
  border-top: 3px solid #FFFFFF;
  width: 32px;
  height: 32px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#content-payment p.loading,
.loading-summary p.loading {
  margin-top: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

#content-payment .payment-info {
  background: #F8F7F7;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

#content-payment .title-success {
  font-family: "Inter";
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}

#content-payment .invoice-number {
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}

#content-payment .icon-success {
  background: #25A8A0;
  font-size: 22px;
  border-radius: 100%;
  color: #FFFFFF;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding-top: 7px;
}

#content-payment .title-payment {
  color: #565354;
}

.package {
  background: #FDEEEA;
  border-radius: 12px;
  padding: 12px 16px;
}

.package .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}

.package .desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  width: 80%;
}

.button-border-tiger {
  border: 2px solid #EF5431;
  padding: 10px 16px;
  border-radius: 8px;
  color: #EF5431;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}

.button-border-tiger-12 {
  border: 2px solid #EF5431;
  padding: 8px 12px;
  border-radius: 4px;
  color: #EF5431;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  width: fit-content;
}

.button-border-tiger:hover,
.button-border-tiger-12:hover {
  opacity: 0.8;
}

.list-package {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  line-height: 17px;
  margin: 15px 0;
  cursor: pointer;
}

.list-package.active {
  border: 1px solid #EF5431;
  background: #FDEEEA;
}

.list-package .title {
  font-weight: 700;
}

.list-package .price {
  color: #EF5431;
  font-weight: 600;
}

.list-package .desc {
  font-weight: 400;
  color: #565354;
}

.modal-dialog-package {
  max-width: 720px;
}

.nav-sidebar .nav-item>.nav-link i {
  margin-left: 3px;
}

button.btn.btn-no-button {
  padding: 0;
}

.dt-pay-now {
  border: 2px solid #EF5431;
  border-radius: 8px;
  padding: 10px 16px;
  color: #EF5431;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  width: max-content;
}

.dt-pay-now:hover {
  opacity: 0.8;
}

.mt-2-rem {
  margin-top: 2rem !important;
}

.mb-2-rem {
  margin-bottom: 2rem !important;
}

.mb-32{
  margin-bottom: 32px;
}

.mb-40{
  margin-bottom: 40px !important;
}

.my-32{
  margin:32px 0;
}

.mx-min-3{
  margin-left: -16px;
  margin-right: -16px;
}

.p-32{
  padding:32px;
}

.fs-12{
  font-size:12px;
}

.c-757172{
  color:#757172;
}

.text-tiger {
  color: #EF5431;
}

/*CREATOR DISCOVERY*/
.card-creator-discovery {
  box-shadow: 0px 0px 2px rgba(35, 31, 32, 0.15);
  border-radius: 8px;
  background: #FFFFFF;
  padding: 20px 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* border:2px solid rgba(255,255,255,0); */
  min-height: 100%;
  /* position: relative; */
  /* transform:translate(0); */
}

.card-creator-discovery .card-click::before {
  content:"";
  position:fixed; /* not absolute but fixed */
  top:0;
  left:0;
  right:0;
  bottom:0;
  pointer-events: none;
}

.card-creator-discovery .card-click:hover::before{
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(35, 31, 32, 0.15);
}

.card-creator-discovery .card-click::before {
  content: "";
  position: fixed;
  /* not absolute but fixed */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.card-creator-discovery .card-click:hover::before {
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(35, 31, 32, 0.15);
}

.card-creator-discovery.active {
  border: 2px solid #EF5431;
  padding: 18px 14px;
}

.card-creator-discovery .avatar {
  position: relative;
}

.card-creator-discovery .avatar img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  object-fit: cover;
}

.card-creator-discovery .avatar img.status-creator {
  position: absolute;
  width: 32px;
  height: 32px;
  top:48px;
  left: 0;
  border-radius: 0;
  object-fit: contain;
}

.card-creator-discovery .profile .list-tags {
  border: 0.5px solid rgba(222, 222, 222, 0.4);
  border-radius: 4px;
  background: #F8F7F7;
  padding: 2px 4px;
  color: #231F20;
  margin-right: 5px;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
  width: max-content;
}

.card-creator-discovery .profile {
  min-height: 110px;
  width: 100%;
}

.card-creator-discovery .profile.profile-modal{
  min-height: 80px;
}

.card-creator-discovery .profile .tags .icon {
  color: #757172;
  font-size: 16px;
  font-weight: 600;
}

.card-creator-discovery .profile .fullname {
  color: #231F20;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 10px);
  max-width: 150px;
  /* overflow:hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient:vertical; */
}

.card-creator-discovery .profile .age-gender,
.card-creator-discovery .profile .location {
  color: #757172;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-creator-discovery .profile .categories {
  color: #6FCACF;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

.card-creator-discovery hr {
  border-top: 1px solid #DEDEDE;
}

.card-creator-discovery .stats-sosmed img {
  width: 20px;
  height: 20px;
}

.card-creator-discovery .stats-sosmed .username {
  color: #231F20;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* display:-webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient:vertical; */
}

.card-creator-discovery .stats-sosmed .value {
  color: #231F20;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.card-creator-discovery .stats-sosmed .title {
  color: #757172;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

.card-creator-discovery .stats-sosmed .strip {
  color: #DEDEDE;
  padding:0 5px;
}

.card-creator-discovery button.btn-add-campaign {
  background: #EF5431;
  border-radius: 4px;
  padding: 9px 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  width: 100%;
}

button.btn-add-sow {
  background: #EF5431;
  border-radius: 4px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  letter-spacing: 0.01em;
  border:none;
  height: 42px;
}

button.btn-add-sow:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.card-creator-discovery button.click-approach-list {
  padding:9px 20px;
  width: 100%;
  border:none;
  background: transparent;
  outline: none;
  text-align: left;
}

.card-creator-discovery button.click-hapus-list {
  color: #E20055;
  padding:9px 20px;
  width: 100%;
  border:none;
  background: transparent;
  outline: none;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid #DEDEDE;
}

.card-creator-discovery button.click-approach-list:hover,
.card-creator-discovery button.click-hapus-list:hover {
  background-color: #f8f8f8;
}

.card-creator-discovery button.btn-add-campaign:hover {
  background: #8F321D;
}

.card-creator-discovery button.btn-add-campaign:disabled {
  background: #C7C7C7;
  color: #8C8889;
}

.card-creator-discovery .ellipsis:hover {
  background-color: #231F20;
  color: #FFFFFF;
}

.card-creator-discovery .ellipsis {
  border: 2px solid #231F20;
  border-radius: 4px;
  padding: 10px 17px;
  text-align: center;
  cursor: pointer;
}

.card-creator-discovery .choose-creator {
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 4px;
  padding: 7px 8px;
}

.choose-all-creator {
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 7px 8px;
}

.card-creator-discovery .no-data {
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}

.card-creator-discovery .min-content-height{
  height: 152px;
  overflow-y: auto;
}

.card-creator-discovery .min-content-height::-webkit-scrollbar {
  margin-left:20px;
  height: 4px; 
  width: 4px;
}

/* Track */
.card-creator-discovery .min-content-height::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.card-creator-discovery .min-content-height::-webkit-scrollbar-thumb {
  background: #DEDEDE; 
  border-radius: 10px;
}

.card-creator-discovery .min-content-height::-webkit-scrollbar {
  margin-left: 20px;
  height: 4px;
  width: 4px;
}

/* Track */
.card-creator-discovery .min-content-height::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.card-creator-discovery .min-content-height::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 10px;
}

.show-more-creator,
.show-more-ads {
  border: 2px solid #EF5431;
  border-radius: 4px;
  padding: 10px 12px;
  color: #EF5431;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  display: none;
}

.show-more-creator.processing,
.show-more-ads.processing {
  background: #F7AA98;
  cursor: auto;
  color: #FFF;
  border: none;
}

.show-more-creator:hover,
.show-more-ads:hover {
  opacity: 0.8;
}

.show-more-creator.processing:hover,
.show-more-ads.processing:hover {
  opacity: 1;
}

.card.filter-creator-discovery {
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 12px;
  box-shadow: none !important;
}

.card.filter-creator-discovery-sosmed {
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 8px;
  box-shadow: none !important;
  background: #F8F7F7;
}

.content-filter-creator-discovery,
.content-filter-creator-discovery-sosmed,
.content-posting-affiliate {
  padding: 0.75rem 1.25rem;
  color: #231F20;
}

.content-filter-creator-discovery label {
  font-weight: 500 !important;
}

.content-filter-creator-discovery span.sub-label {
  color: #565354;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
  display: block;
}

/* .content-filter-creator-discovery-sosmed label {
  font-size: 12px;
} */

.content-filter-creator-discovery-sosmed .title-creator-audience {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

/* .content-filter-creator-discovery .custom-control-label{
  padding-top: 4px;
  color: #231F20;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 16px;
} */

.content-filter-creator-discovery .title-filter-sosmed {
  font-weight: 600;
}

.filter-creator-discovery-card-header,
.filter-creator-discovery-sosmed-card-header {
  border-bottom: none;
  /* box-shadow: none !important; */
}

.filter-creator-discovery-card-header h4 {
  color: #231F20;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}

.filter-creator-discovery-sosmed-card-header h4 {
  color: #231F20;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.creator-discovery-filter-right {
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.creator-discovery-filter-right .separator {
  color: #DEDEDE;
}

.no-creator-discovery {
  margin-top: 50px;
  color: #757172;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.popup-bulk {
  display: none;
}

.content-bulk {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(35, 31, 32, 0.15);
  border-radius: 8px;
  padding: 16px;
  margin: 0 15px;
  position: fixed;
  width: -webkit-fill-available;
  bottom: 20px;
  z-index: 2;
}

.content-bulk .total-creator-bulk {
  color: #231F20;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.content-bulk .remove-bulk {
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-decoration: underline;
  cursor: pointer;
}

.select2-results__option[aria-disabled="true"] {
  background: rgba(35, 31, 32, 0.15);
  color: #8C8889;
  cursor: not-allowed;
}

/*END CREATOR DISCOVERY*/

/* .creator-discovery-filter-right .title-filter-sort{
  font-weight: 500;
} */
/* .card-creator-discovery .custom-control-label::before{
  top:0;
}

.card-creator-discovery .custom-control-label::after{
  top:0;
}

.card-creator-discovery label.custom-control-label{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}*/

/* .custom-control-input-orange:checked ~ .custom-control-label::before{
  border-color: #EF5431;
  background-color: #EF5431;
} */

.custom-control-input-green:checked ~ .custom-control-label::before{
  border-color: #25A8A0;
  background-color: #25A8A0;
}

/*CUSTOM CHECKBOX*/

.custom-checkbox-tiger {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: fit-content;
}

.custom-checkbox-tiger.fit-checkbox {
  width: fit-content;
}
.custom-checkbox-tiger.all-creator {
  font-size: 12px;
  color: #231F20;
  line-height: 16px;
}

/* Hide the browser's default checkbox */
.custom-checkbox-tiger input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox-tiger-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
/* .custom-checkbox-tiger:hover input ~ .custom-checkbox-tiger-checkmark {
  background-color: #ccc;
} */

/* When the checkbox is checked, add a blue background */
.custom-checkbox-tiger input:checked~.custom-checkbox-tiger-checkmark {
  background-color: #EF5431;
  border: 1px solid #EF5431;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-tiger-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-tiger input:checked~.custom-checkbox-tiger-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-tiger .custom-checkbox-tiger-checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*END CUSTOM CHECKBOX*/

/*CUSTOM RADIO BUTTON*/
/* The container */
label.custom-radio-tiger {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  margin-bottom: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 16px;
}

/* Hide the browser's default radio button */
.custom-radio-tiger input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.custom-radio-tiger-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* .custom-radio-tiger:hover input ~ .custom-radio-tiger-checkmark {
  background-color: #ccc;
} */

/* When the radio button is checked, add a blue background */
.custom-radio-tiger input:checked~.custom-radio-tiger-checkmark {
  background-color: #EF5431;
  border: 1px solid #EF5431;
}

.custom-radio-tiger input[disabled]:checked~.custom-radio-tiger-checkmark,
.custom-checkbox-tiger input[disabled]:checked~.custom-checkbox-tiger-checkmark{
  background-color: #8C8889;
  border: 1px solid #8C8889;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-tiger-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-tiger input:checked~.custom-radio-tiger-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio-tiger .custom-radio-tiger-checkmark:after {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}

#creator-discovery .select2-container--bootstrap4 .select2-selection--multiple,
#creator-discovery .select2-container--bootstrap4 .select2-selection--single {
  /* min-height: calc(1.5em + .75rem + 9px) !important; */
  min-height: 42px !important;
}

#creator-discovery .select2-selection--multiple {
  overflow: auto;
  max-height: 42px;
}

#creator-discovery .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: calc(1.5em + 1.25rem);
  color: #231F20;
}

#creator-discovery .select2-container .select2-search--inline .select2-search__field {
  margin-top: -5px;
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  font-family: "Inter";
  min-width: -webkit-fill-available;
  background-color: transparent;
}

.select2-container--bootstrap4 .select2-modal .select2-results__option {
  padding: 11px !important;
}

.select2-modal .select2-results__option {
  padding: 11px !important;
}

#creator-discovery .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  background-color: #EF5431 !important;
  border: none;
  color: #FFFFFF !important;
  padding-block: 5px !important;
  padding-left: 7px !important;
  margin-top: 8px !important;
  margin-left: 10px;
  margin-right: 0px !important;
  font-size: 11px;
  /* padding */
}

#creator-discovery .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #FFFFFF;
  margin-left: 10px !important;
  float: right;
  padding-right: 0px;
  /* padding */
}

#creator-discovery .cities .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid #ABB5BE;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

#creator-discovery .cities .select2-results__option[aria-selected=true]:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #EF5431;
  border: 0;
  display: inline-block;
  padding-top: 2px;
  padding-left: 2px;
  font-size: 11px;
}

#creator-discovery .cities .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}

#creator-discovery .cities .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

#creator-discovery .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b{
  background: url("../img/icons/angel-down.svg") 97% center no-repeat !important;
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 20px !important;
  width: 20px !important;
  margin: auto !important;
  top: -9px;
  left: -8px;
}

.select2-selection--multiple:before {
  content: "";
  background: url("../img/icons/angel-down.svg") 97% center no-repeat !important;
  position: absolute;
  right: 10px;
  top: 30%;
  height: 20px !important;
  width: 20px !important;
  z-index: 1;
}

#creator-discovery .select2-container--bootstrap4 .select2-selection{
  border-radius: 8px;
  border:1px solid #DEDEDE;
}

button.add-product-link {
  border: none;
  background: transparent;
  color: #EF5431;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

button.add-product-link .plus {
  font-size: 20px;
}

button.delete-product-link {
  display: none;
}

.form-control.is-invalid-custom {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.custom-error-product-link {
  display: none;
}

.invalid-feedback-custom {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.select2-campaign-add .select2-results__option {
  position: relative;
}

.select2-campaign-add .select2-results__option[aria-disabled="true"]::before {
  content: "Kreator sudah diundang kedalam campaign, mohon cek kembali campaign-nya";
  /* print em-space with class text */
  /* text-indent: -3.9em; */
  /* display: inline-block; */
  position: absolute;
  text-align: center;
  top: 100%;
  font-size: 12px;
  background: #343A40;
  color: #DEE2E6;
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
  z-index: 2;
  left: 15%;
  max-width: 70%;
  /* avoids very long sentences */
  height: 100%;
  pointer-events: none;
  /* prevents tooltip from firing on pseudo hover */
}

/* .select2-campaign-add .select2-results__option:first-child[aria-disabled="true"]::before {
  content: "Sudah Diundang";
  position: absolute; 
  text-align: center;
  top: 8px;
  left:325px;
  font-size: 11px;
  background: #C7C7C7;
  color: #231F20; 
  padding: 4px 8px; 
  border-radius: 8px;
  opacity:1;
  z-index: 2;
  height: auto;
  pointer-events: none;
} */

.select2-campaign-add .select2-results__option[aria-disabled="true"]:hover::before {
  opacity: 1;
  bottom: 50%;
}

.select2-campaign-add .select2-results__option[aria-disabled="true"]::after {
  content: "Sudah Diundang";
  position: absolute;
  text-align: center;
  top: 8px;
  left: 325px;
  font-size: 11px;
  background: #C7C7C7;
  color: #231F20;
  padding: 4px 8px;
  border-radius: 8px;
  opacity: 1;
  z-index: 1;
  height: auto;
  pointer-events: none;
  /* content:"";
  position:absolute;
  top:34px;
  left:48%;
  opacity:0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #343A40; */
}

.select2-campaign-add .select2-results__option[aria-disabled="true"]:hover::after {
  opacity: 1;
}

.select2-approach-list .select2-results__option {
  position: relative;
}

.select2-approach-list .select2-results__option[aria-disabled="true"]::before {
  content: "Kreator sudah ada dalam approach list campaign ini. Mohon cek kembali di menu Approach list didalam Detail Campaign untuk bisa menghubungi kreator";
  /* print em-space with class text */
  /* text-indent: -3.9em; */
  /* display: inline-block; */
  position: absolute;
  text-align: center;
  top: 100%;
  font-size: 12px;
  background: #343A40;
  color: #DEE2E6;
  padding: 5px;
  border-radius: 5px;
  opacity: 0;
  transition: 0.3s;
  overflow: hidden;
  z-index: 2;
  left: 15%;
  max-width: 70%;
  /* avoids very long sentences */
  height: 53px;
  pointer-events: none;
  /* prevents tooltip from firing on pseudo hover */
}

.select2-approach-list .select2-results__option[aria-disabled="true"]:hover::before {
  opacity: 1;
  bottom: 50%;
}

.select2-approach-list .select2-results__option[aria-disabled="true"]::after {
  content: "Sudah Ditandai";
  position: absolute;
  text-align: center;
  top: 8px;
  left: 335px;
  font-size: 11px;
  background: #C7C7C7;
  color: #231F20;
  padding: 4px 8px;
  border-radius: 8px;
  opacity: 1;
  z-index: 1;
  height: auto;
  pointer-events: none;
  /* content:"";
  position:absolute;
  top:34px;
  left:48%;
  opacity:0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #343A40; */
}

.select2-approach-list .select2-results__option[aria-disabled="true"]:hover::after {
  opacity: 1;
}

.container-discovery {
  max-width: 1440px;
  margin: 0 auto;
}

.container-cms {
  max-width: 1440px;
  margin: 0 auto;
  padding:0 10px;
}

.span-approach-list{
  color: #757172;
  font-weight: 400 !important;
  font-size: 11px;
  line-height: 125%;
  margin-top:5px;
  display: block;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  /* z-index: 99999; */
  z-index:1000;
}

.back-to-top img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  padding:9px;
  border-radius: 100%;
  background: #231F20;
  color: #fff;
  transition: all 0.4s;
  filter: drop-shadow(0px 4px 12px rgba(35, 31, 32, 0.15));
}

.back-to-top img:hover {
  background: #EF5431;
  color: #fff;
}

.info-off-platform{
  display: none;
  background: #FFFBEC;
  border-radius: 8px;
  padding: 12px 16px;
  color: #231F20;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.info-modal{
  background: #FFFBEC;
  border: 1px solid #FFD23F;
  border-radius: 8px;
  padding: 12px 16px;
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.language{
  color: #231F20;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  cursor: pointer;
}

.navbar-nav > .user-menu > .dropdown-menu-lang{
  width:auto !important;
}

.click-lang{
  padding:5px 15px;
  border:none;
  background-color: transparent;
  width: 100%;
}

.click-lang:hover{
  background-color: #f8f8f8;
}

button[disabled].click-lang:hover{
  background-color: transparent;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection, form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection{
  border-color: #dc3545 !important;
}

#last-activity-sosmed .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
  background-color: transparent;
  color:#231F20;
  border-radius: 0;
  border-right: 3.5px solid #EF5431;
}

#last-activity-sosmed .nav-link{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: rgba(35, 31, 32, 0.15);
  padding:11px 9px;
  width: 82px;
  /* border-right: 2px solid #DEDEDE; */
  border-radius: 0;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{
  display: grid !important;
}

.sidebar-activity{
  border-right: 2px solid #DEDEDE;
  margin-right: 20px;
}

.sidebar-activity .nav-pills{
  margin-right: -2px;
}

#last-activity-sosmed .owl-carousel .owl-item img{
  border-radius: 8px 8px 10px 10px;
  width: 250px;
  height: 444px;
  object-fit: cover;
}

#content-last-activity-instagram-image .owl-carousel .owl-item img,
#content-last-activity-instagram-video .owl-carousel .owl-item img,
#content-last-activity-youtube .owl-carousel .owl-item img{
  width: 250px;
  height: 250px;
  object-fit: cover;
}

#content-last-activity-instagram-reels .owl-carousel .owl-item img{
  width: 250px;
  height: 444px;
  object-fit: cover;
}

#content-last-activity-tiktok .owl-carousel .owl-item img{
  width: 250px;
  height: 444px;
  object-fit: cover;
}



#lookalikes-sosmed .owl-carousel .owl-item img{
  border-radius: 80px 80px 80px 80px;
  width: 150px;
  height: 150px;
  object-fit: cover;
}

#content-lookalikes-instagram .owl-carousel .owl-item img,
#content-lookalikes-youtube .owl-carousel .owl-item img,
#content-lookalikes-tiktok .owl-carousel .owl-item img{
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.item a:hover{
  opacity:0.9 !important;
}

#last-activity-sosmed .owl-carousel .owl-item .item-footer{
  background: #F8F7F7;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 8px 8px;
  padding: 12px 8px;
}

#last-activity-sosmed .owl-carousel .owl-item .item-footer img{
  width: 16px;
  height: 16px;
}

#last-activity-sosmed .owl-carousel .owl-item .item-footer .date{
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

#last-activity-sosmed .owl-carousel .owl-item .item-footer .like,
#last-activity-sosmed .owl-carousel .owl-item .item-footer .comment{
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border:0px solid black;
}
.owl-prev { left: -20px; }
.owl-next { right: -20px; }

.owl-theme .owl-nav [class*=owl-]{
  background: transparent !important;
}

.owl-theme .owl-nav .disabled{
  opacity: 0 !important;
}

.owl-prev img:hover,
.owl-next img:hover{
  opacity: 0.9;
}

.owl-theme .owl-nav{
  margin-top:0 !important;
}

.no-last-activity{
  background: #F8F7F7;
  border-radius: 12px;
  color: #565354;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  padding: 20px;
}

.no-last-content{
  background: #F8F7F7;
  border-radius: 8px;
  color: #231F20;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding: 12px 16px;
  letter-spacing: 0.015em;
  width: fit-content;
}

.mt-50{
  margin-top: 50px;
}

.mt-35{
  margin-top: 35px;
}

.mt-32{
  margin-top: 32px;
}

.list-tweet{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 24px;
}

.list-tweet .date{
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.list-tweet .see-tweet{
  color: #EF5431;
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
}

.list-tweet .tweet{
  letter-spacing: 0.015em;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  height:42px;
}

.list-tweet .split{
  border-left: 1px solid #DEDEDE;
  height: 24px;
  margin:0 30px;
}

.list-tweet .stats{
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
}

.rate-card{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 20px 16px;
}

.rate-card h5{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  color: #000000;
}

#edit-creator label{
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
}

#overlay-last-activity{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 10000;
  cursor: pointer;
  text-align: center;
}

#overlay-last-activity img{
  height: 100%;
  padding: 30px;
}

img.icon-play{
  position:absolute;
  width: 48px !important;
  height: 48px !important;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

#social-media .accordion-button:not(.collapsed)::after{
  background-image:url("../img/arrow-down.svg");
}

#social-media .accordion-button::after{
  background-image:url("../img/arrow-down.svg");
}

.breadcrumbs-new{
  margin:20px 0 30px 0;
}

.breadcrumbs-new a{
  color: #000000;
}

.breadcrumbs-new .child{
  color: #AEAEAE;
  word-break: break-all;
}

/*PROJECT DETAIL*/

#project-detail .quotasi{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px 20px;
}

#project-detail .quotasi .title{
  color: #565354;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

#project-detail .quotasi .number{
  font-weight: 700;
  font-size: 21px;
  line-height: 125%;
}

#project-detail .quotasi .by{
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

#project-detail .quotasi .link-google-docs{
  background: #F8F7F7;
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 8px;
  padding: 16px;
}

#project-detail .quotasi .link-google-docs .title{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

#project-detail .quotasi .link-google-docs .link{
  color: #AEAEAE;
  letter-spacing: 0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#project-detail .quotasi .link-google-docs .copy{
  cursor: pointer;
}

#project-detail .quotasi .link-google-docs .copy:hover{
  opacity:0.8;
}

#project-detail .status-approve{
  background: #FFFFFF;
  border: 1px solid rgba(222, 222, 222, 0.4);
  box-shadow: 0px 2px 4px rgba(35, 31, 32, 0.1);
  border-radius: 16px;
  padding: 16px;
}

#project-detail .status-approve .title{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

#project-detail .status-approve .desc{
  font-size: 12px;
  line-height: 150%;
  color: #565354;
}

#project-detail .status-approve .status{
  color: #757172;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
  margin-bottom:5px;
}

#project-detail .status-approve .status-project{
  border-radius: 8px;
  padding: 8px 10px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  min-width: 100px;
  text-align: center;
}

#project-detail .status-approve .status-project.won{
  background: #25A8A0;
}

#project-detail .status-approve .status-project.cancelled{
  background: #E20055;
}

#project-detail .status-approve .status-project.closed{
  background: #525151;
}

#project-detail .status-approve .cancelled-reason{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 12px;
}

#project-detail .status-approve .cancelled-reason .title{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

#project-detail .status-approve .cancelled-reason .desc{
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

#project-detail .status-approve .cancelled-date{
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
}

#project-detail .status-approve .change-status-title{
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
}

#project-detail .project-information{
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px 20px;
}

#project-detail .project-information .title{
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
}

#project-detail .project-information .title-sub{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

#project-detail .project-information .data-title{
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

#project-detail .project-information .data-value{
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #565354;
}

#project-detail .project-information .data-value-campaign{
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

#project-detail .project-information .card-campaign-information{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 20px;
}

#project-detail .project-information .card-campaign-information .last-edit{
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

#project-detail .project-information .card-campaign-information .card-jobs{
  background: #F8F7F7;
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 8px;
  padding: 16px 12px;
  height: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

#project-detail .project-information .card-campaign-information .campaign-title{
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #000000;
}

#project-detail .project-information .card-campaign-information a.link-create-campaign.disabled{
  pointer-events: none;
  cursor: default;
}

#project-detail .project-information{
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}

#project-detail .project-information .card-payment{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 16px;
}

#project-detail .project-information .card-payment .title{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

#project-detail .project-information .download-file{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 20px 16px;
  color: #757172;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

#project-detail .project-information .download-file .title-pdf{
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}

.w-85{
  width: 85%;
}
.w-15{
  width:15%;
}

.w-fith{
  width:fit-content !important;
}

button[disabled].btn-cms,
button[disabled].btn-cms-border{
  background: #C7C7C7;
  color:#8C8889;
  border: 2px solid #C7C7C7;
}

button[disabled].btn-text-cms-orange{
  color: rgba(35, 31, 32);
  filter: grayscale(100%);
  opacity:0.15;
}
button.btn-cms{
  border:none;
  background: #EF5431;
  border-radius: 4px;
  padding: 10px 12px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

button.btn-cms-border{
  border: 2px solid #EF5431;
  border-radius: 4px;
  padding: 8px 12px;
  color: #EF5431;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
  background: transparent;
}

button.btn-cms-border-12{
  border: 2px solid #EF5431;
  border-radius: 4px;
  padding: 6px 12px;
  color: #EF5431;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  background: transparent;
}

button.btn-cms:hover,
button.btn-cms-border:hover,
button.btn-cms-border-12:hover{
  opacity:0.8;
}

button[disabled].btn-cms:hover,
button[disabled].btn-cms-border:hover,
button[disabled].btn-cms-border-12:hover{
  opacity:1;
}

button[disabled].btn-text-cms-orange:hover{
  opacity:0.15;
}

button.btn-text-cms{
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  background: transparent;
  border:none;
}

button.btn-text-cms-orange{
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color:#EF5431;
  letter-spacing: 0.01em;
  background: transparent;
  border:none;
}

button.btn-text-cms-black{
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #231F20;
  letter-spacing: 0.01em;
  background: transparent;
  border:none;
}

a.btn-text-cms-black{
  color: var(--button-secondary-secondary, #231F20);
  font-weight: 600;
  padding: 6px 12px;
}

button.btn-text-cms:hover,
button.btn-text-cms-orange:hover,
button.btn-text-cms-black:hover{
  opacity:0.8;
}

.modal-body label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 500;
}

.modal-body .title-form {
  font-weight: 600;
}

.foot-note{
  display: block;
  color: #565354;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

.custom-file-input.upload_file_lost{
  height: calc(2.25rem + 6px);
  cursor: pointer;
}

.custom-file-input.upload_file_lost:lang(en) ~ .custom-file-label::after{
  content: "Browse File";
}

.custom-file-label.upload-file-lost::after{
  background-color: #F8F9FA;
  padding: 0.6rem 0.75rem;
  height: 2.6rem;
}

.custom-file-label.upload-file-lost{
  height: calc(2.3rem + 6px);
  padding: .6rem 0.75rem;
  color:#AEAEAE;
  border-radius: 8px;
  margin-top:-5px;
}

.upload-file-card{
  background: #F8F7F7;
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 8px;
  padding: 16px;
}

.upload-file-card .title{
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.upload-file-card .file-name{
  color: #757172;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

#modal-upload-project input.form-control{
  color: #231F20;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}

#modal-upload-project input.form-control.is-invalid{
  border: 1px solid #dc3545;
}

.form-control:disabled
/* , .form-control[readonly] */
{
  color:#8C8889;
  background-color: var(--text-disable, rgba(35, 31, 32, 0.15)) !important;
}

.form-control.calendar[readonly]{
  color:#231F20 !important;
  background-color: var(--text-disable, rgba(255, 255, 255, 1)) !important;
}

.card-last-job{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 20px;
  background-color: #FFFFFF;
  width: 250px;
  height: 118px;
}

.card-last-job .view{
  text-decoration: underline;
  color: #757172;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  cursor: pointer;
}

.card-last-job .title{
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.card-last-job .date{
  color: #757172;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

#navJobs .owl-prev, #navJobs .owl-next{
  position: inherit;
  background-color: transparent;
  transform: none;
}

#navJobs .owl-prev:hover,
#navJobs .owl-next:hover{
  opacity: 0.7;
}

#navJobs .owl-next{
  margin-left: 20px;
}

#navJobs .owl-prev.disabled, 
#navJobs .owl-next.disabled{
  opacity: 0.3;
  cursor: auto;
}

#navJobs .owl-prev.disabled:hover, 
#navJobs .owl-next.disabled:hover{
  opacity: 0.3;
}

.m-min-3{
  margin-top:-2rem;
}

.dropdown-menu-cms{
  padding:0;
}

.dropdown-menu-filter{
  padding:0;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  box-shadow: none;
}

.dropdown-menu-content-filter{
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(35, 31, 32, 0.15);
  border-radius: 8px;
  padding: 12px;
  border:none;
  min-width: 500px;
}

.dropdown-menu-content-filter-search{
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(35, 31, 32, 0.15);
  border-radius: 8px;
  padding: 12px;
  border:none;
  width: calc(80% - 15px);
}

.dropdown-menu-content-filter-search .result-brand{
  color: #757172;
}

.dropdown-menu-content-filter-search .list-brand-audience{
  color: #231F20;
}

.dropdown-menu-facebook-integration-search{
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(35, 31, 32, 0.15);
  border-radius: 8px;
  padding:0;
  border:none;
  width: calc(100% - 35px);
  font-size: 12px !important;
}

.dropdown-menu-pillar{
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(35, 31, 32, 0.15);
  border-radius: 8px;
  padding:0;
  border:none;
  /* width: calc(100% - 35px); */
  font-size: 12px !important;
}

.dropdown-menu-pillar .list-pillar{
  padding: 8px 16px;
  font-size: 12px;
  line-height: 16px;
}

.dropdown-menu-facebook-integration-search .connect{
  color: #25A8A0;
}

.dropdown-menu-facebook-integration-search .not-connect{
  color: #8C8889;
}

.dropdown-menu-facebook-integration-search .select-brand:hover{
  opacity: 0.8;
}

.dropdown-menu-content-filter .list{
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 8px 12px;
  margin-right: 10px;
  cursor: pointer;
  width: max-content;
}

.dropdown-menu-content-filter .list.active{
  border: 1px solid #EF5431;
  background: #FDEEEA;
}

.dropdown-menu-cms li{
  padding:15px;
}

.dropdown-menu-filter li{
  padding:11px 16px;
}

.dropdown-menu-cms li:hover{
  background-color: #DEDEDE;
  cursor: pointer;
}

.dropdown-menu-filter li:hover{
  background-color: #F8F7F7;
  cursor: pointer;
}

.dropdown-menu-filter li.active{
  background-color: #F8F7F7;
  cursor: auto;
}

.dropdown-menu-cms a{
  color: #231F20;
}

a.download-template-csv{
  color: #EF5431;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.card-result-upload-creator{
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px 16px;
}

.card-result-upload-creator .ubah-file{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 20px 16px;
  color: #757172;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

.card-result-upload-creator .ubah-file .title-file{
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}

.card-result-upload-creator .title{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.card-result-upload-creator .desc{
  color: #565354 !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.card-result-upload-creator .split{
  color: #DEDEDE;
  padding:0 10px;
}

.red{
  color:#E20055;
}

.green{
  color: #25A8A0;
}

.footer-action{
  position: fixed;
  bottom: 0;
  background: #FFFFFF;
  border-top: 1px solid rgba(222, 222, 222, 0.4);
  box-shadow: 0px -4px 16px rgba(61, 61, 61, 0.12);
  padding: 24px 20px;
  height: 88px;
  width: -webkit-fill-available;
}

.social-media-dataTable{
  color: #757172;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}

.social-media-dataTable a{
  color: #757172;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
}

.social-media-dataTable .value{
  display: block;
  color: #231F20;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
}

.optional-confirmation{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 12px 16px;
}

.optional-confirmation .title{
  font-weight: 600;
}

.optional-confirmation .desc{
  color: #565354;
  line-height: 125%;
}

#form-optional-add-usertag .title{
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

#form-optional-add-usertag .desc{
  color: #565354;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

.card-result-upload-creator table.dataTable.stripe tbody>tr.odd.selected,
.card-result-upload-creator table.dataTable.stripe tbody>tr.odd>.selected,
.card-result-upload-creator table.dataTable.display tbody>tr.odd.selected,
.card-result-upload-creator table.dataTable.display tbody>tr.odd>.selected,
.card-result-upload-creator table.dataTable tbody>tr.selected,
.card-result-upload-creator table.dataTable tbody>tr>.selected {
    background-color: rgb(247, 247, 247) !important
}
.card-result-upload-creator table.dataTable {
    /* width: 96.5% !important; */
    border-spacing: 0 10px !important;
}
.card-result-upload-creator table.dataTable thead th {
    height: 72px;
    border-bottom: 0px;
    padding: 0px;
    border-radius: 10px;
}

.card-result-upload-creator table.dataTable td.select-checkbox {
    padding-inline: 16px !important;
}

.card-result-upload-creator table.dataTable td.select-checkbox::before {
    border-radius: 5px !important;
    top: auto !important;
    border: 0.5px solid gray !important;
    width: 17px !important;
    height: 17px !important;
}
.card-result-upload-creator table.dataTable tr.even.selected td.select-checkbox::before,
.card-result-upload-creator table.dataTable tr.odd.selected td.select-checkbox::before {
    background-color: #f77750;
    top: auto !important;
    border: 0.5px solid lightgray !important;
}
.card-result-upload-creator table.dataTable td.select-checkbox::after {
    top: auto !important;
    margin-left: -5px !important;
    margin-top: -8.5px !important;
    width: 4px;
    height: 4px;
    text-shadow: none !important;
    color: white !important;
}
.card-result-upload-creator div thead th:first-child {
    border-radius: 8px 0 0 8px !important;
    border-left: 1px solid #DEDEDE !important;
}
.card-result-upload-creator div thead th:last-child {
    border-radius: 0 8px 8px 0 !important;
    border-bottom: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE !important;
}
.card-result-upload-creator div tbody td:first-child {
    border-radius: 8px 0 0 8px;
    border-left: 1px solid #DEDEDE;
}
.card-result-upload-creator div tbody td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 1px solid #DEDEDE;
}
.card-result-upload-creator div tbody td {
    border-top: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
}
.card-result-upload-creator table.dataTable thead th {
    height: 72px;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    padding: 0px;
    background: #F8F7F7;
    border-radius: 0 0px 0px 0;
}
.card-result-upload-creator table.dataTable tbody tr {
    background-color: #fff;
    height: 100px;
}
.card-result-upload-creator table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,
.card-result-upload-creator table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,
.card-result-upload-creator table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty {
    cursor: default !important;
    height: 100px;
}

.content-creator-detail{
  box-shadow: 0px 0px 2px rgba(35, 31, 32, 0.15);
  border-radius: 20px;
  border: 1px solid rgba(222, 222, 222, 0.4);
  background: #FFFFFF;
  padding: 24px 0px;
}

.content-creator-detail .padding-lr-16{
  padding: 0px 16px;
}

.content-creator-detail .username-creator-detail{
  font-weight: 700;
  font-size: 21px;
  line-height: 125%;
  color: #231F20;
}

.content-creator-detail .title-card{
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
}

.content-creator-detail .card-creator-detail,
#sow_list_detail_data .card-creator-detail{
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 12px;
  padding: 24px;
  /*min-height: 310px;*/
}

.content-creator-detail .card-creator-detail.min-height-auto{
  min-height: auto !important;
}

.content-creator-detail .card-creator-detail.bg{
  background: rgba(236, 236, 236, 0.2);
}

.content-creator-detail .card-creator-detail hr{
  border-top: 1px solid rgba(222, 222, 222, 0.4);
  margin:0;
}

.content-creator-detail .card-creator-detail .brand-engaging{
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
  height: 264px;
  overflow: auto;
}

.content-creator-detail .card-creator-detail .brand-engaging::-webkit-scrollbar {
  margin-left: 20px;
  height: 4px;
  width: 4px;
}

/* Track */
.content-creator-detail .card-creator-detail .brand-engaging::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
.content-creator-detail .card-creator-detail .brand-engaging::-webkit-scrollbar-thumb {
  background: #DEDEDE;
  border-radius: 10px;
}

.content-creator-detail .card-creator-detail .brand-engaging .list{
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #DEDEDE;
}

.content-creator-detail .card-creator-detail .brand-engaging .title{
  font-weight: 600;
}

.content-creator-detail .card-creator-detail .brand-engaging .desc{
  color: #565354;
}

.content-creator-detail .card-creator-detail .brand-engaging .percent{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 8px 12px;
}

.content-creator-detail .card-creator-detail .total-post{
  position: absolute;
}

.content-creator-detail .card-creator-detail .total-post .title{
  color: #757172;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
  width: max-content;
}

.content-creator-detail .card-creator-detail .total-post .value{
  color: #000000;
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
}

.summary_box_inner .title{
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
}

.summary_box_inner .not-available{
  color: rgba(35, 31, 32, 0.15);
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.summary_box_inner .recommended{
  color: #231F20;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.information-sosmed-creator-detail .title{
  color: #565354;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
}

.information-sosmed-creator-detail .value{
  color: #231F20;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.information-sosmed-creator-detail .suspicious{
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.link-undangan .title{
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.link-undangan .value{
  color: #231F20;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.link-undangan .desc{
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.link-undangan .title-success{
  color: #231F20;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.link-undangan .desc-success{
  color: #565354;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

#generate-password-content .generate-result{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  background: rgba(35, 31, 32, 0.15);
  padding: 8px 12px;
  color: #8C8889;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}

#generate-password-content .copy-password{
  background: #EF5431;
  padding: 8px 9px;
  position: absolute;
  right: 0;
  top:0;
  border-radius:0 8px 8px 0;
  cursor: pointer;
  color:#FFF;
}

#generate-password-content .copy-password:hover{
  opacity:0.8;
}

#generate-password-content p{
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color:#757172;
}

.filter-creator-discovery-new{
  background: #FFFFFF;
  border-radius: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.filter-creator-discovery-new .filter-shortcut{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  padding: 9px 12px;
  width: 100%;
  height: 38px;
  cursor: pointer;
  background-image:url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position:bottom 10px right 10px;
}

.filter-creator-discovery-new .filter-shortcut.active{
  border: 1px solid #EF5431;
  background-color: #FDEEEA;
}

.filter-creator-discovery-new .filter-shortcut .total{
  background: #EF5431;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  color: #FFFFFF;
  text-align: center;
  margin-left: 10px;
}

.filter-creator-discovery-new .filter-shortcut:hover{
  opacity:0.8;
}

.border-radius-top{
  border-radius: 8px 8px 0 0;
}

.border-radius-bottom{
  border-radius: 0 0 8px 8px;
}

.apply-filter-list{
  background: #F8F7F7;
  border: 0.5px solid #DEDEDE;
  border-radius: 4px;
  padding: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.select-checkbox .select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select-checkbox .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
  background-color: #fff;
  margin-right: 10px;
  vertical-align: text-bottom;
}
.select-checkbox .select2-results__option.select2-results__message:before {
  display: none;
}
.select-checkbox .select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #EF5431;
  font-size: 10px;
  border: 0;
  display: inline-block;
  padding-left: 3px;
  padding-top: 3px;
}
.select-checkbox .select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select-checkbox .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select-checkbox .select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select-checkbox .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select-checkbox .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select-checkbox .select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select-checkbox .select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select-checkbox .select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-checkbox .select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-checkbox .select-icon .placeholder {
	display: none;
}
.select-checkbox .select-icon .select2-results__option:before,
.select-checkbox .select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-checkbox .select-icon  .select2-search--dropdown {
	display: none;
}

.select-checkbox .select2-search--dropdown .select2-search__field{
  width: -webkit-fill-available;
  margin:5px;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}

.select-checkbox .select2-container *:focus{
  outline: none !important;
}

/* .select2-container--bootstrap4 .select2-dropdown.select-checkbox .select2-results__option[aria-selected="true"]{
  background-color: #FFF;
  color: #231F20;
} */

.input-brand-audience{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  /* padding: 10px 12px; */
  padding:5px 12px 10px 12px;
  background: #FFFFFF;
  cursor: pointer;
  background-image:url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position:center right 10px;
  height: 42px;
  overflow: auto;
}

.input-brand-audience .placeholder{
  color: #AEAEAE;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-top:5px;
}

.select-input-custom{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  /* padding: 10px 12px; */
  padding:8px 12px;
  background: #FFFFFF;
  cursor: pointer;
  background-image:url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position:center right 10px;
  overflow: auto;
}

.select-input-custom .placeholder{
  color: #231F20;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.list-active-audience-brand{
  background: #EF5431;
  border-radius: 4px;
  color: #FFFFFF;
  padding:4px 8px;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  width: fit-content;
}

.list-number{
  list-style-type: upper-greek;
  padding-inline-start:15px;
  margin-bottom: 0;
}

.list-number li{
  margin:5px 0;
}

.info-group-creator-discovery{
  box-shadow: 0px 0px 2px rgba(35, 31, 32, 0.15);
  border-radius: 16px;
  padding: 0px 0px 32px;
  background: #FFFFFF;
}

.info-group-creator-discovery .head{
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(222, 222, 222, 0.4);
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  background: #F8F7F7;
  border-radius: 16px 16px 0 0;
}

.info-group-creator-discovery .head .edit-group{
  color: #EF5431;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.info-group-creator-discovery .head .delete-group{
  color: #E20055;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.info-group-creator-discovery .head .edit-group:hover,
.info-group-creator-discovery .head .delete-group:hover{
opacity:0.8;
}

.info-group-creator-discovery .head hr{
  border-top: 1px solid rgba(222, 222, 222, 0.4);
}

.info-group-creator-discovery .head .list-client{
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  background: rgba(222, 222, 222, 0.4);
  padding: 4px 8px;
}

.info-group-creator-discovery .info{
  padding: 24px 16px 12px;
}

.info-group-creator-discovery .info .creator-type{
  color: #757172;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.info-group-creator-discovery .info .title{
  color: #231F20;
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
}

.info-group-creator-discovery .info .category{
  color: #6FCACF;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.info-group-creator-discovery .info .desc{
  color: #565354;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
  width: 50%;
}

.info-group-creator-discovery .info .sosial-media{
  color: #231F20;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.info-group-creator-discovery .info .list-stats{
  border-left: 1px solid rgba(222, 222, 222, 0.4);
  padding: 12px 24px;
}

.info-group-creator-discovery .info .list-stats .title{
  color: #565354;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.info-group-creator-discovery .info .list-stats .value{
  color: #231F20;
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
}

.title-daftar-kreator{
  color: #000000;
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
}

.no-creator-group .title{
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
}

.no-creator-group .desc{
  color: #565354;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.card-creator-location{
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 12px;
  padding: 16px;
}

a.link-create-group{
  color:#EF5431;
  text-decoration: underline;
}

.info-content{
  background: #F8F7F7;
  border-radius: 12px;
  padding: 16px 8px;
  color: #231F20;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
}

.mtb-24{
  margin-top:24px;
  margin-bottom:24px;
}

.vl{
  border-left: 1px solid #DEDEDE;
  height: 48px;
  position: absolute;
  margin-top:10px;
}

.button-edit-metric{
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  padding:5px 0;
}

.button-edit-metric:hover{
  opacity:0.8;
}

.metrics-instagram,
.metrics-tiktok{
  border-radius: 12px;
  padding: 20px;
}

.metrics-instagram.bg,
.metrics-tiktok.bg{
  background: #ECECEC;
}

.note-creator{
  border-radius: 12px;
  border: 1px solid rgba(222, 222, 222, 0.4);
  padding:20px;
  background-color: #FFFFFF;
}

.note-creator .title{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.note-creator .desc{
  color: #565354;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
}

.note-creator .value{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.015em;
}

.summary_box.bg{
  background-color: #ECECEC;;
}

.rupiah .input-group-text{
  padding: 6px 8px;
  background: #F8F7F7;
  color: #757172;
  font-weight: 500;
  font-size: 14px;
  border-radius:8px 0 0 8px;
  border:1px solid #DEDEDE;
  border-right: none;
  height: 32px;
}

.rupiah .form-control{
  height: 32px;
  border:1px solid #DEDEDE;
  border-left:none;
  border-radius:0 8px 8px 0;
}

textarea.form-control.remarks-note:disabled{
  background: #F8F7F7;
  color: #231F20 !important;
}

textarea.form-control.remarks-note{
  height: 100% !important;
  padding: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.015em;
  color: #231F20;
  min-height: 500px !important;
  border: 1px solid #DEDEDE;
  border-radius: 8px;
}

.remove-job-rate-card{
  color: #E20055;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
}

.remove-job-rate-card:hover{
  opacity:0.8;
}

.select-custom-rate-card .select2-container{
  width: 200px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.select-custom-rate-card .select2-container--bootstrap4 .select2-selection{
  border-radius:8px;
}

#content-portfolio .owl-carousel .item{
  width: 250px;
  height: 250px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

#list-content-portfolio .item{
  width: 250px;
  height: 250px;
  border-radius: 8px;
  margin-right: 10px;
  /* overflow: hidden; */
  position: relative;
}

#content-portfolio .owl-carousel .item img,
#list-content-portfolio .item img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

#content-portfolio .owl-carousel .item video,
#list-content-portfolio .item video{
  position: relative;
  left: 0;
  top: 0;
  opacity: 1;
  border-radius: 8px;
}

#list-content-portfolio .item .remove-portfolio{
  color: #E20055;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  cursor: pointer;
  width: fit-content;
  float: right;
  margin-top: 5px;
}

#list-content-portfolio .item .remove-portfolio.disabled{
  color: rgba(35, 31, 32, 0.15);
  cursor: auto;
}

#list-content-portfolio .item .remove-portfolio:hover{
  opacity:0.8;
}

#list-content-portfolio .item .remove-portfolio.disabled:hover{
  opacity:1;
}

.upload-here-portfolio{
  cursor: pointer;
  margin-right: 10px;
}

.upload-here-portfolio:hover{
  opacity:0.8;
}

#list-content-portfolio .item .loading-upload-portfolio{
  background: #F8F7F7;
  color: #565354;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  width: 250px;
  height: 250px;
  border-radius: 8px;
}

/* .list-content-portfolio{
  width: 0;
} */

#content-portfolio .dragscroll{
  overflow: hidden;
  height: 305px;
}

.w-1px{
  width: 1px;
}

.summary_box .last-update{
  font-size:12px;
}

.separator-de3{
  color:#DEDEDE;
}

.settings-affiliate .title{
  color: #231F20;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.last-update-stats-affiliate{
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #757172;
}

.affiliate-detail .title{
  color: #231F20;
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
  word-break: break-all;
}

.affiliate-detail .commission{
  color: #565354;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.affiliate-detail .seller{
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.affiliate-detail .seller.product-name{
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.status-affiliate .title-status{
  color: #757172;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.status-affiliate .status-primary{
  /* color: #231F20; */
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  /* background: #EFEFEF; */
  border-radius: 8px;
  padding: 8px 12px;
}

input.form-control.list-edit-barang-terjual{
  background-color: #FFFFFF !important;
}

input.form-control.list-edit-barang-terjual[readonly]{
  background-color: #F8F7F7 !important;
}

.list-period{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 8px 16px;
  color: #565354;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
  width: fit-content;
}

.list-period .date{
  color: #231F20;
  font-weight: 500;
}

.card.content-posting {
  border: 1px solid #DEDEDE;
  border-radius: 8px;
  box-shadow: none !important;
  margin-bottom: 0;
}

.filter-creator-discovery-sosmed-card-header h4 {
  color: #231F20;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.content-posting-affiliate .title-content{
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.content-posting-affiliate .value{
  color: #565354;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  word-break: break-all;
}

.payment-phase{
  background: #FFFBEC;
  padding: 20px 16px;
}

.payment-phase .title{
  color: #231F20;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.payment-phase .desc{
  color: #565354;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
  width: 65%;
}

.btn-upload-rekonsiliasi{
  border: 2px solid #EF5431;
  border-radius: 4px;
  padding: 10px 12px;
  color: #EF5431;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  min-width: 200px;
}

.btn-upload-rekonsiliasi:hover{
  opacity:0.8;
}

.btn-upload-rekonsiliasi.disabled{
  background-color: #C7C7C7;
  border: 2px solid #C7C7C7;
  border-radius: 4px;
  padding: 10px 12px;
  color: #8C8889;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: auto;
  min-width: 200px;
}

.btn-upload-rekonsiliasi.disabled:hover{
  opacity:1;
}


.affiliate-detail-no-creator .title{
  color: #231F20;
  font-weight: 700;
  font-size: 19px;
  line-height: 125%;
}

.affiliate-detail-no-creator .desc{
  color: #565354;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.total-creator-join{
  color: #565354;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.last-upload-rekonsiliasi .title{
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.last-upload-rekonsiliasi .filename{
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.last-upload-rekonsiliasi .date{
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.last-upload-rekonsiliasi .result{
  letter-spacing: 0.01em;
  text-decoration-line: underline;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.result-upload-affiliator .title{
  color: #565354;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.result-upload-affiliator .value{
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.result-upload-affiliator .value.failed{
  color: #E20055;
}

.result-upload-affiliator .sepa{
  color: #DEDEDE;
  font-size: 20px;
  font-weight: lighter;
}

.title-failed{
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.desc-failed{
  color: #565354;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

#affliator-failed{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

#affliator-failed tr.title{
  background-color: #EFEFEF;
  font-weight: 600;
  font-size: 12px;
  line-height: 125%;
}

#affliator-failed tr.value{
  background-color: #F8F7F7;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
}

#affliator-failed tr.title th{ 
  padding:16px;
}

#affliator-failed tr.title th:first-child{ 
  border-radius: 8px 0 0 8px;
}

#affliator-failed tr.title th:last-child{ 
  border-radius: 0 8px 8px 0;
}

#affliator-failed tr.value td{ 
  padding:8px 16px;
}

#affliator-failed th,
#affliator-failed td,
#affliator-failed tr{ 
  border:none !important;
}

#affliator-failed .creator-name{
  font-weight: 500;
}

#affliator-failed .creator-id{
  color: #757172;
  font-size: 11px;
}

.info-payment-affiliator{
  background: #FFFBEC;
  border-radius: 8px;
  padding: 16px;
  letter-spacing: 0.015em;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

#modal-pay-commission label{
  color: #565354;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

#modal-pay-commission .input-title{
  font-weight: 500;
}

.all-checklist-dtb{
  margin-top:-8px;
}

.single-checklist-dtb{
  margin-top:-8px;
  margin-left: 8px;
}

.campaign_image_url img,
.content-image-video img{
  border-radius: 8px;
  object-fit: cover;
}

.no-content-affiliate{
  background: #F8F7F7;
  border-radius: 8px;
  padding: 12px 16px;
}

#template-rekonsiliasi p{
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

#template-rekonsiliasi a{
  color:#EF5431;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-decoration: underline;
}

.dt-avatar{
  width: 36px;
  height: 36px;
  border-radius: 100%;
  object-fit: cover;
}

.tab-withdraw,
.tab-withdraw:hover {
  color: rgba(35, 31, 32, 0.15);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 16px;
  display: flex;
  justify-content: center;
}

.tab-withdraw.active {
    color: #231F20;
    border-bottom: 3.5px solid #EF5431;
}

#tablist_withdraw.nav-tabs{
  border-bottom: 1px solid #DEDEDE;
}

.filter-input-bg{
  background: #F8F7F7;
  border: 1px solid rgba(222, 222, 222, 0.35);
  border-radius: 8px;
  padding: 20px;
}

.filter-input-bg .title-list{
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  max-width: 140px;
}

.filter-input-bg .card-sow{
  border: 1px solid #DEDEDE;
  border-radius: 4px;
  padding: 4px 8px;
  min-width: 140px;
  display: inline-block;
  margin-bottom: 10px;
}

.filter-input-bg .card-sow .title{
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.filter-input-bg .card-sow .id{
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

input.drafting-input-container-form-col-text::placeholder{
  color: #AEAEAE;
  font-weight: 400;
}

.br-16{
  border-radius: 16px;
}

.fw-400{
  font-weight: 400;
}

.fw-500{
  font-weight: 500 !important;
}

.fw-600{
  font-weight: 600;
}

.fw-700{
  font-weight: 700;
}

.fs-11{
  font-size: 11px;
}

.fs-12{
  font-size: 12px !important;
}

.fs-14{
  font-size: 14px !important;
}

.fs-16{
  font-size: 16px;
}

.fs-19{
  font-size: 19px;
}

.fs-21{
  font-size: 21px;
}

.c-E20055{
  color:#E20055;
}

.c-EF5431{
  color:#EF5431;
}

a.c-EF5431:hover{
  color:#EF5431;
}

.c-757172{
  color:#757172;
}

.c-565354{
  color:#565354;
}

.c-166560{
  color: #166560;
}

.c-EF5431{
  color: #EF5431;
}

.c-000{
  color: #000;
}

.bg-EFEFEF{
  background-color: #EFEFEF;
}

.bg-FCE6EE{
  background-color: #FCE6EE;
}

.lh-16{
  line-height: 16px !important;
}

.lh-125{
  line-height: 125%;
}

.lh-150{
  line-height: 150%;
}

.mr-50{
  margin-right: 50px;
}

.mr-40{
  margin-right: 40px;
}

.mr-38{
  margin-right: 38px;
}

.mr-32{
  margin-right: 32px;
}

.mr-80{
  margin-right: 80px;
}

.ml-20{
  margin-left: 20px;
}

.ml-32{
  margin-left: 32px;
}

.pr-32{
  padding-right: 32px;
}

.request-partnership-creator{
  border: 1px solid #59A2A6;
  border-radius: 8px;
  background: #F1FAFA;
  padding: 24px;
}

.request-partnership-creator .title{
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  color: #231F20;
}

.request-partnership-creator .desc{
  color: #8E8B8C;
  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.custom-switch .custom-control-label::before{
  width:2rem;
  height: 20px;
  border-radius:12px;
  background-color:#CDC5C7;
  border:none;
  box-shadow: none;
  top:1px;
}

.custom-switch .custom-control-label::after{
  width: 16px;
  height: 16px;
  background-color:#F8F7F7;
  top:3px;
}

.custom-switch .custom-control-label{
  padding-left: 3px;
  cursor: pointer;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after{
  background-color: #F8F7F7;
}

.custom-switch{
  padding-left: 2rem;
}

.lh-base{
  line-height: 150%;
}

.creator-audience-summary{
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 8px;
  background: #F8F7F7;
  padding: 16px 20px;
}

.creator-audience-summary .title-main{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.creator-audience-summary .list-audience .title{
  color: #565354;
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
}

.creator-audience-summary .list-audience .value-audience{
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.01em;
}

.creator-audience-summary .list-audience .value-percentage{
  color: #6FCACF;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
}

.show-detail-audience{
  color: #EF5431;
  letter-spacing: 0.01em;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.show-detail-audience .btn{
  color: #EF5431;
}

.content-detail-audience .title-content{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.card-detail-audience{
  border: 1px solid rgba(222, 222, 222, 0.4);
  border-radius: 12px;
  background: #FFFFFF;
  padding: 24px;
  width: 523px;
  height: 310px;
}

#list-content-detail-audience .card-detail-audience .title{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.jobs-completed{
  background: #F8F7F7;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 11px;
  line-height: 125%;
  margin-left: -14px;
  margin-right: -14px;
}

.jobs-completed.no-job{
  opacity:0.6;
}

.subheading-2{
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

.dark-smalltext{
  color: #757172;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.dark-secondary{
  color: #565354;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.icon-warning-yellow{
  background: #FFFBEC;
  border-radius: 8px;
  padding: 12px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.list-check-metric{
  width: 150px;
}

.menu-scope-of-work{
  background: #F8F7F7;
  box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding:20px 19px;
  min-height: 100%;
  margin-bottom:16px;
}

.menu-scope-of-work .menu{
  padding: 12px 4px 12px 16px;
  margin: 0 -19px;
  cursor: pointer;
}

.menu-scope-of-work .menu:hover{
  opacity:0.8;
}

.menu-scope-of-work .active-menu{
  border-left: 3.5px solid #EF5431;
  background: #FFFFFF;
}

.menu-scope-of-work .active-menu:hover{
  opacity:1;
}

.no-check-text{
  color: #E20055;
  letter-spacing: 0.01em;
  font-weight: 400;
  font-size: 14px;
}

.list-tab-bar{
  border-bottom: 1px solid #DEDEDE
}

.list-tab-bar .tab-item{
  width: Hug (108px);
  height: Hug (42px);
  padding: 12px 16px 12px 16px;
  color: #231F2026;
  font-weight: 600;
  cursor: pointer;
}

.list-tab-bar .tab-item.active{
  border-bottom: 3px solid #EF5431;
  color:#231F20;
}

.card-content-management{
  background-color: #FFFFFF;
  border-radius: 12px;
  font-size: 11px;
  color: var(--text-text-dark-dark-small-text, #757172);
}

.card-content-management img.main{
  width: 100%;
  border-radius: 12px 12px 0 0;
  height: 350px;
  object-fit: cover;
}

.card-content-management .list-icon{
  position: absolute;
  left: 23px;
  top:15px;
  width: 100%;
}

.card-content-management .list-icon .status{
  border-radius: 12px;
  padding: 8px 10px;
  margin-right: 50px;
}

.card-content-management .list-icon .status.Completed,
.card-content-management .list-icon .status.Ongoing,
.card-content-management .list-icon .status.Upcoming{
  background: var(--torque-10, #E9F6F6);
  color: var(--torque-70, #166560);
}

.card-content-management .list-icon .status.Disable{
  background: var(--neutral-color-border-shade, #DEDEDE);
  color: var(--text-text-dark-dark-small-text, #757172);
}

.card-content-management img.avatar{
  width: 32px;
  height: 32px;
  border-radius: 100%;
}

.card-content-management .fullname{
  color: var(--text-text-dark-dark-primary, #231F20);
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}

#loading-content{
  margin-top: 200px;
}

.info-detail-content-management{
  box-shadow: 0px 0px 2px rgba(35, 31, 32, 0.15);
  border-radius: 16px;
  padding: 0px 0px 32px;
  background: #FFFFFF;
}

.info-detail-content-management .head{
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(222, 222, 222, 0.4);
  font-size: 12px;
  line-height: 150%;
  background: #F8F7F7;
  border-radius: 16px 16px 0 0;
  font-weight: 400;
}

.info-detail-content-management .head hr{
  border-top: 1px solid rgba(222, 222, 222, 0.4);
}

.info-detail-content-management .head .title{
  color: var(--text-text-dark-dark-primary, #231F20);
  font-weight: 500;
  line-height: 150%;
}

.info-detail-content-management .head .desc{
  color: var(--text-text-dark-dark-secondary, #565354);
  font-size: 12px;
}

.info-detail-content-management .head .sosmed{
  color: #000;
}

.info-detail-content-management .info{
  padding: 24px 16px 12px;
}

.info-detail-content-management .info img.avatar{
  border-radius: 100%;
  width: 48px;
  height: 48px;
  object-fit: cover;
}

.info-detail-content-management .info .fullname{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}

.info-detail-content-management .info .username{
  color: var(--text-text-dark-dark-small-text, #757172);
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.14px;
}

.info-detail-content-management .info .content{
  color: var(--text-text-dark-dark-primary, #231F20);
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
}

.info-detail-content-management .info .date{
  color: var(--text-text-dark-dark-small-text, #757172);
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.14px;
}

.info-detail-content-management .info a.link{
  color: var(--button-primary-primary, #EF5431);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.info-detail-content-management .info img.main{
  border-radius: 12px;
}

.check-performance{
  border-radius: 12px;
  background: var(--layer-light-light-01, #F8F7F7);
  padding: 12px 16px;
}

.boost-ads{
  border-radius: 12px;
  border: 1px solid var(--border-border-secondary, rgba(222, 222, 222, 0.40));
  background: var(--layer-light-light-02, #FFF);
  box-shadow: 0px 2px 4px 0px rgba(35, 31, 32, 0.10);
  padding: 20px 16px;
  line-height: 150%; 
}

.ads-inprogress{
  border-radius: 8px;
  border: 1px solid var(--torque-70, #166560);
  background: var(--torque-10, #E9F6F6);
  padding: 16px;
}

hr.torque{
  border-color: #166560;
}

.border-left-torque{
  border-left: 1px solid rgba(168, 220, 217, 0.5);
  padding-left: 16px;
}

.status-boost{
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%; /* 17.5px */
  letter-spacing: 0.14px;
}

.status-boost.Completed,
.status-boost.Ongoing,
.status-boost.Upcoming{
  background: var(--torque-10, #E9F6F6);
  color: var(--torque-70, #166560);
}

.status-boost.Disable{
  background: var(--neutral-color-border-shade, #DEDEDE);
  color: var(--text-text-dark-dark-small-text, #757172);
}

.info-branded-content-ads{
  border-radius: 12px;
  background: #FFF;
  padding: 20px 32px;
}

.setup-ads{
  border-radius: 12px;
  background: #FFF;
}

.setup-ads .number{
  border-radius: 32px;
  background-color: #F8F7F7;
  width: 32px;
  height: 32px;
  /* padding: 5px 12px; */
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.16px;
  color: var(--text-disable, rgba(35, 31, 32, 0.15));
  position: relative;
}

.setup-ads .number.active{
  background-color: #EF5431;
  color: #FFF;
}

.setup-ads .line-ads{
  position: absolute;
  width: 157px;
  height: 1px;
  background: rgba(222, 222, 222, 0.40);
  left: 50px;
  top: 32px;
}

.setup-ads .line-ads.active,
.setup-ads .line-ads-2.active{
  background: #EF5431;
}

.setup-ads .line-ads-2{
  position: absolute;
  width: 150px;
  height: 1px;
  background: rgba(222, 222, 222, 0.40);
  left: 209px;
  top: 32px;
}

.p-16-12{
  padding:16px 12px;
}

.setup-ads .head{
  border-bottom: 1px solid var(--border-border-primary, #DEDEDE);
}

.list-goals{
  border-radius: 8px;
  border: 1px solid var(--border-border-primary, #DEDEDE);
  padding: 20px 16px;
  cursor: pointer;
  min-height: 100%;
}

.list-goals:hover{
  opacity:0.8;
}

.list-goals.active{
  border: 1px solid var(--border-border-selected, #EF5431);
  background: var(--tiger-10, #FDEEEA);
}

.more-website-goals{
  border-radius: 8px;
  border: 1px solid var(--border-border-secondary, rgba(222, 222, 222, 0.40));
  background: var(--layer-light-light-01, #F8F7F7);
  padding: 16px;
}

.form-control.is-invalid{
  border-color: #dc3545 !important;
}

#creator-discovery .input-group > .input-group-prepend > .input-group-text{
  border-radius: 8px 0 0 8px;
  background-color: #525151;
  color: #FFFFFF;
}

.budget-summary{
  border-radius: 8px;
  border: 1px solid var(--border-border-secondary, rgba(222, 222, 222, 0.40));
  background: var(--layer-light-light-01, #F8F7F7);
  padding:16px;
}

.review-total-payment{
  border-radius: 12px;
  background: var(--neutral-color-neutral-white, #F8F7F7);
  padding: 12px 16px;
}

.previous-ads{
  border-radius: 8px;
  border: 1px solid var(--border-border-secondary, rgba(222, 222, 222, 0.40));
  background: var(--background-background-primary, #F8F7F7);
  /* width: 251px; */
  padding: 12px;
}

.view-status{
  padding: 8px 10px;
  border-radius: 12px;
  height: fit-content;
}

.view-status.Completed,
.view-status.Ongoing,
.view-status.Upcoming{
  color: var(--torque-70, #166560);
  background: var(--torque-10, #E9F6F6);
}
.view-status.Disable{
  color: var(--text-text-dark-dark-small-text, #757172);
  background: var(--neutral-color-border-shade, #DEDEDE);
}

/* update admin lte */

.card-tabs .card-header{
  background-color: #FFFFFF !important;
}

.card-info:not(.card-outline) > .card-header, .card-info:not(.card-outline) > .card-header a{
  color: var(--text-disable, rgba(35, 31, 32, 0.15));
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}

.card-tabs .card-header .nav-link{
  padding: 12px 16px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  border-radius: 8px 8px 0px 0px;
  border-bottom: 3px solid var(--border-border-selected, #EF5431);
  background: var(--border-border-selected, #EF5431);
  color: var(--text-text-light-light-primary, #FFF) !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
  border-color:transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  border-color: transparent;
}

#campaign-detail .form-control{
  border-radius: 8px;
  border: 1px solid var(--border-border-primary, #DEDEDE);
  background: var(--background-background-secondary, #FFF);
  font-size: 14px;
}

.link-facebook-connection{
  padding:10px 12px;
  border-radius: 8px 0 0 8px;
  border: 1px solid var(--border-border-primary, #DEDEDE);
  background: var(--background-background-secondary, #FFF);
  width: 410px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.copy-link-facebook-connection{
  border: 1px solid var(--border-border-selected, #EF5431);
  background: var(--tiger-50, #EF5431);
  padding: 10px 12px;
  border-radius: 0 8px 8px 0;
  color:#FFF;
  font-weight: 500;
  cursor: pointer;
}

.facebook-account{
  border-radius: 16px;
  background: #FFF;
  box-shadow: 2px 8px 24px 8px rgba(82, 82, 82, 0.12);
  padding: 32px 20px;
  max-width: 700px;
}

img.avatar-36{
  border-radius: 100%;
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.page-that-you-choose{
  border-radius: 16px;
  border: 1px solid var(--border-border-primary, #DEDEDE);
  padding: 16px;
  min-width: 382px;
}

.data-ad-account{
  border-radius: 12px;
  border: 1px solid var(--border-border-primary, #DEDEDE);
  background: var(--layer-light-light-01, #F8F7F7);
  padding: 16px 12px;
  font-size: 12px;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection{
  background-color: var(--text-disable, rgba(35, 31, 32, 0.15)) !important;
  
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection--single .select2-selection__placeholder,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--single .select2-selection__rendered{
  color:#8C8889 !important;
}

.card-info-yellow{
  border-radius: 8px;
  background: var(--support-warning-low-prio, #FFFBEC);
  padding: 12px 16px;
}

.card-order-detail{
  margin:0 auto;
  border-radius: var(--spacing-4, 24px);
  background: #FFF;
  max-width: 960px;
  padding: var(--Spacing---6, 24px) 24px var(--Spacing---8, 32px) 24px;
}

img.copy{
  cursor: pointer;
}

.info-status-payment{
  padding: 4px 8px;
  font-weight: 600;
  border-radius: var(--spacing-2, 8px);
}

.info-status-payment.Success{
  background: var(--support-success-support-success-low-prio, #E9F6F6);
  color: var(--support-success-support-success-high-prio, #25A8A0);
}

.desc-order-detail{
  border-left: 5px solid #6FCACF;
  padding-left: 16px;
  width: 438px;
  line-height: 125%;
}

.card-total-payment{
  border-radius: 12px;
  border: 1px solid var(--border-border-secondary, rgba(222, 222, 222, 0.40));
  background: var(--background-background-primary, #F8F7F7);
  box-shadow: 0px 2px 4px 0px rgba(35, 31, 32, 0.10);
  width: 250px;
  text-align: center;
}

.card-bg-white{
  background: #FFF;
  padding:32px;
  margin-bottom: 40px;
}

.card-bg-grey{
  background: #F8F7F7;
  padding:24px;
}

.form-new-bintango h3{
  font-size: 19px;
  font-weight: 700;
  line-height: 125%;
}

.form-new-bintango span.sub-label{
  font-size: 11px;
  font-weight: 400;
  line-height: 125%;
  color:#565354;
  display: block;
}

.form-new-bintango .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder{
  color:#AEAEAE;
}

input.input-normal.start-prefix{
  border-top-left-radius:0 !important;
  border-bottom-left-radius:0 !important;
  border-left: 0 !important;
}

.error-client{
  margin-top:16px;
  font-size: 12px;
  line-height: 150%;
  display: none;
}

.error-client a{
  color: #EF5431;
  text-decoration: underline;
}

#creator-discovery .input-normal.error{
  border: 1.5px solid #E20055;
}

.list-empty-state{
  border-radius: 12px;
  background: #F8F7F7;
  padding:24px;
  text-align: center;
}
.info-status-event{
  border-radius: 8px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
}

.info-status-event.Completed{
  color:#25A8A0;
  background-color: #E9F6F6;
}

.info-status-event.Upcoming,
.info-status-event.Ongoing,
.info-status-event.Disabled{
  background-color: #EFEFEF;
}

table.no-datatable{
  width: 100%;
  border-spacing: 0 10px;
  border-collapse: separate;
}

table.no-datatable thead tr{
  background: #EFEFEF;
}

table.no-datatable thead th{
  height: 88px;
  padding:10px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

table.no-datatable.mini thead th{
  height: 64px;
}

table.no-datatable thead th:first-child{
  border-radius: 8px 0px 0px 8px;
}

table.no-datatable thead th:last-child{
  border-radius: 0px 8px 8px 0px;
}

table.no-datatable tbody tr{
  border-radius: 20px;
}

table.no-datatable tbody td{
  height: 100px;
  padding:10px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

table.no-datatable.mini tbody td{
  height: 72px;
}

table.no-datatable tbody td:first-child{
  border-radius: 8px 0 0 8px;
  border-left: 1px solid #DEDEDE;
}

table.no-datatable tbody td:last-child{
  border-radius: 0px 8px 8px 0px;
  border-right: 1px solid #DEDEDE;
}

table.no-datatable tbody td{
  border-top: 1px solid #DEDEDE !important;
  border-bottom: 1px solid #DEDEDE !important;
}

table.no-datatable span.id{
  font-size: 11px;
  font-weight: 400;
  line-height: 125%;
  color:#565354;
  display: block;
}

table.no-datatable a.connect_facebook{
  line-height: 150%; /* 18px */
  text-decoration-line: underline;
  color:#EF5431;
}

.card-expand .accordion-button::after{
  font-family: FontAwesome;
  content: "\f107";
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.card-expand .accordion-button:not(.collapsed)::after{
  transform: rotate(180deg);
}

.card-expand .accordion-button::after{
  transition: transform 0.2s ease-in-out;
}

.card-border{
  border-radius: 8px;
  border: 1px solid #DFDFDF;
  padding: 16px;
}

.card-setting-project{
  border-radius: 16px;
  border: 1px solid rgba(222, 222, 222, 0.40);
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(35, 31, 32, 0.10);
  padding:16px;
}

.card-setting-project h4{
  font-size: 14px;
  font-weight: 600;
  line-height: 125%;
}

.card-setting-project .status{
  font-size: 11px;
  line-height: 125%;
  color:#757172;
  width: max-content;
}

.bg-grey-status{
  border-radius: 8px;
  background: #F8F7F7;
  padding:16px;
  width: 100%;
}

#status-project .status-project{
  border-radius: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

#status-project .status-project.draft,
#status-project .status-project.created,
#status-project .status-project.signing{
  color: #757172;
  background-color: #C7C7C7;
}

#status-project .status-project.won{
  color: #FFF;
  background-color: #25A8A0;
}

#status-project .status-project.won{
  color: #FFF;
  background-color: #25A8A0;
}

#status-project .status-project.cancel{
  color: #FFF;
  background-color: #E20055;
}

#status-project .status-project.lost{
  color: #FFF;
  background-color: #E20055;
}

#status-project .status-project.closed{
  color: #FFF;
  background-color: #231F20;
}

.card-price-step-2{
  border-radius: 12px;
  background: #FFF;
  padding: 16px 12px;
  position: relative;
}

.card-price-step-2 .title{
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.14px;
}

.card-price-step-2 .desc{
  font-size: 12px;
  line-height: 150%;
  color:#757172;
}

.card-price-step-2 img.question-mark{
  position: absolute;
  right: 12px;
  top:12px;
}

input.input-no-border{
  border:none;
  outline: none !important;
  padding-left: 0px;
  color:#495057;
  font-weight: 400;
}

input.input-no-border::placeholder{
  color: #C7C7C7;
  font-weight: 400;
}

#creator_detail_creative_report img{
  width: 69px;
  height: 69px;
  border-radius: 100%;
}

#creator_detail_creative_report .fullname{
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}

#creator_detail_creative_report .username{
  color: #565354;
  font-size: 12px;
  line-height: 150%;
}

#creator_detail_creative_report .title{
  font-size: 12px;
  line-height: 150%;
}

#creator_detail_creative_report .value{
  color: #565354;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}

#sow_list_detail_data .filter{
  border-radius: 16px;
  box-shadow: 0px 6px 16px 0px rgba(92, 92, 92, 0.05);
  padding: 16px 20px;
}

#overall-performance .card-performance{
  background: #F8F7F7;
  padding:20px;
  position: relative;
}

#overall-performance .card-performance p.title{
  font-size: 12px;
  line-height: 150%;
}

#overall-performance .card-performance p.value{
  font-size: 19px;
  font-weight: 700;
  line-height: 125%;
  color: #000;
}

#overall-performance .card-performance img{
  position: absolute;
  right: 10px;
  top: 10px;
}