#addnews-box-first {
  background: linear-gradient(180deg, red, orange);
  padding: 20px 25px;
  border-radius: 12px;
}
#addnews-addfile {
  position: relative;
}
#addnews-addfile::after {
  content: 'review...';
  position: absolute;
  border: none;
  color: #211818;
  height: 25px;
  border-radius: 6px;
  line-height: 25px;
  padding: 0 16px;
  font-size: 11px !important;
  cursor: pointer;
  left: 1px;
  top: -5px;
  background: linear-gradient(180deg, white,silver,white);
  pointer-events: none;
}
#idimg {
  opacity: 0;
}
#addnews-ajax {
  border: none;
  padding: 0 16px;
  height: 25px;
  background: linear-gradient(180deg, white,silver,white);
  border-radius: 6px;
  font-size: 11px;
}
#addnews-url {
  font-style: italic;
  font-size: 14px;
  margin-left: 15px;
}
#addnews-box-second {
  background: linear-gradient(180deg, red, orange);
  padding: 20px 25px;
  border-radius: 12px;
  margin: 5px 0;
}
#addnews-box-second select {
  background: linear-gradient(180deg, white,silver, white);
  border: none;
  height: 25px;
  border-radius: 6px;
}
#addnews-box-third {
  background: #f1f1f1;
  padding: 20px 25px;
  border-radius: 12px;
}

#add-title {
  border-radius: 5px;
  color: #211818;
  border: none;
  width: 65%;
  display: block;
  padding: 0px 10px;
  box-sizing: border-box;
  height: 34px !important;
  background: #fff;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
#add-desc {
  border-radius: 5px;
  color: #211818;
  border: none;
  padding: 8px 10px;
  box-sizing: border-box;
  resize: none;
  background: #fff;
  font-size: 13px;
  font-family: Arial, sans-serif;
  width: 65%;
  height: 200px;
}




#addnews-container {
  position: relative;
}
#addnews-send {
  border: none;
  box-sizing: border-box;
  float: right;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  font-size: 15px !important;
  padding-left: 2px !important;
  margin-right: 0px !important;
  color: #fff;
  position: absolute;
  bottom: 2px;
  right: 2px;
  border-radius: 30px 0 16px 0;
  width: 50px;
  height: 40px;
  background: linear-gradient(transparent 85%,#ffffffb3),linear-gradient(180deg,#ffffff30 50%,transparent 50%),linear-gradient(180deg,#fff,orange,#ff0000a3 35%),linear-gradient(white,#a4a4a442,#4d4d4d00),linear-gradient(#ffb300,#ff8f00);
  box-shadow: -1px 0 0 0 black,-6px 0 0 0 #ff4f00, -7px 0 0 0 white,0 -1px 0 0 #ff4f00;
}

