/*
Theme Name: Moneido
Author: Moneido
Description:Moneido
Version:1.0
text Domain:Moneido
*/

:root {
  --primary-color: #2EBD7E; 
  --secondary-color: #EDEEF1;
}

/* latin */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(font/xMQOuFFYT72X5wkB_18qmnndmSdSnk-NKQI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
	font-family: 'Sora', sans-serif;
	color: #000;
}
a {
    text-decoration: none;
    font-weight: normal;
	color:#0000ee;
}
/***************** For Navmanu *********************/
/*
.header {
    position: relative;
    z-index: 1;
}
header.header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.3);
    z-index: 0;
    top: 100px;
}*/
.header {
	background: var(--secondary-color);
	/*border-bottom: 2px solid rgba(255, 255, 255, 0.2); */
}
.header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 10px 0;
    position: relative;
    z-index: 5;
}
/************** vijay *****************/
.header__menu-burger {
    position: relative;
}
.header__nav-ul {
    display: flex;
    list-style: none;
	padding-left: 5px;
}
.menu-item {
    position: relative;
}
.header__nav li.menu-item-has-children {
    margin-right:10px;
}
.header__nav li {
    padding: 10px 5px;
/*     margin-top: 10px; */
}
.header__nav li:last-child {
    padding: 10px 0px 10px 5px;
}
.menu-item a{
	font-size: 16px;
    color: #000;
	text-decoration: none;
}
.menu-item a:hover{
	color: var(--primary-color);
}
.menu-item >ul.sub-menu li a:hover{
	color: var(--primary-color);
}
.menu-item >ul.sub-menu{
	display:none;
}
.header__nav-ul > .menu-item >a{
	padding: 2.3rem 0.8rem 2.3rem 0.5rem;
}
.menu-item >ul.sub-menu li {
    border-bottom: 1px #e0e0e0 solid;
    padding: 12px;
}
.menu-item >ul.sub-menu li:hover{
	border-bottom: 1px var(--primary-color) solid;	
}
.menu-item >ul.sub-menu li a{
	display:flex;
	color:#000;
}
.menu-item:hover ul.sub-menu {
    display: block;
    animation: fadeIn 350ms;
    position: absolute;
    top: 45px;
    list-style: none;
    padding: 0;
    background: #fff;
    width: 320px;
    min-width: 100%;
}
#menu-main-menu .menu-item .sub-menu li:hover .sub-menu {
    display: block!important;
    position: absolute;
    background-color: #000;
    top: -0;
    left: 100%;
}
#menu-main-menu .menu-item .sub-menu li .sub-menu {
    display: none;
}
/*.header__nav img.headerlogolazy {
    width: 175px;
    height: 91px;
} */
.headerlogolazy {
    width: 245px;
    height: 70px;
}
.menubg {
    background-color: #2EBD7E;
}

.menubg a {
    color: #000!important;
}
@media(max-width:768px){
.header__nav {
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
}
.header__nav-ul {
    flex-direction: column;
    padding: 15px;
    position: absolute;
    z-index: 2;
    background: var(--primary-color);
    width: 100%;
}
.header__nav-ul > .menu-item >a {
    padding: 0;
}
.hamburger:hover {
    cursor: pointer;
}
.hamburger .line {
    width: 50px;
    height: 5px;
    background-color: #000;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
}
#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}	
.header__menu-burger{
	display:none;
}
.header__menu-burger.active{
	display:block;
}
.header__menu-burger{
	width: 100%;
	}
.header__nav li.menu-item-has-children {
    margin-right: 0px;
}
.header__nav li{
	padding: 8px;
	margin-top:0px;	
}
	.menu-item-has-children:after{
		content:'test';
    position: absolute;
    top: 0;
    right: 0;
	}
	.menu-item:hover ul.sub-menu{
		    position: revert;
	}
	.header__menu-burger .menu-item-has-children ul.sub-menu{
		display:none;
	}
	.header__menu-burger.active .menu-item-has-children.active ul.sub-menu{
		display:block;
	}
	.menu-item >ul.sub-menu li{
		    border-bottom: unset;
	}
.menubg {
    background-color: transparent;
}
}
/***************** For Navmanu *********************/

