@font-face {
  font-family: "Maneola";
  src: url("../fonts/maneola/Maneola.ttf"); /* IE9 Compat Modes */
  src: url("webfont.eot?#iefix") format("embedded-opentype"), url("webfont.woff") format("woff"), url("webfont.ttf") format("truetype"), url("webfont.svg#svgFontName") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Maneola";
  src: url("../fonts/maneola/Maneola.otf") format("onetype"), url("../fonts/maneola/Maneola.ttf") format("truetype");
}
.btn-bg {
  background-color: #00bcb1 !important;
}

.text-green {
  color: #195e7a !important;
}

body {
  font-family: "Maneola" !important;
}

.list-unstyled {
  max-width: 122px !important;
  z-index: 10;
}
.list-unstyled .active-sublink {
  opacity: 1 !important;
}

* {
  padding: 0px;
  margin: 0px;
}

.login-main-page {
  background-image: url("../images/unstopable_bg.png");
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-main-page .login-outer-div {
  top: 130px;
}
.login-main-page .login-outer-div .login-page-logo img {
  width: 240px;
}
.login-main-page .login-outer-div .login-div {
  background-color: #195e7a;
  border: 15px solid #ffffff;
}
.login-main-page .login-outer-div .login-div .login-heading img {
  width: 80px;
}
.login-main-page .login-outer-div .form-control:focus {
  border: 1px solid #ffffff;
  box-shadow: none;
  caret-color: #00bcb1;
}
.login-main-page .login-outer-div .login-btn {
  background-color: #00bcb1;
}
.login-main-page .login-outer-div .go-to-signup {
  color: #00bcb1 !important;
}

.login-div .password-section {
  position: relative;
}
.login-div .password-section .fa-eye {
  position: absolute;
  top: 76%;
  right: 22px;
  transform: translateY(-50%);
  cursor: pointer;
}
.login-div .password-section .fa-eye-slash {
  position: absolute;
  top: 76%;
  right: 22px;
  transform: translateY(-50%);
  cursor: pointer;
}

#dashboard-page {
  background-image: url("../images/unstopable_bg.png");
  min-height: 100vh;
  max-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.navbar .nav-main {
  background-color: #195e7a;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .nav-main .nav-logo {
  width: 90px;
}
.navbar .nav-main .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
.navbar .nav-main .nav-burger {
  color: #195e7a !important;
}
.navbar .nav-main .nav-item {
  padding: 5px;
}
.navbar .nav-main .nav-item .active-link {
  background-color: #00bcb1;
  width: auto !important;
  opacity: 1 !important;
}
.navbar .nav-main .nav-item .nav-link {
  color: #fff;
  opacity: 0.6;
}
.navbar .nav-main .nav-item .nav-link .nav-item-icon {
  width: 22px;
  margin-right: 4px;
  margin-bottom: 3px;
  padding-top: 3px !important;
  margin-bottom: 1px !important;
}
.navbar .nav-main .nav-logout-btn {
  width: 120px;
  cursor: pointer;
  margin-top: 1px !important;
  padding-bottom: 1px !important;
}

.admin-pic-name {
  display: flex;
  align-items: center;
}
.admin-pic-name .added-img-div .admin-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.add-class-to-user {
  background-color: #00bcb1;
  border-radius: 30px;
  width: 150px !important;
}

.add-class-to-user2 {
  background-color: #00bcb1;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 150px !important;
}

.add-class-to-user3 {
  background-color: #00bcb1;
  width: 150px !important;
}

.main .accounting {
  color: #195e7a;
}
.main .dashboard-heading {
  border-bottom: 3px solid #195e7a;
}

@media screen and (max-width: 1360px) {
  #dashboard-page {
    height: 100%;
  }
}
#users-page {
  background-image: url("../images/unstopable_bg.png");
  min-height: 100vh;
  max-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#users-page .active-block-ul-user {
  z-index: 1;
}

.users-main-page .heading-search-div .users-heading .heading {
  border-bottom: 4px solid #195e7a;
}
.users-main-page .heading-search-div .form-control:focus {
  border: none;
  box-shadow: none;
  caret-color: #195e7a;
}
.users-main-page .heading-search-div .search-bar {
  border-radius: 30px !important;
}
.users-main-page .heading-search-div .search-icon {
  width: 20px;
  margin-top: 2px !important;
}
.users-main-page .heading-search-div .add-btn {
  border-radius: 30px;
  color: #195e7a;
}
.users-main-page .heading-search-div .add-btn:focus {
  border: none;
  box-shadow: none;
}
.users-main-page .heading-search-div .add-btn img {
  border-radius: 30px;
  width: 40px;
  background-color: #195e7a;
}
.users-main-page .user-detail-div .company-img-div {
  width: 100%;
  height: 320px;
  overflow-y: scroll;
  overflow: hidden;
}
.users-main-page .user-detail-div .user-img {
  width: 100%;
  height: 100%;
}
.users-main-page .user-detail-div .active-btn {
  width: 90px;
  position: absolute;
  bottom: 20px !important;
  right: 40px;
}
.users-main-page .user-detail-div .users-paid-btn {
  width: 90px;
  position: absolute;
  top: 20px !important;
  left: 20px;
}
.users-main-page .user-detail-div .users-delete-btn {
  width: 90px;
  position: absolute;
  top: 20px !important;
  right: 20px;
}
.users-main-page i {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .user-detail-div .active-btn {
    bottom: 120px !important;
    right: 25px;
  }
}
@media screen and (max-width: 326px) {
  .user-detail-div .active-btn {
    bottom: 150px !important;
    right: 35px;
    width: 70px;
  }
}
.image-fix {
  height: 280px;
  text-align: center;
}
.image-fix img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#category-page {
  background-image: url("../images/unstopable_bg.png");
  min-height: 100vh;
  max-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#category-page .active-block-ul-user {
  z-index: 1;
}

