.tac-right {
    text-align: right;
}
.btn-top {
    display: -webkit-box;
    text-transform: uppercase;
    line-height: 40px;
}

.option_links_btn_darkm {
  background: #d8cc67;
  position: fixed;
  width: fit-content;
  font-size: large;
  padding: 15px;
  border-radius: 15px;
  left: 25px;
  float: left;
  bottom: 90px;
  text-align: center;
  z-index: 1;
}
.option_links_btn_darkm:hover {
  background: rgb(216 204 103);
color: #fff;
}

.option_links_btn_region {
  background: #d8cc67;
  position: fixed;
  width: fit-content;
  font-size: large;
  padding: 15px;
  border-radius: 15px;
  left: 25px;
  float: left;
  bottom: 25px;
  text-align: center;
  z-index: 999;
}
.option_links_btn_region:hover {
  background: rgb(216 204 103);
color: #fff;
}

.modal-dialog-obet {
  max-width: 750px !important;
}
.img-box-regiones {
  width: -webkit-fill-available !important;
  border-radius: 15px;
}

/* Pricing Table By Obet - Esteban Marilaf */

.pricing-table-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.6em;
	color: #FFF;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 25px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table-title a {
	font-size: 0.6em;
}

.clearfix:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
	clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
	width: 960px;
	margin: 40px auto 0;
}

.pricing-table {
	margin: 0 10px;
	text-align: center;
	width: 300px;
	float: left;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.pricing-table:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}

