.ukd-container{
    width: 100%;
    background: #fff;
    text-align: left;
}
.ukd-container table{
    width: 100%;
}
.ukd-container table td{
    vertical-align: top;
}
.ukd-container table label{
    width: 100%;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.ukd-container select{
    width: 100%;
    line-height: 30px;
    border: solid 1px #333333;
    outline: none;
    font-size: 15px;
    margin-top: 20px;
}
.ukd-image-preview-wrapper{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}
.ukd-container textarea{
    width: calc(100% - 5px);
    height: 60px;
    border: solid 1px #333333;
    outline: none;
    font-size: 15px;
    margin-top: 20px;
}
.ukd-container button.right-side{
    width: 100%;
    line-height: 32px;
    border: solid 1px #eb2637;
    background-color: #eb2637;
    outline: none;
    font-size: 15px;
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    
}
.ukd-container table input[type=text]{
    width: 100%;
    border: solid 1px #333333;
    outline: none;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}
.ukd-container .ukd-parse-wrapper{
    width: 100%;
    height: 42px;
    margin-top: 3px;
}
.ukd-container .ukd-parse-wrapper input[type=text]{
    float: left;
}
.ukd-container table .ukd-link-input{
    width: calc(100% - 200px) !important;
    display: inline-block;
    margin-top: -2px;
}
.ukd-container .ukd-parse-btn{
    width: 190px;
    font-size: 15px;
    line-height: 26px;
    float: right;
    margin-top: -3px;
    margin-right: -3px;
}

.ukd-spinner{
    display: none;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

.ukd-spinner img{
    display:block;
    margin:auto;
    top:75%;
}
.ukd-media-button{
    cursor: pointer;
}




/* CSS */
.ukd-view-full-story {
  background-color: #FFFFFF;
  border: 1px solid #222222;
  border-radius: 8px;
  box-sizing: border-box;
  color: #222222;
  cursor: pointer;
  display: inline-block;
  font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow .2s,-ms-transform .1s,-webkit-transform .1s,transform .1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
  max-width: 200px !important;
  display: block;
  margin: 0 auto;
}

.ukd-view-full-story:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow .2s;
}

.ukd-view-full-story:active {
  background-color: #F7F7F7;
  border-color: #000000;
  transform: scale(.96);
}

.ukd-view-full-story:disabled {
  border-color: #DDDDDD;
  color: #DDDDDD;
  cursor: not-allowed;
  opacity: 1;
}