
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   @font-face {
    font-family: 'Caviar Dreams';
    src: url('../webfonts/CaviarDreams-Bold.woff2') format('woff2'),
        url('../webfonts/CaviarDreams-Bold.woff') format('woff'),
        url('../webfonts/CaviarDreams-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Medium';
    src: url('../webfonts/FuturaBT-Medium.woff2') format('woff2'),
        url('../webfonts/FuturaBT-Medium.woff') format('woff'),
        url('../webfonts/FuturaBT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../webfonts/FuturaBT-Book.woff2') format('woff2'),
        url('../webfonts/FuturaBT-Book.woff') format('woff'),
        url('../webfonts/FuturaBT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
  color: #222;
  font-size: 16px;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  font-family: 'Futura', sans-serif;
  font-size: 14px;
  color: #000;
  background: #fff;
}
#dashboard-wrapper {
  padding: 0;
  margin: 0;
}
.container-wrapper {
  display: flex;
}
#sidebar {
  flex: 0 0 280px;
  width: 280px;
  padding-right: 40px;
  padding-left: 40px;
  border-right: solid 1px #dedede;
  background-image: linear-gradient(to bottom, #ffffff 57%, #ffe2e2);
  z-index: 1;
  height: 100vh;
  position: fixed;
}
.side-deco{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -12;
}
#main-dashboard {
  flex: 0 0 100%;
  overflow: hidden;
  padding-left: 280px;
}
#sidebar .dash-logo {
  margin-top: 60px;
  margin-bottom: 14px;
  text-align: center;
}
#sidebar .dash-logo img {
  max-width: 135px;
}
.sidebar-inner {
  /*position: -webkit-sticky;  Safari */
  position: relative;
  top: 30px;
}
.side-menu{
  height: 75vh;
  overflow-y: auto;
}
.side-menu-btn {
  display: block;
  padding: 14px 12px;
  border: none;
  border: 1px solid transparent;
  background-color: #fff;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #000;
  line-height: 1.6em;
  margin-top: 5px;
  transition: all 300ms ease;
  position: relative;
  z-index: 1;
  font-weight: 600;
  margin-bottom: 0;
}
.side-menu-btn:hover {
  background-color: #953232;
  border-color: #953232;
  color: #fff;
}
.side-menu-btn:hover,
.side-menu-btn:focus {
  text-decoration: none;
}
.side-menu-btn.active,
.side-menu-btn:focus  {
  background-color: #953232;
  border-color: #953232;
  color: #fff;
}
.side-menu-btn:focus {
  outline: none;
}
.side-menu-btn span,
.link-side span {
  font-size: 28px;
  position: relative;
  top: 7px;
  line-height: 0;
  margin-right: 8px;
}
.side-menu-btn.active span {
  color: #fff;
}
.side-tabs,
.accordions-01 {
  border-radius: 0;
  overflow: hidden;
}
.side-tab,
.accordion-01 {
  width: 100%;
  color: #000;
  overflow: hidden;
}
.side-tab input,
.accordion-01 input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  display: none;
}
.side-tab label {
  width: 100%;
  cursor: pointer;
}
.accordion-01 label {
  width: 100%;
  cursor: pointer;
  border-bottom: solid 1px #cecece;
  margin-top: 30px;
  padding: 15px 0;
}
.tab-content {
  opacity: 0;
  max-height: 0;
  padding: 0 24px;
  border: solid 1px #dedede;
  background-color: #ffffff;
  border-radius: 0;
  transition: all 300ms ease;
}
.tab-content.big {
  padding: 0;
  border: solid 1px transparent;
  background-color: #ffffff;
  transition: all 300ms ease;
}
.tab-content-switch {
  opacity: 0;
  max-height: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: 0;
  transition: all 300ms ease;
}
.tab-content .accordion-nav {
  display: block;
  margin: 0 0 8px;
  padding: 10px 5px;
  border-radius: 0;
  border: solid 1px transparent;
  text-align: center;
  color: #000;
  position: relative;
  transition: all 200ms ease;
}
.tab-content .accordion-nav:hover::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #953232;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: opcaity 0.3s;
}
.tab-content .accordion-nav.active,
.tab-content .accordion-nav:hover {
  color: #000;
  font-weight: 600;
}
.tab-content .accordion-nav:hover,
.tab-content .accordion-nav:focus {
  text-decoration: none;
}
.tab-content .accordion-nav.active::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #953232;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: width 0.3s;
}
.custom-switch{
  padding-left: 0;
}
.custom-control{
  min-height: 0;
}
.custom-control-label.main-switch{
  margin-top: -20px;
}
.side-tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 16px 5px 4px;
  opacity: 1;
}
.accordion-01 input:checked ~ .tab-content,
.tab-switch input:checked ~ .tab-content-switch {
  max-height: 100vw;
  padding: 0;
  opacity: 1;
}
.tab-switch{
  display: block;
  position: relative;
}
.custom-switch .custom-control-label::before {
  left: auto;
  right: 0;
}
.custom-switch .custom-control-label::after {
  right: calc(0.75rem + 2px);
  left: auto;
}
.side-tab input:checked ~ .side-menu-btn {
  font-weight: 600;
  background-color: #953232;
  border-color: #953232;
  color: #fff;
}
.link-side{
  margin-top: 5px;
  padding: 16px 24px 16px 12px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  display: block;
  font-weight: 600;
  transition: all 200ms ease-in-out;
}
.link-side:hover,
.link-side.active{
  background-color: #953232;
  border-color: #953232;
  text-decoration: none;
  color: #fff;
}
.full-wrapper #main-dashboard {
  padding-left: 0;
}
.full-wrapper #main-dashboard .top-nav{
  width: 100% !important;
}
.top-nav {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
  border-bottom: solid 1px #dedede;
  width: 100%;
  width: calc(100% - 280px);
  position: fixed;
  background: #fff;
  z-index: 9;
}
.top-nav .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
}
#main-content{
  margin-top: 170px;
  padding: 0 60px 60px 50px;
}
#campaign-wrapper{
  margin-top: 128px;
  padding: 0;
}
#inner-campaign-wrapper{
  padding: 0 60px 60px 50px;
}
#main-content .container{
  max-width: 1240px;
}
.main-title {
  font-family: 'Caviar Dreams', sans-serif;
  font-size: 32px;
  line-height: 1.16;
  letter-spacing: normal;
  text-align: left;
  color: #748d6f;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.main-title .list-mt {
  display: inline-block;
  position: relative;
}
.main-title .list-mt a {
  display: inline-block;
}
.main-title .list-mt::after {
  content: "";
  background: url(../img/chev-right.svg);
  background-repeat: 0;
  width: 12px;
  height: 20px;
  margin-left: 30px;
  margin-right: 20px;
  display: inline-block;
}
.main-title .list-mt:last-child::after {
  display: none;
}
.main-title a {
  color:   #953232;
  transition: all 300ms ease;
  text-decoration: none;
}
.main-title a:hover {
  color: #732121;
}
.main-title span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  top: px;
  padding-left: 24px;
  margin-left: 8px;
}
.main-title span::before {
  position: absolute;
  width: 10px;
  height: 20px;
  top: 0px;
  left: 0;
  content: ' ';
  background-image: url('../img/ico-chevron-right.svg');
}
.content-wrapper {
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
  min-height: 450px;
}
.top-nav-left {
  display: flex;
  align-items: center;
}
.panel-notification {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 30px;
}
.panel-notification img {
  width: 40px;
  height: 40px;
}
.panel-notification .notif-count {
  position: absolute;
  top: 4px;
  right: 0px;
  background-color: #c30000;
  font-size: 9px;
  border-radius: 25px;
  padding: 3px 5px 2px;
  line-height: 1em;
  text-align: center;
  color: #ffffff;
}
.panel-admin-wrap {
  position: relative;
}
.panel-admin {
  padding: 5px 20px 5px 10px;
  border-radius: 0;
  border: solid 1px #dedede;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.panel-admin img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.admin-info .admin-name {
  color: #000;
  font-weight: 600;
}
.admin-info .admin-info {
  font-size: 11px;
  line-height: 1.36;
  color: #707070;
}
a.panel-admin {
  text-decoration: none;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
a.panel-admin:hover,
a.panel-admin:focus {
  background-color: #953232;
  border-color: #953232;
}
a.panel-admin:hover .admin-info .admin-name,
a.panel-admin:hover .admin-info .admin-info,
a.panel-admin:focus .admin-info .admin-name,
a.panel-admin:focus .admin-info .admin-info  {
  color: #fff;
}
.panel-admin-dropdown {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d3ddca;
  padding: 8px 0;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
  z-index: 1;
}
.panel-admin-dropdown .panel-admin-link {
  color: #000;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
  text-align: center;
  transition: all 300ms ease-in-out;
}
.panel-admin-dropdown .panel-admin-link:hover {
  background-color: #f5f5f5;
}
.panel-admin-dropdown .panel-admin-btn {
  color: #fff;
  display: block;
  padding: 8px 0;
  border-radius: 20px;
  background-color: #953232;
  text-decoration: none;
  text-align: center;
  margin: 8px 24px;
  transition: all 300ms ease-in-out;
}
.panel-admin-dropdown .panel-admin-btn:hover {
  background-color: #621c1c;
}
.panel-admin-dropdown .panel-admin-link img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-top: -2px;
}
a.panel-admin:focus + .panel-admin-dropdown {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.main-dash {
  display: block;
  padding-bottom: 24px;
}
.toolbar {
  display: flex;
}
.toolbar.three {
  justify-content: space-between;
}
.toolbar.three .toolbar-left {
  flex: 0 0 20%;
}
.toolbar.three .toolbar-center {
  flex: 0 0 60%;
}
.toolbar.three .toolbar-right{
  flex: 0 0 20%;
}
.toolbar.two .toolbar-left{
  flex: 0 0 60%;
}
.toolbar.two .toolbar-right{
  flex: 0 0 40%;
}
.toolbar.three .toolbar-right .toolbar-inner-right{
  justify-content: flex-end;
}
.toolbar-left {
  flex: 0 0 22%;
}
.toolbar-inner-left,
.toolbar-inner-right {
  display: flex;
}
.toolbar-inner-left {
  flex: 0 0 100%;
}
.toolbar-inner-right {
  flex: 0 0 100%;
  justify-content: flex-end;
}
.toolbar-right {
  display: flex;
  flex: 0 0 78%;
  justify-content: flex-end;
}
.toolbar-left.inner{
  width: 40%;
  flex: 0 0 40%;
}
.toolbar-right.inner{
  width: 60%;
  flex: 0 0 60%;
}

.form-control {
  height: 40px;
  font-size: 14px;
}
.form-control:focus {
  color: #000;
  background-color: #fff;
  border-color: #953232;
  outline: 0;
  box-shadow: none;
}
.search-input {
  position: relative;
}
.search-input.inner {
  max-width: 120px;
  margin-right: 5px;
}
.search-input .form-control {
  border-radius: 0px;
  border-color: #d5d6d6;
  padding: 0 10px 0 40px;
  background-color: #f8f8f8;
}
.search-input .form-control::-webkit-input-placeholder {
  color: #707070;
  font-style: italic;
}
.search-input .form-control:-ms-input-placeholder {
  color: #707070;
  font-style: italic;
}
.search-input .form-control::placeholder {
  color: #707070;
  font-style: italic;
}
.form-add .form-control {
  border-radius: 0px;
  height: auto;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #953232;
  padding: 20px 15px;
  font-size: 32px;
  font-family: "Futura Medium";
  background-color: #fff;
  max-width: 430px;
  color: #989898;
}
.form-add .form-control::-webkit-input-placeholder {
  color: #989898;
}
.form-add .form-control:-ms-input-placeholder {
  color: #989898;
}
.form-add .form-control::placeholder {
  color: #989898;
}
.search-input.inside input{
  max-width: 100%;
  width: 100%;
  border-radius: 0px;
  border-color: #d5d6d6;
  padding: 0 10px 0 50px;
  background-color: #f8f8f8;
  position: relative !important;
  opacity: 1;
  z-index: 1;
  display: block !important;
}
.btn-search {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.daterange-input {
  position: relative;
}
.daterange-input .form-control {
  padding-left: 42px;
  color: #909090;
  border-radius: 5px;
}
.daterange-input::before {
  position: absolute;
  top: 2px;
  left: 4px;
  content: ' ';
  width: 38px;
  height: 38px;
  background-image: url('../img/ico-calendar.svg');
  background-repeat: no-repeat;
  background-size: 38px;
}
.daterange {
  position: relative;
  display: block;
  padding: 9px 14px 9px 46px;
  color: #000;
  font-weight: 600;
  width: 230px;
  border-radius: 0;
  border: solid 1px #cecece;
  height: 40px;
  transition: all 200ms ease;
}
.daterange:hover,
.daterange:focus {
  color: #000;
  background-color: #fff;
}
.daterange::before {
  position: absolute;
  top: 0;
  left: 4px;
  content: ' ';
  width: 38px;
  height: 38px;
  background-image: url('../img/ico-calendar.svg');
  background-repeat: no-repeat;
  background-size: 38px;
}
.daterange::after {
  position: absolute;
  width: 30px;
  height: 38px;
  top: 0;
  right: 0;
  content: ' ';
  background-color: #fff;
  background-image: url('../img/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: 9px 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
a.daterange {
  text-decoration: none;
}
.daterange-modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 590px;
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  border: solid 1px #ececec;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 1;
}
.daterange:focus + .daterange-modal {
  visibility: visible;
  opacity: 1;
}
.daterange-modal.up {
  top: 71%;
}
.form-check-input:checked {
  background-color: #fbc52d;
}

.toolicon-wrapper {
  position: relative;
}
.toolicon {
  display: block;
  position: relative;
  width: 45px;
  height: 40px;
  border-radius: 0;
  border: solid 1px #cecece;
  cursor: pointer;
  margin-right: 5px;
  background-position: center;
}
.toolicon.for-btn{
  text-align: center;
  padding-top: 7px;
  line-height: 20px;
}
.toolicon.for-btn img {
  max-width: 20px;
  vertical-align: middle;
}
.toolicon::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  content: ' ';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 25px;
}
.toolicon.sort {
  background-image: url('../img/ico-sort.png');
  background-size: 40px;
}
.toolicon.filter {
  background-image: url('../img/ico-filter.svg');
  background-size: 25px;
  background-repeat: no-repeat;
}
.toolicon.sort-chart {
  background-image: url('../img/ico-sort.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  margin-right: 0;
  width: 52px;
}
.toolicon.sosmed::before {
  background-image: url('../img/ico-sosmed.svg');
}
.toolicon.interest::before {
  background-image: url('../img/ico-interest.svg');
}
.toolicon.city::before {
  background-image: url('../img/ico-location.svg');
}
.toolicon.export::before {
  background-image: url('../img/ico-export.svg');
}
.toolicon.atc::before {
  background-image: url('../img/ico-campaign.svg');
}
.toolicon.ste::before {
  background-image: url('../img/ico-email.svg');
}
.toolicon.stn::before {
  background-image: url('../img/ico-notif.svg');
}
.toolicon.date::before {
  background-image: url('../img/ico-calendar.svg');
}
.toolicon.del::before {
  background-image: url('../img/ico-delete.svg');
  background-size: 20px;
  background-position: top 7px;
}
.toolicon.city::after,
.toolicon.export::after,
.toolicon.atc::after,
.toolicon.ste::after,
.toolicon.stn::after,
.toolicon.date::after,
.toolicon.del::after {
  display: none;
}

.check-btn{
  position: relative;
}
.check-btn label {
  display: inline-block;
}
.check-btn input {
  display: none;
}
.mr5{
  margin-right: 5px;
}
.clicker {
  background: green;
  padding: 5px 10px;
}
.hiddendiv {
  background: #000;
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
  top: 100%;
}
.check-btn input:checked ~ .tool-inner {
  visibility: visible;
  opacity: 1;
}
.toolicon-wrapper.status {
  margin-right: 5px;
  width: 100%;
}
.toolicon.status {
  display: block;
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 40px;
  border-radius: 0;
  border: solid 1px #cecece;
  cursor: pointer;
  padding: 8px 16px;
  text-decoration: none;
}
.toolicon-wrapper.status.sm{
  max-width: 120px;
}
.toolicon-wrapper.status.ste{
  max-width: 150px;
}
.toolicon-wrapper.status.city,
.toolicon-wrapper.status.export{
  max-width: 100px;
}
.toolicon-wrapper.status.atc,
.toolicon-wrapper.status.stn,
.toolicon-wrapper.status.del{
  max-width: 180px;
}
.toolicon-wrapper.status.date{
  max-width: 200px;
}
.toolicon.kurir {
  border: solid 1px #61805b;
}
.toolicon.sosmed,
.toolicon.interest,
.toolicon.city,
.toolicon.export,
.toolicon.atc,
.toolicon.ste,
.toolicon.stn,
.toolicon.date,
.toolicon.del {
  padding: 8px 16px 8px 40px;
}
.toolicon.status::after {
  position: absolute;
  width: 30px;
  height: 38px;
  top: 0;
  right: 0;
  content: ' ';
  background-color: #fff;
  background-image: url('../img/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: 9px 16px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.toolicon.status span {
  color: #000;
  font-weight: 600;
}
.tool-inner {
  visibility: hidden;
  opacity: 0;
  height: 0;
  position: absolute;
  left: calc(50% - 175px);
  top: 23px;
  width: 350px;
  margin-top: 16px;
  transition: all 300ms ease;
  z-index: 4;
}
.tool-inner.sm {
  width: 111px;
}
.tool-inner.sosmed,
.tool-inner.interest {
  width: 150px;
}
.tool-inner.filter {
  width: 600px;
  padding-bottom: 15px;
}
.tool-inner.filter.chart {
  width: 300px;
  padding-bottom: 15px;
}
.tool-inner.right {
  left: auto;
  right: 0;
}
.tool-inner.left {
  left: 0;
  right: auto;
}
.toolicon:focus + .tool-inner {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.tool-wrapper {
  background-color: #fff;
  padding: 12px 10px 0 12px;
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
  border: 1px solid #cecece;
}
.tool-wrapper.for-sm {
  padding: 12px 10px;
  border-radius: 0;
  box-shadow: none;
}
.tool-scroll {
  height: 180px;
  overflow: auto;
}
.tool-heading {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  font-weight: 700;
  margin-bottom: 16px;
}
ul.tool-select {
  margin: 0;
  padding: 0;
}
ul.tool-select .tool-select-item {
  list-style: none;
  padding: 10px 10px;
  margin-bottom: 4px;
  transition: all 300ms ease;
  border-radius: 0px;
  border: 1px solid transparent;
}
ul.tool-select .tool-select-item a{
  color: #000;
  font-weight: 600;
}
ul.tool-select .tool-select-item a.add{
  color: #989898;
}
ul.tool-select .tool-select-item a:hover{
  color: #953232;
  text-decoration: none;
}
ul.tool-select .tool-select-item.active {
  border-color: #dedede;
}
ul.tool-select .tool-select-item:hover {
  background-color: #f1f1f0;
}
ul.tool-select .tool-select-item img {
  height: 30px;
  margin-right: 16px;
  border-radius: 0px;
}
.tool-daterange {
  position: relative;
  margin-right: 5px;
}
.tool-daterange-dark {
  width: 210px;
  margin: 0 auto 24px;
}
.tool-daterange-dark .tool-daterange {
  margin-left: 0;
}
.tool-daterange-dark .daterange {
  color: #f9faf8;
  border-color: #486a41;
  background-color: #61805b;
  padding: 9px 14px 9px 46px;
}
.tool-daterange-dark .daterange::before {
  background-image: url('../img/ico-calendar-light.svg');
}
.tool-daterange-dark .daterange-modal {
  margin-top: 14px;
}

.btn {
  font-size: 14.5px;
  line-height: 1.8em;
  padding-left: 24px;
  padding-right: 24px;
}
.btn img{
  max-width: 16px;
}
.btn.sm {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}
.btn.sm:hover {
  color: #fff;
}
.btn-rounded {
  border-radius: 25px;
  padding-left: 64px;
  padding-right: 64px;
}
.btn-primary {
  color: #fff;
  background-color: #953232;
  border-color: #953232;
  border-radius: 0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #7d2121;
  border-color: #7d2121;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #7d2121;
  border-color: #7d2121;
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #953232;
  border-color: #953232;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #953232;
  border-color: #953232;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 114, 82, 0.2);
}
.btn-secondary {
  color: #000;
  font-weight: 600;
  border-radius: 0;
  border: solid 1px #953232;
  background-color: #fff7f7;
}
.btn-secondary:hover {
  color: #000;
  border: solid 1px #953232;
  background-color: #fff7f7;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #000;
  border: solid 1px #953232;
  background-color: #fff7f7;
  box-shadow: none;
}
.btn-accept {
  color: #fff;
  border-radius: 0;
  border: solid 1px #56932f;
  background-color: #56932f;
}
.btn-accept:hover, .btn-secondary:focus {
  color: #fff;
  border: solid 1px #3e721d;
  background-color: #3e721d;
}
.btn-border {
  color: #000;
  background-color: #fff;
  border-color: #953232;
  border-radius: 0;
  font-weight: 600;
}
.btn-border:hover {
  color: #fff;
  background-color: #892b2b;
  border-color: #892b2b;
}
.btn-border:focus {
  color: #fff;
  background-color: #892b2b;
  border-color: #892b2b;
  box-shadow: none;
}
.btn-edit{
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #ffeded;
  border: 1px solid #892b2b;
}
.btn-edit:hover{
  background: #892b2b;
  border: 1px solid #892b2b;
}
.btn-edit:hover img{
  filter: brightness(0%) invert(1);
}
.btn-edit:focus{
  box-shadow: none;
}
.btn-red {
  color: #982c2c;
  background-color: #ffeded;
  border-color: #982c2c;
}
.btn-red:hover {
  color: #fff;
  background-color: #982c2c;
  border-color: #982c2c;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #982c2c;
  border-color: #982c2c;
  box-shadow: 0 0 0 0.2rem rgba(152, 44, 44, 0.2);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #982c2c;
  border-color: #982c2c;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #982c2c;
  border-color: #982c2c;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 44, 44, 0.2);
}
.btn-banner{
  background-color: #ebebeb;
  padding: 5px 10px;
  border-radius: 0;
}
.btn-banner:hover{
  background-color: #d8d8d8;
}
.banner-button{
  position: absolute;
  top: 5px;
  right: 5px;
}
.btn-search {
  line-height: 0;
  padding: 10px 10px !important;
  transition: all 300ms ease;
}
.btn-search:hover {
  opacity: 0.5;
}
.btn-search:focus,
.btn-banner:hover,
.btn-banner:focus {
  box-shadow: none;
}
.btn-search img {
  width: 24px;
}
.btn-reset-filter{
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  position: relative;
  padding-left: 20px;
  color: #989898;
}
.btn-reset-filter::before{
  background-image: url('../img/ico-reset.svg');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: ' ';
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 15px;
}
.filter-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.font-medium{
  font-weight: 600;
  font-family: "Futura Medium";
}
.font-plus{
  font-family: "Futura Medium";
  font-weight: bold;
  margin-right: 5px;
  font-size: 19px;
}

.potential-item .custom-control.custom-checkbox {
  margin-top: 0;
  width: 100%;
  display: inline;
}
.potential-item .custom-control-label::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.potential-item .custom-control-label::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.potential-item .custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.potential-item .custom-control-input {
  position: absolute;
  left: auto;
  right: -22px;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.potential-item custom-checkbox .custom-control-label::before{
  border-radius: 50%;
}
.potential-item .custom-checkbox .custom-control-label::before {
  position: absolute;
  top: 2px;
  left: auto;
  right: -22px;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "-";
  text-align: center;
  line-height: 5.6px;
  font-size: 32px;
  color: #adb5bd;
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.potential-item .custom-checkbox .custom-control-label::after {
  position: absolute;
  top: 2px;
  left: auto;
  right: -22px;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.potential-item .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
  background-image: none;
  content: 'X';
  font-weight: 600;
  color: #953232;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  background: #ffeded;
  border: 1px solid #953232;
}
.potential-item .custom-control-label {
  padding: 0;
  margin: 0;
  font-weight: 400;
  width: 100%;
}

.custom-control.custom-checkbox {
  margin-top: -4px;
}
.custom-control-label {
  padding: 1px 1px;
  margin: 2px 0;
}
.custom-control-label::before {
  width: 16px;
  height: 16px;
}
.custom-control-label::after {
  width: 16px;
  height: 16px;
}
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #953232;
  background-color: #953232;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #953232;
}
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}

.text-red {
  color: #982c2c;
}
hr {
  display: block;
  border-top: 1px solid #efefef;
  margin: 24px 0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 300ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  padding: 20px;
  background: #e9e9e9;
  position: relative;
}
.popup .close {
  position: absolute;
  top: 15px;
  right: 20px;
  text-decoration: none;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  padding-top: 25px;
  padding-bottom: 3px;
}
.popup .content .content-top {
  padding: 0 20px 10px 20px;
}
.popup .content .content-bottom {
  padding: 20px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  display: block;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
}
#popup-draft .popup {
  width: 850px;
  padding: 0;
}
.insta-draft{
  max-width: 14px;
}
.deco-cb{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.popup-detail{
  display: flex;
}
.popup-detail .for-konten{
  width: 22.3%;
}
.popup-detail .for-caption{
  width: 45%;
  margin: 0 15px;
}
.bx-caption{
  border: solid 1px #cecece;
  padding: 15px;
  font-size: 0.78vw;
}
.popup-detail .for-action{
  width: 28%;
}
.ft-med{
  font-family: "Futura Medium";
}

/* Tooltip */
.tool-tip-box {
  position: absolute;
  right: 0;
  top:0;
  bottom: 10px;
  z-index: 5;
}
.tool-tip {
  position: relative;
}
.tool-tip-icon {
  display: inline-block;
}
.tool-tip-icon img{
  display: inline-block;
  max-width: 20px;
}
.btn.tool-tip-icon {
  padding: 0;
}
.btn.tool-tip-icon:focus {
  box-shadow: none;
}
.tool-tip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -50%;
  bottom: 35px;
  font-size: 14px;
  color: #000;
  padding: 3px 5px;
  border-radius: 5px;
  box-shadow: none;
  background-color: #f5f5f5;
  margin-top: 10px;
  width: 150px;
  font-weight: 600;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
}
.tool-tip-content.big{
  width: 250px;
  left: 100%;
  bottom: 25px;
  left: auto;
  text-align: left;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid rgb(189, 189, 189);
  font-weight: 500;
  right: -100%;
  transform: translateX(0);
}
.tool-tip-content.big.bottom{
  width: 250px;
  left: 100%;
  bottom: auto;
  font-weight: 500;
  right: 100%;
  transform: translateX(-100%);
}
.tool-tip-content span{
  position: relative;
}
.tool-tip-content span::before{
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0px;
  width: 10px;
  height: 10px;
  margin-bottom: -7px;
  z-index: -1;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  background: #f5f5f5;
  transform: rotate(45deg);
  transition: all .4s ease-in-out;
}
.tool-tip-icon:hover + .tool-tip-content,
.tool-tip-icon:focus + .tool-tip-content,
.btn-help:hover + .tool-tip-content,
.btn-help:focus + .tool-tip-content {
  visibility: visible;
  opacity: 1;
}
.tool-tip-content.right {
  right: 50%;
  transform: none;
}
.tool-tip.floating {
  position: absolute;
  top: -1px;
  right: -25px;
}
.tool-tip.cd {
  position: absolute;
  top: -1px;
  right: -25px
}


/* Tabulasi */
.tab-gg{
  display: flex;
}
.tab-analytic,
.tab-campaign{
  display: block;
}
.tab-bar {
  width: 50%;
  padding-right: 10%;
}
.tab-icon{
  display: flex;
  justify-content: center;
}
.tab-icon.dp{
  margin: 2.5vw 0;
}
.tab-bar::-webkit-scrollbar,
.tab-icon::-webkit-scrollbar {
  display: none;
}
.tab-bar .tab-bar-item {
  display: block;
  padding: 20px;
  color: #000;
  margin-bottom: 0;
  border: solid 2px transparent;
  transition: all 300ms ease;
}
.tab-icon .tab-icon-item {
  display: flex;
  color: #000;
  margin-bottom: 0;
  border-bottom: 2px solid transparent;
  transition: all 300ms ease;
  position: relative;
  cursor: pointer;
}
.tab-bar .tab-bar-item:hover {
  border: solid 2px #953232;
  background-color: #fffafa;
  cursor: pointer;
}
.tab-bar .tab-bar-item:hover,
.tab-bar .tab-bar-item:focus {
  text-decoration: none;
}
.tab-bar .tab-bar-item.active {
  border: solid 2px #953232;
  background-color: #fffafa;
}
.tab-campaign .tab-campaign-item {
  font-weight: 600;
  color: #989898;
  margin-bottom: 0;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  transition: all 300ms ease;
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  margin-right: -5px;
  padding: 15px 40px;
}
.tab-campaign-item{
  margin: 0;
}
.tab-gg #tab1:checked ~ .tab-bar .tab-bar-item.tab1,
.tab-gg #tab2:checked ~ .tab-bar .tab-bar-item.tab2,
.tab-gg #tab3:checked ~ .tab-bar .tab-bar-item.tab3   {
  border: solid 2px #953232;
  background-color: #fffafa;
}
.tab-analytic #tab1:checked ~ .tab-icon .tab-icon-item.tab1 .box-item-tab,
.tab-analytic #tab2:checked ~ .tab-icon .tab-icon-item.tab2 .box-item-tab,
.tab-analytic #tab3:checked ~ .tab-icon .tab-icon-item.tab3 .box-item-tab,
.tab-analytic #tab-s-1:checked ~ .tab-icon .tab-icon-item.tab-s-1 .box-item-tab,
.tab-analytic #tab-s-2:checked ~ .tab-icon .tab-icon-item.tab-s-2 .box-item-tab,
.tab-analytic #tab-s-3:checked ~ .tab-icon .tab-icon-item.tab-s-3 .box-item-tab   {
  border-bottom: solid 2px #953232;
  background-color: #fff;
  color: #000;
}
.tab-analytic #tab-r-1:checked ~ .tab-icon .tab-icon-item.tab-r-1 .box-item-tab,
.tab-analytic #tab-r-2:checked ~ .tab-icon .tab-icon-item.tab-r-2 .box-item-tab,
.tab-analytic #tab-r-3:checked ~ .tab-icon .tab-icon-item.tab-r-3 .box-item-tab  {
  background-color: #fff;
  color: #000;
}
.tab-analytic #tab1:checked ~ .tab-icon .tab-icon-item.tab1 img,
.tab-analytic #tab2:checked ~ .tab-icon .tab-icon-item.tab2 img,
.tab-analytic #tab3:checked ~ .tab-icon .tab-icon-item.tab3 img,
.tab-analytic #tab-s-1:checked ~ .tab-icon .tab-icon-item.tab-s-1 img,
.tab-analytic #tab-s-2:checked ~ .tab-icon .tab-icon-item.tab-s-2 img,
.tab-analytic #tab-s-3:checked ~ .tab-icon .tab-icon-item.tab-s-3 img,
.tab-analytic #tab-r-1:checked ~ .tab-icon .tab-icon-item.tab-r-1 img,
.tab-analytic #tab-r-2:checked ~ .tab-icon .tab-icon-item.tab-r-2 img,
.tab-analytic #tab-r-3:checked ~ .tab-icon .tab-icon-item.tab-r-3 img   {
  filter: brightness(0%);
}
.tab-campaign #tab1:checked ~ .tab-campaign .tab-campaign-item.tab1,
.tab-campaign #tab2:checked ~ .tab-campaign .tab-campaign-item.tab2,
.tab-campaign #tab3:checked ~ .tab-campaign .tab-campaign-item.tab3,
.tab-campaign #tab4:checked ~ .tab-campaign .tab-campaign-item.tab4,
.tab-campaign #tab5:checked ~ .tab-campaign .tab-campaign-item.tab5 {
  border-bottom: solid 1px #fff;
  background-color: #fff;
  color: #953232;
}
.tab-campaign #tab2:checked ~ .tab-campaign .tab-campaign-item.tab2,
.tab-campaign #tab3:checked ~ .tab-campaign .tab-campaign-item.tab3,
.tab-campaign #tab4:checked ~ .tab-campaign .tab-campaign-item.tab4,
.tab-campaign #tab5:checked ~ .tab-campaign .tab-campaign-item.tab5 {
  border-left: 1px solid #dedede;
}
.tab-gg > input,
.tab-gg .tab-container > .tabs,
.tab-analytic > input,
.tab-analytic .tab-container > .tabs,
.tab-campaign > input,
.tab-campaign .tab-container > .tabs {
  display: none;
}
#tab1:checked ~ .tab-container .tab1,
#tab2:checked ~ .tab-container .tab2,
#tab3:checked ~ .tab-container .tab3,
#tab4:checked ~ .tab-container .tab4,
#tab5:checked ~ .tab-container .tab5,
#tab-s-1:checked ~ .tab-container .tab-s-1,
#tab-s-2:checked ~ .tab-container .tab-s-2,
#tab-s-3:checked ~ .tab-container .tab-s-3,
#tab-r-1:checked ~ .tab-container .tab-r-1,
#tab-r-2:checked ~ .tab-container .tab-r-2,
#tab-r-3:checked ~ .tab-container .tab-r-3  {
  display: block;
  position: relative;
}
.tab-gg{
  width: 100%;
  margin: 0 auto;
}
.tab-gg .tab-container {
  width: 50%;
}
.tab-gg .tab-container .tabs {
  position: relative;
}
.box-item-tab{
  display: flex;
  align-items: center;
  font-size: 22px;
  padding: 5px 0;
  font-weight: 600;
  color: #989898;
  position: relative;
}
.tab-icon-item::before{
  content: '';
  border-right: 1px solid #ececec;
  margin-right: 20px;
}
.tab-icon-item:first-child:before{
  display: none;
}
.box-item-tab.active{
  color: #000;
}
.box-item-tab .fi-tab{
  max-width: 23px;
  vertical-align: text-top;
  margin-right: 10px;
}
.box-item-tab .fi-tab img{
  vertical-align: text-top;
  filter: invert(60%) sepia(20%) saturate(0%) hue-rotate(224deg) brightness(96%) contrast(97%);
}
.tab-campaign .tab-container{
  border-top: 1px solid #dedede;
  margin-top: -1px;
  padding-top: 40px;
}
.tab-container.post{
  border-top: 1px solid transparent;
  margin-top: 0;
  padding-top: 40px;
}


