* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ol,
ul {
  list-style-type: none;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

.icon-side-bar {
  width: 1.6rem;
  font-size: 1.1rem;
}

body.sidebar-mini .main-sidebar {
  bottom: 0;
  float: none;
  left: 0;
  position: fixed;
  top: 0;
  height: 100vh;
}

.user-panel img {
  height: 2.1rem;
}

/* .preview-avatar {
    width: 160px;
    height: 160px;
} */

.preview-avatar-banner {
  max-width: 100%;
}

.preview-avatar.preview-avatar-logo {
  width: unset;
  height: unset;
  max-height: 190px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #007bff !important;
  border-color: #006fe6 !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white !important;
}

.search-flex-unset {
  flex: unset !important;
}

@media (min-width: 1300px) {
  .costume-select {
    flex: 0 0 16.666667%;
    max-width: 160px;
  }
}

/* sidebar */
.main-sidebar .sidebar nav .nav-link svg {
  width: 20px;
}

.main-sidebar .sidebar nav .nav-link .fa-circle {
  font-size: 8px;
  vertical-align: middle;
}

.sidebar-mini.sidebar-collapse .sidebar .nav-link svg.ms-3,
.sidebar-mini.sidebar-collapse .sidebar .nav-link svg.ms-4 {
  margin-left: unset !important;
}

@media only screen and (min-width: 992px) {

  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused,
  .sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover {
    width: 275px;
  }

  .main-sidebar,
  .main-sidebar::before {
    width: 275px;
  }

  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
  body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    margin-left: 275px;
  }

  .sidebar-mini .main-sidebar .nav-link,
  .sidebar-mini-md .main-sidebar .nav-link,
  .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(275px - .5rem * 2);
  }

  .sidebar-collapse.sidebar-mini .main-sidebar.sidebar-focused:not(.sidebar-no-expand) .nav-link,
  .sidebar-collapse.sidebar-mini .main-sidebar:hover:not(.sidebar-no-expand) .nav-link,
  .sidebar-collapse.sidebar-mini-md .main-sidebar.sidebar-focused:not(.sidebar-no-expand) .nav-link,
  .sidebar-collapse.sidebar-mini-md .main-sidebar:hover:not(.sidebar-no-expand) .nav-link,
  .sidebar-collapse.sidebar-mini-xs .main-sidebar.sidebar-focused:not(.sidebar-no-expand) .nav-link,
  .sidebar-collapse.sidebar-mini-xs .main-sidebar:hover:not(.sidebar-no-expand) .nav-link {
    width: calc(275px - .5rem * 2);
  }
}

/* Avatar default */
.preview-avatar,
.preview-image-question,
.preview-image-answer {
  max-width: 200px;
}

.select-status {
  min-width: 140px;
}

.select-status.select-room-size {
  min-width: 170px;
}

.select-type-teach {
  min-width: 160px;
}

.select2-container .select2-selection--single {
  height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0.375rem !important;
  right: 0.375rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: unset !important;
}

.ck-editor__editable_inline {
  min-height: 200px;
}

.select-index .select2-container {
  width: 100% !important;
}

.option-chart {
  cursor: pointer;
}

.header-notification {
  background-color: rgb(237, 235, 235);
  color: black;
}

.unread-notification {
  font-weight: 500;
}

.cke_notifications_area {
  display: none;
}

.status-select-style {
  min-width: 150px;
}

.select-submit-style {
  min-width: 170px;
}

#calendar-icon:hover {
  cursor: pointer;
}

.select2-selection__rendered,
.select2-results__option {
  text-transform: capitalize;
}

.wrs_tickContainer {
  display: none !important;
}
