@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
html {
  scroll-behavior: smooth;
}

/* VARS */
:root {
  --main-color: #1e6cb0;
  --element-disabled-opacity: 0.50;
  --left-home-seciton: 87px;
  /* old primary color */
  --info-color: #1a73e8;

  /* student */
  --white-color:                  #ffffff;
  --primary-color:                #81B29A;
  --secondary-color:              #3D405B;
  --section-bg-color:             #F4F1DE;
  --custom-btn-bg-color:          #F2CC8F;
  --custom-btn-bg-hover-color:    #E07A5F;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --link-hover-color:             #F2CC8F;

  --body-font-family:             'DM Sans', sans-serif;

  --h1-font-size:                 42px;
  --h2-font-size:                 36px;
  --h3-font-size:                 28px;
  --h4-font-size:                 24px;
  --h5-font-size:                 22px;
  --h6-font-size:                 20px;
  --p-font-size:                  18px;
  --menu-font-size:               16px;
  --btn-font-size:                14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;

  --delay-animation-closing-menu: 0.4s;
  --delay-animation-burger-menu: 0.55s;
}

.color-transparent {
  color: transparent;
}

.main-bg {
  background-color: var(--main-color);
}

.main-color {
  color: var(--main-color);
}


body {
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #727272;
  overflow-x: hidden;
  font-size: 15px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
     border-image: initial;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #081828;
  font-family: 'Spartan', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}



/* inicio sidebar styles */
#main-div{
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;

  z-index: 100;
}

.sidebar{
  height: 100%;
  width: 260px;
  background: #11101d;
  z-index: 100;
  transition: all var(--delay-animation-closing-menu) ease;

  border-radius: 15px;
}
.sidebar.close{
  width: 78px;
}

#main-div.close{
  width: 95px;
}

.sidebar .logo-details{
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;

  margin-bottom: 20px;
}
.sidebar .logo-details img{
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.sidebar .logo-details > div{
  padding: 10px 16.4px 0 16.4px;
}


.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.2s;
  padding-top: 10px;
}
.sidebar.close .logo-details .logo_name{
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
}


.sidebar .nav-links{
  height: 100%;
  padding: 10px 9px 150px 9px;
  overflow: auto;
}


.sidebar.close .nav-links{
  overflow: visible;
  padding: 10px 0px 150px 9px !important;
}

.sidebar .nav-links::-webkit-scrollbar{
  display: none;
}
.sidebar .nav-links li{
  position: relative;
  list-style: none;
  transition: all 0.4s ease;
}
.sidebar .nav-links li:hover{
  background: #1d1b31;
}
.sidebar .nav-links li .icon-link{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar.close .nav-links li .icon-link{
  display: block
}

.sidebar .nav-links li i:not(.icon-closed, .profile-letters){
  height: 50px;
  min-width: 60px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.sidebar .nav-links li.showMenu i.arrow{
  transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
  display: none;
}
.sidebar .nav-links li a{
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar .nav-links li a .link_name{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease;
}
.sidebar.close .nav-links li a .link_name{
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li .sub-menu{
  padding: 6px 10px 14px 38px;
  margin-top: -10px;
  background: #1d1b31;
  display: none;
}

.sidebar .nav-links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  white-space: nowrap;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.sidebar.close .nav-links li .sub-menu a:not(.link_name){
  padding: 5px 0 5px 8px !important;
}

.sidebar .nav-links li .sub-menu a:hover{
  opacity: 1;
}
.sidebar.close .nav-links li .sub-menu{
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 0rem !important;
  opacity: 0;
  display: block;
  pointer-events: none;
  transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
  top: 0;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.4s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
  display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
  font-size: 18px;
  opacity: 1;
  display: block;

  padding-top: 10px;
}
.sidebar .nav-links li .sub-menu.blank{
  opacity: 1;
  pointer-events: auto;
  padding: 3px 20px 6px 16px;
  opacity: 0;
  pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
  top: 50%;
  transform: translateY(-50%);
}

.one {
  width: 80%;
  margin-left: 10%;
  background-color: black;
  height: 400px;
}

.sidebar .profile-details{
  position: fixed;
  bottom: 0;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #1d1b31;
  padding: 12px 0;
  transition: all var(--delay-animation-closing-menu) ease;

  border-radius: 15px;
}
.sidebar.close .profile-details{
  background: #11101d;
}
.sidebar.close .profile-details{
  width: 78px;
}
.sidebar .profile-details .profile-content{
  display: flex;
  align-items: center;
}
.sidebar .profile-details img{
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all var(--delay-animation-closing-menu) ease;
}


.sidebar .profile-details span{
  height: 52px;
  width: 52px;
  border-radius: 16px !important;
  transition: all var(--delay-animation-closing-menu) ease;
}


.sidebar.close .profile-details img{
  padding: 10px;
}

.sidebar.close .profile-details span{
  padding: 10px;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
}
.sidebar.close .profile-details i:not(.profile-letters),
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
  display: none;
}
.sidebar .profile-details .job{
  font-size: 12px;
}
.home-section{
  position: relative;
  left: 269px;
  width: calc(100% - 269px);
  transition: all var(--delay-animation-closing-menu) ease;
}

.main-navbar{
  background: var(--info-color);
  border-radius: 15px;
  position: sticky;
  top: 8px;
  z-index: 100;
}


.sidebar.close ~ .home-section{
  left: 87px;
  width: calc(100% - 87px);
}


#main-div.close ~ .home-section{
  left: var(--left-home-seciton);
  width: calc(100% - var(--left-home-seciton));
}


.home-section .home-content{
  height: 80px;
  display: flex;
  align-items: center;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
  color: #fff;
  font-size: 30px;
}
.home-section .home-content .bx-menu{
  cursor: pointer;
}
.home-section .home-content .text{
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 420px) {
  .sidebar.close .nav-links li .sub-menu{
    display: none;
  }

  #main-div.close .nav-links li .sub-menu{
    display: none;
  }

}

.sidebar.close .nav-links li:hover {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.sidebar.close .nav-links li .sub-menu.blank {
  min-height: 66px !important;
  display: flex !important;
  align-items: center !important;
}

.sidebar .nav-links li.showMenu {
  background: #1d1b31 !important;
}


::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background-color: rgb(21 20 26 / 63%);
  border-radius: 10px;
}
/* fin sidebar styles */



/* inicio navbar styles */
.app-header {
  padding: 0 1.5rem;
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
}


.header-actions {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: row;
  margin: 0 0 0 auto
}

.header-actions .dropdown-toggle::after {
  display: none
}

.header-actions .dropdown-toggle .count-label {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 21px;
  height: 21px;
  font-size: .75rem;
  background: #dc3545;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}

.header-actions .header-action-icon {
  display: flex;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,.2);
  padding: 12px
}

.img-1x {
  width: 1rem;
  height: 1rem
}

.img-1xx {
  width: 1.5rem;
  height: 1.5rem
}

.img-2x {
  width: 2rem;
  height: 2rem
}

.img-2xx {
  width: 2.5rem;
  height: 2.5rem
}

.img-3x {
  width: 3rem;
  height: 3rem
}

.img-3xx {
  width: 3.5rem;
  height: 3.5rem
}

.img-4x {
  width: 4rem;
  height: 4rem
}

.img-4xx {
  width: 4.5rem;
  height: 4.5rem
}

.img-5x {
  width: 5rem;
  height: 5rem
}

.img-5xx {
  width: 5.5rem;
  height: 5.5rem
}

.img-6x {
  width: 6rem;
  height: 6rem
}

.img-7x {
  width: 7rem;
  height: 7rem
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center
}

.icon-box.sm {
  width: 2rem;
  height: 2rem
}

.icon-box.md {
  width: 3rem;
  height: 3rem
}

.icon-box.lg {
  width: 4rem;
  height: 4rem
}

.icon-box.xl {
  width: 5rem;
  height: 5rem
}


.rounded {
  border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
  border-radius: 0 !important
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important
}

.profile-img {
  height: 52px;
  width: 52px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 14px 0 12px;
  background: #1d1b31;
  transition: all var(--delay-animation-closing-menu) ease;
  padding: 10px;
}


.header-action-links {
  display: flex;
  flex-direction: row
}

.header-action-links .dropdown-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid #e8ebf4
}

.header-action-links .dropdown-item i {
  margin: 0 0 .25rem 0;
  font-size: 1rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px
}

.header-action-links .dropdown-item:last-child {
  border-right: 0
}


.dropdown-menu.dropdown-menu-end:not(.datepicker):after {
  left: inherit;
  right: 0.7rem;
}
.dropdown-menu:not(.datepicker):after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  top: -8px;
  left: 1rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-left-radius: .25rem;
}

.dropdown-menu:not(.datepicker) {
  -webkit-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  transform: translate3d(0px, 60px, 0px);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 1px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

div.profile-user .dropdown-menu {
  -webkit-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
  transform: translate3d(0px, 80px, 0px);
}

/* fin navbar styles */


.btn-custom {
  font-weight: 700;
  line-height: 1.5;
  color: #fff !important;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  border-radius: .5rem;
  transition: all .15s ease-in;
  text-decoration: none;
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
}


.btn-focus-custom {
  color: #fff;
  background-color: #444054;
  border-color: #444054;
}

.btn-check:focus + .btn-focus-custom,
.btn-focus-custom:focus,
.btn-focus-custom:hover {
  color: #fff;
  background-color: rgb(85 81 102);
  border-color: #363343;
}

.btn-check:focus + .btn-focus-custom,
.btn-focus-custom:focus {
  box-shadow: 0 0 0 0.2rem rgb(68, 64, 84, 0.5) !important;
}

.btn-check:active + .btn-focus-custom,
.btn-check:checked + .btn-focus-custom,
.btn-focus-custom.active,
.btn-focus-custom:active,
.show > .btn-focus-custom.dropdown-toggle {
  color: #fff;
  background-color: #4d495f;
  border-color: #363343;
}

.btn-check:active + .btn-focus-custom:focus,
.btn-check:checked + .btn-focus-custom:focus,
.btn-focus-custom.active:focus,
.btn-focus-custom:active:focus,
.show > .btn-focus-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(68, 64, 84, 0.5);
}