/***************** Footer Style Starts *********************/
.footerimgs {
    margin-top: 10px;
	width:50%;
}
.footer{
   /*background-color: var(--secondary-color); */
   color: #000;
}
.footer.outside {
  position: relative;
}
footer.footer.outside:before {
    content: '';
    position: absolute;
    background: #a0ffe180;
    -webkit-clip-path: polygon(50% 24%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
    width: 100%;
    height: 100%;
}

.footer .inside {
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: var(--secondary-color);
  -webkit-clip-path: polygon(50% 24%, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(50% 15%, 100% 0%, 100% 100%, 0 100%, 0 0);
}
.footer .container{
  position: relative;
}
.searchform {
    margin-bottom: 20px;
    margin-top: 10px;
}
.search_form {
    display: flex;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}
.footer #searchform label {
    width: 0px;
}
.footer .search_form_term {
    width: 200px;
    height: 45px;
    border: 0;
    font-size: 22px;
    padding: 5px 10px;
    outline: none;
    background-color: #DDDCD6;
}
.footer .search_form_btn {
    border: 0;
    font-size: 22px;
    padding: 5px 10px;
    outline: none;
    background-color: #ffff!important;
}
.search_form_btn i {
    padding-right: 0px;
	color:#000;
}
.mainfoot {
    display: flex;
    flex-direction: column;
}
.primaryfoot {
    display: flex;
    justify-content: space-between;
    margin: 120px 0 20px 0;
}
.footer ul {
    list-style: none;
    padding-left: 0px;
}
.footer ul a {
    color: #000;
    text-decoration: none;
}
.footer ul li {
    padding-bottom: 13px;
}
.footer ul a:hover {
    color: var(--primary-color);
}
.footcolumn1 {
    display: grid;
    grid-row-gap: 30px;
	flex-basis: 30%;
}
.footcolumn2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    flex-basis: 50%;
    margin: 0px 35px;
}
.footcolumn2 li a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 6px;
}
.footcolumn3 {
    margin-top: 16px;
    flex-basis: 20%;
}
.footcolumn3 .footerhead i {
    padding-right: 10px;
}
.footerhead {
    font-weight: bold;
}
.secondaryfoot {
    text-align: center;
    padding: 20px 0px;
    background-color: #DDDCD6;
    font-weight: bold;
	position: relative;
}
@media(max-width:768px){
.footer {
    background-image: none;
    border-radius: initial;
}
.primaryfoot> div {
    margin: auto;
    font-size: 13px;
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
}
.primaryfoot {
    margin: 100px 0 20px 0;
    flex-direction: column;
    align-items: center;
}
.footer .search_form_term {
    width: 200px;
}
.footcolumn3 {
    grid-row-gap: 45px;
    width: 66%;
}
.footer .inside {
    -webkit-clip-path: polygon(50% 24%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 10%, 100% 0%, 100% 100%, 0 100%, 0 0);
}
.footer.outside {
    -webkit-clip-path: polygon(50% 24%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
	background: #a0ffe180;
}
footer.footer.outside:before {
    content: '';
    position: absolute;
     background: none; 
    -webkit-clip-path: polygon(50% 24%, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
    width: 100%;
    height: 100%;
}	
}
/***************** Footer Style Ends *********************/

/***************** Tablepress Style Starts *********************/
.modifytime{
   font-weight:bold;
/*    margin-bottom: 30px; */
}
.img_link {
	display: inline-block;
}
.loantable{
/* 	 margin: 0px 0px 40px 0px; */
}
.tableyes {
    color: #585858;
    font-size: 22px;
}
.loandetailinr {
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    max-height: 0px;
}
.loandetailinr.credit {
    grid-template-columns: 2fr 2.1fr;
}
.loandetailinr {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    background-color: #f5f3e7;
    border-radius: 35px;
    padding: 4rem 30px 0px 30px;
    position: relative;
    z-index: 2;
    top: -45px;
}
.loandisclaimer p {
    margin-bottom: 0px;
}
p.loandisclaimerhead {
    font-weight: 900;
}
.column2-part>div {
	  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #000000;
    padding: 8px 0px;
}
.column2-part>div:last-child {
	 border-bottom: none;
}
.column2-part {
    margin-top: 28px;
}
.loandetailsec1>div , .loandetailsec2>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #000000;
    padding: 8px 0px;
}
.loandetailsec1>div:last-child , .loandetailsec2>div:last-child{
	 border-bottom: none;
}
.tableloandark{
	   font-weight: 900;
}
.star-rating-casino {
    position: relative;
}
.star-rating-white {
    display: block;
    height: 20px;
    width: 103px;
    background: url(https://prestamos.moneido.es/wp-content/uploads/2023/12/empty-star.png) 1px 0px;
    background-repeat: no-repeat;
    background-size: 103px;
    margin: auto;
}
.star-rating-color {
    display: block;
    height: 20px;
    width: 103px;
    background: url(https://prestamos.moneido.es/wp-content/uploads/2023/12/color-star.png) 1px 0px;
    background-repeat: no-repeat;
	 background-size: 103px;
}
    .tableribbon p {
    margin-bottom: 0px;
    padding: 2px 8px 2px 4px;
    border-radius: 2px;
    font-size: 14px;
}
.tableribbon {
    position: absolute;
    top: 8px;
    right: -10px;
}
.tableribbonafter {
    position: absolute; 
    left: -10px; 
    bottom: 1px; 
    width: 0; 
    height: 28px; 
    border-bottom: 15px solid transparent; 
    border-top: 15px solid transparent; 
}
.tablereviebtn a {
    color: #585858;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
}
.viewmorebtn {
    position: relative;
}
button[class*="morebtn_"] {
   background-color: #f5f3e7;
    border: none;
    color: #585858;
    padding: 0px 30px;
    border-radius: 30px;
    font-size: 12px;
    position: absolute;
    top: -58px;
    left: 44%;
    z-index: 3;
	font-weight: 600;
}
button[class*="morebtn_"]:before {
       content: "";
    width: 45%;
    height: 1px;
    background: #585858;
    display: block;
    position: absolute;
    bottom: 5px;
}
button[class*="morebtn_"]:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 22px;
    position: relative;
    top: 4px;
    left: 8px;
}
button[class*="morebtn_"].active:after {
    content: "\f106";
}
button[class*="morebtn_"].active:before {
    width: 50%;
}	
.loandisclaimer, .loandetailsec1, .loandetailsec2 {
    padding-bottom: 1rem;
}
.tablepress .row {
    display: grid;
    grid-template-columns: 250px 1fr;
    margin: 0px 0px 0px 0px;
    color: #000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px 30px 30px 30px;
	position:relative;
	z-index:3;
}
.tablepress .logopart {
    background-color: #fff;
    border-radius: 30px 0px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:15px;
	position:relative;
}
.tablepress .logopart img {
    width: 180px;
    border-radius: 5px;
	height: 70px;
    object-fit: contain;
}
.tablepress .rating-excellent {
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #000;
    align-items: center;
}
.tablepress .rating {
    width: 40px;
    height: 20px;
    padding: 10px;
    background-color: #69F0AE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.tablepress .excellent {
    text-transform: uppercase;
    font-size: 12px;
}
.tablepress .contentpart {
    background-color: #f8f7f7;
    border-radius: 0px 30px 30px 0px;
}
.contentpart-border {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin: 15px 30px 15px 30px;
    grid-column-gap: 3rem;
    padding: 20px 20px 20px 20px;
}
.column1-title, .column2-title{
    font-size: 20px;
	font-weight: 600;
}
.column1-part > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #000;
    padding: 8px 0px;
}
.column1-part > div:last-child {
    border-bottom: 2px solid transparent;
    padding-bottom: 0px;
}
.column1-part span {
    font-weight: bold;
}
.column2-part li {
    list-style: none;
    margin-bottom: 5px;
}
.column2-part ul {
    padding-left: 0px;
}
.column2-part li:before {
    color: #69F0AE;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
}
.contentpart-column3 {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.contentpart-column3 .button-empty {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: bold;
}
.contentpart-column3 .button-empty a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 40px;
    background-color: #585858;
	font-weight: bold;
}
.contentpart-column3 .button-empty a:hover {
    background-color: #2EBD7E;
    color: #fff;
}
.contentpart-column3 .button-solid {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: bold;
}
.contentpart-column3 .button-solid a{
    background-color: #2EBD7E;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 40px;
	font-weight: bold;
}
.contentpart-column3 .button-solid a:hover{
	background:#585858;
	color: #fff;
}
.tableloandark span:not(:last-child):after {
    content: ' / ';
}
@media(max-width:768px){
.loandetailinr.credit {
    grid-template-columns: unset;
}
.loandetailinr {
    grid-template-columns: 1fr;
    gap: 0px;
}	
.loandetailinr {
    top: -42px;
}
.contentpart-column2 {
    order: 1;
}
.loandisclaimer {
    order: 4;
	padding-bottom: 2rem;
	padding-top:1rem
}
.loandetailsec1 {
    order: 2;
}
.loandetailsec2 {
    order: 3;
}
.loandetailsec1, .loandetailsec2 {
    padding-bottom: 0px;
}	
.column2-part {
    margin-top: 10px;
}
.column2-part>div:last-child {
    border-bottom: 2px solid #000000;
}
.loandetailsec1>div:last-child {
    border-bottom: 2px solid #000000;
}	
.tableribbon {
       right: 10px;
    bottom: -15px;
    top: unset;
}	
button[class*="morebtn_"] {
    top: -58px;
    left: 32%;
}
.contentpart-column3 .button-solid a {
    width: max-content;
    margin: auto;
}	
/* button.morebtn.active {
    top: -105px;
} */
.tablepress .logopart {
  grid-area: logopart;
  height: 160px;
  border-radius: 30px 30px 0px 0px;
box-shadow: 0 0 5px rgb(7 86 130 / 20%);
	}
.tablepress .contentpart {
  grid-area: contentpart;
  border-radius: 0px 0px 30px 30px;
	}
.tablepress .row {
    margin: 0px 0px 0px 0px;
    grid-template-columns: 1fr;
    grid-template-areas:
        "logopart"
        "contentpart";
}
.contentpart-column1{
  grid-area: contentpartcol1;
  position: relative;
}
.contentpart-column3{
  grid-area: contentpartcol3;
/*     height: 120px; */
    justify-content: start;
}
.contentpart-border{
    grid-template-columns: 1fr;
    grid-template-areas:
        "contentpartcol1"
        "contentpartcol3";
    border-top: none;
    border-bottom: none;
    margin: 5px 15px 5px 15px;
    padding: 20px 20px 20px 20px;
	grid-row-gap: 20px
	}
/*.contentpart-column3 .button-empty {
	padding: 12px 79px;
}
.contentpart-column3 .button-solid {
	padding: 12px 80px;
} */
}
/***************** Tablepress Style Ends *********************/

ul.tick{
    padding-left: 15px;
}
@media(max-width:768px){
	h1,.modifytime{
		text-align:center;
	}
	.tablepress .rating{
		width: 50px;
    height: 26px;
    margin-right: 10px;
	}
	.tablepress .excellent{
		font-size: 15px;
	}

}

/***********Wp Block css Starts**************/
img {
    height: auto;
    max-width: 100%;
}
.gb-inside-container {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
@media(max-width:768px){
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
    margin: auto;
    float: none;
	}
}
/***********Wp Block css Ends**************/
/***********List type Starts**************/
.is-style-number, .is-style-tick  {
    counter-reset: item;
}
.is-style-number li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.is-style-number li:before {
    content: counter(item) " ";
    counter-increment: item;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-right: 15px;
    width: 40px;
    background: #2ebd7e;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 20px;
}
.is-style-tick li {
    display: flex;
    margin-bottom: 10px;
    align-items: start;
}
.is-style-tick li a {
    display: contents;
}
.is-style-number li a {
    display: contents;
}
.is-style-tick li strong {
    display: contents;
}
.is-style-number li strong {
    display: contents;
}
.is-style-tick li:before {
    color: #2EBD7E;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
}
.strongli ol li{
	display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 50px;
}
.strongli ol li:before{
	grid-row: 1 / 3;
}
/***********List type Ends**************/
/***********Cookiebar Starts**************/
#cookie-bar {
    background: #000000ad!important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: 0;
	text-align:center;
}
#cookie-bar .cookiepara > div {
    display: flex;
    justify-content: center;
    color: #fff;
    padding: 5px 0px;
    font-size: 15px;
}
#cookie-bar .cookiepara i {
    padding-right: 5px;
}
#cookie-bar .links {
    color: var(--secondary-color);
    text-decoration: none;
}
#accept-cookie {
    background-color: var(--primary-color);
    padding: 2px 4px;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 0px;
    line-height: 18px;
	width: fit-content;
    display: inline-block;
}
#cookie-bar.cookiebarhide {
    display: none;
}
#cookie-bar.cookiebarnone{
    display: none;
}
@media(max-width:768px){
.is-style-number li{
	flex-direction: column;
}
#cookie-bar .cookiepara > div {
    margin: 0px 10px;
}
.iconsymbol{
	display: flex;
    align-items: center;
    padding-right: 10px;
    font-size: 20px;
}
.parasize{
font-size: 12px;
}
#cookie-bar .links {
    margin-left: 5px;
}
}
/***********Cookiebar Ends**************/
/***********Scroll to top start**************/
.scroll_to_top_fixed {
    background-color: var(--primary-color);
    border: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    width: 40px;
    padding: 0px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    text-align: center;
}
.scroll_to_top_fixed i {
    font-size: 35px;
}
/***********Scroll to top end**************/
@media (min-width: 40em){
.gb-container > .gb-container {
  max-width: 1110px;
}
}

