@charset "utf-8";

:root {
    --clr-orange: #f69117;
    --clr-sky: #00a8ff;
    --clr-sky-bright: #00cbff;
    --clr-sky-dark: #056ec8;
    --clr-sky-light: #eff6fc;
    --clr-green: #00a126;
    --clr-green-bright: #1fc100;
    --clr-green-light: #dde9dd;
    --clr-gray: #d9d9d9;
    --clr-gray-light: #efefef;
    --clr-yellow-light: #fffbdf;
    --clr-dawn-gray: #e9ecef;
    --clr-cream: #ffefdb;
    --clr-dark: #313132;
    --clr-black: #000000;
    --clr-white: #ffffff;
}

body {
    font-family: "Segoe UI", Helvetica, sans-serif;
    font-size: 0.9rem;
}

/* container settings */

.container {
    max-width: 1440px;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1322px) {
    #working_area {
        width: 55%;
    }
    #sidebar {
        width: 28%;
    }
}

@media screen and (max-width: 1199px) {
    #working_area {
        width: 67%;
    }
    #sidebar {
        width: 33%;
    }
}

@media screen and (max-width: 991px) {
    #working_area {
        width: 100%;
    }
    #sidebar {
        width: 0%;
    }
}
/* container settings */

p {
    margin-bottom: 0.8rem;
}
a {
    text-decoration: none;
}

a.anchor {
    text-decoration: none;
    color: #0d6efd;
    font-weight: 700;
}
table {
    font-size: 0.8rem;
}
.table td,
.table th {
    border-top: 1px solid #dee2e6;
    border-bottom: 0px;
}
/**Bootstrap Defaults Overide**/
.text-info {
    color: #4b75b0 !important;
}
.form-control,
.btn {
    font-size: 0.92rem;
}

