@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
img {
  max-width: 100%;
}
.first-skillsets-tr > .row  input.form-control.skillsets-input[name="section[0][name]"] {
    visibility: hidden;
}
body {
  aside.main-sidebar[class*=sidebar-dark] {
    background-color: #1b1b1b;
    box-shadow: none !important;
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    .brand-link {
      background: #fff;
      color: #1b1b1b !important;
      border-bottom: 1px solid #dee2e6;
      img.brand-image.img-circle {
        border-radius: 0;
        box-shadow: none !important;
      }
    }
    .btn-sidebar, .form-control-sidebar {
      background-color: #fff !important;
      border: 1px solid #f4f4f4 !important;
      color: #1b1b1b !important;
    }
    .sidebar {
      padding: 0;
      .form-inline {
        padding-inline: 0.625rem;
      }
      .nav-item>.nav-link {
        width: 100%;
        border-radius: 0;
      }
      .nav-sidebar>.nav-item>.nav-treeview {
        padding-left: 0.625rem;
      }
      .nav-sidebar .nav-item>.nav-link .right {
          transform: rotate(-180deg);
      }
      .nav-treeview>.nav-item>.nav-link.active {
        background: #f7f7f7;
        color: #1b1b1b;
      }
      .nav-sidebar>.nav-item>.nav-link.active,
      .nav-sidebar>.nav-item>.nav-link.active {
        background: #f7f7f7;
        color: #1b1b1b;
      }
    }
  }

  .tabs-submit-btn .btn.btn-primary,
  .create-ftr-btns .btn.btn-primary {
    /* background: linear-gradient(90deg, #d752fe, #00ffde) !important;
    border: none;
    font-size: 1.2rem;
    padding: .5rem 2.5rem;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-shadow: none;
    line-height: normal;
    text-shadow: none;
    color: #fff; */
  }
  .tabs-submit-btn .btn.btn-primary::after,
  .create-ftr-btns .btn.btn-primary::after {
    /* content: "";
    background: linear-gradient(164deg, rgba(255, 255, 255, 0.25) 44%, rgba(91, 0, 154, .84));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    z-index: -1; */
  }

  .content-wrapper {
    background-color: #f7f7f7;
    width: calc(100% - 250px);
    /* min-height: calc(100vh - calc(3.5rem + 1px) - calc(3.5rem + 1px)) !important; */
      .content {
      padding: 0 !important;
      /* height: 100%; */
        .container-fluid {
        /* height: 100%; */
        padding: 0.625rem;
         .lms_courses_tam {
          /* height: 100%; */
            .create_vives_page {
            background: #fff;
            /* height: 100%; */
            min-height: calc(100vh - calc(5rem + 1px)) !important;
            .tabs-header {
              border-bottom: 0.625rem solid #f7f7f7;
              margin: -0.625rem -0.625rem 0;
              background: #fff;
              .row {
                margin: 0;
              }
              .tabs-submit-btn {
                display: flex;
                justify-content: end;
                align-items: center;
                height: 100%;
                padding: 10px 0;
              }
            }
            .card {
              box-shadow: none;
              border: none;
              border-radius: 0;
            }
          }
        }
      }
    }
  }

  .wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }


  .main-header {
    position: sticky;
    top: 0;
    width: 100%;
    ul.navbar-nav:first-child {
      align-items: center;
      width: auto !important;
      .nav-item:nth-child(2) {
        min-width: 165px;
      }
      .nav-item {
        margin: 0;
        max-width: max-content;
        p {
          margin: 0;
          color: #b7bac3;
        }
      }
      .nav-item:last-child {
        margin-left: auto;
      }
    }
  }

  .nav-item h4 {
    margin: 0;
  }

  .nav-item .btn-primary {
    background: linear-gradient(90deg, #d752fe, #00ffde) !important;
    border: none;
    font-size: 1.2rem;
    padding: .5rem 2.5rem;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-shadow: none;
    line-height: normal;
    text-shadow: none;
    color: #fff;
  }
  .nav-item .btn-primary>*{
    position: relative;
    z-index: 1;
  }
  .nav-item .btn-primary::after {
    content: "";
    background: linear-gradient(164deg, rgba(255, 255, 255, 0.25) 44%, rgba(91, 0, 154, .84));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .25rem;
    z-index: -1;
  }
  .btn-secondary {
    background: #212121;
    border: 1px solid #212121;
    /* font-size: 1.2rem; */
    /* padding: .5rem 2.5rem; */
    /* border-radius: .25rem; */
    /* position: relative; */
    /* overflow: hidden; */
    /* z-index: 0; */
    /* box-shadow: none; */
    /* line-height: normal; */
    /* text-shadow: none; */
    color: #fff;
  }
  .btn-secondary-icon {
    padding: .375rem .5rem;
  }
  .btn-outline-dark {
    background: none !important;
    color: #212121 !important;
    border-color: #212121 !important;
  }
  .btn-icon {
    font-size: 11px !important;
    width: 24px;
    height: 24px;
    padding: 1px;
    border-width: 2.5px !important;
  }
  .gap-1 {
    gap: 4px;
  }
  .gap-2 {
    gap: 8px;
  }
  .btn-sm {
    font-size: .875rem;
  }
  .btn-sm.btn-secondary-icon {
    background: #b4bbc5 !important;
    border: #b4bbc5 !important;
    font-size: 11px;
    width: 24px;
    height: 24px;
    padding: 2px;
  }

  button.btn.btn-md.btn-secondary.common_vive_edit {
    padding: 4px 10px;
    font-size: 1rem;
}

  .create_vives_page {
    .nav-tabs {
      justify-content: flex-start;
      li.nav-item {
        display: flex;
        align-items: center;
        button.nav-link {
          font-size: 1rem;
          gap: 0;
          padding: 0;
          min-width: 95px;
          border-bottom: 0.2rem solid transparent;
          > span {
            font-family: "Oswald", sans-serif;
            font-weight: 500;
            background: none !important;
            border-radius: 0;
            color: #9d9d9d !important;
            width: auto;
            height: auto;
            font-size: 1.2rem;
          }
        }
        button.nav-link.active {
          border-bottom: 0.2rem solid #00d0b6;
          font-size: 1.2rem;
          > span {
            font-weight: 600;
            font-size: 1.5rem;
            color: #00d0b6 !important;
          }
          > small  {
            color: #00d0b6 !important;
          }
        }
      }
    }
  }
  .form-control {
    background-color: #fff;
    border-color: #CACACA;
    height: auto;
    min-height: 2.625rem;
    max-height: max-content;
    border-radius: 0.32rem;
  }
  .form-control-sm {
    height: auto;
    min-height: auto;
  }
  textarea.form-control {
    min-height: 5rem;
    max-height: none;
  }
  select.form-control {
    background-color: #F5F5F5;
  }

.col-form-label {
  color: #484848;
  font-weight: 600 !important;
}

}