.btn-focus-custom.disabled,
.btn-focus-custom:disabled {
  color: #fff;
  background-color: #7a768a !important;
  border-color: #444054 !important;
  cursor: not-allowed;
}



.btn-primary-custom {
  color: #000;
  background-color: #1e6cb0;
  border-color: #1e6cb0;
}
.btn-check:focus + .btn-primary-custom,
.btn-primary-custom:focus,
.btn-primary-custom:hover {
  color: #000;
  background-color: rgb(57 121 176);
  border-color: #23649d;
}
.btn-check:focus + .btn-primary-custom,
.btn-primary-custom:focus {
  box-shadow: 0 0 0 0.2rem rgb(30, 108, 176, 0.5) !important;
}
.btn-check:active + .btn-primary-custom,
.btn-check:checked + .btn-primary-custom,
.btn-primary-custom.active,
.btn-primary-custom:active,
.show > .btn-primary-custom.dropdown-toggle {
  color: #000;
  background-color: #3374ad;
  border-color: #2f80c7;
}
.btn-check:active + .btn-primary-custom:focus,
.btn-check:checked + .btn-primary-custom:focus,
.btn-primary-custom.active:focus,
.btn-primary-custom:active:focus,
.show > .btn-primary-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(30, 108, 176, 0.5);
}
.btn-primary-custom.disabled,
.btn-primary-custom:disabled {
  color: #000;
  background-color: #6eb2ef !important;
  border-color: #1e6cb0 !important;
  cursor: not-allowed;
}



.btn-secondary-custom {
  color: #000;
  background-color: #8392ab;
  border-color: #8392ab;
}
.btn-check:focus + .btn-secondary-custom,
.btn-secondary-custom:focus,
.btn-secondary-custom:hover {
  color: #000;
  background-color: #96a2b8;
  border-color: #8f9db3;
}
.btn-check:focus + .btn-secondary-custom,
.btn-secondary-custom:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 124, 145, 0.5) !important;
}
.btn-check:active + .btn-secondary-custom,
.btn-check:checked + .btn-secondary-custom,
.btn-secondary-custom.active,
.btn-secondary-custom:active,
.show > .btn-secondary-custom.dropdown-toggle {
  color: #000;
  background-color: #9ca8bc;
  border-color: #8f9db3;
}
.btn-check:active + .btn-secondary-custom:focus,
.btn-check:checked + .btn-secondary-custom:focus,
.btn-secondary-custom.active:focus,
.btn-secondary-custom:active:focus,
.show > .btn-secondary-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 124, 145, 0.5);
}
.btn-secondary-custom.disabled,
.btn-secondary-custom:disabled {
  color: #000;
  background-color: #5e6777 !important;
  border-color: #8392ab !important;
  cursor: not-allowed;
}


.btn-success-custom {
  color: #000;
  background-color: #2dce89 !important;
  border-color: #2dce89 !important;
}
.btn-check:focus + .btn-success-custom,
.btn-success-custom:focus,
.btn-success-custom:hover {
  color: #000;
  background-color: #4dd59b !important;
  border-color: #42d395 !important;
}
.btn-check:focus + .btn-success-custom,
.btn-success-custom:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 116, 0.5) !important;
}
.btn-check:active + .btn-success-custom,
.btn-check:checked + .btn-success-custom,
.btn-success-custom.active,
.btn-success-custom:active,
.show > .btn-success-custom.dropdown-toggle {
  color: #000;
  background-color: #57d8a1 !important;
  border-color: #42d395 !important;
}
.btn-check:active + .btn-success-custom:focus,
.btn-check:checked + .btn-success-custom:focus,
.btn-success-custom.active:focus,
.btn-success-custom:active:focus,
.show > .btn-success-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 116, 0.5) !important;
}
.btn-success-custom.disabled,
.btn-success-custom:disabled {
  color: #000;
  background-color: #66d0a2 !important;
  border-color: #2dce89 !important;
  cursor: not-allowed;
}


.btn-info-custom {
  color: #000;
  background-color: var(--info-color);
  border-color: var(--info-color);
}
.btn-check:focus + .btn-info-custom,
.btn-info-custom:focus,
.btn-info-custom:hover {
  color: #000;
  background-color: rgb(55 131 233);
  border-color: #1261c9;
}
.btn-check:focus + .btn-info-custom,
.btn-info-custom:focus {
  box-shadow: 0 0 0 0.2rem rgb(26, 115, 232, 0.5) !important;
}
.btn-check:active + .btn-info-custom,
.btn-check:checked + .btn-info-custom,
.btn-info-custom.active,
.btn-info-custom:active,
.show > .btn-info-custom.dropdown-toggle {
  color: #000;
  background-color: #297de9;
  border-color: #1261c9;
}
.btn-check:active + .btn-info-custom:focus,
.btn-check:checked + .btn-info-custom:focus,
.btn-info-custom.active:focus,
.btn-info-custom:active:focus,
.show > .btn-info-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(26, 115, 232, 0.5) !important;
}
.btn-info-custom.disabled,
.btn-info-custom:disabled {
  color: #000;
  background-color: #5894e1 !important;
  border-color: var(--info-color) !important;
  cursor: not-allowed;
}


.btn-warning-custom {
  color: #000;
  background-color: #fb6340;
  border-color: #fb6340;
}
.btn-check:focus + .btn-warning-custom,
.btn-warning-custom:focus,
.btn-warning-custom:hover {
  color: #000;
  background-color: #fc7a5d;
  border-color: #fb7353;
}
.btn-check:focus + .btn-warning-custom,
.btn-warning-custom:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 84, 54, 0.5) !important;
}
.btn-check:active + .btn-warning-custom,
.btn-check:checked + .btn-warning-custom,
.btn-warning-custom.active,
.btn-warning-custom:active,
.show > .btn-warning-custom.dropdown-toggle {
  color: #000;
  background-color: #fc8266;
  border-color: #fb7353;
}
.btn-check:active + .btn-warning-custom:focus,
.btn-check:checked + .btn-warning-custom:focus,
.btn-warning-custom.active:focus,
.btn-warning-custom:active:focus,
.show > .btn-warning-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(213, 84, 54, 0.5) !important;
}
.btn-warning-custom.disabled,
.btn-warning-custom:disabled {
  color: #000;
  background-color: #ef8972 !important;
  border-color: #fb6340 !important;
  cursor: not-allowed;
}


.btn-danger-custom {
  color: #000;
  background-color: #f5365c !important;
  border-color: #f5365c !important;
}
.btn-check:focus + .btn-danger-custom,
.btn-danger-custom:focus,
.btn-danger-custom:hover {
  color: #000;
  background-color: #f75474 !important;
  border-color: #f64a6c !important;
}
.btn-check:focus + .btn-danger-custom,
.btn-danger-custom:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 46, 78, 0.5) !important;
}
.btn-check:active + .btn-danger-custom,
.btn-check:checked + .btn-danger-custom,
.btn-danger-custom.active,
.btn-danger-custom:active,
.show > .btn-danger-custom.dropdown-toggle {
  color: #000;
  background-color: #f75e7d !important;
  border-color: #f64a6c !important;
}
.btn-check:active + .btn-danger-custom:focus,
.btn-check:checked + .btn-danger-custom:focus,
.btn-danger-custom.active:focus,
.btn-danger-custom:active:focus,
.show > .btn-danger-custom.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 46, 78, 0.5) !important;
}
.btn-danger-custom.disabled,
.btn-danger-custom:disabled {
  color: #000;
  background-color: #eb748c !important;
  border-color: #f5365c !important;
  cursor: not-allowed;
}


button:focus:not(:focus-visible) {
  outline: 0;
}
.btn-info-custom.focus, .btn-info-custom:focus {
  color: #fff;
}
.btn-custom:not([class*=btn-outline-]) {
  border: 0;
}


@media (max-width: 767px) {
  .product-item .product-thumb .preview-meta {
    opacity: unset !important;
    transform: translateY(-20px) !important;
  }

}

.breadcrumbs .breadcrumbs-content {
  position: relative;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  position: relative;
  line-height: 28px;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 22px;
    text-align: center;
    line-height: 26px;
  }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .breadcrumbs .breadcrumb-nav {
    text-align: center;
    margin-top: 15px;
  }
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
  position: relative;
  padding-right: 14px;
  margin-right: 14px;
  text-transform: capitalize;
  color: #fff;
}

.breadcrumbs .breadcrumb-nav li:after {
  content: "\f054";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  top: 3px;
  right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
  margin: 0;
  padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
  display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li i,
.breadcrumbs .breadcrumb-nav li a i {
  font-size: 13px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.breadcrumbs .breadcrumb-nav li a {
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: #e4e4e4;
}
/* fin Bread Crumbs styles */




/* inicio title page styles */

.app-page-title {
  margin: 2.2rem 1.5rem;
  position: relative
}


@media only screen and (min-width: 768px) and (max-width: 992px) {
  .app-page-title {
    margin: 2.2rem 1.5rem 1rem 1.5rem;
  }

  #btnShowSearching, #btnHeaderAction {
    width: 50%;
    margin-top: 20px;
  }

  #divDropdownBtnActionsHeader {
    width: 100%;
  }

  #divDropdownBtnActionsHeader a#btnDropdownHeaderAction {
    margin-top: 14px;
  }
}

@media (max-width:767.9px) {
  .app-page-title {
    margin: 2.2rem 1.5rem 1rem 1.5rem;
  }

  #btnShowSearching {
    width: 100%;
    margin-top: 14px;
  }

  #btnShowSearching i {
    padding: .625rem 1.25rem;
  }

  #btnHeaderAction {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 20px;
  }

  #divDropdownBtnActionsHeader {
    width: 100%;
    margin-top: 14px;
  }
}


.app-page-title .page-title-wrapper {
  position: relative;
}

.app-page-title .page-title-heading,.app-page-title .page-title-subheading {
  margin: 0;
  padding: 0
}

.app-page-title .page-title-heading {
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
  align-content: center;
  align-items: center
}

.app-page-title .page-title-icon {
  font-size: 2.3rem;
  display: flex;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 0.8rem 1rem 1rem 1rem;
  margin: 0 20px 0 0;
  background: #11101d;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: .25rem;
  width: 80px;
  height: 80px;
}

