.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: help;
  margin: 0;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color:#393838;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #393838 transparent;
}
.desc {font-size: 12px; color: #878787;}
.fit_fill {padding: 10px 0 0 10px;}
.submit .start {background-color: #009f16;border-color: #008212; text-shadow: none; box-shadow: none;}
.submit .start:hover {background-color: #00ac18; text-shadow: none; box-shadow: none;border-color: #008212;}
.submit .button-primary { min-width: 70px; margin-right: 30px;}
#loader{ display: none; }
.wc_remove_bg-log-live{display: none; color: #155724; background-color: #d4edda; border-color: #c3e6cb; margin-top: 1rem; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem;}
.wc_remove_bg-process-stop{ display: none; color: #fff; cursor: pointer; width: 100px; text-align: center; background-color: #dc3545; border-color: #dc3545; margin-top: 1rem; padding: 0.15rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem; }
.bottomlinks {margin-top: 15px;}
#previewresult {margin-top: 15px;}
#previewresult img {max-width: 170px;}
.btn-danger {
    background: #dc3545;
    border-color: #dc3545 #dc3545 #dc3545;
    box-shadow: 0 1px 0 #dc3545;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #dc3545, 1px 0 1px #dc3545, 0 1px 1px #dc3545, -1px 0 1px #dc3545;
}
.btn-danger:hover{
    background: #b7515b;
    border-color: #b7515b #b7515b #b7515b;
    box-shadow: 0 1px 0 #b7515b;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #b7515b, 1px 0 1px #b7515b, 0 1px 1px #b7515b, -1px 0 1px #b7515b;
}
.btn-warning {
    background: #ffc107;
    border-color: #ffc107 #ffc107 #ffc107;
    box-shadow: 0 1px 0 #ffc107;
    color: #fff;
    text-decoration: none;
    margin-right: 30px !important;
    text-shadow: 0 -1px 1px #ffc107, 1px 0 1px #ffc107, 0 1px 1px #ffc107, -1px 0 1px #ffc107;
}
.btn-warning:hover{
    background: #e3ad0d;
    border-color: #e3ad0d #e3ad0d #e3ad0d;
    box-shadow: 0 1px 0 #e3ad0d;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #e3ad0d, 1px 0 1px #e3ad0d, 0 1px 1px #e3ad0d, -1px 0 1px #e3ad0d;
}
.btn{
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
.block-count{
    display: block;
    width: 100%;
}
.d-none{
    display: none;
}

#apiwarning {
	border: 1px solid #878787;
	padding: 0 10px;
	margin-top: 15px;
}

#apiwarning {
	color: #000;
	background-color: #fffd6a;
}

.bold {
	font-weight:bold;
}

input[name=RemoveBG_ApiKey] {
	width: 500px;
}