.input-group-art {
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  background-color: #fff;
  aspect-ratio: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.concepts-table {
  .table-responsive {
    overflow: auto;
  }
  .table {
    min-width: 800px;
    thead {
      tr {
        th {
          border: none;
          text-align: center;
          border: none;
          color: #484848;
        }
      }
    }
    thead, tbody {
      th, td {
        width: 7%;
        vertical-align: middle;
        &:nth-child(1) {
          width: 81%;
        }
        &:last-child {
          width: 5%;
        }
      }
    }
  }
}
.concepts-body {
  padding-left: 10px;
}
.concepts-head-left {
  label.form-check-label {
    opacity: 1 !important;
  }
}
.concepts-head-right {
  .form-group {
    justify-content: end;
    .form-label {
      font-weight: 500;
      margin: 0;
    }
    .form-control.form-control-sm {
      width: 100px;
      margin-left: 10px;
      text-align: right;
    }
  }
}
.concepts-item-left {
  .form-group {
    align-items: center;
    .form-control.form-control-sm {
      height: 32px;
      width: 40px;
    }
    .form-label {
      font-weight: 500;
    }
  }
}
.concepts-item-right {
  .form-group-item {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
    .form-group {
      .form-control.form-control-sm {
        height: 32px;
        width: 40px;
      }
      &.form-group-1 {
        .form-control.form-control-sm {
          height: 32px;
          width: 100px;
        }
      }
    }
  }
}
.qreate-head {
  font-weight: 700;
  font-size: 27px;
  margin: 0 0 1.75rem;
  padding: 0 20px;
}
.create_inn_page .tab-content {
  padding: 0;
}
.qreate-items {
  .body-item {
    margin: 0 0 1.25rem;
  }
}
.qreate-right {
  background: #ececec;
  padding: 1.75rem;
  margin-top: -1.75rem;
  height: calc(100% + 3.5rem);
  margin-right: -1.75rem;
  .qreate-head {
    padding: 0;
  }
}
.concepts-qreate {
  .col-md-6 {
    padding: 7.5px;
    &:last-child {
      border-left: 1px solid #ececec;
    }
  }
}
.syllabus-items .form-group {
  margin: 0;
}
.languages-sec {
  .col-md-4 {
    padding: 0 60px;
  }
  .col-md-8 {
    padding: 0 60px;
    border-left: 1px solid #ececec;
    .concepts-item {
      max-width: 90%;
      margin: 0 auto;
    }
  }
  .qreate-head {
    padding: 0;
  }
  .body-languages {
    .form-check {
      font-size: 25px;
      padding-left: 35px;
    }
    input[type="checkbox"] + label::before {
      font-size: 35px;
      line-height: 1;
      top: 0;
    }
  }
}

.syllabus-items {
  ul {
    list-style: none;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
    li {
      &.syllabus-item-list {
        margin: 0 0 5px;
      }
    }
  }
  .syllabus-txt {
    color: #adadad;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 5px;
    .form-control {
      font-weight: 700;
    }
  }
  .syllabus-input {
    width: calc(100% - 200px);
    padding-right: 20px;
  }
  /* .syllabus-btns {
    width: 140px;
    gap: 2px;
    justify-content: space-evenly;
    .btn {
      background: #f8f9fb;
      border: 1px solid #CACACA;
    }
  } */
}
.syllabus-btns {
  width: 140px;
  gap: 2px;
  justify-content: space-evenly;
  .btn {
    background: #f8f9fb;
    border: 1px solid #CACACA;
  }
}
.sqa-table {
  table.table {
    th, td {
      font-weight: 600;
      border-top: 3px solid #f7f7f7;
      font-size: 13px;
      /* padding: 5px !important; */
      width: 60px;
      &:nth-child(3) {
        width: 60%;
      }
      &:last-child {
        width: 300px;
        min-width: 300px;
      }
    }
    thead {
      th, td {
        border-top: none;
      }
    }
  }
}
.sqa-table-head-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  .btn {
    font-size: 12px;
    /* background: #11cbf1; */
    color: #fff;
    /* width: 120px; */
    border: none;
    line-height: normal;
  }
}