.app-page-title .page-title-icon i {
  margin: auto
}

.app-page-title .page-title-icon.rounded-circle {
  margin: 0 20px 0 0
}

.page-title-icon-rounded .page-title-icon {
  border-radius: 50px
}

.app-page-title .page-title-subheading {
  padding: 3px 0 0;
  font-size: 1rem;
  opacity: .6
}

.app-page-title .page-title-subheading .breadcrumb {
  padding: 0;
  margin: 3px 0 0;
  background: 0 0
}

.app-page-title .page-title-actions {
  margin-left: auto
}

.app-page-title .page-title-actions .breadcrumb {
  margin: 0;
  padding: 0;
  background: 0 0
}
/* fin title page styles */


.icons-opacity {
  font-size: 7rem;
  opacity: .15
}

.bg-violet {
  background: #434a95;
}

.bg-purple {
  background: #921db3;
}

.bg-focus {
  background-color: #444054;
}


.widget-home {
  transition: all .2s;
}

.widget-home:not(.primary-skeleton):hover {
  z-index: 15;
  transform: scale(1.12);
  cursor: pointer;
}


.main-div-widgets {
  padding-right: 1.8rem !important;
  padding-left: 1.8rem !important;
}


.icon-widget {
  top: 15px !important;
  right: 23px !important;
}

.small-icon-widget {
  right: 23px !important;
}


.dt-paging.paging_full_numbers .pagination li.dt-paging-button.page-item {
  margin-left: 5px;
  margin-right: 5px;
}

.dt-paging.paging_full_numbers .pagination li.dt-paging-button.page-item.disabled {
  pointer-events: none !important;
  opacity: .65 !important;
}

.dt-paging.paging_full_numbers .pagination li.dt-paging-button.page-item.disabled a {
  background-color: #bbbbbb !important;
}

.dt-paging.paging_full_numbers .pagination li:last-child {
  margin-right: 0px;
}

.dt-paging.paging_full_numbers .pagination li a {
  background: #fff;
  color: #081828;
  font-weight: 500;
  font-size: 15px;
  border-radius: 5px;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #eee;

  box-shadow: rgba(0, 0, 0, 0.02) 0px 0.5px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 0.5px;

}


.pagination .pagination-list li.disabled a {
  opacity: var(--element-disabled-opacity);
}


.dt-paging.paging_full_numbers .pagination li.active a,
.dt-paging.paging_full_numbers .pagination li:hover a {
  background: var(--main-color);
  color: #fff;
  border-color: transparent;
}

.dt-paging.paging_full_numbers .pagination li a i {
  font-size: 13px;
}



.text-dark-custom {
  color: #344767 !important;
}

.text-primary-custom {
  color: #1e6cb0 !important;
}
.text-secondary-custom {
  color: #8392ab !important;
}
.text-success-custom {
  color: #2dce89 !important;
}
.text-info-custom {
  color: #1358b4 !important;
}
.text-warning-custom {
  color: #fb6340 !important;
}
.text-danger-custom {
  color: #f5365c !important;
}


.customForm .form-control {
  transition: border-color .02s ease-in, box-shadow 0s ease-in !important;
}


.customForm input:not(.inputPassword, .customInputCantidad, [type="radio"], [type="checkbox"]), .customForm select:not(.customInputCantidad), .customForm textarea:not(.customInputCantidad) {
  height: 50px;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  font-weight: 300;
  padding: 0px 20px 0px 12px;
  font-size: 1rem;
  border-left: none;
  border-color: #b3b3b3 !important;
}

.customForm input.inputPassword {
  height: 50px;
  font-weight: 300;
  padding: 0px 20px 0px 12px;
  font-size: 1rem;
  border-left: none;
  border-right: none;
  border-color: #b3b3b3 !important;
}

#loginForm input:not(#password_login), .formCreate input, .formCreate select {
  height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 300;
  padding: 0px 20px 0px 12px;
  font-size: 14px;
  color: #fff;
  border-left: none;
}

.customForm span.input-group-text:not(.customInputCantidad) {
  height: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  font-weight: 300;
  padding: 0px 12px 0px 20px;
  font-size: 14px;
  border-right: none;
  border-color: #b3b3b3 !important;
}


.customInputCantidad {
  height: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 300;
  padding: 0px 12px;
  border-color: #b3b3b3 !important;
}

.customForm input.customInputCantidad:focus, .customForm select.customInputCantidad:focus, .customForm textarea.customInputCantidad:focus {
  border-color: var(--main-color) !important;
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
  transition: border-color 0s ease-out, box-shadow 0s ease-out !important;
}


.customForm span.last-item.input-group-text {
  height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  font-weight: 300;
  padding: 0px 20px 0px 12px;
  font-size: 14px;
  margin-left: 1px;
  border-left: none;
  border-right: 1px solid #dee2e6;
  cursor: pointer;
}

.customForm label {
  font-size: .92rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #344767;
  margin-left: 0.25rem;
}

.customForm ::placeholder {
  color: #adb5bd;
  opacity: 1;
}

.customForm input:not([type="select-one"],.customInputCantidad,[type="radio"],[type="checkbox"],.inputPassword):focus, .customForm select:not(.customInputCantidad):focus, .customForm textarea:not(.customInputCantidad):focus {
  border-color: var(--main-color) !important;
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
  transition: border-color 0s ease-out, box-shadow 0s ease-out !important;
  clip-path: inset(-10px -10px -10px 0.85px);
  border-left: none !important;
}

.customForm input[type="select-one"] {
  margin-top: -1px !important;
}

.customForm .selectize-input input {
  color: rgba(33, 37, 41, 0.75) !important;
}


.disable-to-add {
  opacity: 0.45 !important;
}

.selectize-dropdown .disable-to-add.bg-danger.active:not(.selected) {
  color: #b7b7b7 !important;
}


.input-group.focused .input-group-text:not(.showPassword,.is-invalid) {
  border-color: var(--main-color) !important;
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
  clip-path: inset(-10px -0.5px -10px -10px);
  transition: border-color 0s ease-out, box-shadow 0s ease-out !important;
}

.input-group.focused .showPassword.input-group-text {
  border-color: var(--main-color) !important;
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
  transition: border-color 0s ease-out, box-shadow 0s ease-out !important;
}


.customForm input.inputPassword:focus {
  border-color: var(--main-color) !important;
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #86b7fe !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
  transition: border-color 0s ease-out, box-shadow 0s ease-out !important;
  clip-path: inset(-10px 0.5px -10px 0.85px);
  border-left: none !important;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.customForm div.selectize-input {
  height: 50px;
  border-top-right-radius: 25px !important;
  border-bottom-right-radius: 25px !important;
  padding: 0px 20px 0px 12px;
  border-left: none;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  box-shadow: none !important;
}

.customForm div.selectize-input.items {
  border-left: none;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid ;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;

  border-color: #b3b3b3 !important;
}

.customForm div.selectize-input {
  display: block !important;
}

.customForm .selectize-input div.item, .customForm .selectize-input div.custom-item-selectize {
  height: 100% !important;
  display: flex;
  align-items: center;
  font-size: 0.95rem !important;
}

.customForm .selectize-dropdown .selectize-dropdown-content div.option {
  padding: 12px 15px 12px 15px !important;
  border-radius: 8px !important;
}


.customForm .selectize-dropdown div.selectize-dropdown-content {
  padding: 8px !important;
}

.customForm .selectize-input.dropdown-active::before {
  height: 0px !important;
}

.customForm div.single.selectize-dropdown, .customForm div.multi.selectize-dropdown {
  margin-top: 0.1px !important;
  border-radius: 10px !important;
  background-color: #344767 !important;
  color: #fff !important;
  font-size: 1rem !important;
}


.customForm .selectize-control.plugin-clear_button .clear {
  font-size: 30px !important;
  margin-right: 5px !important;
  margin-top: -1px !important;
}


.customForm input[type="file"] {
  padding-top: 5px !important;
}

.customForm input[type="file"]::file-selector-button {
  height: 50px !important;
}

.customForm .selectize-control.multi .selectize-input [data-value] {
  background-color: #344767 !important;
  border-color: #344767 !important;
  background-image: none !important;
}

.customForm .selectize-control.plugin-remove_button .item .remove, .customForm .selectize-control.plugin-remove_button .custom-item-selectize .remove {
  border-left: 1px solid #f8f1f1 !important;
  padding: 0.5px 6px 2px 6px !important;
  font-size: 25px !important;
}


.customForm .selectize-control.multi .selectize-input div.item, .customForm .selectize-control.multi .selectize-input div.custom-item-selectize {
  height: 95% !important;
  padding: 10px;
  font-size: 0.95rem !important;
  margin-top: 2.5px !important;
}

.customForm .selectize-control.multi div.selectize-input.items.has-options.has-items {
  padding: 0px 4px 4px 4px !important;
  display: flex !important;
}


.badge-success-custom {
  color: #1aae6f !important;
  background-color: #b0eed3 !important;
}

.badge-info-custom {
  color: #03acca !important;
  background-color: #aaedf9 !important;
}

.badge-danger-custom {
  color: #f80031 !important;
  background-color: #fdd1da !important;
}

.badge-warning-custom {
  color: #ff3709 !important;
  background-color: #fee6e0 !important;
}

.badge-secondary-custom {
  color: #5974a2 !important;
  background-color: #e4e8ed !important;
}

.badge-dark-custom {
  color: #1e2e4a !important;
  background-color: #b1c8f2 !important;
}


.badge-custom {
  display: inline-block;
  padding: .55em .9em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .45rem;
}

.text-custom-color {
  color: #344767 !important;
}



.timeline {
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  border-right: 2px solid #dee2e6;
}

.timeline-block {
  position: relative;
}
.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block:first-child {
  margin-top: 0;
}
.timeline-block:last-child {
  margin-bottom: 0;
}

.timeline-step {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  transform: translateX(-50%);
  font-size: 1rem;
  font-weight: 600;
  z-index: 1;
}
.timeline-step svg, .timeline-step i {
  line-height: 1.4;
}

.timeline-content {
  position: relative;
  margin-left: 50px;
  padding-top: 0.35rem;
  position: relative;
  top: -6px;
}
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 992px) {
  .timeline:before {
    left: 50%;
    margin-left: -1px;
  }

  .timeline-step {
    left: 50%;
  }

  .timeline-content {
    width: 38%;
  }

  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
}
.timeline-one-side:before {
  left: 1rem;
}
.timeline-one-side .timeline-step {
  left: 1rem;
}
.timeline-one-side .timeline-content {
  width: auto;
}
@media (min-width: 992px) {
  .timeline-one-side .timeline-content {
    max-width: 30rem;
  }
}