input:focus,
button:focus {
    box-shadow: none !important;
}
.btn-dark {
    background: #3f3f40 !important;
}
.btn-orange {
    color: var(--clr-white);
    background: var(--clr-orange) !important;
    border-radius: 10px;
}
.btn-orange:hover {
    color: var(--clr-white);
    background: #e97f00 !important;
}
.btn-orange:active {
    color: var(--clr-white);
    background: var(--clr-orange) !important;
}
.btn-warning {
    background: #f5a42c !important;
}
.btn-outline-orange {
    width: fit-content;
    color: #707070;
    border: 1px solid #707070;
    border-radius: 25px !important;
    padding: 0.5rem 1.5rem;
    margin-right: 5px;
    font-weight: 400;
}
.btn-check-orange {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-check-orange:checked + .btn-outline-orange {
    color: var(--clr-white);
    border: 1px solid var(--clr-orange);
    background: var(--clr-orange);
    border-radius: 16px;
}

.bg-dark {
    background-color: #202020 !important;
}
.bg-less-dark {
    background-color: #3f3f40 !important;
}
.bg-yellow {
    background-color: #b2e3b9 !important;
}
.bg-green {
    background-color: #dde9dd !important;
    border: 1px solid #a0a0a0;
}
.bg-green-dark {
    background-color: var(--clr-green) !important;
}
.bg-green-bright {
    background-color: var(--clr-green-bright);
}
.bg-gray {
    background-color: var(--clr-gray);
}
.bg-gray-light {
    background-color: var(--clr-gray-light) !important;
}
.bg-silver {
    background-color: #f0f0f0 !important;
}
.bg-sky {
    background-color: var(--clr-sky) !important;
}
.bg-sky-bright {
    background-color: var(--clr-sky-bright) !important;
}
.bg-sky-light {
    background-color: var(--clr-sky-light) !important;
}
.bg-orange {
    background-color: var(--clr-orange) !important;
}
.bg-yellow-light {
    background-color: var(--clr-yellow-light) !important;
}
.bg-dawn-gray {
    background-color: var(--clr-dawn-gray) !important;
}
.text-dark {
    color: #3f3f40 !important;
}
.text-green-bright {
    color: var(--clr-green-bright);
}
.text-sky {
    color: var(--clr-sky);
}
.text-sky-dark {
    color: var(--clr-sky-dark);
}
.text-orange {
    color: var(--clr-orange) !important;
}
.form-control {
    background-color: #fcfcfc;
}
.form-control:focus {
    border-color: #8e8e8e;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    font-size: 0.875rem;
}
.fw-600 {
    font-weight: 600 !important;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: var(--clr-orange) !important;
    background-color: #f5a759;
}
.navbar .active .nav-link {
    color: var(--clr-orange) !important;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #000000;
    background-color: #f5a759;
}
.table-active {
    --bs-table-accent-bg: transparent !important;
}
.table > :not(:first-child) {
    border-top: none;
}
.table-active,
.table-active > td,
.table-active > th {
    background-color: #f5f5f5 !important;
}
td .copy-icon {
    visibility: hidden;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}
td:hover .copy-icon {
    color: #0056b3 !important;
    visibility: visible;
}
.show_copy .copy-icon {
    visibility: hidden;
    cursor: pointer;
}
.show_copy:hover .copy-icon {
    color: #0056b3 !important;
    visibility: visible;
}
.ucp .copy-icon-manual {
    float: right;
    visibility: hidden;
    color: #666 !important;
    cursor: pointer;
}
.ucp:hover .copy-icon-manual {
    color: #222 !important;
    visibility: visible;
}
.list-c {
    padding: 13px 6px 6px 13px !important;
}
.ip-v {
    font-weight: 500;
}

@media (max-width: 575px) {
    .ucp .copy-icon-manual {
        visibility: visible;
    }
    .ucp .copy-icon-manual .icon {
        height: 0.8rem !important;
        width: 0.8rem !important;
    }
    td .copy-icon {
        visibility: visible;
    }
}
/**Bootstrap Defaults Overide**/
/**ads settings**/
.ad-box {
    width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    .ad-box-inside-content-tools-pages {
        padding-top: 15px;
    }
}
/**ads settings**/

/* Theme Classes */
.box-container {
    background: var(--clr-white);
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 15px;
}
.input-style {
    background-color: #efefef;
    color: #646464;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 18px 15px !important;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
}

.btn-style {
    padding: 18px 15px !important;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    min-width: 211px;
    min-height: 55px;
    text-align: center;
    list-style: 0px;
}
.input-style:focus {
    background-color: #efefef;
    color: #646464;
    box-shadow: none;
    border: 1px solid #707070;
    -webkit-appearance: none;
    appearance: none;
}
.side-tools {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.tool-item {
    background: #dde9dd;
    color: var(--clr-black) !important;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.tool-item:hover {
    background: #cbe1cb;
}

#record_style label {
    margin-bottom: 0.5rem;
}

.r {
    border-radius: 10px !important;
}
.single-word {
    background: #fff;
    border-radius: 100px;
    width: fit-content;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    margin: 7px;
}
.single-word:hover {
    background-color: #f5f5f5;
}
*[id] {
    scroll-margin-top: 11rem !important;
    scroll-snap-align: end none;
}

.tool_error_msg {
    height: 500px !important;
}

@media screen and (max-width: 575px) {
    .input-style {
        padding: 10px 12px !important;
    }
    .btn-style {
        padding: 10px 12px !important;
        min-width: 183px;
        min-height: 39px;
    }
}

.shake-anim {
    animation: shake-animation 0.7s ease-in-out 1s infinite;
}

@keyframes shake-animation {
    0% {
        transform: translateX(0px);
    }

    25% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(-3px);
    }

    75% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0px);
    }
}
/* Theme Classes */

/**HEADER**/
.header-container {
    padding-bottom: 20px !important;
    position: fixed;
    top: 0;
    background: var(--clr-white);
    box-shadow: 0 5px 10px #80808026;
    z-index: 9999;
}
.main-content {
    margin-top: 160px;
}
.header-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo-box {
    width: 100%;
}
.logo-box .logo img {
    width: 100%;
}
@media (max-width: 991px) {
    .header-container {
        position: static;
        padding-bottom: 0px !important;
    }
    .main-content {
        margin-top: 0px;
    }
    .logo-box {
        width: min-content;
    }
    .logo-box .logo img {
        width: 130px;
        height: 29px;
    }
}

