/* [project]/node_modules/react-confirm-alert/src/react-confirm-alert.css [client] (css) */
body.react-confirm-alert-body-element {
  overflow: hidden;
}

.react-confirm-alert-blur {
  -webkit-filter: blur(2px);
}

.react-confirm-alert-overlay {
  z-index: 99;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -ms-align-items: center;
  opacity: 0;
  background: #ffffffe6;
  justify-content: center;
  align-items: center;
  animation: .5s .2s forwards react-confirm-alert-fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
}

.react-confirm-alert-body {
  text-align: left;
  color: #666;
  background: #fff;
  border-radius: 10px;
  width: 400px;
  padding: 30px;
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: 0 20px 75px #00000021;
}

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
}

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px;
}

.react-confirm-alert-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.react-confirm-alert-button-group > button {
  color: #eee;
  cursor: pointer;
  background: #333;
  border: none;
  border-radius: 5px;
  outline: none;
  margin-right: 10px;
  padding: 6px 18px;
  font-size: 12px;
  display: inline-block;
}

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* [project]/next/pages/styles/App.css [client] (css) */
.menu-link > i {
  margin-right: 8px;
}

pre {
  word-break: break-all;
  word-wrap: break-word;
  color: #606060;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 0 10px;
  padding: 9.5px;
  font-size: 12px;
  line-height: 1.53846;
  display: block;
}

.aside-nav .nav-item .nav-link.active {
  background-color: #0771cd;
}

.aside-nav .nav-item .nav-link.active .fa {
  color: #fff;
}

.hidden, .hide_column {
  display: none !important;
}

.form-group.is-invalid .react-datepicker-wrapper input {
  border-color: #f64e60;
}

.form-group.is-invalid p.help-block, .form-group.is-invalid label {
  color: #f64e60;
}

.custom-confirmation-box {
  text-align: center;
}

.custom-confirmation-box .btn-cancel {
  margin-right: 8px;
}

.react-datepicker-wrapper {
  width: 100%;
}

.sorting-list {
  white-space: nowrap;
  z-index: 0;
  background-color: #f3f3f3;
  border: 1px solid #999;
  border-radius: 3px;
  outline: none;
  width: 100%;
  height: 75vh;
  display: block;
  position: relative;
  overflow: auto;
}

.sorting-list li {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  color: #333;
  float: left;
  background: none;
  border: 0;
  align-items: center;
  width: 350px;
  height: 250px;
  padding: 8px;
  font-weight: 400;
  display: flex;
}

.sorting-list li img {
  object-fit: cover;
  border: 1px solid;
  width: 266px;
  height: 150px;
  margin-bottom: 8px;
}

.sorting-list li .wrapper-sortable {
  white-space: break-spaces;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 0 20px -10px;
}

.custom-datepicker div.react-datepicker-wrapper, .custom-datepicker div div.react-datepicker__input-container .custom-datepicker div div.react-datepicker__input-container input {
  width: 100%;
}

.deleted-row {
  background-color: #e55039;
  color: #fff !important;
}

.deleted-row:hover {
  color: #fff !important;
  background-color: #ff6b6b !important;
}

.btn-info-action-dashboard {
  color: #9364f1;
  box-shadow: none;
  background-color: #ccf;
  border-color: #ccf;
}

.btn-info:hover {
  color: #9364f1;
  background-color: #ccf;
  border-color: #ccf;
}

.btn-info:focus, .btn-info.focus {
  color: #9364f1;
  background-color: #ccf;
  border-color: #ccf;
  box-shadow: 0 0 0 .2rem #9b6afc80;
}

.btn-info.disabled, .btn-info:disabled, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #9364f1;
  background-color: #ccf;
  border-color: #ccf;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #c4aaf780;
}

.flex-container {
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
}

.flex-container2 {
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
}

.flex-container2 > div {
  background-color: #06c;
  width: 170px;
  margin: 22px;
}

.styled-table {
  border-collapse: collapse;
  min-width: 400px;
  margin: 25px 0;
  font-family: sans-serif;
  font-size: .9em;
  box-shadow: 0 0 20px #00000026;
}

.styled-table thead tr {
  color: #fff;
  text-align: left;
  background-color: #06c;
}

.styled-table th, .styled-table td {
  border-right: 1px solid #fff;
  padding: 12px 15px;
}