.timeline-one-side .timeline-block:nth-child(even) .timeline-content {
  float: none;
}




.dropdown-item-header {
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 0.5rem !important;
}

.dropdown-item-header:hover a.nav-link {
  color: #fff !important;
  background-color: #212529bf !important;
}

.dropdown-item-header a.nav-link {
  border-radius: 0.5rem !important;
}



/* custom styles datepicker */

.datepicker {
  border-radius: 0.375rem;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-top: 7px solid #fff;
  border-bottom: 0;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.datepicker table tr td {
  border-radius: 50%;
}
.datepicker table tr th {
  font-weight: 500;
  border-radius: 0.375rem;
}
.datepicker table tr td,
.datepicker table tr th {
  font-size: 0.875rem;
  width: 36px;
  height: 36px;
  transition: all 0.15s ease;
  text-align: center;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #adb5bd;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: #fff;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: 0 0;
}
.datepicker table tr td.highlighted {
  border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
  background: #276FAA;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  color: #ced4da;
  background: #276FAA;
}
.datepicker table tr td.today {
  background: #fff;
}
.datepicker table tr td.today.focused {
  background: #fff;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #8898aa;
  background: #fff;
}
.datepicker table tr td.range {
  color: #fff;
  border-radius: 0;
  background: #276FAA;
}
.datepicker table tr td.range.focused {
  background: #3b53de;
}
.datepicker table tr td.range.day.disabled:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  color: #8a98eb;
  background: #324cdd;
}
.datepicker table tr td.range.highlighted.focused {
  background: #cbd3da;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #dee2e6;
  background: #e9ecef;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  color: #fff;
  background: #276FAA;
}
.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.datepicker table tr td.day.range-start.range-end {
  border-radius: 50%;
}
.datepicker table tr td.day.range:hover,
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:hover {
  color: #fff;
  background: #276FAA;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:hover {
  color: #fff;
  background: #276FAA;
  box-shadow: none;
}
.datepicker table tr td span {
  line-height: 54px;
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: #e9ecef;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: 0 0;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.new,
.datepicker table tr td span.old {
  color: #8898aa;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: #e9ecef;
}
.datepicker .next.disabled,
.datepicker .prev.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}



.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .day,
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .minute {
    color: rgba(255, 255, 255, 0.7);
}
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .day:hover,
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .minute:hover {
    color: #212529;
}

/* custom styles datepicker */


/* custom styles daterangepicker */

.daterangepicker .ranges li {
  font-size: 14.7px !important;
  margin: 5px;
  border-radius: 0.5rem;
  padding: 10px 12px !important;
}

.drp-buttons span, .drp-buttons button {
  font-size: 15px !important;
}

.drp-buttons .applyBtn {
  background-color: #1e6cb0;
}

.drp-buttons .applyBtn:hover {
  background-color: rgb(57 121 176);
}

.drp-buttons .cancelBtn {
  background-color: #f5365c;
  color: #fff !important;
}

.drp-buttons .cancelBtn:hover {
  background-color: #f75474;
}

.drp-calendar .calendar-table td, .drp-calendar .calendar-table th {
  font-size: 15px !important;
  padding: 5px;
}

.drp-calendar .calendar-table thead:nth-child(2) th, .drp-calendar .calendar-table tbody:nth-child(2) tr td {
  padding: 5px;
}

.drp-buttons {
  padding: 15px !important;
}

.drp-calendar.left {
  padding: 15px 7px 10px 15px !important;
}

.drp-calendar.right {
  padding: 15px 15px 10px 7px !important;
}

.drp-calendar .calendar-table tbody:nth-child(2) tr td.off.disabled {
  font-weight: 500 !important;
  color: rgb(220, 53, 69) !important;
  opacity: 0.70 !important;
}


/* custom styles daterangepicker */




.burger-menu.box {
  width: 50px;
  height: 50px;
  padding: 11.5px 0 11.5px 10px;
  cursor: pointer;
}

.burger-menu.button-menu {
  width: 30px;
  cursor: pointer;
}

.burger-menu span:not(.badge) {
  display: block;
  width: 100%;
  border-radius: 20px;
  height: 5px;
  background: #fff;
  transition: all .3s;
  position: relative;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.burger-menu span:not(.badge) + span:not(.badge) {
  margin-top: 6px;
}

.burger-menu.active span:nth-child(1) {
  /* animation: ease .7s burger-menu-top forwards; */
  animation: ease var(--delay-animation-burger-menu) burger-menu-top forwards;
}

.burger-menu.not-active span:nth-child(1) {
  /* animation: ease .7s burger-menu-top-2 forwards; */
  animation: ease var(--delay-animation-burger-menu) burger-menu-top-2 forwards;
}

.burger-menu.active span:nth-child(2) {
  /* animation: ease .7s burger-menu-scaled forwards; */
  animation: ease var(--delay-animation-burger-menu) burger-menu-scaled forwards;
}

.burger-menu.not-active span:nth-child(2) {
  /* animation: ease .7s burger-menu-scaled-2 forwards; */
  animation: ease var(--delay-animation-burger-menu) burger-menu-scaled-2 forwards;
}

.burger-menu.active span:nth-child(3) {
  /* animation: ease .7s burger-menu-bottom forwards; */
  animation: ease var(--delay-animation-burger-menu) burger-menu-bottom forwards;
}

.burger-menu.not-active span:nth-child(3) {
  /* animation: ease .7s burger-menu-bottom-2 forwards; */
  animation: ease var(--delay-animation-burger-menu) burger-menu-bottom-2 forwards;
}

@keyframes burger-menu-top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 11px;
    transform: rotate(0);
  }
  100% {
    top: 11px;
    transform: rotate(45deg);
  }
}

@keyframes burger-menu-top-2 {
  0% {
    top: 11px;
    transform: rotate(45deg);
  }
  50% {
    top: 11px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes burger-menu-bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 11px;
    transform: rotate(0);
  }
  100% {
    bottom: 11px;
    transform: rotate(135deg);
  }
}

