.result-div {
    box-shadow: 0 10px 20px rgb(0 0 0 / 14%), 0 6px 6px rgb(0 0 0 / 9%);
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #d6d6d6;
}
.res-tab {
    display: flex;
    width: auto;
}
.res-head {
    max-width: 270px;
}
.res-head {
    padding: 15px 40px;
    color: #fff;
    width: 100% !important;
    text-align: center;
    padding-top: 10px;
    background: #117eef;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.res-data {
    padding: 10px 25px;
    font-weight: 800;
    color: #161616;
    text-align: center;
    word-break: break-all;
    display: flex;
    align-items: center;
    width: 100%;
}
.res-tab {
    border: 1px solid #d6d6d6;
}

h3 {
  /* margin: 20px; */
  font-family: "Paytone One";
  color: #202020;
  text-transform: uppercase;
  letter-spacing: -2px;
}

@import url(https://fonts.googleapis.com/css?family=Lobster);
 /* Styling for the text area */
  #enter_url {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }

  /* Styling for the button */
 #go {
    display: block;
    margin: 6px 0px 30px 0;
    padding: 0.375rem 0.9rem;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

  /* Hover effect for the button */
  #go:hover {
    background-color: #0056b3;
  }
  
  .my-form-sub textarea {
    width: 100% !important;
    border: 1px solid rgb(87 168 255 / 68%) !important;
    box-shadow: 0px 0px 9px -2px rgb(87 168 255 / 68%);
    margin-top: 0px;
}
body .my-form-sub h2 {
    font-size: 30px !important;
    text-transform: inherit;
    margin-bottom: 20px;
}


.my-form-sub label {
    margin-bottom: 12px;
}

.my-metadata table thead tr th {
    background: #007bff !important;
    color: #fff;
}

.my-metadata table thead tr th, .my-metadata table  tr td {
    border: 1px solid #ccc9;
    padding: 13px;
    line-height: normal;
    transition: 0.2s;
    min-width: 160px;
}
.my-metadata-page {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    border-radius: 6px;
    padding: 30px;
    margin:0px 0px 40px 0px;
}
.my-metadata-page tr td:hover {
    background: #f2f2f2;
    color:black;
}
.txt-ctr {
    text-align: center;
    margin-top: 23px;
}
.txt-ctr #btnExport {
    padding: 11px 16px;
    color: #fff;
    border: 0px;
    box-shadow: 0px 0px 11px -1px #00000042;
    border-radius: 3px;
    background: radial-gradient(farthest-side at -10% -21%, red, rgb(11 100 232) 0%, #2196F3 100%);
    transition:0.5s;
}
.txt-ctr button#btnExport:hover {
    background: radial-gradient(farthest-side at 110% 121%, red, rgb(11 100 232) 0%, #2196F3 100%);
}
.my-metadata-page .res-data {
    text-align: unset !important;
}
.my-metadata-page .res-head {
    padding: 12px 30px;
    padding-top:12px;
}
.my-metadata-page .res-data {
    text-align: unset !important;
    word-break: break-word;
}
.my-metadata-page .result-div {
    box-shadow: 0 4px 19px -8px rgb(0 0 0 / 40%);
    width: 100%;
}

.my-form-sub #go {
    background: linear-gradient(45deg, #1e55b2, #3477e8) !important;
    transform: scale(1);
    transition: 0.5s all;
    height: 47px !important;
}

.my-form-sub #go:hover{
    background:linear-gradient(45deg, #0f449f, #0f449f) !important;
    transform: scale(1.05);
}
.txt-ctr #btnExport{
    background:#198754;
}

.txt-ctr #btnExport:hover{
    background:#0e643c !important;
}
body.single-post h3 {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0;
}

body.single-post h3 span {
    font-weight: 500 !important;
}
@media(max-width:992px){
	.my-metadata-page {
	    margin: 0px 20px 40px 20px;
	}
}

/* */

.single.single-tools.postid-59232 #btnSubmit.btn.btn-primary{
    margin-top:0px !important;
}
.single.single-tools.postid-59232 .g-recaptcha {  
    margin-top: 10px !important;
}
.single.single-tools.postid-59232 .g-recaptcha{
     margin-bottom:0px !important;
}