.all {
    text-align: center;
}

.searche_bar{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
}

.id_bar{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
}

.search_icon{
    height: 15px;
    width: 15px;
    padding: 5px 5px;
}

.text_box{
    font-size: 16px;
    width: 700px;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.45);
}

.icon_image{
    height: 150px;
    width: 150px;
}

.subject{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 5px;
}

.button_group{
    text-align: center;
    padding: 15px 15px;
}

.startsearch{
        display:inline-block;
        vertical-align: middle;
        text-decoration: none;
        width: 100px;
        margin: 5px 10px;
        padding: 10px 20px;
        font-weight: bold;
        border: 2px solid #CD4187;
        background: #CD4187;
        color: #fff;
        transition: 0.5s;
}

.startsearch:hover {
        color:  #CD4187;
        background: #fff;
}

.cancelsearch{
        display:none;
        vertical-align: middle;
        text-decoration: none;
        width: 100px;
        margin: 5px 10px;
        padding: 10px 20px;
        font-weight: bold;
        border: 2px solid #CD4187;
        background: #CD4187;
        color: #fff;
        transition: 0.5s;
}

.cancelsearch:hover {
        color: #CD4187;
        background: #fff;
}

.showdata{
    display:none;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    margin: 5px 10px;
    padding: 10px 20px;
    font-weight: bold;
    border: 2px solid #CD4187;
    background: #CD4187;
    color: #fff;
    transition: 0.5s;
}

.showdata:hover {
    color: #CD4187;
    background: #fff;
}

.outputs{
    width: auto;
    text-align: center;
}

.outputs_left{
    text-align: center;
}

pre{
    font-size: 20px;
}

.change_name_group{
    text-align: center;
    padding: 15px 15px;
}

.input_explain_text{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.file_name_input{
    font-size: 15px;
    width: 200px;
    outline: none;
    border: 2px solid #ddd;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 5px;
}

.button_download{
    text-align: center;
    padding: 15px 15px;
}

.download{
    display:none;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    margin: 5px 10px;
    padding: 10px 20px;
    font-weight: bold;
    border: 2px solid #CD4187;
    background: #CD4187;
    color: #fff;
    transition: 0.5s;
}

.download:hover {
    color: #CD4187;
    background: #fff;
}

.button_pdf_download{
    text-align: center;
    padding: 15px 15px;
}

.pdf_download{
    display:none;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    margin: 5px 10px;
    padding: 10px 20px;
    font-weight: bold;
    border: 2px solid #CD4187;
    background: #CD4187;
    color: #fff;
    transition: 0.5s;
}

.pdf_download:hover {
    color: #CD4187;
    background: #fff;
}

.confirmation{
    display:none;
    vertical-align: middle;
    text-decoration: none;
    width: 100px;
    margin: 5px 10px;
    padding: 10px 20px;
    font-weight: bold;
    border: 2px solid #CD4187;
    background: #CD4187;
    color: #fff;
    transition: 0.5s;
}

.confirmation:hover {
    color: #CD4187;
    background: #fff;
}

.howto_button{
    display:inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 120px;
    margin: auto 10px;
    padding: 5px 20px;
    font-weight: bold;
    border: 2px solid #CD4187;
    background: #CD4187;
    color: #fff;
    transition: 0.5s;
}

.howto_button:hover {
    color: #CD4187;
    background: #fff;
}

.howto_field{
    display: none ;
    text-align: center;
}

.discription_card{
    display: inline-block;
    height: 350px;
    width: 350px;
    padding: 10px;
    border: 5px solid #CD4187;
    border-radius: 5px;
    margin: 10px 15px;
}

.card_title{
    height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.card_description_field{
    height: 130px;
}

.card_description{
    display:block;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    width: 350px;
    height: 115px;
    
}

.table_setter{
    text-align: center;
}
  


.csv{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.how_to_image1{
    width: 270px;
    height: 93.5px;
    text-align: center;
}

.how_to_image2{
    width: 270.5px;
    height: 89.5px;
    text-align: center;
}

.how_to_image3{
    width: 267.5px;
    height: 94px;
    text-align: center;
}

.blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 2s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.character_group{
    margin: auto 10px;
}

.character_select{
    font-size: 15px;
    width: 300px;
    outline: none;
    border: 2px solid #ddd;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 5px;
}

.toplink{
    font-size: 20px;
}

.auto_download{
    margin: 10px 10px;
}

table{
    display: inline-block;
}

li{
    text-align: left;
}

.report_h2{
    background-color: #CD4187;
    color: #fff;
    padding: 0px 300px;
    font-size: 30px;
}
.report_h3{
    border-top: 3px solid #CD4187;
    border-bottom: 3px solid #CD4187;
}

.downloads{
    display:inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 200px;
    margin: auto 10px;
    padding: 5px 20px;
    font-weight: bold;
    border: 2px solid #CD4187;
    background: #CD4187;
    color: #fff;
    transition: 0.5s;
}

.downloads:hover {
    color: #CD4187;
    background: #fff;
}

.patent {
    display: inline-block;
    text-align: center;
}

.patent h4 {
    text-align: left;
    margin: auto;
}

.show_data_area{
    text-align: left;
}

.maked_list{
    font-size: 15px;
}

.id_text_box{
    display: none;
    font-size: 16px;
    width: 350px;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 12px 1px rgba(0, 0, 0, 0.45);
}