.unit-tr {
  .btn {
    /* font-size: 12px;
    background: #11cbf1;
    color: #fff;
    width: 120px;
    border: none;
    line-height: normal; */
  }
}

.sqa-table-right {
  gap: 5px;
}
.sqa-btn {
  gap: 5px;
  justify-content: space-between;
  .btn {
    /* background: #f8f9fb;
    border: 1px solid #CACACA;
    color: #212529;
    font-weight: 500; */
    &.btn-primary {
      /* background: #33a3bb;
      border: 1px solid #33a3bb;
      color: #fff; */
    }
  }
}
.section-tr {
  th, td {
    background: #d1d9fe;
  }
}
.topic-tr {
  th, td {
    background: #d6fefe;
  }
}
.unit-tr {
  th, td {
    background: #f3f3f3;
  }
}
.create-right-head {
  font-size: 1.2rem;
  font-weight: 600;
}
.create-slider-slide {
  & .item {
    padding: 10px;
      & .slider-card {
        background-color: #fff;
        border: 1px solid #CACACA;
        border-radius: .25rem;
          & .slider-card-body {
            aspect-ratio: 1;
            padding: 5px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            position: relative;
            z-index: 1;
            &.selected, &:hover {
              background: linear-gradient(90deg, #d752fe, #00ffde) !important;
              color: #fff;
              &::after {
                content: "";
                background: linear-gradient(164deg, rgba(255, 255, 255, 0.25) 44%, rgba(91, 0, 154, .84));
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border-radius: .25rem;
                z-index: -1;
              }
            }
              img {
                  height: 100%;
                  object-fit: contain;
              }
          }
      }
  }
}
body {
  .create_vives_page {
    & .form-check {
        input[type="checkbox"] + label::before {
            content: "\f0c8";
            font-family: "Font Awesome 5 Free";
            position: absolute;
            /* left: -9px; */
            left: 0px;
            top: 0px;
            font-weight: 400;
            font-size: 24px;
            line-height: 1;
        }
    }
    .body-languages {
      & .form-check {
        input[type="checkbox"] + label::before {
          font-size: 35px;
          top: 1px;
        }
      }
      .body-item {
        margin: 0 0 2.5rem;
      }
    }
  }
}
.concepts-head-check .form-check {
  width: 1.5rem;
  margin: 0 auto;
}
.create-text-input input.form-control.form-control-sm {
  background: none;
  font-weight: 600;
  color: #212121;
  border: none;
  font-size: 1rem;
}
.concepts-close-btn {
  .btn {
    font-weight: 700;
  }
}
.table {
  display: table;
  min-width: 800px;
  .table-thead {
    display: table-row-group;
  }
  .table-tbody {
    display: table-row-group;
  }
  .table-tr {
    display: table-row;
    .table-th {
      display: table-cell;
      padding: .75rem;
      border-top: 1px solid #dee2e6;
      color: #484848;
      font-weight: 700;
    }
    .table-td {
      display: table-cell;
      padding: .75rem;
      border-top: 1px solid #dee2e6;
    }
  }
}


/*  */
.switchin-sec-pop-cont {

  .switchin-cont {
    border: 1px solid #CACACA;
    border-radius: 0.5rem;
    padding: 3vw;
    margin: 0 0 1.5rem;
    h2 {
      font-weight: 900;
      font-size: 3.5rem;
    }
  }
  .switchin-ftr-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    .btn {
      /* background: none !important; */
      /* border: none; */
      font-size: 1.2rem;
      padding: .5rem 2.5rem;
      /* border-radius: .25rem; */
      line-height: normal;
      /* position: relative;
      overflow: hidden;
      z-index: 0;
      box-shadow: none;
      line-height: normal;
      text-shadow: none; */
      color: #fff;
      /* text-decoration: underline; */
      &.btn-primary {
        /* background: linear-gradient(90deg, #d752fe, #00ffde) !important; */
        color: #fff;
        /* text-decoration: none; */
        &::after {
          /* content: ""; */
          /* background: linear-gradient(164deg, rgba(255, 255, 255, 0.25) 44%, rgba(91, 0, 154, .84)); */
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: .25rem;
          z-index: -1;
        }
      }
    }
  }
  .switchin-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    input[type=checkbox] {
      display: none;
    }
    & .toggle-txt {
      font-size: 1.3rem;
      font-weight: 600;
    }
    & label {
      margin: 0;
    }
    label.toggle-group.toggle-on {
      background: #2b2b2b;
      width: 160px;
      display: block;
      height: 40px;
      border-radius: 60px;
      border: 3px solid #2b2b2b;
      position: relative;
      cursor: pointer;
      &::after {
        content: "";
        background: #fff;
        box-shadow: -2px -2px 3px #666 inset;
        width: 40%;
        height: 100%;
        display: block;
        border-radius: 60px;
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
        transition: 0.45s;
      }
    }
    input[type=checkbox]:checked + label.toggle-group.toggle-on {
      &::after {
        left: 60%;
      }
    }
  }
}
/*  */


