/* @import url(./base.css); */
/* @import url(./utilities.css); */
@import url(./table.css);
@import url(./toggle-switch.css);
@import url(./checkbox.css);
html,
body {
  font-size: 16px;
}
body {
  color: #242139;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
}
a:hover,
a:focus,
a:active,
a:visited {
  color: #242139;
}

.left_col {
  background: #ffffff;
}
.nav-md .container.body .col-md-3.left_col {
  display: block;
}
.nav-md .container.body .right_col {
  padding: 110px 20px 0;
}
.col-md-3.left_col {
  border-right: 1px solid #2421391a;
}

.nav_menu {
  background: #ffffff;
  box-shadow: 4px 3px 6px #00000014;
  border-bottom: 0;
}
.nav_menu nav {
  display: flex;
  align-items: center;
  height: 80px;
}
.toggle {
  padding-top: 0;
  width: auto;
}
.toggle a {
  padding: 0 15px 0;
  display: block;
}
.top_nav .navbar-right {
  margin-left: auto;
}
.nav.navbar-nav > li > a {
  padding: 0 15px 0;
}
.nav_title {
  background: transparent;
  height: auto;
}
.nav.side-menu > li > a,
.nav.child_menu > li > a {
  color: #7e9eb4;
  font-weight: 500;
  font-size: 14px;
}
.menu_section > ul > li {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.menu_section > ul > li.current-page:before,
.menu_section > ul > li.active:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 100%;
  background: #f42929;
  border-radius: 0px 10px 10px 0px;
  left: 0;
}
.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-right: 0;
}
.nav.side-menu > li.active > a {
  color: #f42929;
  text-shadow: none;
  background: rgba(244, 41, 41, 10%);
  box-shadow: none;
  border-radius: 10px;
}
.nav.side-menu > li > a:hover {
  color: rgb(244, 41, 41) !important;
}
/* nav SM */
.nav-sm .nav.child_menu li.active,
.nav-sm .nav.side-menu li.active-sm {
  border-right: 0;
}
.nav-sm .nav.child_menu li a span,
.nav-sm .nav.child_menu li.active a span,
.nav-sm .nav.side-menu li.active-sm a span,
.nav-sm .nav.side-menu li a span {
  display: none;
}
.title-welcome {
  font-size: 16px;
  font-weight: 600;
  color: #242139;
}
.logo {
  padding: 40px 0;
  display: flex;
  justify-content: center;
}
.logo img.small {
  display: none;
}
.nav-sm .logo {
  padding: 20px 0;
}
.nav-sm .logo img.small {
  display: block;
}
.nav-sm .logo img.big {
  display: none;
}

/* pages */
.page-top-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-top-section h4 {
  font-size: 18px;
  font-weight: 500;
  color: #242139;
}
.page-content {
  margin-top: 20px;
  padding: 20px;
}
.page-content.bg-rounded {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 14px;
}
.page-content p.heading {
  font-size: 16px;
  font-weight: 600;
}
/* .select2-container {
  width: 100% !important;
} */
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: none;
}
.multi-select-custom.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice.selection-count {
  position: absolute;
  right: 0;
  width: auto;
}
.multi-select-custom.select2-container {
  height: 46px;
}
.multi-select-custom.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  /* display: flex;
  flex-direction: row-reverse;
  gap: 8px; */
  background-color: rgb(95 94 103 / 20%);
  font-size: 12px;
  color: #242139;
  padding: 8px 10px;
  text-transform: capitalize;
  width: 44%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-select-custom.select2-dropdown {
  border: 1px solid #cbcbcb;
}
.multi-select-custom.select2-container--default li.select2-results__option {
  position: relative;
  padding-left: 40px;
}
.multi-select-custom.select2-container--default
  .select2-results__option[aria-selected] {
  background-color: transparent;
  color: #414141;
  border-bottom: 1px solid transparent;
  padding: 10px 0 10px 40px;
  overflow: hidden;
}
.multi-select-custom.select2-container--default
  .select2-results__option[aria-selected]:last-child {
  border: 0;
}
.multi-select-custom.select2-container--default
  .select2-results__option[aria-selected]::before {
  border: 1px solid #11bc80;
  border-radius: 3px;
}
.multi-select-custom.select2-container--default
  .select2-results__option[aria-selected]::before,
