
.smBox{
  border: 1px solid #ccc!important;
  border-radius: 8px;
  padding: 3px;
  width: 100px;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 50px;
  width: 200px;
}
.myiconlight{
  display: block;
  max-width: 35px;
  height: auto;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(103%) contrast(101%);
}
.myiconhalf35{
  display: block;
  max-width: 30px;
  height: auto;
}
.myiconhalf25{
  display: block;
  max-width: 25px;
  height: auto;
}
.myiconhalf15{
  display: block;
 margin: 3px;
  max-width: 15px;
  height: auto;
  filter: invert(57%) sepia(1%) saturate(1079%) hue-rotate(314deg) brightness(98%) contrast(83%);
}
  .myiconhalf{
    display: block;
    max-width: 35px;
    height: auto;
    filter: invert(57%) sepia(1%) saturate(1079%) hue-rotate(314deg) brightness(98%) contrast(83%);
  }
  
  .myicondark{
  display: block;
  max-width: 35px;
  height: auto;
  filter: invert(0%) (0%) saturate(9%) hue-rotate(302deg) brightness(97%) contrast(99%);
}

.choose-color-icon i {
	padding: 0 16px;
	font-size: 26px;
	color: #999;
	position: relative;
	top: 2px;
	animation: rotation 1.3s linear infinite;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  to {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.responsive {
  width: 100%;
  max-width: 350px;
  height: auto;
}
.responsiveMax {
  width: 100%;
  max-width: 95%;
  height: auto;
}
.responsiveMaxDesktop {
  width: 100%;
  max-width: 60%;
  height: auto;
}
.responsiveSocial {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.responsiveFull {
  position: fixed; /* Ensures it stays in place */
  top:100;
  left: 0;
  width: 100vw;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0.8); /* 10% opacity */
  z-index: 9999; /* Ensures it's on top */
  padding: 20px;
}
.responsiveFrame {
  position: fixed; /* Ensures it stays in place */
  top:100;
  left: 0;
  width: 100vw;
  height: 95vh;
  background-color: rgba(0, 0, 0, 0.8); /* 10% opacity */
  
  padding: 10px;
}
/* text  */
.bold {
  font-weight: bold;
}
p {
  margin: 0;
  font-size: 17px;
}
h1 {
  font-size: 30px !important;
  font-weight: bold;
   text-align: center;
}

h2 {
  font-size: 26px !important;
  text-align: center;
}

h3 {
  font-size: 22px !important;
 
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}
.size-9 {
  font-size: 9px;
}
.size_10 {
  font-size: 10px;

}
.size_11 {
  font-size: 11px;

}
.size-12 {
  font-size: 12px;
 
}
.size-14 {
  font-size: 14px;
}
.size-16 {
  font-size: 16px;

}
.size-18{
  font-size: 18px;

}
.size-20 {
  font-size: 20px;

}
.size-24 {
  font-size: 24px;

}
.size-28 {
  font-size: 24px;

}
.size-32 {
  font-size: 32px;
}
.size-40 {
  font-size: 40px;
}
.size-56 {
  font-size: 56px;
}
.caja-150 {
  width: 150px;
}
.caja-250 {
  width: 250px;
}
.caja-300 {
 
 
  width: 50%;
}
.centered-div {
  width: 60%;
  padding: 5px;
  background-color: rgb(235, 235, 235);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  border-radius: 10px;
}
.notifications{
  position: fixed;
  display: block;
  bottom: 5%;
  left: 50%;
  width: 90%;
   transform: translate(-50%, -50%);
   opacity: 0.6 ;
   z-index: 9999; /* Ensures it's on top */
   padding: 20px;
   background: #c4dd55;
}
.fixedBottom {
  position: fixed;
  bottom: 5%;
  left: 50%;
  width: 90%;
   transform: translate(-50%, -50%);
   opacity: 0.8;
   z-index: 9999; /* Ensures it's on top */
   padding: 20px;
}
.fixedTopNav {
  position: fixed;
  top: 100px;
 
  width: 1090%;
   transform: translate(-50%, -50%);
   opacity: 0.8;
   z-index: 9999; /* Ensures it's on top */

}
.fixedBottom20 {
  position: fixed;
  top: 10%;
  left: 50%;
  width: 90%;
   transform: translate(-50%, -50%);
   opacity: 0.8;
}
.blocks {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: var(--f7-block-text-color);

  padding-top: 0;
  padding-bottom: 0;
  padding-left: calc(var(--f7-block-padding-horizontal) + var(--f7-safe-area-left));
  padding-right: calc(var(--f7-block-padding-horizontal) + var(--f7-safe-area-right));
  font-size: var(--f7-block-font-size);
}
.card2{
  width:100%;
  background-color: #fff !important;

  border: 1px solid rgb(205, 205, 205);
  border-radius: 5px; 

  overflow: hidden;
}
.cardno-margin{
  background-color: #fff !important;
width: 100%;
  padding: 5px;
  overflow: hidden;
}
.cardnobg{
  width: 100%;
  margin: 25px 5px;
  padding: 5px;
  overflow: hidden;
}
.card70{
  background-color: #fff !important;
  border-radius: 10px;
  height: 70px;
  margin: 25px 5px;
  padding: 5px;
  overflow: hidden;
}
.card150{
  width: 250px;
  background-color: #fff !important;
  border-radius: 10px;

  margin: 25px 5px;
  padding: 5px;
  overflow: hidden;
}
.padding10{
  padding: 10px;
}
.margin5{
    margin:5px;
}
/* box shadow style */
.b-shadow2 {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30), 0 1px 2px 0 rgba(0, 0, 0, 0.09), 0 2px 1px -1px rgba(0, 0, 0, 0.1);
}
.toolbar {
 
  box-shadow: 2px 2px 2px 2px #d7d7d7;
}
.navbar {
 
  box-shadow: 0px 0px 5px 0px #888888;
}

  /* toolbar bottom */
.toolbar {
  height: 50px;
}

.tabbar-labels .tab-link {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.content-box{
    
  
background-color: #fff;
  box-shadow: 1px 0px 8px 0px #bbbaba;
  margin-top: 20px;
  width:99%;
  
}



.ios .toolbar.toolbar-bottom .toolbar-inner .tab-link.tab-link-active {
  color: #698aff;
}

.toolbar-bottom::before {
  display: none;
}

.toolbar-bottom ion-icon {
  font-size: 22px;
}

.toolbar-bottom .tabbar-label {
  font-size: 12px;
}
.adding-ads {
  height: 50px;
  width: 50px;
  text-align: center;
  position: fixed;
  top: -15px;
  background: #698aff;
  color: #fff;
  border-radius: 50%;
  line-height: 56px;
  box-shadow: 0 5px 9px -4px rgba(0, 0, 0, 0.46);
  z-index: 99;
}


/*LOADER*/
.loader-body {
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.2); /*Here you can change background color of the loader */
	position: fixed;
	z-index: 2;
	visibility: visible;
	top: 0;
	left: 0;
	text-align: center;
	justify-content: center;
	align-content: center;
	transition: 0.5s all;

}
.loader {
	width: 20px;
	height: 20px;
	border: 3px white solid; 				/*Here you can change color of the loader*/
	border-radius: 50%;
	position: absolute;
	border-top-color: rgb(0, 120, 219) ; 				/*Here you can change color of the loader*/
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	-webkit-animation: 1s spin infinite linear;
	-o-animation: 1s spin infinite linear;
	animation: 1s spin infinite linear;

}
.loader-body.done {
	visibility: hidden;
	opacity: 0;
}
@keyframes spin {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.paginationli{
  border: 1px solid#ccc;
}

/*border */

.border1{ border: 1px solid #878787;}