.syllabus-pro-bar {
  width: 52px;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  text-align: center;
  font-size: 10px;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.syllabus-pro-bar.bar-lg {
  width: 100px;
  height: 32px;
  font-size: 12px;
}
.syllabus-pro {
  background: #00b8f2;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.syllabus-pro-txt {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.syllabus-sec {
  .sqa-table {
    & table.table {
        & th, & td {
          border-top: 3px solid #f7f7f7;
          &:not(:last-child) {
            border-right: 1px solid #dee2e6;
          }
          &:last-child {
            width: 200px;
            min-width: 200px;
          }
        }
        thead {
          th, td {
            border-top: none;
          }
        }
    }
  }
}
.syllabus2-sec {
  .sqa-table {
    & table.table {
        & th, & td {
          border-top: 3px solid #f7f7f7;
          &:not(:last-child) {
            border-right: 1px solid #dee2e6;
          }
            &:last-child {
              width: 60px;
              min-width: 60px;
            }
        }
        thead {
          th, td {
            border-top: none;
          }
        }
    }
  }
}
.round-pros-bar {
  background: #e9e9e9;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.round-pros-txt {
  position: relative;
  z-index: 1;
}
.round-pros {
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
}
.concept-tr {
  td, th {
    background: #f7f7f7;
  }
}
.unit-accordion>i {
  cursor: pointer;
  padding: 1px 5px;
  color: #939393;
  font-size: 18px;
}

.section-dt {
  display: flex;
}
.section-dt>span {
  font-family: "Oswald", sans-serif;
  background: #e8e8e8;
  font-size: 12px;
  height: 30px;
  width: 20px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #fff;
}
.dt-0>span {
  background: #e8e8e8;
}
.dt-a>span {
  background: #30c6c5;
}
.dt-b>span {
  background: #b6c840;
}
.dt-c>span {
  background: #e0ab05;
}
.dt-d>span {
  background: #d1b478;
}
.dt-e>span {
  background: #c9523e;
}
.dt-f>span {
  background: #e8e8e8;
  color: #7e7e7e;
}
body {
  .dataTables_wrapper {
    table.dataTable {
      border: none;
      min-width: 100%;
      max-width: max-content;
      thead {
        background: #626262;
        color: #fff;
        th {
          background-color: #626262;
          color: #fff;
          background-position: left !important;
          padding: 15px 18px !important;
          padding-left: 25px !important;
        }
      }
      td, th {
        border: none;
        border-top: 1px solid #dee2e6;
        padding: 10px 18px;
      }
      td {
        img {
          object-fit: contain;
        }
        .btn i {
          display: none;
        }
        .btn {
          /* min-width: 60px; */
          &.btn-primary {
            /* background-color: #2ac6c3; */
            /* border-color: #2ac6c3; */
          }
          &.btn-danger {
            background-color: #ff4606;
            border-color: #ff4606;
          }
        }
      }
      td:last-child, th:last-child {
        text-align: right;
      }
    }
    .dataTables_length select {
      border: 1px solid #b3bcc5;
      padding: 8px 10px;
      border-radius: 5px;
    }
    .dataTables_filter input {
      background: #f7f7f7;
      border: 1px solid #b3bcc5;
      padding: 8px 10px;
      border-radius: 5px;
      outline: none !important;
    }
  }
  .card {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .card-body .dataTables_wrapper {
    margin: 0 -1.25rem 1.25rem;
    overflow: auto;
    min-width: calc(100% + 2.50rem);
    .dataTables_length, .dataTables_info {
      padding-left: 1rem;
    }
    .dataTables_filter, .dataTables_paginate {
      padding-right: 1rem;
    }
  }
  .dataTables_wrapper {
    .dataTables_paginate {
      .paginate_button {
        background: #f7f7f7 !important;
        border: 1px solid #e7e7e7 !important;
      }
      .paginate_button.current {
        background-color: #2ac6c3 !important;
        border-color: #2ac6c3 !important;
        color: #fff !important;
      }
    }
  }
  .btn {
    &.btn-1g {
      /* background: linear-gradient(-17deg, #1b7ea7, #27c1c1 , #46cbc8) !important;
      color: white !important; */
    }
    &.btn-2g {
      background: linear-gradient(-17deg, #0185d0, #07c8f1 , #29d0f0) !important;
      color: white !important;
    }
    &.btn-3g {
      background: linear-gradient(-17deg, #7759d5, #a391f5 , #aa9bfa) !important;
      color: white !important;
    }
    &.btn-4g {
      background: #A9A9A9 !important;
      color: white !important;
    }
  }
  .background-none {
    background: none;
  }
  .bgColor-1g {
    background: linear-gradient(-17deg, #1b7ea7, #27c1c1 , #46cbc8);
  }
  .bgColor-2g {
    background: linear-gradient(-17deg, #0185d0, #07c8f1 , #29d0f0);
  }
  .bgColor-3g {
    background: linear-gradient(-17deg, #7759d5, #a391f5 , #aa9bfa);
  }
  .bgColor-4g {
    background: #d3d3d3;
  }
  table.dataTable thead {
    .sorting_asc {
      background-image: url(../images/sort_asc.png) !important;
    }
    .sorting_desc {
      background-image: url(../images/sort_desc.png) !important;
    }
  }
}

table th {
  text-transform: capitalize;
}
.navbar-expand .navbar-nav {
  gap: 15px;
  align-items: center;
}
.card-header>.card-tools, #postform .form-group {
  .btn-primary {
    /* background: linear-gradient(90deg, #d752fe, #00ffde) !important;
    border: none;
    font-size: 1.2rem;
    padding: .5rem 1.5rem;
    border-radius: .25rem;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-shadow: none;
    line-height: normal;
    text-shadow: none;
    color: #fff; */
    &::after {
      content: "";
      /* background: linear-gradient(164deg, rgba(255, 255, 255, 0.25) 44%, rgba(91, 0, 154, .84)); */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: .25rem;
      z-index: -1;
    }
  }
}
.navbar-expand .navbar-nav#append_dd select.form-control {
  min-width: 350px;
}
div#datatableWrapper.card-body {
  overflow: hidden;
  table {
    .btn {
      margin: 2px;
    }
  }
}
#postform select#users_dd + div.btn-group button.multiselect.dropdown-toggle.btn.btn-default {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#datatableWrapper .dataTables_filter select#webtracking_active_filter {
  /* margin-bottom: .5rem;
  height: 43px;
  background: #f7f7f7;
  border: 1px solid #b3bcc5;
  padding: 8px 10px;
  border-radius: 5px;
  outline: none !important; */
}
table.dataTable td select {
  margin-bottom: .5rem;
  background: #f7f7f7;
  border: 1px solid #b3bcc5;
  padding: 6px 10px;
  border-radius: 5px;
  outline: none !important;
}


/* ---------------------- */
ol.sortable, ol.sortable ol {
  width: 100%;
  max-width: 100%;
}
ol.sortable.ui-sortable {
  padding: 0;
}
.ui-sortable-handle {
  .btn {
    background: #f8f9fb;
    border: 1px solid #CACACA;
  }
  .form-control {
    min-height: auto;
    padding: 2.5px 8px;
  }
}
.row.ui-sortable-handle {
  .col-lg-1.ui-sortable-handle {
    max-width: 50px;
}
.col-lg-6.ui-sortable-handle {
  flex: 0 0 100%;
  max-width: calc(100% - 200px);
}
.col-lg-4.ui-sortable-handle {
  max-width: 150px;
  text-align: right;
}
}
/* ---------------------- */