.pricing-title {
	color: #FFF;
	background: #e95846;
	padding: 20px 0;
	font-size: 2em;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table.recommended .pricing-title {
	background: #2db3cb;
}

.pricing-table.recommended .pricing-action {
	background: #2db3cb;
}

.pricing-table .price {
	background: #403e3d;
	font-size: 3.4em;
	font-weight: 700;
	padding: 20px 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.pricing-table .price sup {
	font-size: 0.4em;
	position: relative;
	left: 5px;
}

.table-list {
	background: #FFF;
	color: #403d3a;
}

.table-list li {
	font-size: 1.4em;
	font-weight: 700;
	padding: 12px 8px;
}

.table-list li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #3fab91;
	display: inline-block;
	position: relative;
	right: 5px;
	font-size: 16px;
} 

.table-list li span {
	font-weight: 400;
}

.table-list li span.unlimited {
	color: #FFF;
	background: #e95846;
	font-size: 0.9em;
	padding: 5px 7px;
	display: inline-block;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	border-radius: 38px;
}


.table-list li:nth-child(2n) {
	background: #F0F0F0;
}

.table-buy {
	background: #FFF;
	padding: 15px;
	text-align: left;
	overflow: hidden;
}

.table-buy p {
	float: left;
	color: #37353a;
	font-weight: 700;
	font-size: 2.4em;
}

.table-buy p sup {
	font-size: 0.5em;
	position: relative;
	left: 5px;
}

.table-buy .pricing-action {
	float: right;
	color: #FFF;
	background: #e95846;
	padding: 10px 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-weight: 700;
	font-size: 1.4em;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.table-buy .pricing-action:hover {
	background: #cf4f3e;
}

.recommended .table-buy .pricing-action:hover {
	background: #228799;	
}

/** ================
 * Responsive
 ===================*/
 @media only screen and (min-width: 768px) and (max-width: 959px) {
 	.pricing-wrapper {
 		width: 768px;
 	}

 	.pricing-table {
 		width: 236px;
 	}
	
	.table-list li {
		font-size: 1.3em;
	}

 }

 @media only screen and (max-width: 767px) {
 	.pricing-wrapper {
 		width: 420px;
 	}

 	.pricing-table {
 		display: block;
 		float: none;
 		margin: 0 0 20px 0;
 		width: 100%;
 	}
 }

@media only screen and (max-width: 479px) {
	.pricing-wrapper {
		width: 300px;
	}
} 

#live_search {
	background-image: url(/theme/somosmasajistas/assets/images/icon/searchicon.png);
    background-position: 25px 31px;
    background-repeat: no-repeat;
    width: 100%;
    height: 90px;
    font-size: 16px;
    padding: 12px 20px 12px 70px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#live_search {
  list-style-type: none;
  margin: 0;
  margin-top: 30px;
}

/* btn shared obet */
.sharedobet{
    position: relative;
	top: -25px;
    right: 20px;
}
.sharedobet :is(.btn-shared, .link){
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:50px;
    height:50px;
    background-color:#fff;
    color:#151515;
    border-radius:50%;
}
.btn-shared{
    position:absolute;
    border:none;
    cursor:pointer;
    z-index:2;
    transition: outline  .25s;
}
.active .btn-shared{
outline:2px solid #bb935c;
outline-offset: -4px;
}
.item-shared{
    position:absolute;
	right: 75px;
    list-style:none;
    transition: transform  .5s;
    transition-delay: var(0.5s);
}

.item-shared a{
    text-decoration: none;
}
.sharedobet.active .item-shared:nth-child(1){
    transform:translateY(-175px);
}
.sharedobet.active .item-shared:nth-child(2){
    transform:translateY(-230px);
}
.sharedobet.active .item-shared:nth-child(3){
    transform:translateY(-65px);
}
.sharedobet.active .item-shared:nth-child(4){
    transform:translateY(-120px);
}

/* gradient */

.dashboard-group:before {
    border-top: 2px solid var(--sexo-color-4);
    border-bottom: 2px solid var(--sexo-color-4);
    color: #FFFFFF;
    text-transform: uppercase;
    background: linear-gradient(-45deg, #330033, #d6ccff, #0014a9, #ccceff);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    opacity: 0.35;
}
@keyframes Gradient {
0% {
    background-position: 0% 50%;
}

50% {
    background-position: 100% 50%;
}

100% {
    background-position: 0% 50%;
}
}

/* table horarios */
.days-obet {
	background: tomato;
    text-align: -webkit-center;
    color: wheat;
    border-radius: 6px;
    padding: 4px 25px 4px 25px;
    margin: 4px;
}

/* titles videos */
.page-width-obet {
    width: 92%;
    max-width: fit-content;
    margin: 0 auto;
}
.box-title-obet {
    background-color: #000000b5;
    border-radius: 13px;
    padding: 30px;
	margin: 88px 0;
}
.title-box-obet {
    color: white;
    font-variant-caps: petite-caps;
    font-size: xxx-large;
}
/* color class */
.cb-ob {
	color: #1a1a1a;
}
.cw-ob {
	color: white;
}

.m-cob {
	color: #4c3a2b !important;
}
.t-cob {
	color: #444;
}
.c-cob {
	color: #9f783d;
}
.g-cob {
	color: #c1c1c1;
}
/* ofertas del dia */

.bootstrap-line-obet {
    background: -webkit-linear-gradient(10deg,#252525 35%,#ffbebe00 42%);
    z-index: 2 !important;
    height: 270px;
    width: 130px;
    position: relative;
    margin-bottom: -257px;
    margin-top: -10px;
}

/* a style */
  a:hover, a:active {
    color: #025bdf;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  /* titles */
  .div-titles {
	height: 2px; 
	background-color: #9f783d; 
	position: relative; 
	width: -webkit-fill-available;
  }
  .title-center-font {
	font-size: 24px;
    text-align: -webkit-center;
  }

  .see-more-obet {
    font: status-bar;
    float: right;
    padding-left: 5px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.icon-pay {
	font-size: xx-large;
    color: #757575;
}

.seccion-search-black {
	background-color: #1a1a1a;
    padding: 25px 0 30px;
}

.btn-price-table {
	width: -webkit-fill-available;
}

/* pre loader style */
.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #dfc;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #dfc transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
  }
  @keyframes lds-ring {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  

  .loader {
	background: #000;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	clip-path: circle(141.4% at 50% 100%);
	transition: clip-path 0.8s ease-in-out;
}
.loader2 {
	clip-path: circle(0% at 50% 100%);

}

/* btn perfil top */
.top-btn-perfil {
	margin-bottom: 5px;
    margin-top: 2px;
}
/* editar perfil */
.select-obet {
	display: -webkit-inline-box !important;
    width: fit-content !important;
    top: -6px !important;
    position: relative !important;
    padding: 0.375rem
rem
 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px) !important;
}
.errorSucces {
    display: block;
    padding: 25px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
	margin-bottom: 0 !important;
    text-align: -webkit-center;
}
.succesError {
    display: block;
    padding: 25px;
    color: #ffffff;
    background-color: #b94c57;
    border-color: #cb737c !important;
    border-radius: 0px !important;
    margin-bottom: 0 !important;
    text-align: -webkit-center;
}
.earn-points-none {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #fff;
    background: rgb(255 0 0 / 30%);
    padding: 5px 11px 5px 10px;
    border-radius: 5px;
}
.i-t-checkout {
	margin-top: 2px;
    margin-left: 1px;
}
.top-line-cart {
	border-top: 1px solid #e5e5e5 !important;
}
.cart-alert-brouter {
    margin-top: 12px;
    padding: 21px;
    text-align: -webkit-center;
}
.price-table-obet {
    white-space: pre-line;
    text-align: -webkit-center;
    margin-bottom: -15px;
}
.padd-agency-box {
	padding: 25px;
}
.details ul li {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #93764c;
    font-size: 18px;
    border-right: 1px solid #000;
}
.details ul li:last-child {
    border-right: 0;
}
.ms-details {
	height: 65px !important;
}

.img-profile {
    object-fit: cover;
    object-position: 0% 0%;
    width: 180px;
    border-radius: 10px;
    height: 180px;
    margin: 5px;
}
.form-check-label {
    float: left !important;
}
.box-checkbox {
    background-color: rgb(229 229 217 / 90%);
    border-radius: 10px;
    padding: 16px;
    border: 2px solid #ffffff;
}
.img-upload-ob {
    background-color: #e8e8dd;
    padding: 15px;
    text-align: -webkit-center;
    border-radius: 10px;
    margin-bottom: 20px;
    border-width: 1px;
    border: 2px dashed #c1c1c1;
}
.img-profile-obet {
    width: -webkit-fill-available;
    border-radius: 10px;
    height: 180px;
    object-fit: cover;
    object-position: 0% 0%;
}
.delete-btn-img {
    width: fit-content;
    text-align-last: center;
    margin-top: -45px;
    padding: 10px 12px 10px 12px;
    margin-left: 5px;
    background-color: #d53232;
    border: 1px solid #e54646;
}

.btn-delete-search {
    position: relative;
    float: right;
    margin-top: -58px;
    margin-right: 30px;
    font-size: x-large;
    border-style: none;
    background-color: white;
    color: #b6b6b6;
}

.btn-search-obet {
    border: 1px solid #ffffff;
    border-radius: 4px;
    width: 23px;
    padding-top: 2px;
    margin-left: 6px;
    float: right;
}

.box-friend-obet {
    padding: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: -webkit-center;
}

.p-payment-time-obet {
    margin-bottom: -5px;
    margin-top: 10px;
}

.label-img-obet {
    position: relative !important;
    margin-top: -65px !important;
    margin-left: 235px !important;
    padding-top: 12px !important;
    background: #9f783d !important;
}

.view-general {
    background: white;
    padding: 10px;
    border-radius: 10px;
    padding-bottom: 5px;
}

.typo-account-obet-form {
    height: 40px !important;
    text-align: -webkit-center !important;
    padding-top: 8px !important;
}

.tel-form-obet {
    height: 40px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding-top: 8px !important;
}
.tel2-form-obet {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.box-verify-obet {
    padding: 35px;
    width: fit-content;
    background-color: #e8e8dd;
    text-align: -webkit-center;
    border-radius: 10px;
    margin-bottom: 20px;
    border-width: 1px;
    border: 2px dashed #c1c1c1;
}
.curso-allowed {
    cursor: not-allowed !important;
}

.disables-form-obet {
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    border: 1px solid #d1d1d1;
    background: #7e7e7e;
    color: #c5c5c5;
    border-radius: 5px;
    font-family: roboto, sans-serif;
    font-weight: 500;
    display: inline-block;
}

.input-obet-password {
    position: relative;
}
 
label {
    width: 100%;
}
 
input {
    width: 100%;
    padding: 7px;
}
 
.input-obet-password span {
    position: absolute;
    right: 5px;
    top: 35px;
    z-index: 10;
    text-transform: uppercase;
    cursor: pointer;
    padding: 3px 10px;
    background-color: #dadada;
}