/*!
Theme Name: finance
Theme URI: http://underscores.me/
Author: Kristech
Author URI: http://underscores.me/
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: finance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

finance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html{
    direction:rtl;
}
body {
  font-family: 'Rubik', sans-serif;
  /* color: #2d7b92; */
  text-align: right;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#page{
    max-width: 90%;
    margin: 0 auto 20px;
}
footer{
    margin-top: auto;
    color: #95989a!important;
}
footer a{
    color: inherit;
}
/* label {
  float: right;
} */
.form-warpper .logo-wrapper{
  display: flex;
  justify-content: center;
}
.form-warpper .logo-wrapper img{
  width: 30%;
}

h2 {
  font-weight: 700;
  color: #c0343e;
  margin-bottom: 2.5rem;
}

h3 {
  text-align: center;
  margin-bottom: 20px;
}

.form-group > label{
  font-weight: 400;
  margin-bottom: 0;
  margin-inline-start: 4px;
}

input[type="radio"] ~ label{
  /* color: #c38d2e; */
  /* font-weight: 500; */
}

.data-hide:not(.active) {
 display: none;
}

.files-warp,
.for-group.data-hide,
.for-private.data-hide,
#additional_income.data-hide,
#group.data-hide,
#private.data-hide {
  display: none;
}

.row {
  position: relative;
}
.row-delete {
  position: absolute;
  left: 0;
  color: red;
  font-weight: 700;
  font-size: 20px;
  z-index: 1;
}

.m-bg-light {
  /* background-color: #fff5e5; */
}

.row.birth-years{
  width: 100%;
  padding: 0 4%;
  display: flex;
  flex-direction: column;
}

.row.birth-years input{
  width: 155px;
  margin: 5px 0;
}

#docsList .card{
  margin-bottom: 10px;
}
.page-id-15504 h1{
  text-align: center;
}
.page-id-15504 h2{
  color: black;
}

.page-id-15504 img{
  margin: 0 auto;
  display: flex;
}