@keyframes burger-menu-bottom-2 {
  0% {
    bottom: 11px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 11px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes burger-menu-scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes burger-menu-scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/* table custom style */

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #c850c0;
  background: -webkit-linear-gradient(45deg,#4158d0,#c850c0);
  background: -o-linear-gradient(45deg,#4158d0,#c850c0);
  background: -moz-linear-gradient(45deg,#4158d0,#c850c0);
  background: linear-gradient(45deg,#4158d0,#c850c0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px
}

.wrap-table100 {
  width: 1170px
}

.table100 table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative
}

.table100 table * {
  position: relative
}

.table100 table td,table th {
  padding-left: 4px;
  padding-right: 4px;
}

.table100 table thead tr {
  height: 60px;
  background: #36304a
}

.table100 table tbody tr {
  height: 50px
}

.table100 table tbody tr:last-child {
  border: 0
}

.table100 table td, .table100 table th {
  text-align: left
}

.table100 table td.l, .table100 table th.l {
  text-align: right
}

.table100 table td.c, .table100 table th.c {
  text-align: center
}

.table100 table td.r, .table100 table th.r {
  text-align: center
}

.table100-head th {
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset
}

.table100 tbody tr:nth-child(even) {
  background-color: #f5f5f5
}

.table100 tbody tr {
  font-size: 15px;
  color: gray;
  line-height: 1.2;
  font-weight: unset
}

.table100 tbody tr:not(.totalVenta):hover {
  color: #555;
  background-color: #f5f5f5;
}

.column1 {
  width: 260px;
  padding-left: 40px
}

.column2 {
  width: 160px
}

.column3 {
  width: 245px
}

.column4 {
  width: 110px;
  text-align: right
}

.column5 {
  width: 170px;
  text-align: right
}

.column6 {
  width: 222px;
  text-align: right;
  padding-right: 62px
}

@media screen and (max-width: 992px) {
  .separadorTable {
      display: none !important
  }

  .separadorTableMobileEnd {
      display: block !important
  }

  .separadorTableMobileStart {
      display: block !important
  }

  .table100 table {
      display:block
  }

  .table100 table>*,.table100 table tr,.table100 table td,.table100 table th {
      display: block
  }

  .table100 table thead {
      display: none
  }

  .table100 table tbody tr {
      height: auto;
      padding: 37px 0
  }

  .table100 table tbody tr td {
      padding-left: 40%!important;
      margin-bottom: 24px
  }

  .table100 table tbody tr td:last-child {
      margin-bottom: 0
  }

  .table100 table tbody tr td:before {
      font-size: 1.2rem;
      color: #212529bf;
      opacity: .75;
      line-height: 1.2;
      font-weight: unset;
      position: absolute;
      width: 40%;
      left: 30px;
      top: 0;
      text-align: left;
      height: 100%;
      align-content: center;
      font-weight: 600;
  }


  .table100 table.table-on-student-view tbody tr:not(.separadorTable, .separadorTableMobileEnd, .separadorTableMobileStart) td:before {
    content: attr(data-mobile-text-table);
  }


  .column4,.column5,.column6 {
      text-align: left
  }

  .column4,.column5,.column6,.column1,.column2,.column3 {
      width: 100%
  }

  .table100 tbody tr {
      font-size: 14px
  }
}

@media(max-width: 576px) {
  .container-table100 {
      padding-left:15px;
      padding-right: 15px
  }
}

/* table custom style */



.dt-buttons button.dt-button:not(.buttons-columnVisibility) {
  background: #8392ab;
  border-color: #8392ab;
  font-weight: 700;
  line-height: 1.5;
  color: #fff !important;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  border-radius: .5rem;
  transition: all .15s ease-in;
}

.dt-buttons button.dt-button:not(.buttons-columnVisibility):hover {
  background-color: #96a2b8 !important;
  border-color: #8f9db3 !important;
}

div.dt-buttons {
  margin-bottom: 0.80rem !important;
}


td.today.day:not(.active) {
  background-color: #8392ab !important;
  color: #fff !important;
}

td.day:not(.active,.disabled):hover {
  background: #e9ecef !important;
  color: inherit !important;
}


.card.card-plain {
  background-color: transparent;
  box-shadow: none !important;
}

.mask {
  position: absolute;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}


.account-login {
  padding-top: 110px;
  padding-bottom: 110px;
}

.account-login .inner-content {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.075);
}

.account-login .login-form {
  padding: 45px 70px;
  background-color: #fff;
  border: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .account-login .login-form {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .account-login .login-form {
    padding: 50px 35px;
  }
}

.account-login .login-form .card-body {
  padding: 0;
}

.account-login .login-form .title {
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .login-form .title {
    margin-bottom: 30px;
  }
}

.account-login .login-form .title h3 {
  font-size: 25px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .account-login .login-form .title h3 {
    font-size: 22px;
  }
}

.account-login .bottom-content {
  margin-top: 25px;
}

.account-login .form-group {
  margin-bottom: 20px;
  position: relative;
}

.account-login .form-group label {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.account-login .lost-pass {
  color: #888;
}

.account-login .lost-pass:hover {
  color: var(--main-color);
}

.account-login .button {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .account-login .button {
    display: block;
    margin-top: 30px;
  }
  .account-login .button .btn {
    margin-bottom: 13px;
  }
  .account-login .button .btn:last-child {
    margin: 0;
  }
}

.account-login .button .btn {
  padding: 14px 40px;
  margin-right: 20px;
  width: 100%;
}

.account-login .button .btn:last-child {
  margin: 0;
}

.account-login .or {
  position: relative;
  text-align: center;
  margin: 40px 0 30px 0;
  z-index: 0;
}

.account-login .or span {
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  padding: 5px 12px;
}

.account-login .or::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #e8e8e8;
  height: 1px;
  width: 100%;
  z-index: -1;
}

.account-login .alt-option {
  margin-top: 30px;
  text-align: center;
}

.account-login .alt-option .small-title {
  margin-bottom: 15px;
  text-align: center;
  display: block;
}

.account-login .alt-option .option-button {
  padding: 14px 25px 14px 15px;
  border: 1px solid #eee;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: #727272;
}

.account-login .alt-option .option-button img {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option {
    margin-top: 30px;
  }
}

.account-login .alt-option li {
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .account-login .alt-option li {
    margin-top: 5px;
  }
}

.account-login .alt-option li span {
  color: #727272;
  display: inline-block;
}

.account-login .alt-option li:last-child {
  margin: 0;
}

.account-login .alt-option li a {
  color: var(--main-color);
}

.account-login .alt-option li a:hover {
  color: #081828;
}

.account-login .create-account {
  font-weight: 500;
  color: #081828;
  text-align: center;
  margin-top: 35px;
  font-size: 15px;
  display: block;
}

.account-login .create-account a {
  color: var(--main-color);
}


.added-item {
  opacity: 0.45 !important;
}

.account-login .create-account a:hover {
  text-decoration: underline;
}

.totalVenta {
  background-color: transparent !important;

}

.separadorTotalVenta, .separadorTotalFactura, .separadorTable {
  background: #36304a !important;
  height: 1.75rem !important;
}

.separadorTotalVenta td.firstChild, .separadorTotalFactura td.firstChild, .separadorTable td.firstChild {
  border-bottom-left-radius: 1rem !important;
}

.separadorTotalVenta td.lastChild, .separadorTotalFactura td.lastChild, .separadorTable td.lastChild {
  border-bottom-right-radius: 1rem !important;
}


.separadorTableMobileStart {
  background: #36304a !important;
  height: 1.75rem !important;
  display: none;
}

.separadorTableMobileStart td.firstChild {
  border-top-left-radius: 1rem !important;
}

.separadorTableMobileStart td.lastChild {
  border-top-right-radius: 1rem !important;
}


.separadorTableMobileEnd {
  background: #36304a !important;
  height: 1.75rem !important;
  display: none;
}

.separadorTableMobileEnd td.firstChild {
  border-bottom-left-radius: 1rem !important;
}

.separadorTableMobileEnd td.lastChild {
  border-bottom-right-radius: 1rem !important;
}


.hide-element {
  display: none !important;
}

.custom-progress-bar {
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #e0e0e0;
  overflow: hidden;
}

.custom-progress {
  width: 0;
  height: 100%;
  background-color: var(--info-color);
  transition: width 0.2s;
}

#hideAfterLoaded {
  margin-top: 20%;
}


.custom-loader {
  border: 9px solid #EAF0F6;
  border-radius: 50%;
  border-top: 9px solid var(--info-color);
  width: 65px;
  height: 65px;
  animation: spinner 1s linear infinite;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



#sliding-content {
	overflow-y: hidden;
	max-height: 500px;
  height: 100%;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

#sliding-content.closed {
	max-height: 0;
}


.customForm .divMultipleCustomSelectize div.selectize-input.items {
  min-height: 100%;
}


.customForm .divMultipleCustomSelectize .input-group:not(.custom-selectize-wrapper) .selectize-control.multi div.selectize-input.items.has-options.has-items {
  display: flex !important;
  flex-wrap: wrap;
}


.customForm .divMultipleCustomSelectize .selectize-control.multi .selectize-input div.item, .customForm .divMultipleCustomSelectize .selectize-control.multi .selectize-input div.custom-item-selectize {
  width: fit-content;
  height: fit-content !important;

}


.customInputCantidad.is-invalid, div.enable-warning .is-invalid, div.enable-warning .input-group-text.is-invalid {
  border-color: #dc3545 !important;
}

.customForm input.customInputCantidad.is-invalid:focus, .customForm select.customInputCantidad.is-invalid:focus,
div.enable-warning .is-invalid:focus {
  border-color: #dd5d69 !important;
  box-shadow: 0 0 0 .25rem rgb(220 53 69 / 25%) !important;
}

div.enable-warning .input-group-text.is-invalid i {
  color: #dc3545 !important;
}


.input-group.focused .is-invalid.input-group-text {
  border-color: var(--main-color) !important;
  color: #212529 !important;
  background-color: #fff !important;
  border-color: #dd5d69 !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .25rem rgb(220 53 69 / 25%) !important;
  clip-path: inset(-10px -0.5px -10px -10px);
  transition: border-color 0s ease-out, box-shadow 0s ease-out !important;
}


.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

span[id^="showEdit"] i {
  transition: all .1s ease-out;
}


.offInLoading {
  visibility: hidden !important;
  min-width: 35px !important;
}


.skeleton-rounded-2 {
  border-radius: 0.25rem !important
}

.skeleton-rounded-3 {
  border-radius: 0.5rem !important
}

.skeleton-rounded-4 {
  border-radius: 1rem !important
}

.skeleton-rounded-5 {
  border-radius: 2rem !important
}


.main-skeleton {
  background-color: #fff !important;
  border-color: #ddd !important;
  pointer-events: none !important;
}
.main-skeleton .primary-skeleton {
  background-color: #ccc !important;
  border-radius: 1rem;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 2000px;
  animation: shine-primary-skeleton 1.6s infinite linear;

  border-color: #ddd !important;
}
.main-skeleton .secondary-skeleton {
  margin-top: 0.5rem;
  border-radius: 7px;
  background-image: linear-gradient(90deg, #ddd 0px, #e8e8e8 40px, #ddd 80px);
  background-size: 2000px;
  animation: shine-secondary-skeleton 1.6s infinite linear;

  border-color: #ddd !important;

}

.main-skeleton .secondary-skeleton ~ .secondary-skeleton {
  background-color: #ddd;
}

@keyframes shine-secondary-skeleton {
  0% {
    background-position: -100px;
  }
  5% {
    background-position: 50px;
  }

  10% {
    background-position: 100px;
  }

  15% {
    background-position: 200px;
  }

  20% {
    background-position: 300px;
  }

  25% {
    background-position: 400px;
  }

  30% {
    background-position: 500px;
  }

  35% {
    background-position: 600px;
  }

  40% {
    background-position: 700px;
  }

  45% {
    background-position: 800px;
  }

  50% {
    background-position: 900px;
  }

  55% {
    background-position: 1000px;
  }

  60% {
    background-position: 1100px;
  }

  65% {
    background-position: 1200px;
  }

  70% {
    background-position: 1300px;
  }

  75% {
    background-position: 1400px;
  }

  80% {
    background-position: 1500px;
  }

  85% {
    background-position: 1600px;
  }

  90% {
    background-position: 1700px;
  }

  93% {
    background-position: 1800px;
  }

  95% {
    background-position: 1900px;
  }

  97% {
    background-position: 2000px;
  }

  100% {
    background-position: 2100px;
  }
}
@keyframes shine-primary-skeleton {
  0% {
    background-position: -32px;
  }

  5% {
    background-position: 50px;
  }

  10% {
    background-position: 100px;
  }

  15% {
    background-position: 200px;
  }

  20% {
    background-position: 300px;
  }

  25% {
    background-position: 400px;
  }

  30% {
    background-position: 500px;
  }

  35% {
    background-position: 600px;
  }

  40% {
    background-position: 700px;
  }

  45% {
    background-position: 800px;
  }

  50% {
    background-position: 900px;
  }

  55% {
    background-position: 1000px;
  }

  60% {
    background-position: 1100px;
  }

  65% {
    background-position: 1200px;
  }

  70% {
    background-position: 1300px;
  }

  75% {
    background-position: 1400px;
  }

  80% {
    background-position: 1500px;
  }

  85% {
    background-position: 1600px;
  }

  90% {
    background-position: 1700px;
  }

  93% {
    background-position: 1800px;
  }

  95% {
    background-position: 1900px;
  }

  97% {
    background-position: 2000px;
  }

  100% {
    background-position: 2100px;
  }
}


.homepage-view-px {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}


.datepicker.datepicker-dropdown.dropdown-menu {
  z-index: 9999 !important;
}

/* end of admin */


/* Start of student */


/* styles of burger menu */
.burger-menu-student.box {
  width: 50px;
  height: 50px;
  padding: 11.5px 0 11.5px 10px;
  cursor: pointer;
}

.burger-menu-student.button-menu {
  width: 30px;
  cursor: pointer;
}

.burger-menu-student span:not(.badge) {
  display: block;
  width: 100%;
  border-radius: 20px;
  height: 5px;
  background: #fff;
  transition: all .3s;
  position: relative;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

.burger-menu-student span:not(.badge) + span:not(.badge) {
  margin-top: 6px;
}

.burger-menu-student.active span:nth-child(1) {
  animation: ease .7s burger-menu-top forwards;
}

.burger-menu-student.not-active span:nth-child(1) {
  animation: ease .7s burger-menu-top-2 forwards;
}

.burger-menu-student.active span:nth-child(2) {
  animation: ease .7s burger-menu-scaled forwards;
}

.burger-menu-student.not-active span:nth-child(2) {
  animation: ease .7s burger-menu-scaled-2 forwards;
}

.burger-menu-student.active span:nth-child(3) {
  animation: ease .7s burger-menu-bottom forwards;
}

.burger-menu-student.not-active span:nth-child(3) {
  animation: ease .7s burger-menu-bottom-2 forwards;
}


/* another style */

.nav-last-item {
  margin-right: 4rem;
}

i.nav-i {
	margin-right: 10px;
}
/*----------bootstrap-navbar-css------------*/
.navbar-logo{
	padding: 15px;
	color: #fff;
}
.navbar-mainbg{
  background-color: #27348B;
	padding: 0px;
  position: sticky;

  min-height: 85px;
}
#navbarSupportedContent{
	overflow: hidden;
	position: relative;
  padding-right: 30px;
  padding-left: 10px;
}
#navbarSupportedContent ul{
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent ul li a i{
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a{
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: 30px 20px 30px 20px;
  transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}
#navbarSupportedContent>ul>li.active>a{
  color: #27348B;
	background-color: transparent;
	transition: all 0.7s;
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 14px;
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
	transition: 0.5s;
}
#navbarSupportedContent .active>a:not(:only-child):after {
	transform: rotate(90deg);
}
.active-navbar-selector{
	display:inline-block;
	position:absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	transition-duration:0.6s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-top: 10px;
}
.active-navbar-selector .right,
.active-navbar-selector .left{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #fff;
  bottom: 2.5px;
}
.active-navbar-selector .right{
	right: -25px;
}
.active-navbar-selector .left{
	left: -25px;
}
.active-navbar-selector .right:before,
.active-navbar-selector .left:before{
	content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #27348B;
}
.active-navbar-selector .right:before{
	bottom: 0;
  right: -25px;
}
.active-navbar-selector .left:before{
	bottom: 0;
  left: -25px;
}

@media(min-width: 1013px){
	.navbar-expand-custom {
	    -ms-flex-flow: row nowrap;
	    flex-flow: row nowrap;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
	    display: none;
	}
	.navbar-expand-custom .navbar-collapse {
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -ms-flex-preferred-size: auto;
	    flex-basis: auto;
	}
}

@media screen and (max-width: 1150px) and (min-width: 900px) {
  #navbarSupportedContent ul li a i{
    margin-right: 0;
  }

  #navItem1 {
    max-width: 90px;
  }

  #navItem2 {
    max-width: 140px;
  }

  #navItem3 {
    max-width: 100px;
  }

  #navItem4 {
    max-width: 160px;
  }
}