.server_header th,
.server_header td {
    padding: 0.45rem !important;
}
.server_header th {
    width: 20%;
}
.server_header td {
    word-break: break-all;
}
.browser-request {
    background: #ebebeb;
    padding: 5px 8px;
    border-radius: 5px;
    line-height: 2.55em;
}
.server-request-c-adj {
    margin-top: 0.4rem;
}
/**HEADER END**/

/**NAV BOX**/
.navbar-custom-box {
    padding: 0;
}
.navbar-custom .nav-item {
    text-transform: capitalize;
    font-size: 14px;
}

.navbar-custom .nav-link {
    padding-right: 1rem !important;
    color: var(--clr-dark) !important;
}
.navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-toggler-icon {
    color: var(--clr-black);
    width: 1.5em;
    height: 1em;
}

#tools_search {
    position: relative;
    width: 362px;
    border-radius: 8px;
}
#tools_search .input-group {
    flex-wrap: nowrap !important;
}
/* #tools_search input {
    width: 100%;
    border-radius: 8px 0 0 8px;
} */
.input-search-field-items,
.all_tools_loading {
    display: none;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px #00000029;
}

#query {
    color: var(--dark);
    background: #f3f3f3;
    padding: 8px 28px;
    border: none;
}

.btn-search {
    background: var(--clr-orange);
}

.show_search_loading {
    display: block;
    cursor: pointer;
    color: gray;
    padding: 10px;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 10;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.show_search {
    border-bottom-left-radius: 0px;
}

@media screen and (min-width: 992px) {
    .input-search-field-items p:hover {
        color: var(--clr-orange);
    }
    #tools_search button {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}
@media screen and (max-width: 991px) {
    .navbar_toggler_btn {
        width: 100%;
    }
    #navbarNav {
        order: 4;
    }
    #tools_search {
        width: min-content;
        border-radius: 8px;
        order: 3;
    }
    /* #tools_search input {
        width: 0%;
        padding: 0;
    } */

    .navbar-custom .nav-item {
        border-top: none !important;
    }
    .navbar-nav .nav-item:first-of-type {
        border-top: 2px solid #c7c7c7 !important;
        margin-top: 10px;
    }
    .query-sm {
        position: relative !important;
        right: -100%;
    }
    .btn-search {
        background: transparent;
    }

    .btn-search .icon-search-bg {
        background-color: var(--clr-black) !important;
    }
}
.search-box {
    width: 90% !important;
}
.search-box-input {
    animation: search-anim 0.3s linear 0s 1 forwards !important;
}
@keyframes search-anim {
    from {
        padding: 0px 28px 0px 10px;
    }
    to {
        right: 0%;
        padding: 0px 28px 0px 10px;
    }
}

/**NAV BOX**/

/**MAIN CONTENT**/
.title {
    border-radius: 3px;
    width: 100%;
    margin: 15px 0;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    margin-bottom: 0;
}
.title {
    font-size: 28px;
    font-weight: bold !important;
}
.title small {
    margin-top: 8px;
    margin-top: 2px;
    color: #ccc;
}
.map-view-link {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 400 !important;
    color: var(--clr-sky) !important;
}
.map-box {
    display: none;
}
.title .last-updated-ip {
    font-size: 11px;
    color: #999;
    margin-left: 5px;
    text-transform: uppercase;
    color: var(--clr-green);
    float: right;
    font-weight: 400;
    margin-top: 6px;
}
/**MAIN CONTENT**/

/* Tool Page */
.h1 {
    font-size: 2rem;
    font-weight: 600;
}
.h2 {
    font-size: 1.5rem;
    font-weight: 600;
}
.h3 {
    font-size: 1.3rem;
    font-weight: 600;
}
.h4 {
    font-size: 1.125rem;
    font-weight: 500;
}
.h5 {
    font-size: 1rem;
    font-weight: 500;
}
.h6 {
    font-size: 0.875rem;
    font-weight: 500;
}
.tool-label {
    font-size: 14px !important;
}
.tool-result-heading {
    font-size: 28px !important;
    font-weight: 600 !important;
}

