/* 
Theme Name: Randomized Characters
Theme URI: https://randomizedcharacters.com/
Description: Randomized Characters Generator
Author:  Binesh AB
Author URI: https://randomizedcharacters.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

form#FrmRandomizedCharacterGenerator {
    padding-bottom: 40px;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0px 0px 10px 0px rgb(84 141 231 / 60%) !important;
}
.btn-check:focus+.btn-primary, .btn-primary:focus{
	box-shadow: 0px 0px 10px 0px rgb(84 141 231 / 60%) !important;
}
table td, table th {
        border: 1px solid #cccccc2e !important;
}
table.dataTable thead td, table.dataTable thead th {
    border-bottom: 1px solid #ccc !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ccc !important;
}
td.sorting_desc:after{
	opacity:0 !important;
}
table.dataTable thead .sorting_asc{
	background:none !important;
}
table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:after {
    opacity: 0 !important;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after{
	display:none;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fafafa;
}
@media (min-width: 768px){
.col-md-6 {
    flex: 0 0 auto;
    width: 100% !important;
}
}