/*
 Theme Name:   Real Factory Child
 Theme URI:    http://demo.goodlayers.com/realfactory
 Description:  Goodlayers Real Factory Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     realfactory
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  realfactory-child

 START YOUR CHILD THEME CSS HERE
*/


@font-face {
    font-family: "Hind";
    src: url("assets/fonts/Hind.woff2") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    src: url("assets/fonts/OpenSans-regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    src: url("assets/fonts/Roboto-regular.ttf") format("truetype");
}


.tooltip {
    position: relative;
    margin: 15px 0 5px;
    display: flex;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .rekenmodule-calculator select, .rekenmodule-calculator input {
    display: block;
    border: 2px solid #e2eeff;
    border-radius: 8px;
    width: 100%;
    padding: 16px 40px 16px 24px;
    line-height: 1.33;
    transition: opacity .1s linear;
    height: 100% !important;
  }

  .rekenmodule-calculator .calculator {
    display: flex;
}

.rekenmodule-calculator .calculator form, .info-container {
    width: 50%;
}

#tooltip-container {
    padding: 32px;
    background-color: #fff;
    width: 100%;
    color: black;
    display: none;
    margin: 20px;
    border-radius: 8px;
    position: relative;
}

.flex_description {
    display: flex;
    justify-content: space-between;
}

.info-selector {
    width: 23px;
    height: 23px;
    border: 1px solid white;
    border-radius: 35px;
    padding-left: 9px;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
}

.line1 , .line2 {
    border: 1px solid black !important;
    width: 100%;
}

.line1 {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
}

.line2 {
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
}

#close-info {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.rekenmodule-result {
    font-size: 30px;
    line-height: 30px;
}

@media only screen and (max-width: 800px) {
    .rekenmodule-calculator .calculator form, .info-container {
        width: 100%;
    }
    .rekenmodule-calculator .calculator {
        display: block;
    }
    #tooltip-container {
        position: fixed;
        top: 10%;
        left: 0;
        width: 90%;
    }
    .rekenmodule-container {
        width: 100% !important;
        padding: 10px 0;
    }
}

.disclaimer-calc {
    font-size: 12px;
    color: white;
    background: #eb6e08;
    padding: 5px;
    text-align: center;
}

.elementor-widget-container .gdlr-core-dropdown-tab{
    font-size: 14px !important;
}

.elementor-widget-container .gdlr-core-dropdown-tab-content .fa {
	 font-size: 14px !important;
}

.elementor-widget-container .gdlr-core-dropdown-tab-content-wrap {
	padding-top: 6px;
}

.elementor-widget-container .gdlr-core-dropdown-tab-title {
	margin-top: 0px
}