.form-select option {
    background-color: #000;
}

.border-green {
    background-color: transparent !important;
    border: 1px solid #03dda1 !important;
}

.options-submenus a {
  padding: 0 0 0 15px;
  width: 85%;
}

.options-submenus {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  grid-column: span 12;
  display: grid;
  -webkit-transition: max-height 0.6s ease;
  -moz-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
  -ms-transition: max-height 0.6s ease;
  -o-transition: max-height 0.6s ease;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.options-submenus.show-submenus {
  max-height: 500px;
  -webkit-transition: max-height 0.6s ease;
  -moz-transition: max-height 0.6s ease;
  transition: max-height 0.6s ease;
  -ms-transition: max-height 0.6s ease;
  -o-transition: max-height 0.6s ease;
}

.options-submenus a img {
  margin-left: 40px !important;
}

.login-body {
  background: linear-gradient(180deg, #35939d 0%, #323264 100%);
}

.quantity {
  position: relative;
  display: grid;
  grid-template-columns: 11fr 1fr;
  column-gap: 5px;
  align-items: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
  height: 44px;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  /*width: 30px;
    */
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}

.quantity-button.quantity-up {
  margin-bottom: 1px;
}

.quantity-button.quantity-down {
  margin-top: 1px;
}

/*==========================
      top menu - switch
  ==========================*/
.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 25px;
  margin: 20px 0px;
}

.switch input {
  display: none;
}

.img-profile {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: 1px solid #d0d0d0 !important;
  border-radius: 10px !important;
  height: 150px !important;
  width: 150px !important;
}

.btn-accesss {
  background-color: #f91660 !important;
  color: white;
  border-color: #f91660 !important;
}

/* Configurações do bottão de Status em "Editar Empresa" (Admin) */

.switch {
  position: absolute;
  visibility: hidden;
}

.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.switch--shadow + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 30px;
}

.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
  float: right;
}

.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 30px;
  transition: all 0.45s;
}

.switch--shadow + label:after {
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}

.switch--shadow:checked + label:before {
  /* background-color: #8ce196; */
  background-color: #f91660;
}

.switch--shadow:checked + label:after {
  transform: translateX(30px);
}

/* /////////////////// Fim das Configurações ////////////////// */

.btn-more-store {
  margin-left: 715px;
  color: white !important;
  background-color: #f91660 !important;
  border-color: #f91660 !important;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #f91660;
}

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

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* .btn-pink{
	background-color: #f91660;
	color: white !important;
} */

/*============================
       *** Menu ***
============================*/
ul .divider {
  height: 65px;
  vertical-align: middle;
}

.header-menu {
  background: #fff;
  text-align: center;
}

.header-menu img {
  margin: 30px 0px;
}

.dropdown,
.dropdown .btn {
  width: 100% !important;
  background-color: transparent !important;
  color: #fff;
}

.dropdown-toggle {
  opacity: 0.85;
}

.dropdown-item .fa {
  font-size: 20px;
  margin-right: 15px;
}

.navbar-right i {
  color: #6a6a6a;
}

.pull-right .fa-sync-alt {
  transition: 1s;
}

/*============================
 transitions and animations
============================*/
.pull-right .fa-sync-alt:hover {
  -webkit-transform: scale(1.4) rotate(360deg);
  -moz-transform: scale(1.4) rotate(360deg);
  -o-transform: scale(1.4) rotate(360deg);
  transform: scale(1.4) rotate(360deg);
  color: #fb5400;
}

.pull-right .fa-expand {
  transition: 1s;
}

.pull-right .fa-expand:hover {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  color: #fb5400;
}

.card {
  position: relative;
  overflow: hidden;
  margin: 10px 0 0px 0;
  border: none;
  border-radius: 0px;
}

/*============================
    Configurações Menu
============================*/
.sidebar {
  background-color: #040404;
}

.sidebar .sidebar-links ul li a {
  color: black;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
  height: 50px;
}

.sidebar .sidebar-links ul li a:hover,
.sidebar .sidebar-links ul li a.active {
  color: #fff !important;
}

header.page-header .logo img {
  max-height: 60px;
}

