.i2m_imgPerfil {
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.i2m_bg-menuLeftProfile {
  background-color: #aaafb2 !important;
}

.i2m_welcomeProfile {
  line-height: 12px;
}

.i2m_namePerfil {
  margin-bottom: 0px;
  font-weight: 400;
  color: var(--i2m_colorPerfilOscuro);
  font-size: 25px;
}

.i2m_colorProfileNEW {
  color: #606060 !important;
}

.i2m_accordionButton {
  padding-left: 40px;
  text-transform: lowercase;
}

.i2m_accordionButton::first-letter {
  text-transform: uppercase;
}

.i2m_profileNEW .accordion-collapse {
  transition: 0.5s;
}

.i2m_profileNEW .accordion-body {
  padding-left: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 12.5px;
}

.i2m_profileNEW .accordion-body a p {
  text-transform: lowercase;
  margin-bottom:0px;
  line-height: 22px;
  color: #606060;
}
.i2m_profileNEW .accordion-body a:hover p {
  color: var(--i2m_PerfilColorOscuro);
}

.i2m_profileNEW .accordion-body a p::first-letter {
  text-transform: uppercase;
}
.i2m_profileNEW .accordion-body .border-left {
  border-left: 2px solid #606060 !important;
  list-style-type: none;
  padding-left: 20px;
}

.i2m_profileNEW .accordion-body .border-left li {
  padding: 10px;
  position: relative;
}

.i2m_profileNEW .accordion-body .border-left i {
  position: absolute;
  font-size: 10px;
  top: 15px;
  left: -26px;
}

.i2m_bg-color-container-profile {
  background-color: #f7f7f7;
}

.i2m_bg-white-profile {
  background-color: #ffffff;
}

.i2m_contornoProfile {
  border: solid 1px #808080;
}

.i2m_borderBottomProfile {
  border-bottom: solid 1px #808080;
}

.i2m_profileCard {
  border-radius: 25px;
  background-color: #f7f7f7;
  padding: 30px;
  height: 100%;
}

.i2m_profileCard.i2m_profile_shortcuts {
  border-radius: 25px;
  background-color: #f7f7f7;
  padding: 18px;
  height: 100%;
  transition-duration: 0.5s
}

.i2m_profileCard.i2m_profile_shortcuts:hover {
  background-color: #e5e5e5;
  cursor: pointer;
  transition-duration: 0.5s
}

.i2m_headerCardProfile h1 {
  margin-bottom: 0px;
  text-transform: none;
  font-weight: 300;
  font-size: 25px;
  padding-left: 10px;
  border-left: 3px var(--i2m_colorPerfilOscuro) solid;
}

.i2m_miniheaderCard {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #808080;
  width: 100%;
}

.i2m_profile_shortcuts .i2m_miniheaderCard {
  /* display: flex; */
  /* align-items: start; */
  border-bottom: none;
  /* width: 100%; */
}

.i2m_miniheaderCard i {
  font-size: 25px;
  color: var(--i2m_colorPerfilOscuro);
  margin-bottom: 10px;
  margin-right: 15px;
}

.i2m_profile_shortcuts .i2m_miniheaderCard i {
  font-size: 50px;
  color: var(--i2m_colorPerfilOscuro);
  margin-right: 15px;
}

.i2m_title_shortcut {
  text-transform: none;
  font-size: 17px;
  color: #111;
}

.i2m_description_shortcut {
  line-height: 20px;
  margin-bottom: 0px;
  font-size: 14px
}

.i2m_miniheaderCard h2 {
  font-size: 25px;
  color: #606060;
  margin-bottom: 10px;
  text-transform: none;
  font-weight: 400;
}

.i2m_listActivitiesProfile {
  list-style-type: none;
  padding-left: 0px;
}

.i2m_listActivitiesProfile li {
  margin-bottom: 15px;
}

.i2m_typeActivity {
  line-height: 14px;
  font-size: 14px
}

.i2m_imgPerfilActivity {
  width: 55px;
  height: 55px;
  background-image: no-repeat;
  background-image: fixed;
  background-image: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.i2m_listActivitiesProfile .i2m_namePerfil {
  font-weight: 500;
  font-size: 13px;
  color: #606060
}

.i2m_priceActivity p {
  font-size: 17px
}

.i2m_btnMyDashboard {
  background-color: var(--i2m_colorPerfilClaro);
  border: none;
  border-radius: 30px;
  color: var(--i2m_colorPerfilOscuro);
  font-weight: 450;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: none;
}

.i2m_rounded-0 {
  border-radius: 0px !important;
}

.i2m_bodyCard {
  padding-top: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.i2m_profileNEW .row {
  height: 100%;
}

.i2m_rowStretch {
  margin-bottom: 25px
}

span.i2m_pointsGrande {
  font-size: 60px;
  color: #606060;
  font-weight: 350;
  line-height: 60px;
}

span.i2m_pointIcon {
  font-size: 25px;
  font-weight: 300;
}

span.i2m_monIcon {
  font-size: 17px;
  color: #606060;
  font-weight: 410;
}

span .i2m_monIcon {
  font-size: 17px;
  color: var(--i2m_colorPerfilOscuro);
  font-weight: 410;
}

span.i2m_monEquiPoint {
  font-size: 17px;
  color: #606060;
  font-weight: 410;
}

.easypiechart {
  display: inline-block;
  height: 125px !important;
  position: relative;
  text-align: center;
  width: 125px !important;
  background-color: var(--i2m_colorPerfilOscuro) !important;
}

.easypiechart .percent {
  color: #fff;
  display: inline-block;
  font-size: 35px !important;
  line-height: 125px !important;
  z-index: 2;
}

.easypiechart .percent:after {
  content: "%";
  font-size: 35px !important;
  margin-left: 1px;
}

header {
  padding-top: 66px !important;
}

.shop-table td {
  padding: 10px 0 10px 0 !important;
  border-top: 1px solid #606060 !important;
  font-size: 14px;
}

.i2m-circle-item-acount {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #777777;
  transition: 0.2s;
}


.i2m-circle-item-acount:hover {
  z-index: 11 !important;
  transform: scale(1.25);
  cursor: pointer;
}

.i2m-circlePlusAccount {
  border: dashed 1.5px #777777;
  color: #777777;
  background-color: #aaafb2;
  z-index: 10;
}

.i2m-circlePlusAccount i {
  font-size: 20px;
}


.i2m-circleBacgroundImage {
  margin-left: -10px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn-color:hover {
  color: var(--white) !important;
  background-color: var(--i2m_colorPerfilOscuro) !important;
}

.menu-text::first-letter {
  text-transform: uppercase;
    font-size: 19px;
    padding-bottom: 16.5px;
    padding-top: 16.5px;
}

.menu-text {
  text-transform: lowercase;
  font-size: 18px;
  padding-bottom: 13.5px;
  padding-top:13.5px;
  font-style: normal;
}

/*Estilos form de agregar prod o serv*/

.admin_panel h2.small-title {
  text-transform: none;
  display: flex;
  align-items: center;
}

.admin_panel h2.small-title i {
  font-size: 7px;
  margin-right: 10px;
}

.admin_panel .btn-icon.btn-icon-only {
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
}

.admin_panel .product_creation .dropdown-item {
  font-size: 12px;
}

.product-qty {
  position: relative;
  width: 100px;
  float: left;
  display: block;
  margin-right: 20px;
  border: 1px solid #707070 !important;
  /* margin-bottom: 15px;*/
  border-radius: 10px;
}

.qty-btn {
  position: absolute;
  right: 0;
  cursor: pointer;
  height: 22px;
  width: 30px;
  margin: 0 auto;
  text-align: center;
  border: 0.5px solid;
  /*border-color: inherit !important;*/
  padding: 0px !important;
  border-radius: 0px !important;
  line-height: 1.4 !important;
  color: #707070 !important;
}

.qty-btn:hover {
  background-color: #f0f0f0 !important;
}

.product-qty .qty,
.product-qty .qty:hover,
.product-qty .qty:focus {
  margin: 0;
  /* -webkit-appearance: none !important; */
  -moz-appearance: textfield !important;
  width: 100%;
  min-width: 80px;
  /* border-color: inherit !important; */
  color: inherit !important;
  text-align: center;
  padding-left: 10px;
  padding-right: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 43px !important;
  border-radius: 10px;
  border: none;
}

.qtyplus-btn {
  bottom: -1px !important;
  right: -1px !important;
  border-top: none !important;
  border-bottom: none;
  border-right: none;
  border-left: none !important;
  border-bottom-right-radius: 10px !important;
}

.qtyminus-btn {
  top: 0px !important;
  right: 0px !important;
  border-bottom: none !important;
  border-left: none !important;
  border-top-right-radius: 10px !important;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="radio"]:hover,
input[type="checkbox"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
  border: 1.5px solid rgba(var(--i2m_primaryColor-rgb));
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid rgba(var(--i2m_primaryColor-rgb), 0.7);
  color: var(--dark-color);
  box-shadow: 0 0 0 .25rem rgba(var(--i2m_primaryColor-rgb), 0.25);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.admin_panel .alert-light {
  color: #777 !important;
  background-color: #f6f6f6;
  border-color: rgba(236, 236, 236, 0.1);
}

.admin_panel .select2.select2-container.select2-container--bootstrap {
  width: 100% !important;
}

.i2m_titleForm {
  font-weight: 300;
  font-size: 30px;
}

.admin_panel label {
  font-weight: 450;
  color: #333;
  font-size: 13.5px;
}

.admin_panel .card {
  border: 1px solid#b0b0b0 !important;
  background: white;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.i2m_inputVendorAddFile span.input-group-btn button {
  border-radius: 0px !important;
  height: 100%;
}

.i2m_btnEditPortadaVendor {
  opacity: 0;
  transition: opacity 0.3s ease!important;
}

.i2m_btnEditPortadaVendor:hover {
  color: #ccc !important;
}

.store-media:hover .i2m_btnEditPortadaVendor {
  opacity: 1;
}

.i2m_btnEditDescVendor {
  opacity: 0;
  transition: opacity 0.3s ease!important;
}

.i2m_btnEditDescVendor:hover {
  color: #ccc !important;
}

.store-description:hover .i2m_btnEditDescVendor {
  opacity: 1;
}

.i2m_btnEditLogoVendor {
  opacity: 0;
  transition: opacity 0.3s ease!important;
}

.i2m_btnEditLogoVendor:hover {
  color: #ccc !important;
}

.store-content:hover .i2m_btnEditLogoVendor {
  opacity: 1;
}

.i2m_btnEditInfoVendor {
  opacity: 0;
  transition: opacity 0.3s ease!important;
}

.i2m_btnEditInfoVendor:hover {
  color: #ccc !important;
}

.store-content:hover .i2m_btnEditInfoVendor {
  opacity: 1;
}

.bg-gradient-light {
  background-image: linear-gradient(160deg, var(--gradient-1), var(--gradient-1), var(--gradient-1-lighter)) !important;
}

.bg-gradient-dark {
  background-image: linear-gradient(160deg, var(--gradient-2), var(--gradient-3), var(--gradient-1-darker)) !important;
}

.bg-gradient-alert-dark {
  background-image: linear-gradient(160deg, var(--gradien-alert-1), var(--gradien-alert-2), var(--gradien-alert-3)) !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
  width: auto !important;
}
#formCreateVendor .bootstrap-datetimepicker-widget table td {
  height: 45px;
  line-height: 45px;
  width: 45px;
  padding:0px !important;
}

/*Address card*/

.i2m_address_card h5{
  font-size: 14px;
  font-weight: 600;
  border-left: 3px solid var(--i2m_colorPerfilOscuro);
  padding-left: 5px;
  color: #606060;
  text-transform: lowercase;
}
.i2m_address_card h5::first-letter{
  text-transform: uppercase;
}

.bg-gradient-alert-dark{
  background-image: linear-gradient(160deg, var(--gradien-alert-1), var(--gradien-alert-1), var(--gradien-alert-3)) !important;
}