@media screen and (max-width: 575px) {
    .tool-heading,
    .tool-result-heading {
        font-size: 18px !important;
        font-weight: 600 !important;
    }
}
/* Tool Page */

/**TOOLS**/
.more-tools,
.show-more-tools {
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    font-size: 18px;
    line-height: 24px;
    color: #00acee;
}
.more-tools {
    width: max-content;
    margin-left: auto;
    margin-top: 5px;
}
.tool-form-box {
    padding-top: 30px;
    padding-bottom: 40px;
}
.tool-form-box label {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 19px;
    width: 100%;
    text-align: center;
}
.tool-form-box .tool-input {
    height: 70px;
    font-weight: 300;
    font-size: 25px;
    border-color: #a0a0a0;
}
.tool-form-box .tool-btn {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
}
.tool-form-box-sm {
    padding-top: 24px;
    padding-bottom: 34px;
}
.tool-form-box-sm label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}
.tool-form-box-sm .form-group {
    margin-bottom: 0.5rem;
}
.tool-form-box-sm .tool-input {
    height: 60px;
    font-weight: 300;
    font-size: 22px;
    border-color: #d98810;
}
.tool-form-box-sm .form-text {
    font-size: 12px;
    color: #000 !important;
    text-align: left !important;
    margin-bottom: 2px !important;
}
.tool-form-box-sm .tool-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.tool-table-result {
    font-size: 18px;
    font-weight: 300;
}
@media screen and (max-width: 576px) {
    .more_tools {
        height: 190px;
        overflow: hidden;
    }
    .more_tools .tool-item {
        width: 100%;
    }
}
/**TOOLS END**/

/* Accordion Start */
.accordion-item {
    background: clr(--clr-white);
    border: none;
    margin-bottom: 15px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px !important;
    overflow: hidden;
}
.accordion-item:last-of-type {
    margin-bottom: 0px !important;
}
.accordion-button {
    background-color: clr(--clr-white);
    color: var(--clr-black);
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
}
.accordion-button:hover {
    color: var(--clr-black);
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--clr-black) !important;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-hr {
    color: var(--clr-orange);
    height: 2px !important;
    margin: 0 1rem;
    opacity: 1;
}
/* Accordion End */

/**SIDEBAR CONTENT**/

.main-sidebar {
    border-radius: 10px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: var(--clr-white);
    box-shadow: 0px 3px 6px #00000029;
    height: max-content;
}
.sidebar-widget-box {
    margin-bottom: 10px;
    width: 100%;
}
.sidebar-widget-box .title h4 {
    font-weight: bold !important;
    padding-left: 8px;
    font-size: 24px !important;
}
.widget-list {
    list-style-position: inside;
    padding: 0;
    margin-bottom: 0;
}
.widget-list li {
    width: 100%;
    padding: 2px 8px;
}
.widget-list li i {
    display: none;
}
.widget-list li::marker {
    color: var(--clr-orange);
}
.widget-list li .badge {
    margin-left: 5px;
    font-size: 10px;
    line-height: 1.1;
}
.widget-list li a {
    font-size: 14px;
    color: #3f3f40;
}
.widget-list li a:hover {
    text-decoration: none;
    color: #000;
}
/**SIDEBAR CONTENT**/

/**FOOTER**/