.category-main-page .heading-search-div .category-heading .heading {
  border-bottom: 4px solid #195e7a;
}
.category-main-page .heading-search-div .add-btn {
  border-radius: 30px;
  color: #195e7a;
}
.category-main-page .heading-search-div .add-btn:focus {
  border: none;
  box-shadow: none;
}
.category-main-page .heading-search-div .add-btn img {
  border-radius: 30px;
  width: 40px;
  background-color: #195e7a;
}
.category-main-page .heading-search-div .form-control:focus {
  border: none;
  box-shadow: none;
  caret-color: #195e7a;
}
.category-main-page .heading-search-div .search-bar {
  border-radius: 30px !important;
}
.category-main-page .heading-search-div .search-icon {
  width: 20px;
  margin-top: 2px !important;
}
.category-main-page .category-detail-div .explore-btn {
  width: 25px;
  margin-top: 30px;
  margin-right: 30px;
}

.image-box {
  width: 100%;
  height: 240px;
  overflow-y: scroll;
  overflow: hidden;
}
.image-box .category-img {
  width: 100%;
  height: 100%;
}
.image-box .play-div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.inner-modal {
  margin-top: 46px;
  margin-right: 45px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: none;
}
.inner-modal .inner-modal-edit {
  border-bottom: 2px dashed gray;
}
.inner-modal .inner-modal-icon {
  width: 40px;
}

.play-video-modal .cancel-btn {
  background-color: #195e7a;
  border-radius: 30px;
}

.add-category-modal .category-modal-pic {
  height: 210px;
  width: 220px;
}
.add-category-modal .form-control {
  border-radius: 30px;
  background-color: #fbfbfb;
}
.add-category-modal .form-control:focus {
  border: 1px solid gray;
  box-shadow: none;
}
.add-category-modal .cancel-btn {
  border-radius: 30px;
  background-color: #195e7a;
}
.add-category-modal .add-btn {
  border-radius: 30px;
  background-color: #00bcb1;
}

#songs-page {
  background-image: url("../images/unstopable_bg.png");
  min-height: 100vh;
  max-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#songs-page .active-block-ul-user {
  z-index: 1;
}

.songs-main-page .heading-search-div .song-heading .heading {
  border-bottom: 4px solid #195e7a;
}
.songs-main-page .heading-search-div .add-btn {
  border-radius: 30px;
  color: #195e7a;
}
.songs-main-page .heading-search-div .add-btn:focus {
  border: none;
  box-shadow: none;
}
.songs-main-page .heading-search-div .add-btn img {
  border-radius: 30px;
  width: 40px;
  background-color: #195e7a;
}
.songs-main-page .heading-search-div .form-control:focus {
  border: none;
  box-shadow: none;
  caret-color: #195e7a;
}
.songs-main-page .heading-search-div .search-bar {
  border-radius: 30px !important;
}
.songs-main-page .heading-search-div .search-icon {
  width: 20px;
  margin-top: 2px !important;
}
.songs-main-page .songs-detail-div {
  border-radius: 30px;
}
.songs-main-page .songs-detail-div .explore-btn {
  width: 25px;
  margin-top: 30px;
  margin-right: 30px;
}

.song-image-box {
  width: 100%;
  height: 240px;
  overflow-y: scroll;
  overflow: hidden;
}
.song-image-box .song-img {
  width: 100%;
  height: 100%;
}
.song-image-box .play-div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.song-image-box .play-div .play-icon {
  position: inherit;
  bottom: 0;
  right: 0;
}

.inner-modal {
  margin-top: 46px;
  margin-right: 45px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: none;
}
.inner-modal .inner-modal-edit {
  border-bottom: 2px dashed gray;
}
.inner-modal .inner-modal-icon {
  width: 40px;
}

.play-video-modal .cancel-btn {
  background-color: #195e7a;
  border-radius: 30px;
}