.multi-select-custom.select2-container--default
  .select2-results__option[aria-selected]::after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 3px;
  color: transparent;
  font-size: 12px;
}
.multi-select-custom.select2-container--default
  .select2-results__option[aria-selected="true"]::before {
  background-color: #11bc80;
  color: #fff;
}

.form-control,
.select2-container {
  background: #ffffff;
  border: 1px solid #24213933;
  border-radius: 6px;
  height: 40px;
  box-shadow: none;
  display: block;
}
.form-control:focus {
  border-color: #fe5e34;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%),
    0 0 8px rgba(254, 92, 52, 20%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgba(254, 92, 52, 20%);
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: none;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: rgb(36, 33, 57, 0.5);
  /* padding-top: 5px; */
  font-size: 14px;
}
.form-group strong {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.btn-copy {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn-generate-password {
  font-size: 12px;
  font-weight: 500;
  color: rgba(36, 33, 57, 0.5);
  margin-top: 5px;
}
.table-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.table-top-row h2 {
  font-size: 18px;
  font-weight: 600;
}
.table-search-wrap {
  display: flex;
  align-items: center;
}
.table-search {
  position: relative;
  margin-right: 20px;
  width: 320px;
}
@media only screen and (max-width: 1366px) {
  .table-search {
    width: 250px;
  }
}
.table-search .form-control {
  font-size: 11px;
  font-weight: 500;
  color: rgb(36, 33, 57, 0.5);
}
.table-search .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  color: rgb(36, 33, 57, 0.5);
}
.upload-profile-pic-wrap {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.upload-profile-pic-wrap .uploader-div {
  background-color: rgba(0, 0, 0, 0.43);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.upload-profile-pic-wrap .uploader-div input[type="file"] {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}
.btn-image-upload {
  font-size: 26px;
  color: #ffffff;
}
select option[value="Increase"] {
  color: #11bc80;
}
select option[value="Decrease"] {
  color: #fe5e34;
}
option:checked {
  color: red;
}
.selected-labels-wrap .badge {
  background-color: rgba(188, 188, 195, 0.5);
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #5f5e67;
}

.labels-dsps-wrapper {
  border: 1px solid#707070;
  border-radius: 8px;
}
.labels-dsps-header {
  border-bottom: 2px solid rgba(126, 158, 180, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .labels-dsps-body {
} */
.labels-dsps-body .list {
  border: 1px solid #70707080;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
}
.scroll-wrapper {
  max-height: 50vh;
  overflow-y: scroll;
}
.scrolled-data-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.scrolled-data-list.wrapped-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.btn-more:hover,
.dropdown.open {
  background-color: rgb(36, 33, 57, 0.1);
  border-radius: 6px;
}
.dropdown-menu.dropdown-menu-right {
  left: initial;
  right: 0;
  box-shadow: 0px 10px 20px #00000029;
  border: 1px solid #bfd0db;
  border-radius: 6px;
  padding: 10px 20px;
}

.dropdown-menu.dropdown-menu-right > li > a {
  display: flex;
  gap: 10px;
  color: rgba(36, 33, 57, 0.6);
  align-items: center;
  justify-content: start;
  padding: 10px 0;
}
.dropdown-menu.dropdown-menu-right > li > a:focus,
.dropdown-menu.dropdown-menu-right > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: transparent;
}
/* pages end */

/* tabs */
.nav-tabs > li > a {
  color: rgba(36, 33, 57, 0.5);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: rgba(36, 33, 57);
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #fe5e34;
}
.nav-tabs > li > a:hover {
  color: rgba(36, 33, 57);
  border-color: transparent;
}
button[disabled],
html input[disabled] {
  opacity: 0.5;
}
/* tabs end */
/* Tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #242139;
}
.tooltip.in {
  opacity: 1;
}
.tooltip-inner {
  max-width: 250px;
  background: #242139;
  box-shadow: 0px 10px 20px #00000029;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 500;
}
/* Tooltip end */

/* modals */
.modal .modal-content {
  background: #ffffff;
  border: 1px solid rgb(112 112 112 / 50%);
  border-radius: 14px;
}
.modal .modal-content .modal-header .close {
  opacity: 1;
}
.modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgb(112 112 112 / 50%);
}
.modal .modal-content .modal-header::after,
.modal .modal-content .modal-header::before {
  display: none;
}
.modal-footer {
  border: none;
}
.modal-footer .btn + .btn {
  margin: 0;
}
.modal-footer .btn-outline {
  margin-right: 12px;
}
/* modals end */

/* login */
.login-otp-wrapper {
  height: 100vh;
  padding: 30px;
  overflow: hidden;
}
.login-bg {
  background-image: url("../../../images/login-artwork.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
.login-otp-wrapper .logo {
  padding: 0 0 20px;
}
.error {
  font-size: 12px;
  font: 500;
  color: #f42929;
}
/* login end */
/* modal edit sidebar */
.modal-edit-sidebar {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.modal-sidebar-content-wrapper {
  position: relative;
  right: -40%;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 100vh;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #707070;
  overflow-y: scroll;
  margin-left: auto;
}
.modal-sidebar-content {
  width: 100%;
  height: 100vh;
}
.modal-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid rgb(112 112 112 / 50%);
}
.modal-sidebar-body {
  padding: 20px;
  height: calc(100% - 72px);
  display: flex;
  flex-direction: column;
}
/* modal edit sidebar end */

/* pagination */
.pagination-wrapper {
  display: flex;
}
.pagination {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
.pagination > li > a,
.pagination > li > span {
  border: none;

  border-radius: 4px;

  padding: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  background-color: rgba(36 33 57 / 10%);
  color: rgba(36, 33, 57, 0.5);
  font-weight: 600;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #fe5e34;
}
/* pagination End */
body {
  overflow: overlay;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.label-list-wrap {
  height: calc(var(--lable-list-height) - 135px);
  overflow-y: auto;
}
.table-wrapper {
  height: calc(var(--lables-table-height) - 92px);
  overflow-y: auto;
}
.table {
  max-height: calc(var(--lables-table-height) - 92px);
  overflow-y: auto;
}
.table thead tr {
  position: sticky;
  top: 0;
  z-index: 20;
}
/* twitter-typeahead */
.twitter-typeahead {
  width: 100%;
}
.typeahead.tt-input,
.typeahead.tt-hint {
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(126 158 180 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(36 33 57 / var(--tw-text-opacity));
}
.tt-menu {
  margin-top: 10px;
  background: rgb(255, 255, 255);
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(36 33 57 / 10%);
}
.tt-suggestion {
  padding: 8px 5px;
  font-size: 14px;
  border-bottom: 1px solid rgba(36 33 57 / 10%);
}
.tt-suggestion:last-child {
  border-bottom: 0;
}
.tt-cursor {
  background-color: rgba(36 33 57 / 10%);
}
/* .tt-highlight {
  background-color: #fe5e34;
} */
/* twitter-typeahead End */
.select2-search__field {
  padding: 3px 5px;
}
.file-box-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
}
.file-box-div {
  text-align: center;
  padding: 30px;
  border: 2px solid #d3d3d3;
  border-radius: 5px;
  background-color: #f4f4f4;
  width: 391px;
  border-style: dashed;
    border-color: black;
}
.upload-btn-grp {
  position: relative;
  border: 2px solid #242139;
  padding: 5px;
  border-radius: 5px;
  font-size: 10px;
  color: #242139;
  opacity: 0.75;
  cursor: pointer;
}
.upload-btn-grp .upload-btn {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  cursor: pointer;
}
.file-box-div img {
  width: 60px;
  margin: 10px auto;
}
.file-box-div p {
  font-size: 12px;
  color: #242139;
  margin: 0 auto;
  width: 140px;
  text-align: center;
  opacity: 0.7;
}

.file-box-div span {
  font-size: 10px;
  color: #5f5e67;
  opacity: 0.75;
}
.file-submit-btn {
  background: #92909c;
  border: none !important;
  color: #fff;
  width: 180px;
}
.file-error-msg {
  font-size: 12px;
  color: #f00;
  /* border: 1px solid #f00;
  border-radius: 18px; */
  padding: 5px;
}
.asteriskIcon {
  position: absolute;
  top: -8px;
  color: red;
  right: -11px;
}
.collapse.in {
  visibility: visible;
}
.uploadSongName{
  font-size: 13px !important;
  /* margin-left: -20px !important; */
}
.audio{
  height: 24px;
  width: 230px;
}
.songUploadPreview{
  margin-top: 65px !important;
  background:white !important;
  border:1px solid !important;
}
.imgUploadPreview{
  margin-top: 65px !important;
  background:white !important;
  border:1px solid !important;
}
.musicImgPreView{
  background: #d3d3d3 !important;
  padding: 8px !important;
}
.uploadImgClose{
  margin-left: 98px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

