@charset "UTF-8";
.line-group-btn {
  display: flex;
  justify-content: space-between;
}
.line-group-btn .btn-group {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.line-group-btn .btn-group form {
  padding: 0 0.25rem;
}
.line-group-btn .btn-group .file-group {
  display: flex;
  align-items: center;
}
.line-group-btn .btn-group .file-group .form-control-file {
  max-width: 12rem;
}
@media screen and (max-width: 767px) {
  .line-group-btn {
    flex-direction: column;
  }
  .line-group-btn .btn-group {
    flex-direction: column;
  }
  .line-group-btn .btn-group form {
    padding: 0;
  }
  .line-group-btn .btn-group form .btn {
    margin: 0.2rem 0;
    border-radius: 0.2rem;
  }
  .line-group-btn .btn-group form .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0.2rem;
  }
  .line-group-btn .btn-group .file-group {
    align-items: flex-start;
    flex-direction: column;
  }
}

.sidebar {
  margin-top: 20px;
  padding: 0px;
}
.sidebar .list-group {
  padding-right: 0px;
}
.sidebar .list-group a {
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.sidebar .list-group a:hover, .sidebar .list-group a.active {
  background-color: #3074ff;
}

.non-cursor {
  cursor: default !important;
}

.icon-btn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.icon-btn.mdi-checkbox-marked-outline {
  color: #6fd088;
}

.user-loader .list-select {
  position: relative;
  max-height: 250px;
}

.active-new a.main-parent {
  color: rgba(255, 255, 255, 0.9) !important;
}
.active-new .second-parent.active-new a.second-parent, .active-new .second-parent.active-new a.active {
  color: rgba(255, 255, 255, 0.8) !important;
}
.active-new .second-parent.active-new li a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.card-media {
  position: relative;
}
.card-media .remove-media-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  background-color: transparent;
  color: #f0311c;
  cursor: pointer;
}

.list-group.small-version {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.list-group.small-version li {
  max-width: 280px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  position: relative;
}
.list-group.small-version li .remove {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 1.5rem;
  color: #f0311c;
  background-color: transparent;
  border: none;
}

.dragable:hover {
  cursor: pointer;
}

.media-content .col-lg-2 .card {
  max-height: 236px;
  min-height: 220px;
  overflow: hidden;
}
.media-content .col-lg-2 .card.center-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.media-content .col-lg-2 .card.center-image img {
  max-width: 50%;
}

.selected-image {
  position: relative;
}
.selected-image::before {
  content: "\F12C";
  font: normal normal normal 24px/1 "Material Design Icons";
  transform: translate(0, 0);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  color: #0a1832;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
}

.table-responsive .thead-default.th-middle th {
  vertical-align: middle;
}
.table-responsive .thead-default.th-font-default th {
  font-weight: normal;
}

.invoice-log-collection .cost-badge .amount-percentage {
  display: none;
}
.invoice-log-collection .cost-badge:hover .amount-number {
  display: none;
}
.invoice-log-collection .cost-badge:hover .amount-percentage {
  display: inline-block;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.scroll-style {
  overflow: auto;
}

.scroll-style::-webkit-scrollbar {
  width: 5px;
}

.scroll-style::-webkit-scrollbar-track {
  background: #ddd;
}

.scroll-style::-webkit-scrollbar-thumb {
  background: #666;
}

.shorted {
  overflow: auto;
  max-height: calc(100vh - 450px);
}

.wrap-model-media {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 1001;
}
.wrap-model-media .modal-lg {
  max-width: 90vw;
}

.bg-dark {
  background-color: #363f52;
}

.table-responsive a {
  font-weight: 600;
  color: #363f52;
}

.page-link.current {
  cursor: default;
  background-color: #6c757d;
  color: #fff;
  font-weight: 700;
}

.button-order {
  cursor: pointer;
  position: relative;
  padding: 5px 15px 5px 0px;
  border: none;
  background-color: transparent;
}
.button-order.reverse::before {
  transform: rotate(180deg);
  top: auto !important;
  bottom: 5px;
  right: -5px !important;
}
.button-order.active::before {
  text-align: center;
  position: absolute;
  content: "\F045";
  right: 0px;
  top: 5px;
  height: 100%;
  width: 15px;
  font: normal normal normal 20px/1 "Material Design Icons";
}

.mdi-thumb-up {
  color: #6fd088;
}

.mdi-thumb-down {
  color: #f0311c;
}

.blue-icon {
  color: #2081d6;
}

.padding-small {
  padding: 30px 15px;
}

.list-answer {
  list-style: none;
  padding: 0px;
  margin: 0px 10px;
  display: flex;
}
.list-answer li {
  position: relative;
  width: 25%;
  padding-left: 25px;
}
.list-answer li.active {
  font-weight: 700;
}
.list-answer li.active::after {
  content: "\F12C";
  position: absolute;
  font: normal normal normal 24px/1 "Material Design Icons";
  color: #28a745;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 20px;
}

.pagination {
  display: flex;
  justify-content: flex-end;
}

.width {
  width: 100%;
}

#sidebar-menu li {
  position: relative;
}

.right-position {
  display: flex;
  width: 100%;
  float: none;
  justify-content: flex-end;
}

.right-position-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: transparent;
  border: none;
  font-size: 18px;
  color: #fff;
  z-index: 101;
  transition: 0.4s ease-in;
  cursor: pointer;
}
.right-position-icon.rotate {
  transform: rotate(90deg);
}

