/* #searchBar {
    float: left;
} */

/* Container */
/* .row.content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
} */

/* .skills_title {
    display: block;
    margin-left: auto;
    margin-right: auto;
} */

.skills_instruction {
    font-size: large;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin-top: 5px;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
    margin-top: 10%;
  }

/* Add square bullets for top-level list items */
main ul > li::before {
    content: '\25A0'; /* Unicode character for a square */
    margin-right: 5px; /* Adjust as needed for spacing */
}

/* Add circle bullets for 1st level nested list items */
main ul > li > ul > li::before {
    content: '\25CF'; /* Unicode character for a circle */
    margin-right: 5px; /* Adjust as needed for spacing */
}

/* Add disc bullets for 2nd level nested list items */
main ul > li > ul > li > ul > li::before {
    content: '\2022'; /* Unicode character for a disc */
    margin-right: 5px; /* Adjust as needed for spacing */
}

/* Indentation for nested lists */
main ul ul {
    padding-left: 20px; /* Adjust as needed for indentation */
}

main ul ul ul {
    padding-left: 40px; /* Adjust as needed for deeper indentation */
}


.general, 
.data_prep, 
.script_lang, 
.cloud_services, 
.crm_tools,
.data_analytics, 
.python_packages, 
.deployment_tech, 
.aws, 
.bi_tools,
.mach_learning, 
.web_dev_tech, 
.db_mang_servers, 
.mo_products, 
.financial {
    margin: 5px;
    /* float: left; */
}

.general_list,
.data_prep_list,
.script_lang_list,
.data_analytics_list,
.mach_learning_list,
.cloud_services_list,
.crm_tools_list,
.python_packages_list,
.deployment_tech_list,
.aws_list,
.bi_tools_list,
.web_dev_tech_list,
.db_mang_servers_list,
.mo_products_list,
.financial_list {
    /* float: right; */
    margin-left: 15px;
    /* padding-top: 2%; */
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    display: none;
}

.pdf {
    margin-top: 10px;
}



