/**
Theme Name: Astra Child
Template: astra
Author: Dimark
Author URI: https://dimark.am/
Description: Public portal is fast, fully customizable & beautiful WordPress theme suitable for blog.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
*/

.ast-primary-header-bar, .ast-below-header-bar {
    background-color: #F9FCFD;
    border: unset;
}

.ast-above-header-bar {
    border: unset;
}

.site-title {
    font-size: unset;
}

.site-title a{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #276180 !important;
}

#rester-section {
    margin: 30px 0px;
    width: 100%;
}

.section-title{
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #276180;
    margin-bottom: 50px;
}

.rs-title{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #276180;
    margin-bottom: 30px;
}

.rs-input {
/*    width: 14%;*/
}

.table-container {
    overflow: auto;
    margin-bottom: 40px;
}

.rs-search {
    width: 100%;
}

.rs-input input, .rs-input select{
    background: transparent;
    border: 1px solid #AEAEAE;
    border-radius: 5px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #202020;
    margin-bottom: 5px;
    overflow: hidden;
    outline: unset;
    box-shadow: unset;
    height: 48px;
}

.rs-input select::selection{
    color: #202020;
}

#rs-form {
    display: grid;
    grid-template-columns: repeat(5, calc( 20% - 16px ) );
    grid-gap: 20px;
}

.rs-search button{
    width: 100%;
    padding: 0;
    height: 48px;
    background: #3F8EB8;
    border-radius: 5px;
    margin-bottom: 5px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
    background-color: #F9FCFD;
    min-height: 300px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    background-color: #F3F8FB;
/*    min-height: 120px;*/
}


#ast-hf-menu-2 > .menu-item > .menu-link{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    justify-content: center;
}

#ast-hf-menu-2 > .menu-item.rester > .menu-link {
    color: #3F8EB8;
}

#ast-hf-menu-2 > .menu-item{
    height: 68px;
    border: 1px solid #3F8EB8;
    border-radius: 5px;
    margin-right: 20px;
    background: #3F8EB8;
    width: 260px;
    text-align: center;
}

#ast-hf-menu-2 > .menu-item.rester{
    background: transparent;
}


.ast-primary-header-bar .site-primary-header-wrap {
    min-height: 100px;
}
.ast-below-header-wrap {
    display: none;
}

.rs-content-section {
    margin-top: 50px;
}

.declaration{
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgb(148 183 208 / 30%);
    box-shadow: 0 0 30px rgb(148 183 208 / 30%);
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.declaration .declaration-info{
    width: 40%;
    padding-right: 20px;
}

.declaration .position-info {
    width: 30%;
    padding-right: 10px;
    font-size: 16px;
}

.delcarant-info {
    width: 30%;
    padding-right: 10px;
    font-weight: 700;
    font-size: 16px;
}

.declaration .submmision-info {
    width: 15%;
    font-size: 14px;
}

.declaration-info .name{
    font-size: 16px;
}

.submmision-info .submited {
    text-align: right;
}

.declaration-single-section {
    width: 100%;
    margin: 50px auto;
}

.single-section-title {
    text-align: center;
    font-size: 38px;
/*    letter-spacing: 15px;*/
    font-weight: 500;
    margin-bottom: 30px;
}

.row-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.single-declaration-row {
/*    overflow: hidden;
    overflow-x: scroll;
    width: 100%;*/
}

.table-container::-webkit-scrollbar {
    height: 7px;
}

.table-container::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-container::-webkit-scrollbar-thumb {
    background: #0c83a6;
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: #3F8EB8;
}

.single-declaration-row table {
    margin: 20px auto;
    margin-bottom: 10px;
}

.single-declaration-row td, .single-declaration-row th {
    padding: 2px 7px;
    border-width: 0 1px 1px 0;
    line-height: 15px;
}

.th-title {
    text-align: left;
    font-size: 11px;
}

.td-content {
    font-size: 11px;
}

.tb-title {
    font-size: 11px;
}

a.print-declaration {
    padding: 7px 14px;
    border-radius: 4px;
    background: #3F8EB8;
    color: #fff;
    width: 200px;
    display: inline-block;
}

a.print-declaration:hover {
    background: #29749c;
    color: #fff;
}

.print-section{
    justify-content: space-between;
display:flex;
    margin-bottom: 20px;
    position: relative;
}


.single-section-subtitle {
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 32px;
}

#masthead{
    display: none;
}

.not-found {
    text-align: center;
    font-size: 18px;
}

.td-content.no-information {
    text-align: center;
}

select.per_page {
    padding: 3px;
    border-radius: 4px;
    background: transparent;
    margin-left: 10px;
}

.pagination > form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: center;
    position: relative;
}

.items-pagination {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.items-count {
    width: 10%;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 0;
}

ul.pagination {
    margin: unset;
    padding: unset;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination > li {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    color: #444444;
}

ul.pagination > li a{
    color: #444444;
}

li.currentpage {
    background: #f3f8fb;
    font-weight: 600;
}

.pagination {
    margin-top: 40px;
}

.row-subtitle {
    text-align: center;
}

.not-found-declaration {
    text-align: center;
    min-height: 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}




div.yen-dropdown { 
    display: none; 
    position: absolute;
    top: 100%;
    width: 200px;
    margin: unset;
    background: #ffffff;
    z-index: 9;
    right: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 7px -1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 1px 1px 7px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 1px 1px 7px -1px rgb(0 0 0 / 20%);
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
div.yen-dropdown li { 
    list-style-type: none;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    width: 100%;
}
div.yen-dropdown li:hover{
    background: #f9f9fc;
}
div.yen-dropdown li button {
    background: unset;
    color: #000;
    height: unset;
    padding: 5px 10px;
    width: 100%;
}

.devleretions-title .dec-title {
    font-weight:700;
    font-size:17px;
    color:#3F8EB8;
}

.devleretions-title .dec-title.submmision-info {
    text-align:right;
}

.home-button {
    padding: 7px 14px;
    border-radius: 4px;
    background: #3F8EB8;
    color: #fff;
    display: inline-block;
}

.row-value {
    text-align:center;
    margin-bottom:40px;
}
.go-to-home {
    text-align:center;
}

.rs-input.rs_search {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

button#rs-search-btn {
    margin-bottom: 5px;
    height: 48px;
    border-radius: 5px;
}

@media screen and (max-width:1024px){
    .devleretions-title {
        display:none !important;
    }
}