@media (max-width: 1012px){
  #userSettings {
    position: relative;
    z-index: 99;
  }

  .navbar-mainbg {
    min-height: auto;
  }

  #navbarSupportedContent {
    height: unset;
  }

  .header-action-icon span.textNotifications {
    display: block !important;
  }  

	.navbar-expand-custom ul.navbar-nav {
    margin-bottom: 18px !important;
    margin-top: 20px !important;
  }

  .nav-last-item {
    margin-right: 0;
  }

  #navbarSupportedContent{ 
    padding-right: 0;
  }

	#navbarSupportedContent ul li a{
		padding: 12px 30px;
	}
	.active-navbar-selector{
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.active-navbar-selector .left,
	.active-navbar-selector .right{
		right: 10px;
	}
	.active-navbar-selector .left{
		top: -25px;
		left: auto;
	}
	.active-navbar-selector .right{
		bottom: -25px;
	}
	.active-navbar-selector .left:before{
		left: -25px;
		top: -25px;
	}
	.active-navbar-selector .right:before{
		bottom: -25px;
		left: -25px;
	}

  .header-actions {
    justify-content: center;
  }

  .header-action-icon i {
    padding-top: 2px;
  }

  .header-action-icon span.textNotifications {
    margin-right: 6px;
  }

  .header-action-icon {
    margin-right: 6px;
  }
}



.logo-details-student{
  height: 60px;
  display: flex;
  align-items: center;
}
.logo-details-student img{
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.logo-details-student > div{
  padding: 0 16.4px 0 16.4px;
}


.logo-details-student .logo_name{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.2s;
}

.logout-btn-student {
  min-width: 60px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;

  margin: auto !important;
}



/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
}

.custom-block-bg {
  background: var(--white-color);
}

.custom-block-date-wrap {
  border-radius: var(--border-radius-medium);
  text-align: center;
  padding: 20px 30px;
}

.custom-block-date {
  font-size: var(--h4-font-size);
}

.custom-block-image-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.custom-block-image-wrap:hover .custom-block-image {
  transform: scale(1.2);
}

.custom-block-image-wrap:hover .custom-block-icon {
  opacity: 1;
}

.custom-block-image {
  transition: all 0.3s;
}

.custom-block-image-wrap .custom-block-date-wrap,
.custom-block-image-wrap .custom-btn-wrap {
  position: absolute;
  bottom: 0;
}

.custom-block-image-wrap .custom-block-date-wrap {
  border-radius: 0;
  left: 0;
  width: 50%;
  padding: 12.30px 20px;
}

.custom-block-image-wrap .custom-btn-wrap {
  right: 0;
  width: 50%;
}

.custom-block-image-wrap .custom-btn  {
  border-radius: 0;
  display: block;
  padding: 15px 20px;
}

.custom-block-image-wrap + .custom-block-info {
  padding-top: 20px;
}

.custom-block-span {
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
  min-width: 110px;
  margin-right: 10px;
}

.custom-block-icon {
  background: var(--main-color);
  border-radius: 1rem;
  color: var(--white-color);
  width: 80%;
  padding: 5px 0;
  line-height: 60px;
  text-align: center;
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.custom-block-icon:hover {
  background: #175286;
  color: var(--white-color);
}



/*---------------------------------------
  COURSE SECTION            
-----------------------------------------*/
.courses-section.section-bg .container > .row {
  margin-right: 5px;
  margin-left: 5px;
}

.courses-section.section-bg .container > .row .row {
  margin: auto;
}

.courses-listing-section {
  padding-bottom: 100px;
}

.courses-detail-section .custom-block-info {
  padding: 40px 60px;
}

.courses-detail-info {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  padding: 50px 25px;
}

.courses-title {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-medium);
}


a.courses-title {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: none;
}



@media (max-width: 767.5px){
	.custom-block-info {
    margin-top: 35px !important;
  }
}


.showOnMobileView {
  display: none !important;
}

@media (max-width: 500px){
  .hideOnMobileView {
    display: none !important;
  }

  .showOnMobileView {
    display: block !important;
  }

  .custom-block {
    padding: 30px 0px;
  }
}

.header-action-icon span.textNotifications {
  display: none;
}

#badge-notificacions {
  margin-left: -4.5px;
  font-size: 13px;
}

#badge-notificacions-menu {
  margin-left: -13px;
  margin-top: 17px;
  padding: 6px;
}


