/*
    This file won't be overwritten by updates, so you can put custom code here.
*/
section.tool .form-container form .tool-form {
    max-width: 600px;
}
.ellipsis {
    overflow-wrap: anywhere;
}
select {
    height: 40px!important;
    border-radius: 50px!important;
}
section.website input[name=site]:focus {
    border-radius: 30px;
    margin-left: 8px;
}
input[type="text"] {
    height: 40px;
    border-radius: 50px;
    padding: 0px 15px;
    border: 1px solid #d0d0d0;
    width: 100%;
}
header nav ul li a {
    position: relative;
    display: inline-block;
    margin: 0 0 0 35px;
    padding: 29px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    color: #ccc;
    letter-spacing: .3px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    width: max-content;
}
section.website .apply button {
    background-color: #f48958;
    background: linear-gradient(150deg, #f67b29 0%,#f8c15d 100%);
    border-radius: 50px;
    width: 80px;
}
section.website.alt input.text-input {
    padding-left: 20px;
}
section.website .apply {
    padding-right: 10px;
}
body.embed section.website.alt {
    border-radius: 50px;
    margin: 5px;
    margin-bottom: 40px;
}
body.embed {
    background-color: transparent;
    padding: 3%;
}
/*body.embed section.tool .form-container, body.embed section.tool .stats, body.embed section.tool .table-container, body.embed section.tool .text-container {
    background-color: #ffffff;
    -webkit-box-shadow: 8px 8px 10px 3px #e2e2e2b8;
    box-shadow: 8px 8px 10px 3px #e2e2e2b8;
    border-radius: 15px;
}*/
body.embed section.tool .form-container, body.embed section.tool .stats, body.embed section.tool .table-container, body.embed section.tool .text-container {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: none;
    border: 2px solid #d9e0e9;
}
section.tool .form-container form .tool-form .input input.text-input, section.tool .form-container form .tool-form .input select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: auto;
    height: 40px;
    border-radius: 50px;
    padding: 0 15px;
}
section.tool .form-container form button[type=submit] {
    border-color: #ee8241;
    border-radius: 50px;
    height: 40px;
    width: 80px;
}
section.tool .form-container form button[type=submit] {
    border: none;
    background: linear-gradient(150deg, #f67b29 0%,#f8c15d 100%);
    border-radius: 50px;
}
@media(max-width:751px){
section.tool .form-container form .tool-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}
section.tool .form-container form .tool-form input, section.tool .form-container form .tool-form select {
    margin-bottom: 10px!important;
}
}

/*section.website.alt {
    background-color: #ffffff!important;
    border: 1px solid #ccd8e5;
}*/
section.website.alt {
    background-color: #ffffff!important;
    border: 2px solid #d9e0e9;
}
section.website.alt input.text-input {
    color: #405568!important;
    font-size: 16px;
    padding-left: 10px;
}
section.website input[name=site]:focus {
    margin-left: 0;
    background-color: rgba(255,255,255,0);
}
section.website .apply {
    padding-right: 0px;
}

/* Customization start -- do not edit this section */
/* bb7f17a475d5e1fd67cfc824ba9ee4e8 */ header { background-color: #405568; }
/* ed4a05583a1ce26a27a3ea748ffa6947 */ section.website { background-color: #405568; }
/* 0856209b62bfea62069226140c6b61e4 */ header nav ul li a .arrow-down.dark { border-bottom-color: #405568; }
/* c354cceda4c0160f6aa3301345dc3308 */ section.title.tool-title { background-color: #405568; }
/* b6b2c3b0268cae5d6f7736af48d1c8ec */ header nav ul li a .arrow-down.tool { border-bottom-color: #405568; }
/* 782c1cc7fd32e5ae775a65a61576d08a */ section.website.alt { background-color: #405568; }
/* 92e697baaded9647c2494eb46badcb27 */ section.home-tools button[type=submit] { background-color: #ee8241; }
/* 1749f46c6901b8cb663d520cc4210b21 */ section.tool .form-container form button[type=submit] { background-color: #ee8241; }
/* 016c9ce2021c0bf3e9cdd7a15a0ab2d0 */ section.tool .form-container form button[type=submit] { border-color: #ee8241; }
/* Customization end */
