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

html,
body {
  height: 100%;
  font-size: 0.9rem;
  background-color: #f8f9fa !important;
  font-family: "poppins";
  -webkit-font-smoothing: antialiased;
}

a > svg,
span > svg,
button > svg {
  width: 14px;
  height: 16px;
  vertical-align: middle;
}

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

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

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

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

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

li > a > svg {
  margin-top: -3px !important;
}
.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.8rem;
}

/* Table */
thead > tr {
  background-color: #f8f9fa !important;
}

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

th {
  padding: 15px !important;
  text-transform: uppercase !important;
}

td {
  color: grey;
}

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

/* Modal */

.card,
.modal-content {
  border: none;
  border-radius: 0.8rem;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

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

/* Card */
.card-title {
  font-weight: 400;
}

.card.mt-4.shadow-sm,
.card-header.text-center.bg-transparent.p-3 {
  background-image: linear-gradient(315deg, #09c6f9 0%, #0d8efd 74%);
  border-radius: 0.8rem;
  color: #fff;
  border-bottom: none;
}

.btn-primary {
  background-image: linear-gradient(315deg, #09c6f9 0%, #0d8efd 74%);
  color: #fff;
  border: transparent;
}

/* btn & bg colors */
.btn-white {
  color: #6c757d !important;
  background-color: #fff;
  /* border-color: #6c757d !important; */
}

.bg-success,
.btn-success {
  background-color: #39b785 !important;
}
.bg-danger {
  background-color: #ec6548 !important;
}
.btn-danger {
  color: #fff;
  background-color: #dc4645;
  border-color: #dc4645;
}
.btn-primary {
  color: #fff;
  background-color: #0d8efd;
  border-color: #0d8efd;
}
.btn-success {
  color: #fff;
  background-color: #28b845;
  border-color: #28b845;
}

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

/* spinner & notifications*/
.iqyldC {
  padding: 8px 0px 0px 8px;
  display: inline-block !important;
  text-align: center !important;
}

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

.notification-bar {
  background-image: linear-gradient(315deg, #09c6f9 0%, #0d8efd 74%) !important;
  color: #ffffff !important;
}

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

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

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

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

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

label.form-control {
  height: 140px !important;
  background-color: #f8f9fa;
  cursor: pointer;
  /* 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_library_card_cover {
  height: 170px;
  border-radius: 0.8rem 0.8rem 0rem 0rem !important;
}

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

.wilyer_p2s_screen {
  max-height: 800px;
  overflow-y: scroll;
}
.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;
}

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

img.rounded-custom {
  border-radius: 0.55rem !important;
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03) !important;
}

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

.playlist_preview_image {
  max-height: 500px !important;
  border-radius: 0.5rem !important;
  max-width: 100% !important;
}

@media only screen and (max-width: 800px) {
  .p2s {
    display: none !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;
}