@media screen and (max-width: 575px) and (min-width: 300px) {
  .m-xs-0 {
      margin: 0 !important
  }

  .m-xs-1 {
      margin: .25rem !important
  }

  .m-xs-2 {
      margin: .5rem !important
  }

  .m-xs-3 {
      margin: 1rem !important
  }

  .m-xs-4 {
      margin: 1.5rem !important
  }

  .m-xs-5 {
      margin: 3rem !important
  }

  .m-xs-auto {
      margin: auto !important
  }

  .mx-xs-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
  }

  .mx-xs-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
  }

  .mx-xs-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
  }

  .mx-xs-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
  }

  .mx-xs-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
  }

  .mx-xs-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
  }

  .mx-xs-auto {
      margin-right: auto !important;
      margin-left: auto !important
  }

  .my-xs-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
  }

  .my-xs-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
  }

  .my-xs-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
  }

  .my-xs-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
  }

  .my-xs-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
  }

  .my-xs-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
  }

  .my-xs-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
  }

  .mt-xs-0 {
      margin-top: 0 !important
  }

  .mt-xs-1 {
      margin-top: .25rem !important
  }

  .mt-xs-2 {
      margin-top: .5rem !important
  }

  .mt-xs-3 {
      margin-top: 1rem !important
  }

  .mt-xs-4 {
      margin-top: 1.5rem !important
  }

  .mt-xs-5 {
      margin-top: 3rem !important
  }

  .mt-xs-auto {
      margin-top: auto !important
  }

  .me-xs-0 {
      margin-right: 0 !important
  }

  .me-xs-1 {
      margin-right: .25rem !important
  }

  .me-xs-2 {
      margin-right: .5rem !important
  }

  .me-xs-3 {
      margin-right: 1rem !important
  }

  .me-xs-4 {
      margin-right: 1.5rem !important
  }

  .me-xs-5 {
      margin-right: 3rem !important
  }

  .me-xs-auto {
      margin-right: auto !important
  }

  .mb-xs-0 {
      margin-bottom: 0 !important
  }

  .mb-xs-1 {
      margin-bottom: .25rem !important
  }

  .mb-xs-2 {
      margin-bottom: .5rem !important
  }

  .mb-xs-3 {
      margin-bottom: 1rem !important
  }

  .mb-xs-4 {
      margin-bottom: 1.5rem !important
  }

  .mb-xs-5 {
      margin-bottom: 3rem !important
  }

  .mb-xs-auto {
      margin-bottom: auto !important
  }

  .ms-xs-0 {
      margin-left: 0 !important
  }

  .ms-xs-1 {
      margin-left: .25rem !important
  }

  .ms-xs-2 {
      margin-left: .5rem !important
  }

  .ms-xs-3 {
      margin-left: 1rem !important
  }

  .ms-xs-4 {
      margin-left: 1.5rem !important
  }

  .ms-xs-5 {
      margin-left: 3rem !important
  }

  .ms-xs-auto {
      margin-left: auto !important
  }

  .p-xs-0 {
      padding: 0 !important
  }

  .p-xs-1 {
      padding: .25rem !important
  }

  .p-xs-2 {
      padding: .5rem !important
  }

  .p-xs-3 {
      padding: 1rem !important
  }

  .p-xs-4 {
      padding: 1.5rem !important
  }

  .p-xs-5 {
      padding: 3rem !important
  }

  .px-xs-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
  }

  .px-xs-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
  }

  .px-xs-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
  }

  .px-xs-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
  }

  .px-xs-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
  }

  .px-xs-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
  }

  .py-xs-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
  }

  .py-xs-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
  }

  .py-xs-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
  }

  .py-xs-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
  }

  .py-xs-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
  }

  .py-xs-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
  }

  .pt-xs-0 {
      padding-top: 0 !important
  }

  .pt-xs-1 {
      padding-top: .25rem !important
  }

  .pt-xs-2 {
      padding-top: .5rem !important
  }

  .pt-xs-3 {
      padding-top: 1rem !important
  }

  .pt-xs-4 {
      padding-top: 1.5rem !important
  }

  .pt-xs-5 {
      padding-top: 3rem !important
  }

  .pe-xs-0 {
      padding-right: 0 !important
  }

  .pe-xs-1 {
      padding-right: .25rem !important
  }

  .pe-xs-2 {
      padding-right: .5rem !important
  }

  .pe-xs-3 {
      padding-right: 1rem !important
  }

  .pe-xs-4 {
      padding-right: 1.5rem !important
  }

  .pe-xs-5 {
      padding-right: 3rem !important
  }

  .pb-xs-0 {
      padding-bottom: 0 !important
  }

  .pb-xs-1 {
      padding-bottom: .25rem !important
  }

  .pb-xs-2 {
      padding-bottom: .5rem !important
  }

  .pb-xs-3 {
      padding-bottom: 1rem !important
  }

  .pb-xs-4 {
      padding-bottom: 1.5rem !important
  }

  .pb-xs-5 {
      padding-bottom: 3rem !important
  }

  .ps-xs-0 {
      padding-left: 0 !important
  }

  .ps-xs-1 {
      padding-left: .25rem !important
  }

  .ps-xs-2 {
      padding-left: .5rem !important
  }

  .ps-xs-3 {
      padding-left: 1rem !important
  }

  .ps-xs-4 {
      padding-left: 1.5rem !important
  }

  .ps-xs-5 {
      padding-left: 3rem !important
  }
}




/* style wizard payments */

.wizard .audible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wizard .steps {
  padding-top: 30px;
  padding-bottom: 30px;
}

