select {
    background-image: url('https://tools.advantek.com/img/p2025/select-arrow.png');
}


input[type="submit"].normal-btn {
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 2px;
    background: #ececec;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.search-wrapper button.search-icon.search-submit {
    top: 16px;
}
.search-wrapper button.search-icon.search-submit img {
    width: 16px;
}

.mobile-navigation .nav-menu > li.menu-item-has-children > a:after {
    content: '';
    background-image: url('https://tools.advantek.com/img/p2025/perrill-caret-down.svg');
    position: absolute;
    right: 25px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
.mobile-navigation .nav-menu > li.menu-item-has-children.opened > a:after {
    transform: rotate(180deg);
    background-color: #FFF;
}
.mobile-navigation .nav-menu > li.menu-item-has-children > a:focus:after {
    background-color: #FFF;
}

.site-footer .social-media a img {
    width: 100%;
    height: 100%;
    max-width: 18px;
    max-height: 18px;
}

.page-wrapper {
    width: 100%;
    background-color: #f3faff;
}

.page-wrapper > .content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f3faff;
}

.page-wrapper > .content.add-margin-top {
    margin-top: 135px;
}

.pageFooterBreak {
    display: none;
}

.top-banner {
    margin-top: 135px;
}

.p-gap-40 .left-col { padding-right: 20px; }
.p-gap-40 .right-col { padding-left: 20px; }

@media(max-width: 1024px) {
    .p-tbl-gap-0 .left-col { padding-right: 0; padding-bottom: 40px; }
    .p-tbl-gap-0 .right-col { padding-left: 0; }
}

.p-login-content form:not(.no-max-width) {
    max-width: 450px;
}

.p-login-content form .form-row-gap {
    gap: 20px;
}

.p-login-content .row-label {
    font-size: 16px;
    margin-top: 8px;
}

.p-login-content .row-input {
    margin-bottom: 12px;
}

.p-login-content .row-submit {
    margin-top: 26px;
    margin-bottom: 20px;
}

.p-login-content .row-submit input[type="submit"] {
    background-color: #003d8e;
    color: #FFF;
    border: 2px solid #003d8e;
}

.p-login-content .row-submit input[type="submit"]:hover,
.p-login-content .row-submit input[type="submit"]:active {
    background-color: #FFF;
    color: #003d8e;
}

.p-login-content .row-extra {
    font-size: 16px;
    margin-bottom: 8px;
}

.p-login-content .row-extra a {
    text-decoration: underline;
}

.p-login-content .lost-password-form .flex {
    gap: 20px;
}

.p-login-content .lost-password-form input[type="submit"] {
    padding: 10px 22px;
    font-size: 16px;
}

.p-otseach-content {
    font-size: 16px;
}

.p-otseach-content .table-cell-input-wrapper {
    gap: 4px;
    margin-bottom: 8px;
}

.p-otseach-content .table-cell-input-wrapper input[type="text"] {
    height: 30px;
    max-width: 180px;
    font-size: 10px;
    font-size: 15px;
    color: #181716;
}

.p-otseach-content [type="checkbox"]:not(:checked),
.p-otseach-content [type="radio"]:not(:checked),
.p-otseach-content [type="checkbox"]:checked,
.p-otseach-content [type="radio"]:checked {
    opacity: 1;
    position: static;
    height: auto;
}

.p-otsearch-results {
    font-size: 16px;
}

.p-otsearch-results table th {
    font-size: 20px;
    color: #003D8E;
}

.p-otsearch-results .design-name {
    color: #008ED4;
}

.p-otsearch-results .design-name a {
    text-decoration: underline;
}

.p-otsearch-results table th,
.p-otsearch-results table td {
    padding: 1px 3px;
}

.p-otsearch-results table tr:nth-of-type(even) {
    background-color: #DDE3EF;
}
