@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400&display=swap");

:root {
  --primary: #00b2ff;
  --primaryDark: rgb(7, 98, 146);
  --secondary: #e95745;
  --accent: #e9412d;
}

body {
  font-family: "Raleway", sans-serif;
  background: #f0f0f0;
}

h1 {
  font-size: 1.4rem;
  font-weight: 600;
}

h2 {
  font-size: 1.2rem;
  font-weight: 600;
}

h3 {
  font-size: 1rem;
  font-weight: 600;
}

h4 {
  font-size: 0.9rem;
  font-weight: 600;
}

.card {
  box-shadow: unset;
  border-radius: 5px;
  background-color: #fff;
  padding: 0px;
}

.card section {
  padding-top: 24px;
  padding-inline: 24px;
}

.content-header h1 {
  font-size: 1.2rem;
  font-weight: bold;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn,
.form-control {
  border-radius: 5px;
}

label {
  font-size: 0.9rem;
}

.alert {
  border-radius: 5px;
  width: 30%;
}

.sidebar {
  padding: 0;
}

.main-sidebar {
  /* background-color: #242424; */
}

.main-header {
  border-bottom: unset;
}

.brand-link .brand-image {
  float: none;
  padding-top: 4px;
  width: 90px;
  max-height: 45px;
}

.sidebar .nav-item .nav-link {
  width: 100%;
}

.sidebar .nav-item a {
  color: #fff;
}

.sidebar .nav-item a.nav-link:hover {
  /* background-color: #242424; */
  color: var(--primary);
}

.sidebar .nav-item .active {
  border-radius: 0;
  /* background-color: #242424; */
  color: var(--primary);
}

.sidebar .nav-item .nav-link p {
  font-size: 0.9rem;
}

.sidebar .nav-item .nav-link .nav-icon {
  font-size: 0.9rem;
}

.card .card-body {
  padding: 12px;
}

.form-button {
  padding-top: 30px;
}

.course {
  font-size: 0.9rem;
}

.course .content {
  height: 60vh;
  overflow-y: auto;
}

.course h1 {
  font-size: 1.4rem;
  font-weight: 600;
}

.course h2 {
  font-size: 1.2rem;
  font-weight: 600;
}

.course h3 {
  font-size: 1rem;
  font-weight: 600;
}

.course h4 {
  font-size: 0.9rem;
  font-weight: 600;
}

.content-header {
  padding-bottom: 0;
}

.card-body {
  padding-top: 8px;
}

.content-header h1 {
  font-size: 1rem;
}

.ck-editor__editable {
  min-height: 200px;
  color: #000;
}

.form-group {
  margin-bottom: 16px;
}

.box {
  position: relative;
  background: #ffffff;
  width: 100%;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 10px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

.dropzone-wrapper {
  border: 2px dashed #91b0b3;
  color: #92b0b3;
  position: relative;
  height: 150px;
}

.dropzone-desc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 40%;
  top: 50px;
  font-size: 16px;
}

.dropzone,
.dropzone:focus {
  position: absolute;
  outline: none !important;
  width: 100%;
  height: 150px;
  cursor: pointer;
  opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
  background: #ecf0f5;
}

.preview-zone {
  text-align: center;
}

.preview-zone .box {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0;
}

.breadcrumb {
  background-color: transparent;
  float: right;
}

/* .add_form_field,
.delete {
    margin-top: 32px;
} */

table {
  table-layout: fixed !important;
  word-wrap: break-word;
}

/* info-box styling */
.info-box {
  display: flex;
  flex-direction: row;
  box-shadow: unset;
  color: white;
  padding: 8px;
}
.info-box .info-box-content {
  line-height: 1.2;
}
.info-box .info-box-icon {
  font-size: 3.2rem;
  margin: 0;
}
.info-box .info-box-number {
  font-size: 4rem;
}
.info-color-blue {
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
}
.info-color-green {
  background-color: #d9afd9;
  background-image: linear-gradient(0deg, #d9afd9 0%, #97d9e1 100%);
}
.info-color-red {
  background-color: #fbda61;
  background-image: linear-gradient(45deg, #fbda61 0%, #ff5acd 100%);
}
.info-color-orange {
  background-color: #8bc6ec;
  background-image: linear-gradient(135deg, #8bc6ec 0%, #9599e2 100%);
}

.inlinesparkline {
  padding-top: 32px;
}

/* table style */
table.dataTable {
  border-radius: 8px;
  border: none;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.table thead {
  background-color: #347eb4;
  color: #fff;
  border-radius: 8px;
}

.table-striped tbody,
table tbody tr {
  /*box-shadow: 0 0 10px 0 #efefef;*/
  border-radius: 8px;
}

.table-striped tbody tr:nth-of-type(even),
table tbody tr:nth-child(even) {
  background-color: #fbfbfb;
}

.table-striped tbody tr:nth-of-type(odd),
table tbody tr:nth-child(odd) {
  background-color: #fff;
}

/* Remove top border from first row cells */
table.dataTable tbody tr:first-child td {
  border-top: none;
}

/* Remove top border from all cells */
table.dataTable tbody td {
  border-top: none;
  margin: 0 16px;
}

.table-responsive {
  padding-inline: 16px;
}

/* table action button style */
.btn-group .btn {
  padding: 8px;
  border: unset;
  background-color: unset;
  color: #347eb4;
  font-size: 1rem;
}

.btn-group .btn-danger {
  color: #b43434;
}