.wizard .steps>ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7b7f89), to(#7b7f89));
  background-image: linear-gradient(#7b7f89, #7b7f89);
  background-size: calc(100% - 50px) 4px;
  background-repeat: no-repeat;
  background-position: center;
}

.wizard .steps>ul li a {
  display: inline-block;
}

.wizard .steps>ul li span.number {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #7b7f89;
  text-align: center;
  line-height: 50px;
  color: #fff;
}

.wizard .steps>ul li.current span.number,
.wizard .steps>ul li.done span.number {
  background-color: #2dce89;
}

.wizard .content {
  margin-bottom: 45px;
}

.wizard .content .title {
  display: none;
}

.wizard .content .bd-wizard-step-title {
  font-size: 20px;
  font-weight: bold;
  color: #7b7f89;
  margin-bottom: 45px;
}

.wizard .content .section-heading {
  font-size: 30px;
  font-weight: bold;
  color: #030303;
  margin-bottom: 17px;
}

.wizard .content p {
  font-size: 16px;
  color: #030303;
}

.wizard .content .purpose-radio {
  position: relative;
  display: inline-block;
}

.wizard .content .purpose-radio .purpose-radio-input {
  position: absolute;
  opacity: 0;
  color: #212529bf;
  border-color: #212529bf;
}

.wizard .content .purpose-radio .purpose-radio-input:checked+.purpose-radio-label {
  border-color: #2dce89;
}

.wizard .content .purpose-radio .purpose-radio-input:checked+.purpose-radio-label .label-icon {
  color: #2dce89;
}

.wizard .content .purpose-radio .purpose-radio-input:checked+.purpose-radio-label .label-icon .label-icon-default {
  display: none;
}

.wizard .content .purpose-radio .purpose-radio-input:checked+.purpose-radio-label .label-icon .label-icon-active {
  display: inline-block;
}

.wizard .content .purpose-radio .purpose-radio-input:checked+.purpose-radio-label .label-text {
  color: #2dce89;
  font-weight: bold;
}

.wizard .content .purpose-radio .purpose-radio-label {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 184px;
  border: 2px solid #7b7f89;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

@media (max-width: 575px) {
  .wizard .content .purpose-radio .purpose-radio-label {
    width: 100%;
  }
}

.wizard .content .purpose-radio .purpose-radio-label .label-icon {
  font-size: 21px;
  color: #000000;
  margin-bottom: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wizard .content .purpose-radio .purpose-radio-label .label-icon .label-icon-active {
  display: none;
}

.wizard .content .purpose-radio .purpose-radio-label .label-text {
  font-size: 16px;
  color: #212529bf;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wizard .content .purpose-radios-wrapper {
  margin-top: 30px;
}

.wizard .content .purpose-radios-wrapper .purpose-radio {
  margin-bottom: 18px;
}

@media (max-width: 575px) {
  .wizard .content .purpose-radios-wrapper .purpose-radio {
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%;
    max-width: none;
  }
}

.wizard .content .purpose-radios-wrapper .purpose-radio:last-child {
  margin-right: 0;
}

.wizard .content .form-control {
  padding: 26px 25px;
  min-height: 50px;
  border-radius: 4px;
  border: solid 1px #ececec;
}

.wizard .content .form-control::-webkit-input-placeholder {
  color: #919aa3;
}

.wizard .content .form-control::-moz-placeholder {
  color: #919aa3;
}

.wizard .content .form-control:-ms-input-placeholder {
  color: #919aa3;
}

.wizard .content .form-control::-ms-input-placeholder {
  color: #919aa3;
}

.wizard .content .form-control::placeholder {
  color: #919aa3;
}

.wizard .actions>ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;

  justify-content: center !important;
}

.wizard .actions li a {
  display: inline-block;
  border-radius: 6px;
  background-color: #2dce89;
  padding: 16px 30px;
  color: #fff;
  font-style: 15px;
  font-weight: bold;
}

.wizard .actions li.disabled {
  display: none;
}

.wizard .actions li:not(.disabled)+li,
.wizard .actions li:not(:first-child):last-child {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .wizard.vertical {
    padding-left: 115px;
    position: relative;
    min-height: 450px;
  }

  .wizard.vertical .steps {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 480px;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: flex;
  }

  .wizard.vertical .steps>ul {
    width: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-size: 4px calc(100% - 50px);
    margin-bottom: 0;
  }

  .wizard.vertical .steps>ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}


/* checkbox styles */

.wizard .content .purpose-checkbox {
  position: relative;
  display: inline-block;
}

.wizard .content .purpose-checkbox .purpose-checkbox-input {
  position: absolute;
  opacity: 0;
  color: #212529bf;
  border-color: #212529bf;
}

.wizard .content .purpose-checkbox .purpose-checkbox-input:checked+.purpose-checkbox-label {
  border-color: #2dce89;
}

.wizard .content .purpose-checkbox .purpose-checkbox-input:checked+.purpose-checkbox-label .label-icon {
  color: #2dce89;
}

.wizard .content .purpose-checkbox .purpose-checkbox-input:checked+.purpose-checkbox-label .label-icon .label-icon-default {
  display: none;
}

.wizard .content .purpose-checkbox .purpose-checkbox-input:checked+.purpose-checkbox-label .label-icon .label-icon-active {
  display: inline-block;
}

.wizard .content .purpose-checkbox .purpose-checkbox-input:checked+.purpose-checkbox-label .label-text {
  color: #2dce89;
  font-weight: bold;
}

.wizard .content .purpose-checkbox .purpose-checkbox-label {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 184px;
  border: 2px solid #7b7f89;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

@media (max-width: 575px) {
  .wizard .content .purpose-checkbox .purpose-checkbox-label {
    width: 100%;
  }
}

.wizard .content .purpose-checkbox .purpose-checkbox-label .label-icon {
  font-size: 21px;
  color: #000000;
  margin-bottom: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wizard .content .purpose-checkbox .purpose-checkbox-label .label-icon .label-icon-active {
  display: none;
}

.wizard .content .purpose-checkbox .purpose-checkbox-label .label-text {
  font-size: 16px;
  color: #212529bf;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wizard .content .purpose-checkboxes-wrapper {
  margin-top: 30px;
}

.wizard .content .purpose-checkboxes-wrapper .purpose-checkbox {
  margin-bottom: 18px;
}

@media (max-width: 575px) {
  .wizard .content .purpose-checkboxes-wrapper .purpose-checkbox {
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%;
    max-width: none;
  }
}

.wizard .content .purpose-checkboxes-wrapper .purpose-checkbox:last-child {
  margin-right: 0;
}
/* checkbox styles */




a[role="menuitem"] {
  text-decoration: none;
}


input.student[type=file] {
  width: 80%;
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 15px !important;
  border: 1px solid #555;
}

input.student[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: var(--info-color);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input.student[type=file]::file-selector-button:hover {
  background: #165dba;
}

.drop-container {
  width: 100%;

  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
}

.drop-container:hover {
  background: #eee;
  border-color: #111;
}

.drop-container:hover .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

.drop-container.drag-active {
  background: #eee;
  border-color: #111;
}

.drop-container.drag-active .drop-title {
  color: #222;
}


.swal2-overflow {
  overflow-x: visible;
  overflow-y: visible;
}


/* style wizard payments */


.w-fit-content {
  width: fit-content;
}

.h-fit-content {
  height: fit-content;
}


@media (max-width:576px) {
  #cancelPayment {
    width: 100%;
  }
}

@media (max-width:767.9px) {
  #cancelPayment {
    width: 100%;
  }
}


.custom-radios .purpose-radio {
  position: relative;
  display: inline-block;
}

.custom-radios .purpose-radio .purpose-radio-input {
  position: absolute;
  opacity: 0;
  color: #212529bf;
  border-color: #212529bf;
}

.custom-radios .purpose-radio .purpose-radio-input:checked+.purpose-radio-label {
  border-color: #0fc464;
}

.custom-radios .purpose-radio .purpose-radio-input:checked+.purpose-radio-label .label-icon {
  color: #0fc464;
}

.custom-radios .purpose-radio .purpose-radio-input:checked+.purpose-radio-label .label-icon .label-icon-default {
  display: none;
}

.custom-radios .purpose-radio .purpose-radio-input:checked+.purpose-radio-label .label-icon .label-icon-active {
  display: inline-block;
}

.custom-radios .purpose-radio .purpose-radio-input:checked+.purpose-radio-label .label-text {
  color: #0fc464;
  font-weight: bold;
}

.custom-radios .purpose-radio .purpose-radio-label {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 184px;
  border: 2px solid #7b7f89;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

@media (max-width: 575px) {
  .custom-radios .purpose-radio .purpose-radio-label {
    width: 100%;
  }
}

.custom-radios .purpose-radio .purpose-radio-label .label-icon {
  font-size: 21px;
  color: #000000;
  margin-bottom: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.custom-radios .purpose-radio .purpose-radio-label .label-icon .label-icon-active {
  display: none;
}

.custom-radios .purpose-radio .purpose-radio-label .label-text {
  font-size: 16px;
  color: #212529bf;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.custom-radios .purpose-radios-wrapper {
  margin-top: 30px;
}

.custom-radios .purpose-radios-wrapper .purpose-radio {
  margin-bottom: 18px;
}

@media (max-width: 575px) {
  .custom-radios .purpose-radios-wrapper .purpose-radio {
    margin-right: 0;
    margin-bottom: 18px;
    width: 100%;
    max-width: none;
  }
}

.custom-radios .purpose-radios-wrapper .purpose-radio:last-child {
  margin-right: 0;
}


.max-w-100 {
  max-width: 100% !important;
}

/* end of student */



.c-details-carga-a span {
  font-weight: 300;
  font-size: 13px
}

.icon-carga-a {
  width: 50px;
  height: 50px;
  background-color: #eee;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 39px
}

.badge-carga-a span {
  background-color: #cee2fc;
  padding-bottom: 3px;
  border-radius: 5px;
  display: flex;
  color: var(--info-color);
  justify-content: center;
  align-items: center
}

.text1 {
  font-size: 14px;
  font-weight: 600;
  font-size: 1.15rem
}

.text2 {
  color: #a5aec0;
  font-size: 1.15rem
}


.widget-custom {
  transition: all .2s;
}

.widget-custom:not(.carga-academica):hover {
  z-index: 15;
  transform: scale(1.05);
  cursor: pointer;
}

.widget-custom.carga-academica:hover {
  z-index: 15;
  transform: scale(1.05);
  cursor: pointer;
  border-width: 1.55px !important;
  border-color: #165e9e;
}


/* custom timepicker styles */
.calendar-time {
  margin-top: 15px !important;

  .hourselect, .minuteselect, .ampmselect {
    font-size: 15px !important;
    border-radius: 0.3rem !important;
  }

  select.hourselect, select.minuteselect, select.secondselect {
    width: 55px !important;
  }

  select.ampmselect {
    width: 60px !important;
  }
}

.daterangepicker.dark-theme {
  background: #292929 !important;
  border-radius:  7px !important;
  border: 1px solid #292929 !important;

  color: #e6e6e6 !important;
}

.daterangepicker:not(.drop-up).dark-theme:before {
  border-right: 7px solid transparent !important;
  border-left: 7px solid transparent !important;
  border-bottom: 7px solid #292929 !important;
  top: -6px !important;
}

.daterangepicker:not(.drop-up).dark-theme:after {
  border-right: 6px solid transparent !important;
  border-bottom: 6px solid #292929 !important;
  border-left: 6px solid transparent !important;
}

.daterangepicker.drop-up.dark-theme.drop-up:before {
  border-right: 7px solid transparent !important;
  border-left: 7px solid transparent !important;
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #292929;
}

.daterangepicker.drop-up.dark-theme.drop-up:after {
  border-right: 6px solid transparent !important;
  border-left: 6px solid transparent !important;
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #292929 !important;
}

.daterangepicker.dark-theme .drp-buttons span.drp-selected {
  color: #e6e6e6 !important;
}

.daterangepicker.dark-theme .drp-buttons {
  border-top: 1px solid #595959 !important;
}

.daterangepicker.dark-theme .drp-calendar .calendar-table {
  background: #292929 !important;
  border: 1px solid #292929 !important;
}

.daterangepicker.dark-theme td.off, .daterangepicker.dark-theme td.off.in-range, .daterangepicker.dark-theme td.off.start-date, .daterangepicker.dark-theme td.off.end-date {
  background: #292929 !important;
}

.daterangepicker.dark-theme td.available:hover, .daterangepicker.dark-theme th.available:hover {
  background: #707070 !important;
}

.daterangepicker.dark-theme td.in-range {
  background-color: #494949 !important;
  color: #e6e6e6 !important;
}

.daterangepicker.dark-theme td.active, .daterangepicker.dark-theme td.active:hover {
  background-color: #357ebd !important;
  border-color: transparent !important;
  color: #fff !important;
}

.daterangepicker.dark-theme .ranges li:hover {
  background-color: #707070 !important;
}

.daterangepicker.dark-theme.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #595959 !important
}

.daterangepicker.dark-theme select.hourselect, .daterangepicker.dark-theme select.minuteselect, .daterangepicker.dark-theme select.secondselect, .daterangepicker.dark-theme select.ampmselect {
  background: #525252 !important;
  border: 1px solid #696868 !important;
  color: #e6e6e6 !important;
}


.li-deudas-ofertas-form:hover {
  background-color: rgba(0, 0, 0, 0.025);
}


.number-with-slash {
  position: relative;
}

.number-with-slash::before {
  content: "\FF0F";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(35deg);
  font-size: 4.5em;
  color: #f5365c;
  font-weight: 400;
  opacity: .75;
}

.border-bottom-info {
  border-bottom-color: rgba(9, 157, 250) !important;
}


.customForm .custom-subtitle-text {
  font-size: .92rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #344767;
  margin-left: 0.25rem;
}



/* custom styles for introjs */
.introjs-tooltipbuttons .introjs-button {
  font-weight: 700;
  line-height: 1.5;
  color: #fff !important;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  border-radius: .5rem;
  transition: all .15s ease-in;
  text-decoration: none;
  text-shadow: none !important;
}

.introjs-button.introjs-prevbutton {
  background-color: #8392ab;
  border-color: #8392ab;
}

.introjs-button.introjs-prevbutton:focus,
.introjs-button.introjs-prevbutton:hover {
  background-color: #96a2b8;
  border-color: #8f9db3;
}

.introjs-button.introjs-prevbutton.active,
.introjs-button.introjs-prevbutton:active,
.show > .introjs-button.introjs-prevbutton.dropdown-toggle {
  background-color: #9ca8bc;
  border-color: #8f9db3;
}

.introjs-button.introjs-prevbutton.active:focus,
.introjs-button.introjs-prevbutton:active:focus,
.show > .introjs-button.introjs-prevbutton.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 124, 145, 0.5);
}
.introjs-button.introjs-prevbutton.disabled,
.introjs-button.introjs-prevbutton:disabled {
  background-color: #5e6777;
  border-color: #8392ab;
  cursor: not-allowed;
}




.introjs-button.introjs-nextbutton {
  background-color: #1e6cb0;
  border-color: #1e6cb0;
}
.introjs-button.introjs-nextbutton:focus,
.introjs-button.introjs-nextbutton:hover {
  background-color: rgb(57 121 176);
  border-color: #23649d;
}
.introjs-button.introjs-nextbutton:focus {
  box-shadow: 0 0 0 0.2rem rgb(30, 108, 176, 0.5) !important;
}

.introjs-button.introjs-nextbutton.active,
.introjs-button.introjs-nextbutton:active,
.show > .introjs-button.introjs-nextbutton.dropdown-toggle {
  background-color: #3374ad;
  border-color: #2f80c7;
}

.introjs-button.introjs-nextbutton.active:focus,
.introjs-button.introjs-nextbutton:active:focus,
.show > .introjs-button.introjs-nextbutton.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(30, 108, 176, 0.5);
}
.introjs-button.introjs-nextbutton.disabled,
.introjs-button.introjs-nextbutton:disabled {
  background-color: #6eb2ef !important;
  border-color: #1e6cb0 !important;
  cursor: not-allowed;
}


.bg-primary-custom {
  background-color: #1e6cb0 !important;
  border-color: #1e6cb0 !important;
}

.bg-secondary-custom {
  background-color: #8392ab !important;
  border-color: #8392ab !important;
}


.custom-selectize-wrapper .selectize-input.items {
  display: flex !important;
  flex-direction: column !important;
}

.custom-selectize-wrapper .selectize-input.items div.custom-item-selectize {
  width: 100%;
  padding: 6px 12px;
  background-color: #f1f1f1;
  border-radius: 5px;
  font-size: 14px;
}


.purpose-checkbox:hover .purpose-checkbox-input:not(:checked) + .purpose-checkbox-label {
  border-color: #2dce89;
  background-color: #d1e7dd !important;
}

.purpose-checkbox:hover .purpose-checkbox-input:not(:checked) + .purpose-checkbox-label .label-icon i {
  color: #2dce89 !important;
}

.purpose-checkbox:hover .purpose-checkbox-input:not(:checked) + .purpose-checkbox-label .label-text {
  color: #2dce89;
  font-weight: bold;
}

.text-justify {
  text-align: justify;
}

@media (max-width: 575px) {
  .w-xs-full {
      width: 100% !important
  }
}