/*!
Theme Name: areas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.19
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: areas
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.

areas 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/
*/

.menu-toggle,
.main-navigation {
    display: none;
}

.search {
    margin-top: 50px;
}

.search input {
    margin-right: 10px;
}

.search-container {
    max-width: 400px;
    margin: 0 auto;
}
label {
    display: block;
    margin-bottom: 10px;
}
input[type="text"],
select {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
}

#table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 40px;
}

#table td,
#table th {
    border: 1px solid #ddd;
    padding: 8px;
}

#table tr:hover {
    background-color: #ddd;
}

#table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4d5351;
    color: white;
}

/*
 CALCULATE
 */
.Select-placeholder {
    display: none;
}

.calculate-fields {
    display: flex;
    justify-content: space-around;
    align-items: self-end;
    gap: 20px;
    flex-wrap: wrap;
}

.calculate-fields p {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #009BE6;
}

.calculate-fields .Select-control {
    width: 274px;
    height: 54px;
    border-color: rgba(0, 155, 230, 1)!important;
    border-width: 2px!important;
    border-radius: 30px;
}

.calculate-fields .Select-menu-outer {
    /*border-color: rgba(0, 155, 230, 1)!important;
    border-width: 2px!important;
    border-radius: 50px;*/
    text-align: right;
}

.calculate-fields .Select-control>:last-child {
    padding-left: 20px;
}

.calculate-fields .Select-arrow {
    border-color: #009BE6 transparent transparent;
    border-width: 7px 7px 5px;
    margin-top: 10px;
}

.calculate-fields .Select.is-open > .Select-control .Select-arrow {
    border-color: transparent transparent #009BE6;
    border-width: 0 7px 7px;
    margin-top: 10px;
}

.calculate-fields .Select-value{
    line-height: 54px!important;
    text-align: right;
}

.calculate-fields .Select-input input{
    line-height: 35px!important;
    color: #9B9B9B!important;
    font-size: 24px;
    font-weight: 500;
}

.calculate-fields .Select-value-label {
    font-size: 24px;
    font-weight: 500;
    color: #9B9B9B!important;
}

.calculate-fields button {
    cursor: pointer;
    background: #009BE6;
    border-radius: 100px;
    width: 272px;
    height: 54px;
    border-color: rgba(0, 155, 230, 1);
    border-width: 1px;
    border-style: solid;
    color: #fff;
    font-size: 24px;
}

.calculate-result {
    margin-top: 50px;
    font-size: 40px;
    text-align: center;
    color: #009BE6;
    font-family: "AlmoniTzarAAALight";
}

.calculate-result strong {
    font-family: "AlmoniTzarAAABold";
    font-weight: 700;
}
