/*
    This file won't be overwritten by updates, so you can put custom code here.
*/
.language-bar {
    display: none;
}
header nav ul li a {
    width: max-content;
}
.category a.tool {
    background-color: #fff;
    border-radius: 5px;
    width: 160px;
}
.category .tools {
    gap: 8px;
}
.category a.tool .tc {
    width: auto;
    height: 100%;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.category a.tool:hover .tc {
    background-color: #fff;
    box-shadow: 0 8px 30px -4px rgba(0,0,0,0.15);
}

/* Customization start -- do not edit this section */
/* bb7f17a475d5e1fd67cfc824ba9ee4e8 */ header { background-color: #ffffff; }
/* c9bf3aa6ee60d690b58d5cf8db584cbd */ header .nav-toggle a.toggle div { background-color: #000000; }
/* e6469258b525ed85ceaa7d723730d629 */ header nav ul li a { color: #000000; }
/* b3403bf62c056740eaa2729671bf6598 */ header nav ul li a:focus, header nav ul li a:hover { color: #008ef4; }
/* c354cceda4c0160f6aa3301345dc3308 */ section.title.tool-title { background-color: #001f3d; }
/* b6b2c3b0268cae5d6f7736af48d1c8ec */ header nav ul li a .arrow-down.tool { border-bottom-color: #001f3d; }
/* 90a6b1d3742f9c56ed2af5c687816231 */ section.title.tool-title .flex .name h1 { color: #ffffff; }
/* 9f179a6b4708be0947baa9056fecdc5e */ body { background-color: #eef2f6; }
/* f3bf416942c3a831791af339be0b1864 */ section.tool .text-container h2, section.tool .table-container table thead tr th, section.tool .table-container table tbody tr td { border-bottom-color: #e6ecf1; }
/* 7d3feb78c1a6f570037490245950b082 */ section.tool .form-container form { border-top-color: #e6ecf1; }
/* f2565de407edba1c07dae6255d0758af */ section.title { background-color: #008ef4; }
/* d3d0b462c120d9df3cf8575310e5ccfe */ header nav ul li a .arrow-down.blue { border-bottom-color: #008ef4; }
/* 3c6ab0848d79e0cdaf3b0c9b716134fe */ section.jumbo { background-color: #008ef4; }
/* 431b62ed8a92c28146453614a4238826 */ section.jumbo a:hover { color: #008ef4; }
/* e590f58b1570acfb60c94279fbe34227 */ header nav ul li a .arrow-down.home { border-bottom-color: #008ef4; }
/* 92e697baaded9647c2494eb46badcb27 */ section.home-tools button[type=submit] { background-color: #008ef4; }
/* ed4a05583a1ce26a27a3ea748ffa6947 */ section.website { background-color: #001f3d; }
/* 0856209b62bfea62069226140c6b61e4 */ header nav ul li a .arrow-down.dark { border-bottom-color: #001f3d; }
/* b33833e5856d9b2eca673d4f55fc90d4 */ section.website .apply button { background-color: #008ef4; }
/* 1749f46c6901b8cb663d520cc4210b21 */ section.tool .form-container form button[type=submit] { background-color: #008ef4; }
/* 016c9ce2021c0bf3e9cdd7a15a0ab2d0 */ section.tool .form-container form button[type=submit] { border-color: #008ef4; }
/* 7ac73b90dc346e9fd819ca5dd4d08f14 */ section.website .select .dropdown { background-color: #001f3d; }
/* 782c1cc7fd32e5ae775a65a61576d08a */ section.website.alt { background-color: #001f3d; }
/* Customization end */