/* Global Variables */
/* general */
.deep-pink {
  color: #b8375f;
}
.main-pink {
  color: #ea5b7c;
}
.gray-nine {
  color: #999;
}
.dollar-sign::before {
  content: "$";
}
.form-check {
  margin-top: 10px;
}
a {
  color: #ea5b7c;
}
a:hover,
a:focus,
a:active,
a:active:focus,
a:active:hover,
a.active {
  color: #b8375f;
}
a.link-primary {
  color: #ea5b7c;
}
a.link-primary:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 400;
}
label {
  font-weight: 400;
}
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 4px;
  right: 0;
  bottom: 0;
  left: -3px;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none !important;
  position: relative;
  z-index: 1000;
  margin: 0px 2px 8px;
}
.option-input:hover {
  background: #ea5b7c;
}
.option-input:checked {
  background: #b8375f;
}
.option-input:not(:checked)::before {
  content: "";
}
.option-input:checked::before {
  font-family: "FontAwesome";
  height: 30px;
  width: 30px;
  position: absolute;
  content: "\f00c";
  display: inline-block;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #ea5b7c;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
  outline: none;
}
.option-input.radio::after {
  border-radius: 50%;
}
/* Overwrite Theme CSS  */
.alert {
  text-align: justify;
}
.label-primary,
.badge-primary {
  background-color: #ea5b7c;
}
.btn-primary,
.open .dropdown-toggle.btn-primary {
  background-color: #ea5b7c;
  border-color: #b8375f;
}
.btn-primary:hover,
.open .dropdown-toggle.btn-primary:hover,
.btn-primary:focus,
.open .dropdown-toggle.btn-primary:focus,
.btn-primary:active,
.open .dropdown-toggle.btn-primary:active,
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary:active:hover,
.btn-primary.active,
.open .dropdown-toggle.btn-primary.active {
  background-color: #b8375f;
  border-color: #b8375f;
}
.btn-green {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #fff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green:active:focus,
.btn-green:active:hover,
.btn-green.active {
  color: #ffffb9;
}
.btn-green.dim {
  box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999;
}
.btn-black {
  background-color: #444;
  border-color: #111;
  color: #fff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  color: #fff;
  opacity: 0.8;
}
.btn[disabled],
input[type="file"][disabled],
.btn[disabled]:hover,
input[type="file"][disabled]:hover,
.btn[disabled]:active,
input[type="file"][disabled]:active,
.btn[disabled]:focus,
input[type="file"][disabled]:focus {
  background-color: #999;
  border-color: #999;
}
.nav.nav-tabs li {
  font-size: 18px;
}
.nav.nav-tabs li a {
  border-top: 3px solid transparent;
}
.nav.nav-tabs li.active a,
.nav.nav-tabs li.active a:hover,
.nav.nav-tabs li.active a:focus {
  border-top: 3px solid #ea5b7c;
}
.panel-body.no-padding {
  padding: 0;
}
.tooltip-btn {
  border: none;
  color: #ea5b7c !important;
  background: none;
  padding: 0;
  margin-left: 5px;
}
.tooltip-btn i {
  color: #ea5b7c !important;
  font-size: 16px;
  vertical-align: top;
}
.tooltip-btn i.lg {
  font-size: 22px;
}
.tooltip-btn i.sm {
  font-size: 14px;
}
.tooltip-btn.bill {
  font-size: 16px;
  box-shadow: none;
}
.tooltip-btn.bill i {
  vertical-align: baseline;
  margin-left: 3px;
}
.tooltip-btn.bill + .tooltip .tooltip-inner {
  margin-right: 20px;
  min-width: 200px;
}
.tooltip-inner {
  font-size: 13px;
  line-height: 1.7;
  padding: 10px;
  text-align: justify;
  max-width: 250px;
  min-width: 100px;
  background-color: #2f4050 !important;
  color: #fff !important;
}
.panel.process-panel > .sk-spinner,
.tab-content.process-tab > .sk-spinner {
  display: none;
}
.panel.process-panel.sk-loading,
.tab-content.process-tab.sk-loading {
  position: relative;
}
.panel.process-panel.sk-loading > .sk-spinner,
.tab-content.process-tab.sk-loading > .sk-spinner {
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2000;
}
.panel.process-panel.sk-loading:after,
.tab-content.process-tab.sk-loading:after {
  content: '';
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sk-spinner-double-bounce .sk-double-bounce1,
.sk-spinner-double-bounce .sk-double-bounce2 {
  background-color: #ea5b7c;
}
body {
  background: #ea5b7c;
}
.nav-header {
  background: none !important;
}
.navbar-default .nav > li > a {
  font-weight: normal;
  color: #e3e3e3;
}
.navbar-default .nav > li.active > a {
  color: #fff;
}
.navbar-default .nav > li.active,
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
  background: #b8375f;
  border: none;
}
.navbar-default .nav > li.premium a i:last-child {
  font-size: 18px;
  color: #ffd700;
  vertical-align: middle;
}
.navbar-default ul.nav-second-level {
  background: #b8375f;
}
span.avatar img {
  width: 64px;
  height: 64px;
}
div.avatar img {
  width: 128px;
  height: 128px;
}
.page-heading * {
  color: #999;
}
.page-heading li.active strong {
  color: #444;
}
.wrapper-content {
  display: none;
}
.title-hint {
  color: #bbb;
  font-size: 12px;
}
#welcome {
  font-size: 28px;
  float: left;
  width: 50%;
}
#period {
  float: right;
  width: 50%;
  font-size: 18px;
  text-align: right;
}
@media (max-width: 640px) {
  #welcome {
	font-size: 22px;
  }
  #period {
	font-size: 14px;
  }
}
#verify_status {
  color: #ea5b7c;
  font-size: 18px;
  padding: 10px 0;
}
#fee_block {
  width: 100%;
  position: relative;
}
#fee_num {
  font-size: 24px;
  display: inline-block;
}
#fee_num::before {
  content: "$";
}
.bill_hint {
  font-size: 14px;
}
#pay_btn {
  width: 100%;
  white-space: normal;
  margin-right: 0 !important;
}
#pay_btn[disabled] #unpaid_hint {
  margin-bottom: 0;
}
#pay_text {
  font-size: 18px;
}
.ad_count {
  font-size: 26px;
}
.ad_label {
  float: right !important;
  background-color: #b8375f;
}
#news_table td {
  padding: 15px 8px;
}
.square_area .ibox {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
}
.square_area .ibox .ibox-content {
  display: flex;
  flex-direction: column;
  padding-top: 30%;
  font-size: 18px;
  color: #999;
}
.square_area .ibox .ibox-content.flex-row {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.square_area .ibox .ibox-content.flex-row .index_focus {
  line-height: 32px;
  margin: 0 10px;
}
.index_focus {
  color: #ea5b7c;
  font-size: 28px;
}
.required_label::after {
  content: " *";
  color: #b8375f;
}
.pagination-detail {
  display: none;
}
.fixed-table-pagination {
  text-align: center;
}
.uploaded-img {
  max-width: 300px;
}
.uploaded-img img {
  cursor: move;
}
.preview-wrapper canvas {
  width: 100%;
}
.upload-item-wrapper {
  border-top: 1px solid #999;
  padding: 15px 0;
}
#select-btn[disabled]:hover {
  background-color: #444;
}
#select-btn[disabled]:hover * {
  cursor: not-allowed;
}
.photo-del-btn {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 50%;
  font-weight: lighter;
  border: none;
  background: none;
  color: #cbd1d8;
  font-size: 2em;
}
.photo-del-btn:hover {
  color: #b8375f;
}
.photo-del-btn:active {
  color: #ea5b7c;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.cover-check-label {
  display: block;
  line-height: 30px;
  position: absolute;
  bottom: 5px;
  right: 20px;
}
.ad-check-label .option-input {
  top: -2px;
  background-color: transparent;
  color: #ea5b7c;
  border: #ddd 1px solid;
}
.ad-check-label .option-input[disabled] {
  background-color: #ddd;
}
.plan-del-btn {
  border-radius: 50%;
  padding: 4px 5px;
  line-height: 0;
  float: right;
  margin: 5px 0;
}
#plan_table tr th {
  line-height: 34px;
  font-size: 14px;
}
#plan_table tr th:nth-child(n+2):not(:last-child) {
  padding-left: 20px;
}
#plan_table tr th,
#plan_table tr td {
  position: relative;
  z-index: 1;
}
#plan_table tr th:nth-child(2),
#plan_table tr td:nth-child(2) {
  display: none;
}
#plan_table tr .plan-save-btn {
  display: inline;
}
#plan_table tr .plan-edit-btn {
  display: none;
}
#plan_table tr.static .plan-edit-btn {
  display: inline;
}
#plan_table tr.static .input-group {
  width: 100%;
}
#plan_table tr.static .input-group-btn,
#plan_table tr.static .plan-save-btn,
#plan_table tr.static .input-group-addon {
  display: none;
}
#plan_table tr.static .input-group-addon,
#plan_table tr.static input.form-control,
#plan_table tr.static .bootstrap-select button {
  border: none;
  background: none;
  pointer-events: none;
}
#plan_table tr.static .bootstrap-select button {
  color: #676a6c !important;
  opacity: 1 !important;
}
#plan_table tr.static .bootstrap-select button span.bs-caret {
  display: none;
}
#plan_table tr .dropdown-header {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
#plan_table tr .dropdown-menu {
  left: auto;
  min-width: 200px;
  z-index: 999;
}
#plan_table tr .dropdown-menu > li > a {
  font-size: 14px;
}
.icon-wrapper {
  width: 25%;
  text-align: center;
}
.icon-wrapper i {
  font-size: 32px;
  padding: 3px;
}
#budget_table td {
  vertical-align: middle;
}
#budget_table td:nth-child(n+4),
#budget_table td:nth-child(n+5) {
  display: none;
}
#budget_table tbody tr:nth-child(n+4) {
  display: none;
}
#budget_table tbody tr:nth-child(n+4) i {
  font-size: 20px;
}
#budget_hint {
  margin-left: 20px;
  vertical-align: top;
}
#budget_hint span {
  vertical-align: top;
  cursor: pointer;
  color: #b8375f;
}
#budget_checkbox_hint {
  vertical-align: middle;
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 20000;
  cursor: pointer;
}
.overlay .overlay-content {
  color: #fff;
  width: 40%;
  margin: 10% auto;
}
.overlay .overlay-content.lg {
  width: 60%;
}
.overlay .overlay-content #no_ad_hint {
  font-size: 20px;
}
.overlay .overlay-content .radio {
  margin: 25px 0 15px 50px;
}
#unlock_overlay #lock_title {
  display: inline-flex;
  align-items: center;
}
#unlock_overlay #unlock_step1 p:nth-child(n+2) {
  margin-left: 96px;
}
#ad_check_hint {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stat-num {
  font-size: 20px;
}
.stat-item {
  color: #b8375f;
  font-size: 12px;
}
.rank-table {
  margin-bottom: 0;
}
.rank-table .fa {
  color: #ffd700;
  font-size: 20px;
}
.rank-table td:first-child {
  text-align: right;
}
.rank-table tr:last-child td {
  border-bottom: 1px solid #e7eaec;
}
#ad_rank_table td:nth-child(2)::before {
  content: "NO.";
}
#ad_rank_table tr:nth-child(-n+3) td:nth-child(2) {
  color: #ea5b7c;
}
@-moz-keyframes click-wave {
  0% {
	height: 30px;
	width: 30px;
	opacity: 0.35;
	position: relative;
  }
  100% {
	height: 80px;
	width: 80px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
  }
}
@-webkit-keyframes click-wave {
  0% {
	height: 30px;
	width: 30px;
	opacity: 0.35;
	position: relative;
  }
  100% {
	height: 80px;
	width: 80px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
  }
}
@-o-keyframes click-wave {
  0% {
	height: 30px;
	width: 30px;
	opacity: 0.35;
	position: relative;
  }
  100% {
	height: 80px;
	width: 80px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
  }
}
@keyframes click-wave {
  0% {
	height: 30px;
	width: 30px;
	opacity: 0.35;
	position: relative;
  }
  100% {
	height: 80px;
	width: 80px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
  }
}
