/* font */
@import url('../plugins/bootstrap/css/bootstrap.min.css');
@import url('../font/Poppins.css');
@import url('./root.css');
@import url('./reset.css');
@import url("./header.css");
@import url("./footer.css");
@import url('./posts.css');
@import url('./single.css');
@import url('./page.css');
@import url('./contact.css');
@import url('./responsive.css');


/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.stickey__header {
    /* position: fixed; */
    width: 100%;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all 0.3s ease-in-out;
}

.active__stickey {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.posts__ads-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.DocSearch-Button {
    --docsearch-searchbox-background: rgba(0, 0, 0, 0.1);
    --docsearch-searchbox-color: #fff;
    --docsearch-searchbox-focus-background: rgba(0, 0, 0, 0.25);
    --docsearch-searchbox-shadow: 0 0 0 0.25rem rgba(255, 228, 132, 0.4);
    --docsearch-text-color: #fff;
    --docsearch-muted-color: rgba(255, 255, 255, 0.65);
    /* width: 100%; */
    height: 38px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: .375rem;
}

.header-wrap-right {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.header-wrap-right {
    display: flex;
    align-items: center;
}

.DocSearch.DocSearch-Button {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    text-align: left;
    border: 1px solid;
}

.DocSearch.DocSearch-Button:focus {
    background-color: 255, 255, 255, 0.4;
}


.form__search {
    display: flex;
    align-items: center;
    border: 1px solid var(--sec-color);
    padding: 0.3rem;
    border-radius: 5px;
}

.form__search:focus {
    background-color: red;
}

.form__search .input__search-item {
    outline: none;
    box-shadow: none;
    border: none;
}

.form__search .input__search-item:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.search__box-mobile {
    display: none;
}

.breadcrumb-item {
    color: rgb(53, 53, 254) !important;
    font-size: .9rem;
}

.figure img {
    cursor: pointer;
}

.page-item,
.page-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link.current {

}
