.form-control-1 {
    display: block;
    height: 35px;
    width: 100%;
    padding: 2px 4px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: .2px solid #d9d9d9;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.font-name-seller{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 173px;
} 
.topic-head{
  background: #f7f7f7;
  color: #313131;
  letter-spacing: 1;
}
.g-color-green-aq{
  color :#00bed6;
  text-decoration:underline;
}
.right-0{
  float:right !important;
}

.g-color-deeppink{
  color: deeppink;
}
textarea {
  overflow-y: scroll; /* Vertical scrollbar */
  resize:none;
}
.tooltipSeller {
  position: relative;
  display: inline-block;
}
.tooltipSeller .tooltipSellertext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltipSeller .tooltipSellertext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltipSeller:hover .tooltipSellertext {
    visibility: visible;
    opacity: 1;
}
.note-editor .note-editing-area .note-editable {
  padding: 0px;
  overflow: auto;
  color: #000;
  background-color: #fff;
  outline: 0;
}
.ImgProduct{
  width: 100%;
  height: 155px;
}

.hiddenimg {
  display: none;
}
.hiddentxt:hover ~ .hiddenimg {
  display: block;
  position: absolute;
  z-index:3;
}
.swal-title {
  color: rgba(0,0,0,.65);
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 26px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}
.swal-button {
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 3px;
  font-weight: 600;
  font-size: 22px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
}
.div-hover:hover {
  background-color: #ffff99;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .3;
}
.rank1{
  width: 35px;
  height: 35px;
  margin-top: 0px !important;
  background: url(../../img/icons/ranking/1.png) no-repeat 0 0;
  display: inline-block;
  background-position: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 35px;
}
.rank2{
  width: 30px;
  height: 30px;
  margin-top: 0px !important;
  background: url(../../img/icons/ranking/2.png) no-repeat 0 0;
  display: inline-block;
  background-position: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 30px;
}
.rank3{
  width: 25px;
  height: 25px;
  margin-top: 0px !important;
  background: url(../../img/icons/ranking/3.png) no-repeat 0 0;
  display: inline-block;
  background-position: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 25px;
}
.rank1-d{
  width: 45px;
  height: 45px;
  margin-top: -14px !important;
  background: url(../../img/icons/ranking/1.png) no-repeat 0 0;
  display: inline-block;
  background-position: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 45px;
}
.rank2-d{
  width: 40px;
  height: 40px;
  margin-top: -9px !important;
  background: url(../../img/icons/ranking/2.png) no-repeat 0 0;
  display: inline-block;
  background-position: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 40px;
}
.rank3-d{
  width: 35px;
  height: 35px;
  margin-top: -9px !important;
  background: url(../../img/icons/ranking/3.png) no-repeat 0 0;
  display: inline-block;
  background-position: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 35px;
}