/***********Header search **************/
.search-element {
  background: #fff;
  position: absolute;
  width: 100%;
 max-height:0px;
transition: max-height 0.2s ease-out;
overflow: hidden;
}

.search-element .search-form {
  position: relative;
  width: 100%;
}
.search-element .search_form_term {
  width: 100%;
  height: 40px;
  border: 0;
  color: #313131;
  font-size: 20px;
  line-height: 45px;
  font-weight: 400;
  padding: 0 15px;
  outline: none;
}
.search-form:before {
  content: "\f002" !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 5px;
  right: 2.3rem;
  cursor: pointer;
  font-size: 20px;
  color: var(--main-primary-color);
}
input.search_form_btn_icon {
  opacity: 0;
  position: absolute;
  top: 10px;
  cursor: pointer;
  right: 3.5rem;
  width: 30px;
  height: 30px;
}
.searchicon {
    font-size: 23px;
    margin: 10px;
	position: relative;
}

.header__nav  .fa-search:before, .header__nav  .fa-times:before {
    font-family: "Font Awesome 5 Free";
    border: none;
    cursor: pointer;
    color: #000;
	top: 6px;
    right: -16px;
    position: absolute;
}
.searchforms {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 10px auto 0px auto;
	position:relative;
}
input#search_form_terms {
  width: 100%;
  float: none;
  border: 1px solid #fff;
  padding: 0 12px;
  height: 35px;
  color: #000;
  border-radius: 20px;
  outline: 0;
}