.footer-container {
    padding-top: 25px;
    color: var(--clr-black);
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-container .widget-title {
    text-transform: uppercase;
    font-weight: bold !important;
}
.footer-container .widget-list i {
    margin-right: 5px;
}
.footer-container .widget-list a {
    color: var(--clr-black);
}
.footer-container .widget-list a:hover {
    color: var(--clr-orange);
}
.logo-footer img {
    width: 210px;
    margin-top: 20px;
    filter: grayscale(100%);
    transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1200px) {
    .logo-footer img {
        width: 210px;
    }
}
.logo-footer img:hover {
    filter: grayscale(0%);
}

/**FOOTER END**/

/**COPYRIGHTS**/

.copyright-container {
    text-align: center;
    border-top: 2px solid var(--clr-orange);
    padding-top: 25px;
    padding-bottom: 25px;
    color: var(--clr-black);
    background: var(--clr-white);
}
/*********************************/

/*********-RESPONSIVE-************/

/*********************************/

/*Extra large devices (large desktops, 1200px and down)*/

@media (max-width: 1200px) {
}
/*Large devices (desktops, 992px and down)*/

@media (max-width: 991px) {
    .navbar-custom-box {
        padding: 5px 5px 5px 0px !important;
    }
    .navbar-dark .navbar-nav .active > .nav-link {
        color: rgba(255, 255, 255, 0.5);
        background-color: #3f3f40;
    }
    .navbar-custom .nav-item {
        border-left: 0 none !important;
        border-right: 0 none !important;
        border-top: 1px solid #2b2b2c;
    }
    .navbar-custom .nav-item:first-of-type {
        border-top: 0 none;
    }
    .navbar-custom .nav-link {
        padding: 0.5rem;
    }
    .navbar-custom-box .navbar-toggler {
        font-size: 0.8rem;
        margin-left: 10px;
    }
    #donation_box {
        display: none !important;
    }
}

/*Medium devices (tablets, 768px and down)*/

@media (max-width: 768px) {
    .logo-box {
        text-align: center;
    }
    .tool-form-box {
        padding-top: 15px;
        padding-bottom: 26px;
    }
    .tool-form-box .tool-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 17px;
    }
    .tool-form-box .tool-input {
        height: 46px;
        font-size: 18px;
    }
    .tool-form-box label {
        font-size: 20px;
        margin-bottom: 6px;
    }
}
/*Small devices (landscape phones, 576px and down)*/

@media (max-width: 576px) {
    p {
        font-size: 13px;
        line-height: 21px;
    }
    .table-bordered td,
    .table-bordered th {
        font-size: 12px;
    }
}
/*Small devices (landscape phones, 576px and down)*/

@media (max-width: 470px) {
    .nav-link {
        font-size: 11px !important;
    }
    .input-group #query {
        font-size: 12.5px;
        height: calc(1.5em + 0.8rem + 2px);
    }
    .input-group .btn {
        font-size: 14px;
    }
}
.ads-box-nosqr {
    height: 60px;
    line-height: 60px;
    background-color: #f9f9f9;
    display: block;
    text-align: center;
    color: black;
}
.ads-box-sqr > p {
    text-align: center;
}
.ads-box-sqr {
    background-color: #f9f9f9;
    width: 100%;
    height: 278px;
    line-height: 278px;
}
.sidebar_ads {
    background-color: #f9f9f9;
    width: 100%;
    display: inline-block;
    background: #000;
    height: 450px;
    line-height: 450px;
}
.sidebar-vertical-banner-ad {
    width: 100%;
    height: 450px;
    background-color: #f9f9f9;
    text-align: center;
    padding: 200px 0;
}
.method-options-label {
    text-align: left !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
}
.loading-gif {
    width: 8%;
}
.input_file_btn {
    position: relative;
    overflow: hidden;
}
.input_file_btn input {
    position: absolute;
    font-size: 45px;
    opacity: 0;
    right: 0;
    top: 0;
}
.pointer {
    cursor: pointer;
}
.form_fields label {
    font-size: 14px;
    float: left;
    margin: 0px;
}

.descriptions {
    scroll-snap-type: y mandatory;
}

.descriptions h3,
.descriptions h4,
.descriptions h5,
.descriptions h6 {
    font-size: 1.5rem !important;
    font-weight: 300 !important;
}
/* .descriptions .box-container h2 {
    font-weight: 500 !important;
    font-size: 28px !important;
} */
.descriptions .box-container .h4 {
    font-weight: 300 !important;
    font-size: 28px !important;
}
.descriptions ul li {
    margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
    .descriptions h2 {
        font-size: 16px !important;
    }
    .descriptions .box-container h2 {
        font-size: 18px !important;
        font-weight: 600 !important;
    }
    .descriptions .box-container .h4 {
        font-size: 18px !important;
    }
}

.mt-3px {
    margin-top: 3px;
}
.select_mem th,
.drive_mem_selected th {
    font-weight: 400;
    font-size: 20px;
    vertical-align: inherit;
    color: white;
}