/* My Style */
.head-data-info{
  background: #ffeaea;
  display: flex;
  align-items: center;
  color: #953232;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 0.8vw;
  text-align: center;
}
.head-data-info img{
  vertical-align: text-top;
}
.tablerow-1{
  width: 3%;
  padding: 5px 0 5px 0.5vw;
  border-right: 1px solid #fff;
}
.tablerow-2{
  width: 15%;
  padding: 5px;
  text-align: center;
  border-right: 1px solid #fff;
  position: relative;
}
.tablerow-3{
  width: 10%;
  padding: 5px 10px;
}
.tablerow-4{
  width: 8%;
  padding: 5px;
  position: relative;
}
.tablerow-5{
  width: 6%;
  padding: 5px;
  text-align: center;
}
.tablerow-6{
  width: 5%;
  padding: 5px;
  border-right: 1px solid #fff;
}
.tablerow-7{
  width: 10%;
  padding: 5px;
}
.tablerow-8{
  width: 6%;
  padding: 5px;
}
.tablerow-9{
  width: 5%;
  padding: 5px;
  position: relative;
  text-align: center;
}
.tablerow-10{
  width: 6%;
  padding: 5px;
  border-right: 1px solid #fff;
  text-align: center;
}
.tablerow-11{
  width: 9%;
  padding: 5px;
  text-align: center;
  border-right: 1px solid #fff;
  position: relative;
}
.tablerow-12{
  width: 9%;
  padding: 5px;
  text-align: center;
  border-right: 1px solid #fff;
  position: relative;
}
.tablerow-13{
  width: 8%;
  padding: 5px;
  text-align: center;
  position: relative;
}
.tablerow-2 .btn-filter,
.tablerow-4 .btn-filter,
.tablerow-9 .btn-filter,
.table-crh-3 .btn-filter{
  outline: 0;
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  padding: 0 5px;
  display: inline-block;
}
.btn-filter img{
  vertical-align: middle;
}
.sosmed-icon{
  max-width: 20px;
  margin-right: 6px;
}
.data-items{
  display: flex;
  align-items: center;
  background: #fff;
  border: solid 1px #efefef;
  padding: 30px 5px;
  margin-bottom: 15px;
}
.data-items.sm{
  padding: 15px 5px;
  text-align: center;
}
.data-items.fc{
  margin-top: 30px;
}
.di-01{
  padding-left: 0.5vw;
  margin-right: 10px;
  width: 3%;
}
.di-02{
  width: 15%;
  position: relative;
  transition: all 200ms ease-in-out;
}
.di-03{
  width: 10%;
  text-align: center;
}
.di-04{
  width: 8%;
  text-align: center;
}
.di-05{
  width: 6%;
  text-align: center;
}
.di-06{
  width: 5%;
  text-align: center;
}
.di-07{
  width: 10%;
  text-align: center;
}
.di-08{
  width: 6%;
  text-align: center;
}
.di-09{
  width: 5%;
  text-align: center;
}
.di-10{
  width: 6%;
  text-align: center;
}
.di-11{
  width: 9%;
  text-align: center;
}
.di-12{
  width: 9%;
  text-align: center;
}
.di-13{
  width: 8%;
  text-align: center;
}
.di-02 a,
.crh-02 a,
.ticd-02 a{
  color: #000; 
}
.di-02 a:hover,
.di-02 a:hover h5,
.di-02 a:hover p,
.crh-02 a:hover,
.crh-02 a:hover h5,
.crh-02 a:hover p,
.ticd-02 a:hover,
.ticd-02 a:hover h5,
.ticd-02 a:hover p{
  color: #953232; 
  text-decoration: none;
}
.di-02 h5,
.crh-02 h5,
.ticd-02 h5{
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
}
.di-02 p,
.crh-02 p,
.ticd-02 p{
  margin-bottom: 0;
  text-align: left;
}
.img-user{
  border-radius: 50%;
  max-width: 63px;
  margin-right: 10px;
}
.box-user{
  display: flex;
  align-items: center;
}
.user-part,
.user-part h5{
  position: relative;
  display: inline-block;
}
.di-02 a:hover{
  color: #000;
  transition: all 200ms ease-in-out;
}
.icon-sm{
  display: inline-block;
  margin: 0 2px;
}
.user-ico-sm{
  width: 25px;
}
.table-crh-1{
  width: 5%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.table-crh-2{
  width: 25%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.table-crh-3{
  width: 10%;
  position: relative;
  padding: 5px;
  border-right: solid 1px #fff;
}
.table-crh-4{
  width: 30%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.table-crh-5,
.table-crh-7,
.table-crh-8{
  width: 15%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.table-crh-6{
  width: 15%;
  padding: 5px;
}
.crh-01{
  width: 5%;
  padding-left: 15px;
}
.crh-02{
  width: 25%;
}
.crh-03{
  width: 10%;
  text-align: center;
}
.crh-04{
  width: 30%;
}
.crh-05{
  width: 15%;
  text-align: center;
}
.crh-06{
  width: 15%;
  text-align: center;
}
.crh-07,
.crh-08{
  width: 15%;
  text-align: center;
}
.crh-02 .box-user .img-part{
  margin-right: 2vw;
}
.crh-02 .box-user .img-part .img-user{
  border-radius: 50%;
  max-width: 6vw;
}
.sosmed-potential{
  display: flex;
  justify-content: center;
}
.sp-item{
  text-align: center;
  max-width: 1.2vw;
  margin:0 0.7vw;
}
.sp-item.no-active{  
  filter: invert(65%) sepia(0%) saturate(0%) hue-rotate(12deg) brightness(93%) contrast(93%);
}
.sp-item .ico-social{
  margin-bottom: 10px;
}
.thcd-1{
  width: 3%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.thcd-2{
  width: 18%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.thcd-3{
  width: 8%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.thcd-4{
  width: 12%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.thcd-5{
  width: 15%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.thcd-6{
  width: 9%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.thcd-7{
  width: 10%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.thcd-8{
  width: 13%;
  padding: 5px;
  border-right: solid 1px #fff;
}
.thcd-9{
  width: 12%;
  padding: 5px;
}
.ticd-01{
  width: 3%;
}
.ticd-02{
  width: 18%;
  position: relative;
  transition: all 200ms ease-in-out;
}
.ticd-03{
  width: 8%;
}
.ticd-04{
  width: 12%;
}
.ticd-05{
  width: 15%;
}
.ticd-06{
  width: 9%;
}
.ticd-07{
  width: 10%;
}
.ticd-08{
  width: 13%;
}
.ticd-09{
  width: 12%;
}
.rdp-1,
.rdp-2,
.rdp-3,
.rdp-5,
.rdp-6,
.rdp-7,
.rdp-8{
 min-height: 70px;
 padding: 0 10px;
}
.rdp-1{
  width: 20%;
}
.rdp-4{
  width: 6%;
}
.rdp-2,
.rdp-3,
.rdp-5,
.rdp-6,
.rdp-7{
  width: 12%;
}
.rdp-8{
  width: 10%;
}

.box-red{
  display: block;
  padding: 5px 10px;
  color: #fff;
  background-color: #953232;
  max-width: 150px;
  font-family: "Futura Medium";
}
.box-grey{
  display: block;
  padding: 5px 10px;
  color: #000;
  font-family: "Futura Medium";
  max-width: 150px;
  background-color: #e2e2e2;
}

.btn-transparent{
  display: flex;
  align-items: center;
  padding: 0 0.8vw;
  text-align: center;
  font-size: 0.8vw;
}
.btn-transparent:focus{
  box-shadow: none;
}
.btn-transparent img{
  max-width: 1vw;
  margin-right: 10px;
}
.btn-transparent.approve{
  color: #56932f;
  font-weight: bold;
}
.btn-transparent.decline{
  color: #953232;
  font-weight: bold;
}
.reject{
  display: inline-block;
  padding: 7.5px 15px;
  background-color: #efefef;
  font-weight: 600;
}
.img-circle{
  border-radius: 50%;
}
.for-img img{
  max-width: 125px;
  margin-right: 30px;
}
.br-1{
  border-right: 1px solid #ebebeb;
}
.ud-text h3,
.ud-text h4{
  font-weight: 600;
}
.logo-pi{
  max-width: 20px;
}
.ud-text p{
  margin-bottom: 10px;
}
.ud-text .pi{
  color: #953232;
  font-weight: 500;
}

.ud-text h4,.ud-text.hide p{
  margin-bottom: 0;
}
.ud-text .pi img{
  max-width: 15px;
}
.ud-info h6{
  font-family: "Futura Medium";
}
.for-img.hide img{
  max-width: 90px;
}
.ico-btn{
  max-width: 15px;
  filter: brightness(0) invert(1);
}
.ico-white{
  filter: brightness(0) invert(1);
}
.btn img{
  vertical-align: text-top;
}
.smd-title{
  display: flex;
  align-items: baseline;
}
.smd-title .for-icon{
  max-width: 50px;
  margin-right: 10px;
}
.smd-title p{
  font-family: "Futura Medium";
}
.smd-img img{
 max-width: 100px;
 margin-right: 30px;
}
.sm-detail{
  margin-top: 50px;
}
.sm-detail-items{
  margin-bottom: 60px;
}
.box-sm-info{
  padding-left: 10%;
}
.ud-bx-info{
  border: solid 1px #000000;
  background-color: #fff;
  background: url(../img/sm-deco.png);
  background-position: right bottom;
  background-size: 100px;
  background-repeat: no-repeat;
  position: relative;
  padding: 10px 15px;
  min-height: 115px;
  font-family: "Futura Medium";
}
.ud-bx-info h6{
  margin-bottom: 0px;
}
.main-di{
  color: #953232;
  font-size: 20px;
  margin-bottom: 0px;
}
.ud-bx-info p{
  color: #953232;
  font-size: 12px;
}
.for-ico-bottom{
  position: absolute;
  right: 3px;
  bottom: 3px;
}
.for-ico-bottom.left{
  left: 6px;
  bottom: 8px;
  right: auto;
}
.for-ico-bottom.left img{
  max-width: 25px;
}
.for-ico-bottom img{
  max-width: 40px;
}
.gg-link{
  font-weight: 600;
  color: #953232;
  display: inline-block;
}
.gg-link.dark{
  color: #000;
  display: block;
}
.gg-link.block{
  text-align: center;
  display: block !important;
}
.gg-link:hover,
.gg-link.dark:hover{
  color: #8c2c2c !important;
  text-decoration: none;
}
.gg-icon-arrow{
  max-height: 10px;
  vertical-align: baseline;
}
.ud-bx-gg{
  border: solid 1px #cecece;
  background-color: #fff;
  background: url(../img/sm-deco-left.png);
  background-position: left bottom -10px;
  background-size: 100px;
  background-repeat: no-repeat;
  position: relative;
  padding: 10px 10px;
  min-height: 100px;
}
.social-item{
  display: flex;
}
.si-text{
  width: 100%;
}
.si-ico{
  max-width: 20px;
  margin-right: 12px;
}
.si-text h6{
  font-weight: 600;
  margin-bottom: 0;
}
.ft-acc{
  font-size: 12px;
}
.ft-count{
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #953232;
}
.ft-count span{
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin-left: 5px;
}
.for-gg{
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.red{
  filter: invert(18%) sepia(76%) saturate(3132%) hue-rotate(347deg) brightness(74%) contrast(74%);
}
.black{
  filter: brightness(0%);
}
.white{
  filter: brightness(0%) invert(1);
}
.social-info-data{
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  font-weight: 600;
}
.social-info-data a{
  color: #000;
  transition: all 200ms ease-in-out;
}
.social-info-data a:hover{
  color: #953232;
  text-decoration: none;
}
.social-info-data img{
  max-height: 30px;
  margin-bottom: 10px;
}

.mission-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 737px;
  margin-bottom: 30px;
}
.misson-head img{
  max-width: 40px;
  margin-right: 20px;
}
.total-mission{
  color: #707070;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
}
.img-round{
  border-radius: 10px;
}
.box-point{
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.box-point img{
  max-height: 17px;
}
.box-point p{
  margin-bottom: 0;
}
.social a{
  display: inline-block;
  margin: 0 3px;
}
.text-point::after{
  display: inline-block;
  content: '';
  width: 5px;
  background-color: #000;
  border-radius: 50%;
  height: 5px;
  margin: 0 10px;
}
.banner-info p{
  margin-bottom: 0;
  font-size: 12px;
}
.for-tc{
  display: block;
  position: relative;
  padding-left: 60px;
}
.big-banner{
  width: 100%;
  display: block;
  padding: 50px 50px;
  margin-top: -60px;
  min-height: 220px;
}
.big-banner a{
  display: inline-block;
}
.big-banner a:hover{
  text-decoration: none;
}
.font-white{
  color: #fff;
}
a.box-status{
  background-color: #262626;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  font-weight: "Futura Medium";
}
a.box-status:hover{
  background-color: #1d1c1c;
  color: #fff;
}
.box-desc-banner{
  border: solid 1px #dedede;
  background: #fff;
  display: block;
  padding: 40px;
}
.bdb-inner{
  height: 650px;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #e2e2e2;
}
.bdb-inner::-webkit-scrollbar {
  width: 10px; 
}
.bdb-inner::-webkit-scrollbar-track {
  background: transparent;  
}
.bdb-inner::-webkit-scrollbar-thumb {
  background-color: #e2e2e2; 
  border-radius: 20px; 
  border: 3px solid #e2e2e2;
}
.ico-task{
  max-width: 25px;
  margin-right: 20px;
}
.link-banner{
  position: relative;
  display: block;
}
.box-white{
  border: solid 1px #cecece;
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.box-white.for-media{
  min-height: 90.4vh;
}
.box-white.bg-fc{
  background: url(../img/bg-fc.png);
  background-position: right bottom;
  background-size: 20vw;
  background-repeat: no-repeat;
}
.box-white.for-chart{
  min-height: 26vw;
}
.tag-box{
  display: block;
  text-align: center;
  background-color: #ffeded;
  font-weight: 600;
  color: #953232;
  padding: 10px;
}
.text-center{
  text-align: center;
}
.bw-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help{
  position: relative;
}
.btn-help{
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
  line-height: 10px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  color: #9f9f9f;
  border: solid 1px #aaaaaa;
  background-color: #f0f0f0;
}
.btn-help.big{
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.btn-help:focus{
  box-shadow: none;
}
.bx-influencer{
  display: flex;
  margin: 15px 0;
}
.bx-influencer .bx-items{
  max-width: 100px;
  width: 100%;
  margin: 0 1vw;
}
.bx-influencer .bx-items .bi-link{
  display: inline-block;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 0.7vw;
}
.bx-influencer .bx-items .bi-link:hover{
  color: #953232;
  text-decoration: none;
}
.bx-influencer .bx-items .bi-link img{
  margin-bottom: 15px;
}
.row-post{
  display: flex;
  flex-wrap: wrap;
}
.post-box{
  width: 25%;
}
.bfi{
  margin-top: 30px;
  height: 75vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.bfi::-webkit-scrollbar {
  display: none;
}
.bfi::-webkit-scrollbar-track {
  background: transparent;  
}
.bfi::-webkit-scrollbar-thumb {
  background-color: #e2e2e2; 
  border-radius: 20px; 
  border: 3px solid #e2e2e2;
}
.row-of-info{
  margin-top: 30px;
}
.engagment-box{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 20vw;
}
.engagment-box.another{
  min-height: 10vw;
}
.engagment-box.ad{
  min-height: 8vw;
}
.engagment-box.ad .e-items{
  margin: 0 4%;
  max-width: 15.5%;
  text-align: center;
  font-size: 0.9vw;
  color: #969696;
}
.e-items{
  margin: 0 5%;
  max-width: 15.5%;
  text-align: center;
  font-size: 0.9vw;
  color: #969696;
}
.e-items h5{
  font-size: 1.2vw;
  font-weight: 600;
  color: #000;
}
.e-items img{
  max-height: 2vw;
}
.box-filter-iba{
  display: flex;
  justify-content: space-between;
}
.box-filter-iba .for-form{
  width: 90vw;
  padding-right: 10px;
}
.box-filter-iba .for-btn{
  width: 10vw;
}
.box-brand{
  margin-top: 0.8vw;
  height: 14vw;
  overflow-x: hidden;
  overflow-y: scroll;
}
.box-brand::-webkit-scrollbar {
  display: none;
}
.brand-items{
  display: flex;
  align-items: center; 
  justify-content: space-between;
  margin-bottom: 1vw;
}
.brand-items a{
  color: #000;
}
.brand-items a:hover{
  color: #953232;
  text-decoration: none;
}
.brand-items .logo{
  max-width: 4vw;
  margin-right: 20px;
}
.img-border{
  border: 1px solid #ececec;
}
.indicator{
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
.indicator.red{
  background-color: #953232;
}
.indicator.green{
  background-color: #84bf9d;
}
.indicator.blue{
  background-color: #7883b3;
}
.indicator.yellow{
  background-color: #e0ce4b;
}
.indicator.grey{
  background-color: #959595;
}
#indicator{
  font-size: 0.65vw;
}
#indicator .col-3{
  padding-right: 5px;
  padding-left: 5px;
}
.total-indicator{
  font-weight: 600;
  color: #959595;
  display: flex;
  justify-content: center;
}
.indicator-info{
  margin: 0 20px;
}
.indicator-info.red{
  color: #953232;
}
.post-count{
  color: #969696;
  font-weight: 600;
  max-width: 20vw;
  text-align: center;
}
.box-pc{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.5vw 0 0.9vw 0;
}
.box-gd{
  margin: 2vw 0;
}
.box-gd-item{
  display: flex;
  align-items: center;
}
.box-gd-item p{
  margin-bottom: 0;
  color: #969696;
}
.row-group{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -1%;
  margin-right: -1%;
}
.row-group .col-group{
  width: 20%;
  padding-left: 1%;
  padding-right: 1%;
}
.box-group{
  border: solid 1px #cecece;
  background: #fff;
  padding: 20px 25px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  z-index: 1;
  min-height: 180px;
}
.top-left{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50px;
  z-index: -1;
}
.bottom-right{
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50px;
  z-index: -1;
}
.rotate{
  transform: rotateZ(180deg);
}
.box-challange{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.box-challange .bc-name{
  color: #14262e;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.box-challange .bc-name::after{
  content: '\25CF';
  margin: 0 5px;
  font-size: 8px;
}
.box-challange .time{
  color: #989898;
  font-size: 12px;
  font-weight: 600;
}
.img-group{
  margin: 0 5px;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.img-group.big{
  margin: 0 5px;
  width: 45px;
  height: 45px;
  overflow: hidden;
}
.img-group img{
  width: 35px;
  height: 35px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.img-group.big img{
  object-fit: cover;
  object-position: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.ig-text{
  font-size: 12px;
  color: #14262e;
  margin-left: 5px;
}
.box-date{
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -5px;
  margin-bottom: 10px;
}
.box-date .fd{
  max-width: 33px;
  margin-right: 5px;
}
.box-date .fd-date{
  font-weight: 600;
}
.mission-status{
  background: url(../img/misson-deco.jpg);
  background-size: cover;
  background-position: bottom center;
  position: relative;
  border: 1px solid #000;
  width: 100%;
  padding: 20px;
  font-weight: 600;
  min-height: 125px;
}
.ms-icon{
  position: absolute;
  right: 10px;
  bottom: 10px;
  max-width: 20px;
}
.c-row{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: -1%;
  margin-right: -1%;
}
.c-items{
  max-width: 25%;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 30px;
}
.c-items a{
  color: #000;
  transition: all 200ms ease-in-out;
}
.c-items a:hover{
  color: #953232;
  text-decoration: none;
}
.box-c-desc{
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.dark-blue{
  color: #14262e;
}
.grey{
  color: #989898;
}
.font-small{
  font-size: 12px;
}
.potential-item{
  display: block;
  border: 1px solid #953232;
  border-radius: 40px;
  padding: 5px 30px 5px 15px;
  color: #953232;
  font-size: 14px;
  background-color: #ffeded;
  margin-bottom: 15px;
}
.potential-item.not-choosed{
  border: 1px solid #adb5bd;
  color: #adb5bd;
  background-color: #f3f3f3;
}
.item-row{
  position: relative;
  display: flex;
  margin-left: -1%;
  margin-right: -1%;
}
.col-ir{
  max-width: 33%;
  width: 100%;
  padding-left: 1%;
  padding-right: 1%;
}
.ico-home{
  max-width: 20px;
  margin-right: 10px;
}
.separator{
  width: 30px;
  height: 2px;
  background-color: #953232;
  margin: 25px 10px 0 10px;
}
.box-mention{
  border: solid 1px #cecece;
  background-color: #ffffff;
  padding: 3.5px 6px;
  height: 40px;
  font-size: 12px;
  max-width: 300px;
}
.item-mention{
  display: inline-block;
  padding: 1px 8px;
  background-color: #ebebeb;
  margin-right: 10px;
}
.btn-mention{
  padding: 0;
  margin-left: 10px;
}
.btn-mention img{
  max-width: 8px;
  padding-top: 5px;
  filter: invert(60%) sepia(20%) saturate(0%) hue-rotate(224deg) brightness(96%) contrast(97%);
}
.post-row{
  display: flex;
  flex-wrap: wrap;
}
.col-post{
  width: 20%;
}
.col-post.tiktok,
.col-post.youtube{
  width: 25%;
}
.mh170{
  min-height: 9vw;
}
.rotate-left{
  transform: rotateZ(-180deg);
}
.pagination{
  display: block;
}
.pagination li{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-left: 0;
  text-align: center;
}
.pagination li a{
  display: inline-block;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
}
.pagination li a:hover,
.pagination li a.active{
  color: #fff;
  background-color: #953232;
  text-decoration: none;
}
.pagination li:first-child{
  margin-right: 10px;
}
.pagination li:last-child{
  margin-left: 10px;
}
.pagination li:first-child a:hover,
.pagination li:last-child a:hover{
  background-color: transparent;
  color: #953232;
}
.pagination li a.disabled,
.pagination li a.disabled:hover{
  color: #b1b1b1;
}
.pagination li a.disabled img{
  filter: invert(60%) sepia(20%) saturate(0%) hue-rotate(224deg) brightness(96%) contrast(97%);;
}
.box-img-upload{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.path{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.upload-btn-wrapper {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
} 
.upload-btn-banner{
  position: relative;
  z-index: 1;
}
.upload-btn-wrapper input[type=file],
.upload-btn-banner input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
textarea.form-control{
  min-height: 150px;
  border-radius: 0;
}
.no-radius{
  border-radius: 0;
}
.box-option{
  overflow-y: scroll;
  overflow-x: hidden;
  height: 160px;
  padding: 15px;
  border: 1px solid #ececec;
}
.border-bottom{
  padding-bottom: 10px;
}
.box-task{
  border: solid 1px #cecece;
  background-color: #fcfcfc;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
}
.task-head{
  display: block;
}
.udr-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.udr-head .user-info,
.udr-head .bank-info,
.udr-head .dana-info{
  width: 32%;
}
.box-rekening{
  border: solid 1px #f5f5f5;
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.box-rp{
  position: relative;
  background: url(../img/bg-fc.png);
  background-position: right -30px bottom;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 128px;
  padding: 15px;
  border: 1px solid #f5f5f5;
  min-height: 90px;
}
.box-file-upload{
  border-radius: 10px;
  border: solid 1px #cecece;
  position: relative;
}
.fill{
  min-height: 300px;
  padding: 30px;
}
.upload-center{
  text-align: center;
  padding: 10vw 30px;
}
.bfu-footer{
  background-color: #fcfcfc;
  padding: 15px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.item-banner{
  width: 33%;
  position: relative;
  margin-bottom: 0.4vw;
}
.banner-rounded{
  border-radius: 10px;
}
.create .col-5{
  flex: 0 0 47%;
  max-width: 47%;
}
.lc-img-cover{
  height: 197px;
  overflow: hidden;
}
.lc-img-cover img{
  object-fit: cover;
  width: 100%;
  height: 197px;
  object-position: center;
}
.font-red{
  color: #953232;
}
.mw-150{
  min-width: 150px;
}
#gg.for-img{
  width: 125px;
  height: 125px;
  overflow: hidden;
  margin-right: 15px;
}
#gg.for-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-position: center;
}
.for-img.hide{
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-right: 15px;
}
.for-img.hide img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.for-mail{
  width: 100px;
  overflow: hidden;
}
.box-name-group{
  width: 90%;
  height: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
  overflow: hidden; 
  text-align: center;
}
.for-address{
  width: 90%;
}
.icon-address{
  width: 20px;
}

/* ==========================================================================
   Custom Icon
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?8lq2li');
  src:  url('../fonts/icomoon.eot?8lq2li#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?8lq2li') format('truetype'),
    url('../fonts/icomoon.woff?8lq2li') format('woff'),
    url('../fonts/icomoon.svg?8lq2li#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-campaign:before {
  content: "\e900";
}
.icon-gg:before {
  content: "\e901";
}
.icon-content:before {
  content: "\e902";
}
.icon-mission:before {
  content: "\e903";
}
.icon-setting:before {
  content: "\e904";
}
.icon-scan {
  width: 18px;
  margin: 0 8px 0 12px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .toolbar {
    flex-wrap: wrap;
  }
  .toolbar-left {
    flex: 0 0 40%;
    margin-bottom: 5px;
  }
  .toolbar-right {
    flex: 0 0 100%;
  }
  .toolbar-left.inner {
    width: 100%;
    flex: 0 0 100%;
  }
  .toolbar-right.inner {
    width: 100%;
    flex: 0 0 100%;
  }
  .toolbar-inner-right {
    justify-content: flex-start;
  }
  .c-items{
    max-width: 33.33%;
    padding-left: 1%;
    padding-right: 1%;
  }
  .two .toolbar-right .toolbar-inner-right{
    justify-content: flex-end;
  }
  .custom-control.custom-checkbox {
    margin-top: -10px;
  }
  .crh-01 {
    width: 5%;
    padding-left: 5px;
  }
  .crh-02 .box-user .img-part .img-user {
    border-radius: 50%;
    max-width: 3vw;
  }
  .crh-02 .box-user .img-part {
    margin-right: 0vw;
  }
  .img-part{
    width: 30%;
  }
  .img-user {
    border-radius: 50%;
    max-width: 50px;
    margin-right: 10px;
  }
  .user-part{
    width: 70%;
  }
  .for-mail{
    width: 80px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1600px) {
  .mission-title {
    max-width: 40%;
  }
  .row-group .col-group{
    width: 25%;
  }
}
@media screen and (max-width: 1440px) {
  .mission-title {
    max-width: 40%;
  }
  #gg.for-img img{
    max-width: 80px;
    margin-right: 15px;
  }
  .box-challange {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1366px) {
  .btn,.btn.sm {
    font-size: 1vw;
  }
  .btn.sm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-group .col-group{
    width: 33.33%;
  }
  #gg.for-img{
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
  }
  #gg.for-img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
}

/* ==========================================================================
   Print styles.
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}