.list-select-leadership {
  background-color: #fff;
  width: 100%;
  list-style: none;
  padding: 0px;
  display: flex;
  max-height: 240px;
  overflow: auto;
  flex-direction: column;
}
.list-select-leadership li {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.list-select-leadership li .mdi {
  cursor: pointer;
  color: #f0311c;
  font-size: 18px;
}

.relative {
  position: relative;
}

.list-select {
  background-color: #fff;
  z-index: 50;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  list-style: none;
  padding: 0px;
  display: flex;
  max-height: 240px;
  overflow: auto;
  flex-direction: column;
}
.list-select li {
  cursor: pointer;
  padding: 5px;
}
.list-select li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.list-select-course {
  background-color: #fff;
  z-index: 50;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  list-style: none;
  padding: 0px;
  display: flex;
  margin-bottom: 0px;
  max-height: 300px;
  overflow: auto;
  flex-direction: column;
}
.list-select-course li {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.list-select-course li:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.list-select-course li .mdi {
  font-size: 1.5rem;
}
.list-select-course li .mdi.mdi-checkbox-marked-outline {
  color: #5cca78;
}

.list-column {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-column li {
  width: 20%;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dee2e6;
  font-size: 16px;
  padding: 5px 10px;
}
.list-column li .title {
  line-height: 30px;
  font-weight: 500;
}
.list-column li button {
  padding: 4px 10px;
}
.list-column li button .text {
  margin-right: 10px;
  line-height: 26px;
}
.list-column li button .mdi {
  font-size: 20px;
}

.author-block {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  padding: 5px;
  display: flex;
}
.author-block .avatar {
  margin-right: 15px;
}
.author-block .avatar img {
  max-width: 150px;
}
.author-block .name {
  color: #707070;
  font-size: 22px;
  font-weight: 600;
}

.style-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}
.style-scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
.style-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: radial-gradient(at 50% -20%, #3cb75b, #0a1832);
}

.area-langs .col-form-label {
  display: none !important;
}

.modal-showed {
  display: block !important;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-area-actions button {
  transition: 0.4s linear;
  opacity: 0.5;
}
.modal-area-actions button.btn-primary, .modal-area-actions button.btn-danger {
  opacity: 1;
}
.modal-area-actions button.active, .modal-area-actions button:hover {
  opacity: 1;
}

.custom-select-element {
  position: relative;
}
.custom-select-element .btn-select {
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  min-height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  position: relative;
}
.custom-select-element .btn-select::before {
  content: "\F140";
  color: #707070;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  transform: translate(0, 0);
  font-size: 28px;
  position: absolute;
  right: 5px;
  top: 6px;
}
.custom-select-element .selected-list {
  padding: 0px;
  margin: 0px;
  width: auto;
  list-style: none;
  display: flex;
  flex-direction: row;
}
.custom-select-element .selected-list > li:nth-child(1), .custom-select-element .selected-list > li:nth-child(2), .custom-select-element .selected-list > li:nth-child(3), .custom-select-element .selected-list > li:nth-child(4), .custom-select-element .selected-list > li:nth-child(5) {
  display: block;
}
.custom-select-element .selected-list li {
  display: none;
  cursor: default;
  position: relative;
  height: 26px;
  margin-right: 5px;
  font-size: 14px;
  padding: 2px 28px 2px 8px;
  border-radius: 4px;
  color: #fff;
  background: radial-gradient(at 50% -20%, #3cb75b, #0a1832) fixed;
}
.custom-select-element .selected-list li.more {
  display: block !important;
  padding: 2px 8px;
}
.custom-select-element .selected-list li button {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 25px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  border: none;
  font-size: 14px;
}
.custom-select-element .down-area {
  overflow: hidden;
  z-index: 101;
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  left: 0px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
}
.custom-select-element .down-area .search-input {
  background: radial-gradient(at 50% -20%, #3cb75b, #0a1832) fixed;
  padding: 8px;
}
.custom-select-element .list-variation {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  max-height: 270px;
  overflow: auto;
  list-style: none;
}
.custom-select-element .list-variation li {
  cursor: pointer;
  padding: 4px 8px;
  font-size: 16px;
}
.custom-select-element .list-variation li.active, .custom-select-element .list-variation li:hover {
  background-color: #707070;
  color: #fff;
}
.custom-select-element .empty-result {
  padding: 5px;
  font-weight: 700;
}

.btn.no-allow {
  position: relative;
}
.btn.no-allow::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: not-allowed;
}

.list-column-flag {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-column-flag li {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  border: 1px solid #dee2e6;
  font-size: 16px;
  padding: 5px 10px;
}
.list-column-flag li .title {
  width: 50%;
  line-height: 30px;
  font-weight: 500;
}
.list-column-flag li .image {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.list-column-flag li .image img {
  height: auto;
  max-width: 60px;
}
.list-column-flag li button {
  padding: 4px 10px;
}
.list-column-flag li button .text {
  margin-right: 10px;
  line-height: 26px;
}
.list-column-flag li button .mdi {
  font-size: 20px;
}

.dg-btn--cancel {
  background-color: #f24734 !important;
}

.dg-btn--ok {
  border-color: #6fd088 !important;
  color: #6fd088 !important;
}

.card.hide {
  display: none;
}

.video-block.hide {
  display: none;
}

.btn-up .btn span {
  display: inline-block;
}
.btn-up .btn .count {
  font-weight: 600;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #5a6268;
  background-color: #fff;
  font-size: 12px;
}

.answers-list-edit {
  display: flex;
}
.answers-list-edit .answer {
  width: 25%;
  padding: 0px 35px 0px 15px;
  margin-bottom: 20px;
  position: relative;
}
.answers-list-edit .answer.hide {
  display: none;
}
.answers-list-edit .answer.active .right {
  color: #28a745;
  cursor: default;
}
.answers-list-edit .answer .remove-answer {
  color: #f24734;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 24px;
}
.answers-list-edit .answer .remove-answer .mdi {
  font-size: inherit;
}
.answers-list-edit .answer .right {
  position: absolute;
  top: 0px;
  right: 35px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #6c757d;
  font-size: 24px;
}
.answers-list-edit .answer .right:hover {
  color: #28a745;
}
.answers-list-edit .answer .right .mdi {
  font-size: inherit;
}

.parsley-errors-list {
  margin-bottom: 20px;
}

#image-load {
  display: none;
}

.list-string .item textarea {
  min-height: 80px;
}

.form-controll-textarea {
  min-height: 150px;
}

.btn[disabled] {
  cursor: not-allowed;
}
.btn[disabled].btn-primary {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

#sidebar-menu > ul {
  overflow: auto;
  max-height: calc(100vh - 80px);
}

.vdatetime-input {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.flip-list-move {
  transition: transform 0.5s;
}

.no-move {
  transition: transform 0s;
}

.clean-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.dragable {
  cursor: -webkit-grab;
  cursor: grab;
}

.wrap-input {
  width: calc(100% - 36px);
}
.wrap-input.two-buttons {
  width: calc(100% - 84px);
}

.red-icon {
  color: #f0311c;
}

.green-icon {
  color: #6fd088;
}

.content-area .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.list-radio-card .card .card-header {
  cursor: pointer;
}

.items-active .list-group-item {
  cursor: pointer;
}

.flex-bt {
  position: relative;
}
.flex-bt .color-element {
  top: 0px;
  right: 0px;
  z-index: 3;
  width: 20%;
  height: 100%;
  position: absolute;
}

.card.active .card-header {
  background-color: #1967a9;
  color: #fff;
  font-weight: 700;
}

.tox-notification {
  display: none !important;
}

.row-option-test {
  flex-wrap: nowrap;
  flex-direction: row;
}
.row-option-test .col-option {
  width: 100%;
  min-width: 5%;
  max-width: 20%;
  padding: 0px 3px;
}

.row-option-profession {
  margin: 0 -3px;
}
.row-option-profession > div {
  padding: 0 3px;
}

@media screen and (max-width: 1500px) {
  #sidebar-menu > ul {
    overflow: auto;
    max-height: 500px;
  }
}
.group-courses-wrapper .list-select-course {
  max-height: 172px;
}

.login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  height: 42px;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
}
.login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.login-with-google-btn:active {
  background-color: #eeeeee;
}
.login-with-google-btn:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
.login-with-google-btn:disabled {
  filter: grayscale(100%);
  background-color: #ebebeb;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}