/* tool search loading */
#searched_results {
    background-color: #ffffff;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    margin-top: 10px;
    z-index: 3;
}

#searched_results span {
    color: #b8b8b8;
    font-size: 12px;
    display: block;
    padding: 10px 16px;
}

#searched_results_ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
    max-height: 350px;
    overflow-y: auto;
}

#searched_results li {
    padding: 0px;
}
#searched_results .no_result {
    color: #707070;
    padding: 5px 15px;
    font-size: 14px;
}
#searched_results li:last-of-type {
    border-bottom: none !important;
}
#searched_results li a {
    display: block;
    color: #707070;
    padding: 5px 20px;
    font-size: 14px;
}
#searched_results li a .icon {
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #707070;
    margin-right: 15px;
    vertical-align: middle;
}
#searched_results li a:hover {
    background-color: #f2f2f2;
}

#search_tools_field {
    color: var(--dark);
    background: #f3f3f3;
    padding: 8px 10px;
    border: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.box_loading_container {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: start;
    justify-content: center;
}

.box_loading {
    display: block;
    position: relative;
    width: 80px;
    height: 40px;
}
.box_loading div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 14px;
    background: rgba(255, 145, 0, 0.562);
    animation: box_loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.box_loading div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.box_loading div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.box_loading div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}
@keyframes box_loading {
    0% {
        top: 8px;
        height: 50px;
    }
    50%,
    100% {
        top: 24px;
        height: 25px;
    }
}

@media screen and (max-width: 991px) {
    #search_tools_field {
        padding: 0px;
    }
}

.modal-open {
    overflow: initial !important;
    padding: 0 !important;
}
.resultItemFocus {
    background-color: #f2f2f2;
}
.cursorHide {
    caret-color: transparent;
}
.cursorShow {
    caret-color: black;
}