.mobile.logo {
  display: none;
}

/*============================
	Configuração das Tags
============================*/
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  background-color: #999;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

/*============================
	       nav-pills
============================*/
.nav-pills .nav-link {
  border-radius: 0.25rem 0.25rem 0 0;
  margin-right: 2px;
  border-color: #ddd !important;
  background-color: #eee !important;
}

.nav-pills .nav-link:hover {
  border-color: #ccc !important;
  background-color: #ddd !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: rgb(0, 102, 153) !important;
}

/*============================
	      Tables
============================*/

.table thead th {
  font-size: 14px;
  text-transform: initial !important;
  /* line-height: 40px; */
}

.table tbody td {
  font-size: 14px;
  text-transform: initial !important;
  /* line-height: 40px; */
  vertical-align: middle;
}

/*============================
	      Fieldset
============================*/
fieldset {
  padding: 0.75em;
  border: 1px solid #ddd;
  margin: 2px 2px 40px 2px;
  font-size: 14px;
}

fieldset legend {
  width: auto;
  padding-right: 8px;
}

/*============================
	      Placeholder
============================*/
::-webkit-input-placeholder {
  font-size: 14px;
}

input:-moz-placeholder {
  font-size: 14px;
}

textarea:-moz-placeholder {
  font-size: 14px;
}

​

/*============================
	      BTNs
============================*/
.btn-prymary {
  background-color: rgb(0, 102, 153) !important;
}

.btn-info {
  background-color: #0bc !important;
}

.theme.active {
  color: rgb(0, 102, 153);
}

/* input[type="file"] {
	position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
    cursor: pointer;
} */

.btn-file div {
  width: 100px;
  height: 100px;
  background: #f1f1f1;
  line-height: 100px;
}

.preview-file {
  width: 100px;
  height: 100px;
  margin: 0px auto;
}

.dashboard-page {
  background-color: #040404;
  border-radius: 10px;
  padding: 25px;
}

.desktop {
  display: flex;
  padding: 15px 10px;
  justify-content: center;
  font-weight: bold;
}

.mobile {
  display: none;
}
.icon-sm {
  height: 15px;
}
.btn-language img, .btn-change-language img{
    height: 30px;
}
@media (max-width: 767px) {
  .btn-file div {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    line-height: 200px;
  }

  .preview-file {
    width: 200px;
    height: 200px;
    margin: 0px auto;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

/* Responsividade: ficar para baixo do header */
@media (max-width: 430px) {
  .dashboard-page {
    margin-top: 3rem;
  }
}

@media (max-width: 426px) {
  .mobile.logo {
    width: auto;
    display: inline;
  }
}

.btn-plus,
.btn-minus {
  margin-top: 25px;
}

.favorite {
  background-color: transparent;
}

.favorite i {
  color: #03ddc2 !important;
  font-size: 20px;
}

.ui-datepicker {
  z-index: 999999 !important;
}
ui-datepicker-div {
  background-color: #000 !important;
}
.ui-timepicker-div dl {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100%;
}
.ui-timepicker-div dl dt {
  display: none !important;
}
.ui-timepicker-div dl dd {
  width: 25% !important;
  margin: 0 !important;
}
.ui-timepicker-div .ui_tpicker_time {
  display: none !important;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
  display: block !important;
  width: 25% !important;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
  background-color: #11feb8 !important;
  border-radius: 5px !important;
  color: #000000 !important;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  background: #11feb8 !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-color: #000 !important;
}
.ui-widget-content {
  border: none !important;
  background: #000 !important;
}

.capitalize {
  text-transform: capitalize;
}

.label-mobile {
  display: inline-block;
}

/* new/edit exercise START */
.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(90deg, #03DDC2 4.84%, #11FEB8 50%, #03DDC2 100%) !important;
}
.dropdown-item.active > span,
.dropdown-item:active > span {
    color: #000;
}

li.no-results {
    background: none !important;
}
/* new/edit exercise END */

.relative {
  position: relative;
}

.play-icon {
  opacity: .9;
  position: absolute;
}

@media (min-width: 768px){
  .label-mobile {
    display: none;
  }
}
