#translatetext{
    resize: none;
     height: 150px;
     box-shadow: 5px 8px 15px 5px rgba(28, 68, 212, 0.08);
     border-radius: 4px;
     outline: none;
     border-color: aliceblue;
     color: black;
}
.outputbox{
 resize: none;
 height:auto;
 min-height: 200px;
 box-shadow: 5px 8px 15px 5px rgba(28, 68, 212, 0.08);
 border-radius: 4px;
 outline: none;
 border-color: aliceblue;
 color: black;
 position: relative;
 padding:15px;
 padding-bottom: 26px;
 overflow-wrap:break-word;
}
#age, #weight, #height,#latitute,#longitute,#percantageval,#value{
 box-shadow: 5px 8px 15px 5px rgba(28, 68, 212, 0.08);
 border-radius: 4px;
 border: 0;
 outline: none;
 border-color: aliceblue;
 color: black;
 position: relative;
 margin:8px;
 height:40px;
 overflow-wrap:break-word;
}
#copybtn{
 position: absolute;
 bottom:0;
 padding:1px;
 cursor: pointer;
}
#selectItem{
 height: 47px;
 background-color: black;
 color:white;
 border-radius: 4px;
}
#sumbitbtn{
 background: linear-gradient(90deg, rgba(255,21,106,1) 0%, rgba(187,13,76,1) 90%);
 color: #ffffff;
 cursor: pointer;
 padding:12px 25px;
 font-weight:500;
 border-radius: 5px;
 border:none;
}

#country{
 outline:none;
 height:50px;
 border:0;
 color:white;
 background-color:black;
 border-radius: 5px;
 box-shadow: 5px 8px 15px 5px rgba(28, 68, 212, 0.08);
}

#firstContent .row{
margin:2%;
}


.contacts-container {
 font-family: Arial, sans-serif;
 max-width: 800px;
 margin: 0 auto;
 padding: 20px;
 background-color: #f8f9fa;
 border-radius: 5px;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.domain-section {
 margin-bottom: 20px;
 padding: 10px;
 background-color: #fff;
 border-radius: 5px;
 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}


.domain-section h3 {
 margin-top: 0;
 color: #333;
 font-size: 18px;
}


.emails-section,
.phone-numbers-section,
.social-media-section {
 margin-top: 10px;
 padding: 10px;
 background-color: #f1f1f1;
 border-radius: 5px;
}


.emails-section p,
.phone-numbers-section p,
.social-media-section a {
 margin: 5px 0;
 color: #666;
 font-size: 14px;
}


.social-media-section a {
 color: #007bff;
 text-decoration: none;
 display: block;
 margin-bottom: 5px;
}

.social-media-section a:hover {
 text-decoration: underline;
}