/* Add Google Play link */
.google_play_bg {
    background-image: url(../images/google-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 7px;
}

.result_heading_color {
    color: #509c94;
}

.b-shadow:hover {
    box-shadow: 0px -2px 6px #00000029;
    border-bottom: 2px solid var(--clr-orange) !important;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.badgeHead {
    font-size: 10px;
    background-color: #eee;
}

/* dropdown styling start */

.dropdown-style .dropdown-toggle::after {
    display: none;
}

.dropdown-style .dropdown-item {
    background-color: #ececec;
    color: #404040;
}

.dropdown-style .dropdown-item {
    background-color: #ececec;
    color: #404040;
}

.dropdown-style .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #f69117 !important;
}

/* dropdown styling end */

/* blog sty g start */

/* blog banner styling start */
.blog_banner {
    width: 100%;
    height: 412px;
    border-radius: 25px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* blog banner styling end */

/* blog search  styling start */
.blog_search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 12px 16px;
}

.blog_search .blog_filter_category {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    align-items: center;
    width: max-content;
}

.blog_search .blog_filter_category .filter_category_title {
    color: #616161;
    font-size: 18px;
    font-weight: 700;
}

.blog_search .blog_filter_category {
    display: flex;
    gap: 15px;
}

.blog_search .blog_filter_category .filter_category {
    border-radius: 18px;
    color: #f69117;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 34px;
    border: 1px solid #f69117;
    background: linear-gradient(0deg, #fffaf4 0%, #fffaf4 100%), #ffe6c9;
}

.blog_search .blog_search_field {
    max-width: 286px;
    width: 100%;
    border-radius: 35px;
    border: 1px solid #c7c7c7;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 23px;
    margin-left: auto;
}

.blog_search .blog_search_field input {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    outline: none;
}

.blog_search .blog_search_field button {
    background-color: transparent;
    border: none;
    outline: none;
    min-width: 24px;
    margin-left: auto;
}

/* blog search  styling end */

/* featured blogs styling start */
.read_more_featured_blog {
    color: #00a2e9;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.featured_blog {
    display: block;
    border-radius: 1.375rem;
    background: #fff;

    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    padding: 1.81rem 1.5rem 1.5rem;
}

.featured_blogs .featured_blog .featured_blog_img {
    width: 100%;
    height: 412px;
    border-radius: 25px;
    overflow: hidden;
}

.blog_publish_detail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}

.blog_author_img {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.blog_author_name {
    color: #707070;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 20px;
}

.view_all_blog,
.blog_read_more {
    color: #f69117 !important;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: normal;
    margin-inline-start: auto;
}

.blog_publish_date {
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

.blog_publish_date:before {
    position: absolute;
    left: -12px;
    top: 5px;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #707070;
}

.blog_category,
.single_blog_category {
    border-radius: 5px;
    background: #fffaf4;
    padding: 4px 8px;
    border: 1px solid #f69117;
    color: #f69117;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-left: auto;
}

.single_blog_category {
    background-color: #ffe6c9;
    border-color: transparent;
}

.featured_blogs .blog_details .blog_title {
    color: #616161;
    font-size: 48px;
    font-weight: 600;
}

.featured_blogs .blog_details .blog_desc {
    color: #343a40;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

/* featured blogs styling end */

/* more featured blogs styling start */
.more_featured_blogs_title {
    color: #616161;
    font-size: 28px;
    font-weight: 600;
}

.more_featured_blogs .more_featured_blog {
    display: flex;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #007aff;
    padding: 21px 0px;
}

.more_featured_blogs .more_featured_blog:last-of-type {
    border: none;
}

.more_featured_blogs .more_featured_blog .blog_img {
    width: 125px;
    min-width: 125px;
    height: 114px;
    border-radius: 10px;
    overflow: hidden;
}

.more_featured_blogs .more_featured_blog .blog_details .blog_title {
    color: #616161;
    font-size: 18px;
    font-weight: 600;
}

.more_featured_blogs .more_featured_blog .blog_details .blog_desc {
    color: #343a40;
    font-size: 14px;
    font-weight: 400;
}

/* more featured blogs styling end */

.technology_group_heading {
    color: #616161;
    font-family: Segoe UI;
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    margin-bottom: 29px;
}
/* all blogs styling */
.all_blogs .view_all {
    color: #007aff;
    font-size: 18px;
    font-weight: 600;
}

.all_blogs .blog {
    display: block;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.featured_blog .icon-arrow-45deg,
.more_featured_blogs .more_featured_blog .icon-arrow-45deg,
.all_blogs .blog .icon-arrow-45deg,
.all_blogs .view_all .icon-arrow-45deg {
    transition: all 0.3s ease-in-out;
}

.featured_blog:hover .icon-arrow-45deg,
.more_featured_blogs .more_featured_blog:hover .icon-arrow-45deg,
.all_blogs .blog:hover .icon-arrow-45deg,
.all_blogs .view_all:hover .icon-arrow-45deg {
    transform: rotate(45deg);
}

.all_blogs .blog .blog_img {
    width: 100%;
    height: 286px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.more_featured_blogs .more_featured_blog .blog_img img,
.featured_blogs .featured_blog .featured_blog_img img,
.all_blogs .blog .blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-in-out;
}

.more_featured_blogs .more_featured_blog:hover .blog_img img,
.featured_blogs .featured_blog:hover .featured_blog_img img,
.all_blogs .blog:hover .blog_img img {
    transform: scale(1.1);
}

.all_blogs .blog .blog_details {
    padding: 19px;
}

.all_blogs .blog .blog_details .blog_title {
    color: #343a40;
    font-size: 18px;
    font-weight: 700;
}

.all_blogs .blog .blog_details .blog_desc {
    color: #343a40;
    font-size: 14px;
    font-weight: 400;
}

/* all blogs styling end */
/* blog pagination start */
.blogs_pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3rem 0rem;
}

.blogs_pagination .previous_blog,
.blogs_pagination .next_blog {
    color: #667085;
    font-size: 14px;
    font-weight: 500;
}

.blogs_pagination .pages {
    display: flex;
    margin: auto;
}

.blogs_pagination .pages .page {
    height: 40px;
    width: 40px;
    padding: 12px;
    border-radius: 8px;
    color: #667085;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
}

.blogs_pagination .pages .page.active_page {
    background: #ffe6c9;
    color: #f69117;
}