.add-category-modal .category-modal-pic {
  height: 210px;
  width: 220px;
}
.add-category-modal .form-control {
  border-radius: 30px;
  background-color: #fbfbfb;
}
.add-category-modal .form-control:focus {
  border: 1px solid gray;
  box-shadow: none;
}
.add-category-modal .select-category {
  height: 57px;
  margin-top: 10px !important;
}
.add-category-modal .add-song-btn {
  background-color: #195e7a;
  border-radius: 30px;
  color: #195e7a;
  color: white;
}
.add-category-modal .add-song-btn:focus {
  border: none;
  box-shadow: none;
}
.add-category-modal .add-song-btn img {
  border-radius: 30px;
  width: 30px;
  background-color: #00bcb1;
}
.add-category-modal .cancel-btn {
  border-radius: 30px;
  background-color: #195e7a;
}
.add-category-modal .add-btn {
  border-radius: 30px;
  background-color: #00bcb1;
}

@media screen and (max-width: 400px) {
  .description-btn-div {
    flex-direction: column-reverse !important;
  }
  .description-btn-div .add-song-btn {
    width: 150px;
  }
}
#background-page {
  background-image: url("../images/unstopable_bg.png");
  min-height: 100vh;
  max-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#background-page .active-block-ul-user {
  z-index: 1;
}

.background-main-page .heading-search-div .background-heading .heading {
  border-bottom: 4px solid #195e7a;
}
.background-main-page .heading-search-div .add-btn {
  border-radius: 30px;
  color: #195e7a;
}
.background-main-page .heading-search-div .add-btn:focus {
  border: none;
  box-shadow: none;
}
.background-main-page .heading-search-div .add-btn img {
  border-radius: 30px;
  width: 40px;
  background-color: #195e7a;
}
.background-main-page .heading-search-div .form-control:focus {
  border: none;
  box-shadow: none;
  caret-color: #195e7a;
}
.background-main-page .heading-search-div .search-bar {
  border-radius: 30px !important;
}
.background-main-page .heading-search-div .search-icon {
  width: 20px;
  margin-top: 2px !important;
}
.background-main-page .background-detail-div {
  border-radius: 30px;
}
.background-main-page .background-detail-div .explore-btn {
  width: 25px;
  margin-top: 30px;
  margin-right: 30px;
}

.background-image-box {
  width: 100%;
  height: 240px;
  overflow-y: scroll;
  overflow: hidden;
  border-radius: 30px;
}
.background-image-box .background-img {
  width: 100%;
  height: 100%;
}
.background-image-box .play-div {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to top, rgba(2, 2, 2, 0.9), rgba(255, 255, 255, 0));
}

.play-video-modal video {
  max-height: 450px !important;
}
.play-video-modal .cancel-btn {
  background-color: #195e7a;
  border-radius: 30px;
}

.add-background-modal .background-modal-pic {
  height: 210px;
  width: 220px;
}
.add-background-modal .form-control {
  border-radius: 30px;
  background-color: #fbfbfb;
}
.add-background-modal .form-control:focus {
  border: 1px solid gray;
  box-shadow: none;
}
.add-background-modal .cancel-btn {
  border-radius: 30px;
  background-color: #195e7a;
}
.add-background-modal .add-btn {
  border-radius: 30px;
  background-color: #00bcb1;
}

#promo-page {
  background-image: url("../images/unstopable_bg.png");
  min-height: 100vh;
  max-height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#promo-page .active-block-ul-user {
  z-index: 1;
}

.promo-main-page .heading-search-div .promo-heading .heading {
  border-bottom: 4px solid #195e7a;
}
.promo-main-page .heading-search-div .add-btn {
  border-radius: 30px;
  color: #195e7a;
}
.promo-main-page .heading-search-div .add-btn:focus {
  border: none;
  box-shadow: none;
}
.promo-main-page .heading-search-div .add-btn img {
  border-radius: 30px;
  width: 40px;
  background-color: #195e7a;
}
.promo-main-page .heading-search-div .form-control:focus {
  border: none;
  box-shadow: none;
  caret-color: #195e7a;
}
.promo-main-page .heading-search-div .search-bar {
  border-radius: 30px !important;
}
.promo-main-page .heading-search-div .search-icon {
  width: 20px;
  margin-top: 2px !important;
}
.promo-main-page .promo-detail-div {
  border-radius: 30px;
}
.promo-main-page .promo-detail-div div span {
  color: #195e7a;
}

.add-promo-modal .form-control {
  border-radius: 30px;
  background-color: #fbfbfb;
}
.add-promo-modal .form-control:focus {
  border: 1px solid gray;
  box-shadow: none;
}
.add-promo-modal .select-duration {
  height: 57px !important;
}
.add-promo-modal .cancel-btn {
  border-radius: 30px;
  background-color: #195e7a;
}
.add-promo-modal .add-btn {
  border-radius: 30px;
  background-color: #00bcb1;
}/*# sourceMappingURL=style.css.map */