input.search_form_btns {
  opacity: 0;
  position: absolute;
  top: 6px;
  right: 0;
  cursor: pointer;
}
.search_forms:before {
  content: "\f002" !important;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 6px;
  right: 17px;
}
/***********Header search **************/
.comment-section {
    background-color: #F3F3F2;
    border-top: 2px solid #2EBD7E;
}

/***********top filter **************/
.tablepress_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    margin-bottom: 30px;
}
.fbody_one {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.filter_amt, .filter_time {
    display: grid;
    grid-row-gap: 19px;
}
.filter_text, .time_text {
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: auto;
}
.filter_text > p, .time_text > p {
    margin-bottom: unset;
    font-size: 14px;
}
.filter_sec {
    position: absolute;
    top: 55px;
    z-index: 9;
    width: 460px;
    background-color: #F5F3E7;
    box-shadow: -1px 1px 2px -1px black, 0px 0px 6px 0px #00000075;
    border: 1px solid black;
    display: none;
}
.filter_sec.active {
    display: block;
}
.filter_btn p {
    margin: unset;
    font-size: 14px;
    font-weight: 400;
    line-height: unset;
}
.filter_btn {
    border: 2px solid #2EBD7E;
    padding:6px 12px;
    cursor: pointer;
    color: #585858;
    display: flex;
    align-items: center;
    gap: 7px;
}
.filter_btn:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f550";
    font-size: 18px;
    line-height: 0;
}
.filter_amt_head, .filter_time_head {
    display: flex;
    justify-content: space-between;
    position:relative;
    align-items: center;
}
.amt_txt, .time_txt {
    font-size: 20px;
    font-weight: 600;
}
.amt_area > input, .time_area > input{
    border-radius: 4px;
    border: 1px solid #585858;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    width: 156px;
    height: 35px;
}
[id*="amount_"]::-webkit-inner-spin-button, [id*="amount_"]::-webkit-outer-spin-button, [id*="time_"]::-webkit-inner-spin-button, [id*="time_"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
[id*="amount_"]:focus, [id*="time_"]:focus {
    outline: none; 
}
.filter_body { 
    margin: 10px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.xbtn {
    display: flex;
    justify-content: flex-end;
}
span.close-btn {
    width: 4%;
    display: inline-block;
}
.close-btn:before {
    color: #585858;
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    font-size: 26px;
     display: flex;
    justify-content: flex-end;
    height: 30px;
    cursor: pointer;
}
.amt_area:after, .time_area:after {
    display: block;
    position: absolute;
    right:7px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 14px;
    font-weight: 200;
}
.amt_area:after{
    content: '€';
}
.time_area:after{
    content: 'Meses';
}

/* Styles for the range */
[id*="amount_"][type="number"] {
    font-size: 16px;
    padding: 0px 19px 0px 10px;
    color: #000;
}
[id*="time_"][type="number"] {
    font-size: 16px;
    padding: 0px 55px 0px 10px;
    color: #000;    
}   
[id*="amt_range_"][type="range"], [id*="time_range_"][type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 95%;
    height: 4px;
    background-color: #585858; /* Custom track color */
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

[id*="amt_range_"][type="range"]::-webkit-slider-thumb, [id*="time_range_"][type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    padding: 6px;
    background-color: #2EBD7E; /* Custom thumb color */
    border: 4px solid #fff; /* Custom thumb border */
    border-radius: 50%;
    cursor: pointer;
}
.amt_range, .time_range {
    margin: auto;
    display: flex;
    justify-content: center;
    height: 20px;
    align-items: center;
}
/* Styles for the range */

/* Styles for the toggle btn */
.asnef_body, .firstloan, .guarantee, .freecard {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filter_option > div > p {
    margin: unset;
    font-weight: 600;
    font-size: 14px;
}
 .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 23px;
    margin: unset;
}

.switch input {display:none;}

.slider {
    position: relative;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 25px;
    border: 2px solid #777775;
	height: 23px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 2px;
    background-color: #777775;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
	top: 51%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

input:checked + .slider {
    background-color: #2EBD7E;
    border: 2px solid #2EBD7E;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    top: 12%;
}
input:checked + .slider:before {
    background-color: #ffffff;
}
/* Styles for the toggle btn */

.filter_option {
    display: flex;
    flex-direction: column;
    grid-row-gap: 25px;
}
.filter_two_btn {
    border-radius: 5px 5px 20px 20px;
    display: flex;
    justify-content: space-around;
    color: white;
    padding: 16px 0px;
}
.filter_two_btn > .remove_filter > p {
    font-size: 12px;
    border-radius: 100px;
    padding: 5px 35px;
    margin: unset;
    cursor: pointer;
    text-decoration-line: underline;
    color: #585858;
    font-weight: 600;
}
.filter_two_btn > .show_filter > p {
    font-size: 12px;
    padding: 5px 15px;
    margin: unset;
    color: #ffff;
    background-color: #2ebd7e;
    cursor: pointer;
    font-weight: 600;
}
.wrgmsg_main {
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    row-gap: 8px;
    margin-bottom: 32px;
}
.wrgmsg_main img {
    width: 28.951px;
    height: 35px;
}
p.wrgmsg {
    color: #BD2E2E;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin: unset;
}
[class*="readless_"].uparrow:before {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
}
[class*="readmore_"].downarrow:before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
}
[id*="readmore_"].active {
    display:flex;
}
[class*="readmore_"], [class*="readless_"]  {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    display: none;
    gap: 8px;
    width: 145px;
    height: 38px;
    border: 1px solid #2EBD7E;
    margin: 0 auto 30px;
    cursor: pointer;
    color: #585858;
}
div[id*="readmore_"].active {
    display: flex;
}
@media(max-width: 768px){
	.wp-block-columns.yt_section {
		flex-direction: column-reverse;
	}
    .tablepress_header{
        align-items: flex-start;
        flex-direction: column;
        gap: 15px;
    }
    .modifytime{
        /*margin-left: 10px;*/
    }
    .filter_sec{
        width: 100%;
        z-index: 9999;
        position: fixed;
        top: 0px;
        left:0px;
        border-radius:unset;
		height: 100%;
    }
    .filter_body{
/*         height: 100vh; */
		justify-content: space-between;
		overflow-y: scroll;
		gap:unset;
    }
	.fbody_two{
	position: absolute;
    bottom: 0;
    width: 90%;
	}
    .filter_sec.active {
        display: block;
    }
    .close-btn:before{
        height:35px;
    }
    .filter_two_btn{
        flex-direction: row;
		gap: 10px;
		margin-bottom: 20px;
    }
    .filter_text, .time_text{
        width: 100%;
    }
    .filter_two_btn .remove_filter {
        width: 50%;
        margin: auto;
    }
    .show_filter {
        width: 90%;
        margin: auto;
    }
    .filter_two_btn > .remove_filter > p{
        padding: unset;
    }
    .filter_two_btn > .remove_filter > p, .filter_two_btn > .show_filter > p{
        text-align: center;
    }
}
/***********top filter **************/

/***********voting star rating **************/
.star-rating {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
}
.allstars {
    position: relative;
    top: 33px;
    z-index: 9999;
    right: 18px;
}
.star-rating .star {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;

}
.rating-bg {
    display: grid;
    grid-template-columns: auto 1fr;
    background-color: #69F0AE;
    /*border-radius: 50px;*/
    padding: 2px;
    justify-content: center;
    align-items: center;
}
.star-rating-container {
    text-align: end;
}
.rating-message {
    margin-top: 10px;
}
.star-rating .rating-value {
 margin-left: 16px;
    margin-right: 16px;
    color: black;
    text-align: center;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.stars-bg {
    background-color: #F3F3F2;
    padding: 0px 15px;
    /* border-radius: 50px; */
    /* align-self: center; */
    box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.10);
}
.star-rating-colors {
    display: block;
    height: 31px;
    width: 121px;
    background: url(https://prestamos.moneido.es/wp-content/uploads/2024/07/voting-fill-starts.png) 1px 0px;
    background-repeat: no-repeat;
    background-size: 119px;
    margin: 0px;
    margin-top: 10px;
    filter: drop-shadow(0px 2.439px 2.439px rgba(0, 0, 0, 0.15));
}

.star-rating-whites {
    display: block;
    height: 31px;
    width: 121px;
    background: url(https://prestamos.moneido.es/wp-content/uploads/2024/07/voting-starts-empty.png) 1px 0px;
    background-repeat: no-repeat;
    background-size: 119px;
    margin: 0px;
    filter: drop-shadow(0px 2.439px 2.439px rgba(0, 0, 0, 0.15));
}


/*.star-rating-white {*/
/*    display: none;*/
/*}*/
/*.tez:hover{*/
/*   display: none !important;  */
/*}*/
@media (max-width: 764px){
  .allstars {
    position: relative;
    top: 33px;
    z-index: 9999;
    left: 39px;
    right: 0px;
}
.star-rating-container {
    text-align: center;
}
}    
/***********voting star rating **************/

.footlogo {
    text-align: center;
}
.footlogo img {
    margin-bottom: 20px;
}
.fa-youtube:before {
    content: "\f167";
    font-size: 30px;
    color: red;
}
@media (max-width: 768px) {
.footlogo {
    text-align: center;
    margin-bottom: 10px;
}
}