.styled-table tbody tr {
  background-color: #d9daf3;
  border-bottom: 1px solid #c5c8f8;
}

.styled-table tbody tr:nth-of-type(2n) {
  background-color: #f3f3f3e0;
}

.styled-table-border {
  border-right: 1px solid #fff;
  width: 5px;
}

.flex-child {
  border: 1px solid #00f;
  flex: 45%;
  width: 100%;
  margin: 10px;
  padding: 20px;
}

.flex-child2 {
  flex: 1;
  width: 25%;
  height: 100%;
  padding: 20px;
}

.flex-border {
  border: 1px solid #00f;
}

.flex-container-box {
  margin-top: 10px;
  display: flex;
}

.flex-child-box {
  border: 1px #06c;
  flex: 1;
  width: 10%;
  padding: 20px;
}

.flex-child-box:first-child {
  margin-right: 10px;
}

.float-container {
  margin-top: 10px;
  padding: 30px;
}

.float-child {
  float: left;
  border: 1px #06c;
  width: 50%;
  padding: 20px;
}

.float-child:first-child {
  margin-right: 40px;
}

.div-bluebox {
  background-color: #06c;
  width: 200px;
  padding: 25px;
}

.your-div {
  position: relative;
}

.your-div-span {
  vertical-align: bottom;
  display: table-cell;
}

.fas-fa-plus {
  color: #0ff;
}

#channel-filter {
  text-align: left;
  z-index: 4;
  width: 200px;
  margin-left: 10px;
  padding-bottom: 10px;
}

#channel-filter .css-b8ldur-Input {
  margin-left: -5px;
}

.dashboard-container {
  margin-top: -50px;
}

.dashboard-card-custom-size {
  height: 65%;
}

.dashboard-qr {
  margin-top: 12px;
  padding-bottom: 0;
}

.dashboard-qr-title {
  font-size: 14px;
}

.dashboard-qr-body {
  margin-top: -12px;
}

.dashboard-subs-list {
  margin-bottom: 5px;
}

.dashboard-subs-list img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.dashboard-subs-list-profile {
  margin-left: -10px;
}

.dashboard-subs-list-profile b {
  font-size: 14px;
}

.dashboard-subs-list-profile p {
  font-size: 12px;
}

.dashboard-comment-list {
  margin-bottom: 10px;
  margin-left: 15px;
}

.dashboard-comment-list-border {
  border-bottom: 1px solid #ebebeb;
}

.dashboard-comment-list b {
  margin-bottom: 10px;
  font-size: 14px;
}

.dashboard-comment-list img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: -15px;
}

.dashboard-comment-list-profile {
  margin-left: -40px;
}

.dashboard-comment-list-profile b {
  font-size: 14px;
}

.dashboard-comment-list-profile p {
  font-size: 12px;
}

.dashboard-comment-list-comment {
  background-color: #ebebeb;
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: 10px;
}

.dashboard-comment-list-comment img {
  width: 24px;
  height: 24px;
}

.dashboard-comment-search {
  background-color: #ebebeb;
  margin-bottom: 15px;
  margin-right: 10px;
}

.dashboard-comment-search img {
  width: 24px;
  height: 24px;
  margin-bottom: 3px;
}

.dashboard-comment-search button {
  background: none;
  border: none !important;
}

.dashboard-comment-search input {
  background-color: #ebebeb;
  border: none;
  margin-top: 5px;
  margin-left: 10px;
}

.dashboard-comment-search input:focus {
  outline: none;
}

.dashboard-header {
  position: relative;
  padding-top: 24px !important;
}

.dashboard-header .dashboard-header__filter {
  z-index: 10;
  width: 100%;
  padding: 24px;
  position: absolute;
  top: 44px;
  left: 0;
}

.dashboard-header .dashboard-header__filter .dashboard-header__filter-title {
  font-size: 16px;
  font-weight: bold;
}

.dashboard-header .dashboard-header__filter .list-group {
  border: 1px solid #ebedf3;
}

.dashboard-header .dashboard-header__filter .list-group .list-group-item {
  padding: 16px 24px;
  border: 0 !important;
}

.dashboard-header .dashboard-header__filter .dashboard-header__filter-separator {
  border-top: 1px solid #ebedf3 !important;
}

.full-width {
  width: 100%;
}

.dataTables_wrapper {
  min-height: 50vh;
  position: relative;
  padding-bottom: 40px !important;
}

