@font-face {
  font-family: poppins;
  src: url(../font/Poppins-Medium.ttf);
}

html,
body {
  height: 100%;
  font-size: 0.9rem;
  /* font-size: 0.875rem; */
  background-color: #000 !important;
  font-family: "poppins";
  /* font-family: "Roboto", "Helvetica Neue", sans-serif; */
  -webkit-font-smoothing: antialiased;
}

svg {
  width: 14px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
* Sidebar
*/
.navbar {
  background-color: #333;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 48px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #333;
  overflow-y: hidden;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidebar .nav-link {
  font-weight: 400;
  color: #f8f9fa;
}

.sidebar .nav-link svg {
  margin-right: 4px;
  color: #f8f9fa;
}

.sidebar .nav-link.active {
  background-color: #000;
  border-left: 2px solid #0d8efd;
}

.sidebar .nav-link:hover svg,
.sidebar .nav-link.active svg {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

.rounded-xl {
  border-radius: 0.25rem;
}

/* Card */
.card-title {
  font-weight: 400;
}
.card,
.modal-content {
  border: none;
  border-radius: 0.8rem;
}

.modal-lg-2 {
  max-width: 1200px !important;
}

th {
  padding: 15px !important;
  text-transform: uppercase !important;
  font-weight: 900;
  font-size: small;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: unset;
  border-style: inset;
  background-color: #333;
  color: #f8f9fa;
}

.td-pt-3 {
  padding-top: 12px !important;
}

.btn-white,
.card {
  color: #eeeeee !important;
  background-color: #333;
  border-color: #6c757d !important;
}

.bg-success {
  background-color: #39b785 !important;
}

.bg-danger {
  background-color: #ec6548 !important;
}

.btn-danger {
  color: #f8f9fa;
  background-color: #dc4645;
  border-color: #dc4645;
}

.btn-primary {
  color: #f8f9fa;
  background-color: #0d8efd;
  border-color: #0d8efd;
}

.btn-success {
  color: #f8f9fa;
  background-color: #28b845;
  border-color: #28b845;
}

.text-dark {
  color: #f1f1f1 !important;
}

.form-control,
.form-control:focus,
.card,
.modal-content,
.list-group-item {
  background-color: #333;
  color: #f8f9fa;
}

.card-header,
.modal-header,
tr {
  border-bottom: 1px solid #444;
}

.card-footer,
.modal-footer,
tr {
  border-top: 1px solid #444;
}

.form-control {
  border: 1px solid #6c757d;
}

/* dropdown */
.dropdown-menu,
.dropdown-item {
  background-color: #000;
  border: none;
  color: #f8f9fa;
}

a.dropdown-item:hover {
  background-color: #222;
  color: #f8f9fa;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

/* Form */
.form-control:focus,
.btn:focus {
  box-shadow: inset 0 0px 0 #0d8efd;
  color: #f8f9fa !important;
}

.password-field {
  border-radius: 0.25rem 0px 0px 0.25rem !important;
}

.toggle {
  height: 25px;
  width: 45px !important;
}

input,
select,
textarea {
  font-size: 14px !important;
}

input:disabled {
  background-color: #222 !important;
}

label.form-control {
  height: 140px !important;
  background-color: #000;
  cursor: pointer;
  color: #f8f9fa;
  /* border-radius: 12px; */
}

label.form-control > span {
  position: relative;
  top: 40%;
  left: 37%;
}

@media only screen and (max-width: 540px) {
  label.form-control > span {
    top: 40%;
    left: 20%;
  }
}

/* Custome Code */
.wilyer_playlist_active_content {
  max-height: 604px !important;
  overflow-y: scroll;
}

.wilyer_p2s {
  max-height: 300px;
  overflow-y: scroll;
}

.wilyer_p2s_screen {
  max-height: 800px;
  overflow-y: scroll;
}

.rounded-custom {
  border-radius: 0.25rem !important;
}

img.rounded-custom {
  border-radius: 0.55rem !important;
  border-color: #6c757d !important;
}

/* spinners & notification */
.iqyldC {
  padding: 8px 0px 0px 8px;
  display: inline-block !important;
}

.notification-bar-active {
  z-index: 1060 !important;
  bottom: unset !important;
  left: unset !important;
  right: 1rem !important;
  top: 2rem !important;
}

.notification-bar {
  background-color: #0d8efd !important;
  color: #ffffff !important;
}

.wilyer_library_card_cover {
  height: 170px;
  border-radius: 0.8rem 0.8rem 0rem 0rem !important;
}

.wilyer_file_uploading {
  max-width: 100%;
  height: 150px;
}

.upload_progress_bar {
  position: absolute !important;
  top: 95% !important;
  width: 100% !important;
  height: 10px;
  font-size: 0.55rem !important;
  border-radius: unset !important;
}
.playlist_preview_image {
  max-height: 500px !important;
  border-radius: 0.5rem !important;
  max-width: 100% !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(53, 3, 3, 0.075) !important;
}

.close {
  font-size: 17px !important;
}

.preview_image {
  max-height: 250px !important;
}

/* SCROLLER */

/* width */
.sidebar::-webkit-scrollbar {
  width: 3px;
}
.wilyer_p2s::-webkit-scrollbar,
.wilyer_p2s_screen::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.sidebar::-webkit-scrollbar-track,
.wilyer_p2s::-webkit-scrollbar-track,
.wilyer_p2s_screen::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover,
.wilyer_p2s::-webkit-scrollbar-thumb:hover,
.wilyer_p2s_screen::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media only screen and (max-width: 800px) {
  .p2s {
    display: none !important;
  }
  .p2s_warning {
    display: block !important;
  }
}
.p2s_warning {
  display: none;
}

#reactgooglegraph-1 > div > div > svg {
  height: auto !important;
  width: auto !important;
}

.choose_layout_banner {
  max-height: 240px !important;
}

.active_layout {
  border: 3px solid lightgrey !important;
}
