/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.

- Avatar
- Checkbox card
- Select2
- Timeline

*/
.main-menu .navbar-header .navbar-brand {
  margin-top: 0;
}

.swiper-wrapper {
  width: calc(100% - var(--swiper-navigation-size)/ 44 * 27);
  margin: auto;
}

.datatable-table th, .datatable-table td {
  white-space: nowrap;
}

div.DTFC_LeftWrapper table.dataTable.no-footer, div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
  background: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.DTFC_LeftWrapper {
  top: 6px !important;
}

div.DTFC_LeftBodyLiner {
  overflow-y: initial !important;
  top: -1px !important;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_LeftWrapper table.dataTable td,
div.DTFC_LeftWrapper table.dataTable th {
  box-sizing: content-box;
}

/*.navbar-header {

  .logo-full{display: none}
  .logo-light{display: block}
  .nav-item.mx-auto{
    margin: 0!important;
  }

  &.expanded {
    .logo-full{display: block}
    .logo-light{display: none}
    .nav-item.mx-auto{
      margin: auto!important;
    }
  }
}*/
.cropper-item {
  max-height: 100%;
  max-width: 100%;
}

::-moz-placeholder {
  color: #918c95 !important;
}

:-ms-input-placeholder {
  color: #918c95 !important;
}

::placeholder, select .option_placeholder {
  color: #918c95 !important;
}

.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a i {
  height: 22px;
  width: 22px;
}

.form-label-group > select ~ .label_for {
  color: #22292f !important;
}

.form-label-group > .label-show {
  color: rgba(34, 41, 47, 0.4) !important;
}
.form-label-group:hover > .label-show {
  color: #2ebce8 !important;
}
.form-label-group .label-show {
  transition: all 0.25s ease-in-out;
  opacity: 1;
  padding: 0.25rem 0;
  top: -20px;
  left: 3px;
}
.form-label-group.pointer-event > label.label-show {
  pointer-events: initial !important;
}

.slider ~ label {
  opacity: 1;
  padding: 0.25rem 0;
  top: -35px;
  left: 3px;
}

.ecommerce-application .list-view .ecommerce-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 2fr 200px;
  height: 15rem;
}

.noUi-tooltip {
  top: 15px;
  height: 21px;
}

/** Avatar **/
.avatar [class*=avatar-icon-] {
  width: 10px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--yellow);
}

.avatar-attach-admin .avatar {
  background: transparent;
}
.avatar-attach-admin .avatar:nth-child(1) {
  height: 150px;
  width: 150px;
  border: 0;
}
.avatar-attach-admin .avatar:nth-child(1) img {
  width: 150px !important;
  height: 150px !important;
}
.avatar-attach-admin .avatar:nth-child(2) {
  width: 50px;
  height: 50px;
  top: 7.3rem;
  margin-left: -2.5rem !important;
  background: #c3c3c3;
}
.avatar-attach-admin .avatar:nth-child(2) img {
  width: 50px !important;
  height: 50px !important;
}

/** Checkbox card **/
.checkbox-card {
  position: absolute;
  left: 3px;
  top: 2px;
}

/** Select2 **/
.select2-item--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-item--default .select2-selection--multiple .select2-selection__choice__remove {
  float: left;
  display: inline-block;
  position: relative;
  line-height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.7rem;
}

.select2-item--classic .select2-results__option[aria-selected=true], .select2-item--default .select2-results__option[aria-selected=true] {
  background-color: rgba(46, 188, 232, 0.12) !important;
  color: #2ebce8 !important;
}

/*

.select2-item--classic .select2-selection--multiple, .select2-item--default .select2-selection--multiple {
  height: 38px!important;
}

.select2-item--default .select2-selection--multiple .select2-selection__choice{
  display: inline-block;
  float:none;
}
*/
/** Timeline **/
.timeline .timeline-item:not(:last-child) {
  padding-bottom: 0;
}

ul.timeline {
  padding-top: 1em;
}

.table-td-p-1 td {
  padding: 0.15rem;
}

.table-td-p-2 td {
  padding: 0.3rem;
}

.table-td-p-3 td {
  padding: 0.45rem;
}

.table-td-p-4 td {
  padding: 0.6rem;
}

.table-td-p-5 td {
  padding: 0.75rem;
}

.line-height-1 {
  line-height: 0.5;
}

.line-height-2 {
  line-height: 1;
}

.line-height-3 {
  line-height: 1.5;
}

.line-height-4 {
  line-height: 2;
}

.line-height-5 {
  line-height: 2.5;
}

.table-list-icon tr td:nth-child(0) {
  text-align: center;
}

/** Sticky **/
.card-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

/** .ql-item **/
.ql-item {
  font-size: 1rem;
}

.ql-editor ol > li, .ql-editor ul > li {
  list-style-type: disc;
}

.ql-editor ul > li::before {
  content: "";
}

.ql-editor ol li:not(.ql-direction-rtl), .ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 0;
}

.ql-editor ol, .ql-editor ul {
  padding-left: 3.5rem;
}

/** Resume **/
*:not(.read-only) .skill-item + .skill-item {
  margin-top: 1rem;
}
*:not(.read-only) .experience-item, *:not(.read-only) .education-item, *:not(.read-only) .skill-item {
  cursor: -webkit-grab;
  cursor: grab;
}
*:not(.read-only) .experience-item:hover, *:not(.read-only) .education-item:hover, *:not(.read-only) .skill-item:hover {
  background: #FAFAFA;
}

.hook {
  display: none;
}

[data-kbsw-error] {
  background: #DC3545;
}

.step.step-status {
  width: initial;
}

.picker {
  top: auto;
}