.dataTables_wrapper > .row:last-child {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.dataTables_filter {
  justify-content: flex-end !important;
}

.custom-button-green {
  font-weight: bold;
  color: #178038 !important;
  background-color: #fff !important;
}

.custom-button-blue {
  font-weight: bold;
  color: #0771cd !important;
  background-color: #fff !important;
}

.modal-left {
  height: 100%;
  margin: auto;
  position: fixed;
}

.modal-header-profile {
  text-align: center;
  border-bottom: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-content {
  scrollbar-width: none;
  -o-box-shadow: 0 5px 15px #0000;
  height: 100%;
  overflow-y: auto;
  box-shadow: 0 5px 15px #0000;
}

.modal-left .modal-content {
  -o-transition: opacity .3s linear, left .3s ease-out;
  transition: opacity .3s linear, left .3s ease-out;
  left: 0;
}

.remove-backdrop .modal-backdrop.fade.show {
  opacity: 0 !important;
}

.profile-header-text {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 600;
}

.profile-content-field p {
  font-weight: 500;
}

.profile-content-field input {
  background-color: #ebebeb;
  border-radius: 2%;
}

.profile-content-field input:focus {
  background-color: #ebebeb;
  border: none;
}

.profile-content-submit {
  height: 38.5px;
}

.profile-content-status {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.profile-header-button {
  border: none;
  border-radius: 50%;
  background-color: #fff !important;
}

.profile-button-blue {
  border: none;
  height: 50px;
  font-size: 14px;
  color: #0771cd !important;
  background-color: #fff !important;
}

.profile-button-submit {
  border-radius: 2%;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff !important;
  background-color: #0771cd !important;
}

.profile-button-position {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.field-label > label {
  margin-bottom: 0;
  font-weight: bold;
}

.circle-picker span div {
  border-radius: 100%;
  box-shadow: 0 2px 8px #0003;
}

@media only screen and (max-width: 600px) {
  .table-lms .dataTables_length {
    text-align: start !important;
  }

  .table-lms .dataTables_filter {
    justify-content: flex-start !important;
  }

  .table-lms .dataTables_info {
    margin-bottom: 1rem;
  }

  .table-lms .row div[class^="col-"]:last-child {
    padding: 0 !important;
  }

  .table-lms .row {
    margin-bottom: 2rem !important;
  }

  .dataTables_wrapper > .row:last-child {
    position: static;
  }
}

.has-icon .form-control {
  height: 38px;
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}

.has-icon .form-control-feedback-left {
  color: #aaa;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.has-icon .form-control-feedback-right {
  color: #aaa;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.custom-dropdown-item {
  text-align: left;
  background-color: #0000;
  transition: background-color .3s;
}

.custom-dropdown-item:hover {
  color: #000;
  background-color: #e2f1fc;
}

.dropdown-toggle.no-caret {
  padding: .375rem .75rem;
  box-shadow: none !important;
  background-color: #0000 !important;
  border-color: #0000 !important;
}

.dropdown-toggle.no-caret:focus, .dropdown-toggle.no-caret:active {
  box-shadow: none !important;
}

.dropdown-toggle.no-caret:after {
  display: none;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  min-width: 150px;
  margin-top: 8px;
  position: absolute;
  box-shadow: 0 2px 4px #0000001a;
}

.dropdown-menu.show {
  display: block;
}

.btn-primary-2 {
  color: #fff;
  background-color: #8a2be2;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #6a0dad;
}

.btn-primary-2 i, .btn-primary-2:hover i {
  color: #fff;
  background-color: #0000;
}

.upload-area {
  cursor: pointer;
  text-align: center;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
}

.upload-icon {
  color: #aaa;
  margin-bottom: 10px;
  font-size: 2rem;
}

.upload-text {
  color: #333;
  font-size: 1rem;
}

.upload-hint {
  color: #888;
  margin-top: 5px;
  font-size: .9rem;
}

.select-button {
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px;
  padding: 5px 10px;
  font-size: .9rem;
}

.file-info {
  background-color: #f9f9f9;
  border-radius: 4px;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.file-icon {
  color: #8a2be2;
  margin-right: 10px;
  font-size: 2rem;
}

.file-details {
  flex: 1;
}

.file-name {
  color: #333;
  margin: 0;
  font-size: 1rem;
}

.file-size {
  color: #888;
  font-size: .8rem;
  display: block;
}

