/*Landing Page Css*/

nav.navbar {
    padding-bottom: 0 !important;
}

nav.navbar a.navbar-brand {
    padding-bottom: 0 !important;
}

#home {
    background-image: url(../img/bg-home.jpg);
}

.bg-cover {
    background-position: 100% -135px !important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;
}

.intro {
    padding: 190px 0 0;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.intro-box {
    background: #278c8e;
    color: #fff;
    padding: 15px;
    font-family: 'DINNeuGroBolCon', sans-serif;
}

.intro-box-inner {
    border: 2px solid #fff;
    padding: 20px;
}

.intro-box-inner>p {
    margin-bottom: 0;
}

.artist-side h2>a,
.fan-side h2>a {
    text-decoration: none;
}

.custom-lpadding {
    padding-left: 0 !important
}

.artist-side h2,
.fan-side h2 {
    font-size: 48px;
    font-weight: 300;
    line-height: 32px;
}

.artist-side {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 0 none;
}

.fan-side {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.navbar-transparent {
    background: rgba(0, 0, 0, 0.2);
}

#MainNavbar ul.navbar-nav li.about {
    border: 1px solid #fff;
    background: #d95335;
    width: 140px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#MainNavbar ul.navbar-nav li.about a {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
}


/*Header Css*/

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

header.header-inner.fixed {
    padding: 10px;
}

header.header-light {
    background-color: rgba(0, 0, 0, .09);
}

header.header-inner {
    background-color: #278c8e;
    padding: 12px 0;
    position: relative;
}
.header-social{
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: right;
}
.header-social .facebook{
 background: #3b5998 !important
}
.header-social .twitter{
    background: #d95335 !important
   }
   .header-social .instgm{
    background: #3f729b !important  
   }

   


header,
header .navbar-header {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar-header img {
    position: relative;
    left: 0;
    top: 0;
    width: 150px;
}

header .navbar-nav .nav-link {
    letter-spacing: .09375rem;
    position: relative;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
    transition: all .3s ease;
}

header .navbar-wrapper .navbar ul.navbar-nav li {
    padding-left: 15px;
    padding-right: 15px;
}

header .navbar-wrapper .navbar ul.navbar-nav li>a {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
    transition: all .3s ease;
    cursor: pointer;
}

header .navbar-wrapper.right-menu .navbar ul.navbar-nav li>a {
    color: #000;
}

header .navbar-wrapper .navbar ul.navbar-nav li.active a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 6px solid #d95335;
}

header .navbar-wrapper .navbar ul.navbar-nav li:hover a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 6px solid #d95335;
}


/*header .navbar-wrapper .navbar .nav-item .dropdown-toggle::after 
{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url('../img/arrow-right.png') !important;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  border:0 none !important;
  vertical-align: -3px !important;
  margin-left: 7px !important;
  height:20px;
  width:15px;
  border-radius: 100%;

}

header .navbar-wrapper .navbar .nav-item .dropdown-toggle:hover::after
{
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}*/

header .navbar-wrapper.right-menu .navbar ul.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #3c3c3c !important;
    padding: 5px !important;
    margin: -0 !important;
    border-radius: 0 !important;
    font-family: 'DINNeuGroBolCon', sans-serif;
}

.navbar-nav .dropdown-menu {
    margin: -10px 0 0 0 !important;
}

.dropdown-menu a.dropdown-item::after {
    display: none;
}

.dropdown-menu::after {
    position: absolute;
    top: -9px;
    right: 100px;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 10px 6px 0;
    border-color: transparent #3c3c3c transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transform: rotate(90deg);
}

.dropdown-menu .dropdown-item {
    background-color: #afafaf !important;
    color: #fff !important;
    font-size: 14px !important;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding: 8px 10px;
}

.dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0 !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #d95335 !important;
    color: #fff !important;
}


/*Section Css*/

.flex-wrapper {
    display: flex;
    align-items: center;
}

#content {
    height: 100%;
    min-height: calc(100vh - 100px);
    position: relative;
}

.artist-side-bg {
    background-image: url('../img/artist-side-bg.png');
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: -270px 70px;
}


/*Login Wrapper Css*/

.require-field {
    font-family: 'AvenirNext-DemiBold', sans-serif;
    color: #464646;
}

.login-inner-wrapper,
.login-wrapper {
    width: 350px;
    margin: 0 auto 30px;
    position: relative;
}

.login-inner-wrapper .form-group,
.login-wrapper .form-group {
    margin-bottom: 25px;
    position: relative;
}

.login-wrapper span>a {
    text-align: center;
    color: #278c8e;
    border-bottom: 1px solid #278c8e;
    font-size: 20px;
    text-decoration: none;
    display: block;
    width: 220px;
    margin: 0 auto;
}

.login-wrapper .form-group.form-check {
    padding-left: 0;
}

.register-form .form-group {
    position: relative;
}

.register-form .form-group label {
    text-transform: uppercase;
    text-align: right;
    font-size: 16px;
}

.tips-box {
    padding: 20px 0;
}

.tips-box h2 {
    color: #464646;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.tips-box p {
    margin-bottom: 0;
    font-size: 18px;
}


/*Account Details Page Css*/

.article-bg {
    background: #b4b4b4;
}

h3.page-heading {
    color: #464646;
    font-size: 28px;
    margin-bottom: 10px;
}

.content-heading {
    background: #278c8e;
    padding: 8px 0;
}

.white-heading {
    background: #fff;
    color: #464646;
}

.content-heading h4 {
    font-size: 20px;
    font-family: 'AvenirNext-DemiBold', sans-serif;
}

.content-detail,
.content-edit-view {
    font-size: 20px;
}

.content-detail p {
    margin-bottom: 10px;
}

.content-detail a,
.content-detail a:hover {
    color: #db5334;
}

.detail-edit-box {
    margin-bottom: 15px;
}

.detail-edit-box table,
.detail-edit-box .table tbody tr td a {
    font-size: 18px;
    color: #464646;
}

.detail-edit-box .table thead th,
.detail-edit-box .table tbody tr td {
    border-bottom: 1px solid #464646;
}

.detail-edit-box .table tbody tr td:hover {
    color: #db5334;
    cursor: pointer;
}

.detail-edit-box .table thead th {
    border-top: 0 none;
    width: 100px;
}

.delete-popup {
    position: absolute;
    min-width: 300px;
    background-color: #fff;
    border: 1px solid #278c8e;
    padding: 15px;
    right: 90px;
    z-index: 999;
    top: 0;
    color: #278c8e;
    width: 600px;
    display: none;
}

.delete-popup p {
    font-size: 20px;
}

.delete-popup:before {
    bottom: -30px;
    border-color: transparent transparent transparent #278c8e;
}

.delete-popup:after {
    bottom: -28px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
}

.delete-popup:after,
.delete-popup:before {
    border-width: 15px;
    transform: rotate(90deg);
    right: 29px;
}

.delete-popup:after,
.delete-popup:before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
}

.info-box {
    position: absolute;
    background-color: #d9dede;
    padding: 10px;
    border: 1px solid #d9dede;
    right: 18%;
    top: 58px;
    width: 380px;
    display: none;
    transition: all .3s ease;
}

.info-box:before {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 15px;
    transform: rotate(270deg);
    right: 29px;
    top: -31px;
    border-color: transparent transparent transparent #d9dede;
}

.info-box>p {
    font-size: 16px;
    font-family: 'AvenirNext-UltraLight', sans-serif;
    text-align: justify;
    text-transform: capitalize;
}

.info-trigger:hover .info-box {
    display: block;
    z-index: 999;
}

.card .card-header {
    font-size: 28px;
    border-radius: 0;
}

.card {
    background: none;
    border: 2px solid #464646;
    border-radius: 0;
    position: relative;
    margin-bottom: 15px;
}

.card .card-body {
    padding: 0;
}

.card:hover span.close {
    display: block;
}

span.close>i {
    font-size: 14px;
}

span.close {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 24px;
    width: 24px;
    line-height: 17px;
    text-align: center;
    border-radius: 100%;
    background: #fff;
    color: #000;
    opacity: 1;
    display: none;
}

.shortcut-column,
.box {
    padding: 15px;
    transition: all .3s ease;
    cursor: pointer;
}

.shortcut-column:hover {
    background: #b2baba !important;
}

.shortcut-column>h3,
.shortcut-column>h3>a {
    font-size: 20px;
    color: #464646;
}

.shortcut-column:hover h3,
.shortcut-column:hover h3>a {
    color: #fff !important;
}

.artist-tab-heading {
    width: 300px;
    display: block;
    padding: 15px;
}

.artist-tab-heading>a {
    font-size: 28px;
    cursor: pointer;
}

.artist-list-flex,
.album-list-flex {
    display: flex;
    flex-wrap: wrap;
}

.artist-list-flex>div,
.album-list-flex>div {
    margin-right: 10px;
}

.artist-pic {
    width: 206px;
    height: 206px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}

.artist-name {
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.artist-name p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.manage-profile {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(39, 140, 142, 0.4);
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
}

.album-manage-profile {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(235, 165, 150, 0.4);
    visibility: hidden;
    opacity: 0;
    transition: .3s ease;
    bottom: 0;
}

.artist-pic:hover .manage-profile,
.album-img:hover .album-manage-profile {
    visibility: visible;
    opacity: 1;
}

.manage-profile ul {
    border: 2px solid #278c8e;
}

.album-manage-profile ul {
    border: 2px solid #eba596;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
}

.manage-profile ul li {
    background: #000;
    border-bottom: 1px solid #278c8e;
    padding: 10px 25px;
    position: relative;
}

.album-manage-profile ul li {
    background: #000;
    border-bottom: 1px solid #eba596;
    padding: 10px 25px;
    position: relative;
}

.manage-profile ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #278c8e;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.album-manage-profile ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #eba596;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.manage-profile ul li:hover::before,
.album-manage-profile ul li:hover::before {
    visibility: visible;
    opacity: 1;
}

.manage-profile ul li:last-child,
.album-manage-profile ul li:last-child {
    border-bottom: 0 none;
}

.album-img {
    height: 206px;
    width: 206px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
    transition: all .3s ease-in;
    border-radius: 3px;
    -ms-border-radius: 3px;
}


/*Artist Profile Page Css*/

.artist-profile-content p {
    font-size: 20px;
}

.artist-profile-pic {
    height: 480px;
    width:540px;
    /* width: 100% !important; */
    background-size: cover;
    background-position: bottom center;
    border: 1px solid #999;
}

.artist-profile-pic span {
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 99;
}

.artist-profile-pic input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.artist-profile-pic a>label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.artist-bio .form-group textarea {
    height: 380px;
}

.profile-preview-green h2 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 400;
    /* word-break: break-all; */
}

.album-list-flex .card {
    border: 0 none;
}

.album-cover {
    height: 190px;
    width: 190px;
    background-size: cover;
    background-position: center center;
    border: 1px solid #999;
    margin-bottom: 10px;
}

.artist-detail h2 {
    color: #000;
    font-size: 18px;
}


/*Insider Invite Popup Css*/

.insider-invite .modal-content {
    font-size: 24px;
    color: #278c8e;
}

.insider-invite .modal-content .modal-header {
    padding: 5px;
    border-bottom: 0 none;
}

.insider-invite .modal-content .modal-body h3 {
    font-size: 124px;
    color: #278c8e;
    line-height: 90px;
}

.insider-invite .modal-content .modal-body p {
    color: #278c8e;
    width: 650px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 22px;
}


/*Artist Step Page Css*/

.steps-counter {
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
    justify-content: space-between;
    width: 100%;
}

.steps-counter>div {
    margin-right: 2px;
}

.steps-counter .steps {
    position: relative;
    width: 14.10%;
}

.steps-counter .steps.active::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -17px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    z-index: 10;
    top: 55px;
}

.steps-counter .steps.active:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -14px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent rgb(220, 82, 53);
    z-index: 12;
    top: 55px;
}

.steps-counter .steps::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -17px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    z-index: 10;
    top: 55px;
}

.steps-counter .steps:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -14px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #b2baba;
    z-index: 12;
    top: 55px;
}

.steps-counter .steps.completed:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -14px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #787878;
    z-index: 12;
    top: 55px;
}

.steps-counter .steps.last-child::after,
.steps-counter .steps.last-child::before {
    display: none;
}

.steps-counter .steps.active {
    background: #d95335;
    color: #fff;
}

.steps-counter .steps.completed {
    background: #787878;
    color: #fff;
}

.steps-counter .steps h2 {
    font-size: 16px;
    font-weight: 500;
}

.steps-counter .steps.last-child {
    margin-right: 0;
}

.steps-progress-bar .progress {
    border-style: solid;
    border-width: 3px;
    border-color: rgb(255, 255, 255);
    border-radius: 25px;
    background-color: rgb(178, 186, 186);
}

.steps-progress-bar .progress .progress-bar {
    background: #d95335;
    position: relative;
    padding: 0;
    font-size: 20px;
    /* left:30px; */
}

.steps-progress-bar .progress .progress-bar span {
    position: absolute;
    width: 100%;
    left: 30px;
    display: block;
}

.important-text {
    padding-left: 10px;
    border-left: 10px solid #278c8e;
}

.important-text h2 {
    font-weight: 400;
    font-size: 23px;
    color: #464646;
}

.important-text h2>span {
    font-weight: 600;
}


/*Artist Profile Page Css*/

.artist-profile-content p {
    font-size: 20px;
}

.artist-profile-pic {
    height: 480px;
    width: 540px;
    background-size: cover;
    background-position: bottom center;
    border: 1px solid #999;
}

.artist-profile-pic span {
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 99;
}

.artist-bio .form-group textarea {
    height: 440px;
}


/*Success message mail css*/

.success-msg-inner h2 {
    font-size: 90px;
    text-align: center;
    line-height: 90px;
    font-family: 'DINNeuGroBolCon', sans-serif;
}

.success-msg-inner h3 {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    line-height: 36px;
    margin-bottom: 15px;
}

.success-msg-inner p {
    font-size: 24px;
}


/*terms Popup css*/

.terms-popup .modal-header {
    border-bottom: 0 none;
}

.terms-popup .modal-content {
    border: 2px solid #d95335;
    border-radius: 0;
}

.terms-popup .modal-content h2 {
    color: #d95335;
    font-size: 100px;
    font-family: 'DINNeuGroBolCon', sans-serif;
}


/*Drag Drop Wrapper Section Css*/

.drag-drop-wrapper .card {
    border: 0 none;
    background: none;
}

.drag-drop-wrapper .card .card-header {
    border-bottom: 0 none;
}

.drag-drop-wrapper .select-option ul li {
    border-right: 2px solid #fff;
    padding-right: 10px;
}

.drag-drop-wrapper ul li:last-child {
    border-right: 0 none;
    padding-right: 0;
}

.drag-drop-wrapper .select-option ul li a {
    font-size: 24px;
}

.drag-drop-wrapper .card .card-body .upload-content h2 {
    font-size: 42px;
    color: #464646;
}

.album-upload-detail p {
    font-size: 18px;
}


/*Footer Section css*/

footer.footer {
    position: relative;
    padding: 15px 0;
}

.footer .quick-links ul {
    margin-bottom: 0;
}

.footer .quick-links ul li a {
    color: #278c8e;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid #278c8e;
    padding-right: 10px;
}

.footer .quick-links ul li {
    margin-right: 10px;
}

.social-links ul {
    margin-bottom: 0;
}

.social-links ul li a {
    color: #278c8e;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
}

.social-links ul li a div.social-icon {
    height: 40px;
    width: 40px;
    background: #278c8e;
    text-align: center;
    line-height: 43px;
    border-radius: 30px;
}

.social-links ul li a div.social-icon>i {
    color: #fff;
    font-size: 20px;
}

.social-links ul li a div.social-icon:hover>i {
    transition: .6s ease;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.custom-toggle.dropdown-menu {
    padding: 2px !important;
}

.custom-toggle.dropdown-menu a.dropdown-item {
    margin-bottom: 0 !important;
}

.custom-toggle.dropdown-menu a.dropdown-item:hover {
    background-color: #278c8e !important;
}

.custom-toggle.dropdown-menu::after {
    display: none;
}

.reset-password .form-group {
    position: relative;
}

.reset-password .error-text {
    left: 5px;
    bottom: -17px;
}

.my-account>li:hover .dropdown-menu {
    display: block;
}

.custom-image-upload input[type="file"] {
    display: none;
}


/* 1 Feb 2019 Css */

.edit-dalbum-list,
.dalbum-extra-inner-list {
    display: flex;
    align-items: center;
}

.edit-dalbum-list>div:nth-of-type(2) {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.dalbum-extra-inner-list>div:nth-of-type(2) {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.edit-dalbum-list>div,
.dalbum-extra-inner-list>div {
    margin-right: 10px;
    position: relative;
}

.dalbum-extra-inner-list>div.last-option {
    margin-right: 0 !Important;
    width: 60px;
    position: relative;
}

.list-hover-dropdown {
    display: none;
    position: absolute;
    right: -201px;
    top: 0;
    z-index: 2;
}

.dalbum-extra-inner-list>div.last-option:hover .list-hover-dropdown {
    display: block;
    width: 200px;
}

.track-list {
    border: 2px solid #464646;
}

.track-list-edit {
    position: relative;
}


/* 1 Feb 2019 */

.credit-step-list {
    width: 100%;
    border: 2px solid #000;
    -o-transition: 600ms;
    -moz-ransition: 600ms;
    transition: 600ms;
}

.credit-step-list .header-bg {
    background: #f0ebe2;
    transition: 600ms;
}

.credit-step-list .header-bg a>i,
.credit-step-list .bg-white a>i {
    transition: 600ms;
}

.credit-step-list .collapse-header a {
    font-weight: 800;
    display: block;
    font-size: 24px;
}

.sub-header-inner a {
    font-weight: 800;
    display: block;
    font-size: 20px;
}

.sub-header-inner {
    padding: 15px 40px;
}

.sub-header-inner.active {
    background: #000;
}

.credit-step-list .header-bg.active,
.credit-step-list .bg-white.active {
    background: #000 !important;
    color: #278c8e;
    border-bottom: 1px solid #fff;
}

.credit-step-list .header-bg.active a>i,
.credit-step-list .bg-white.active a>i {
    transform: rotate(90deg);
    transition: 600ms;
}


/*Core Uploaded Ablum Section Css*/

.core-upload-right {
    height: 600px;
    background-repeat: no-repeat;
    background-position: 150% 32%;
    background-size: auto 100%;
}

.core-upload-left {
    height: 600px;
    background-repeat: no-repeat;
    background-position: 74% 100%;
    background-size: auto 120%;
}

.core-upload-double {
    height: 600px;
    background-repeat: no-repeat;
    background-position: -28% 100%;
    background-size: auto 120%;
}

.core-upload-middle p {
    font-size: 26px;
    line-height: 28px;
}

.core-upload-content ul li a {
    font-size: 26px;
}

.core-upload-content ul li {
    margin-bottom: 20px;
}

.publish-album-edit .btn-edit {
    border: 2px solid #fff;
    border-radius: 0;
    padding: 15px;
    color: #fff;
    background: #278c8e;
    text-transform: uppercase;
    font-size: 18px;
    width: 280px;
    cursor: pointer;
    text-align: left;
}

.publish-album-slider .carousel-inner .carousel-item img {
    margin: 0 auto;
    width: 680px;
}

.publish-album-slider .carousel-control-prev-icon {
    background-image: url('../img/arrow-left.png') !important;
    width: 66px;
    height: 127px;
}

.publish-album-slider .carousel-control-next-icon {
    background-image: url('../img/arrow-right2.png') !important;
    width: 66px;
    height: 127px;
}

.publish-album-dropdown {
    border: 2px solid #fff;
    display: none;
    position: absolute;
    z-index: 9999;
    width: 280px;
}

.publish-album-edit:hover .publish-album-dropdown {
    display: block;
}

.before-publish ul li.list-heading>a,
.edit-publish ul li.list-heading>a {
    padding-left: 0 !important;
}

.before-publish ul li a,
.edit-publish ul li a {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #fff;
}

.edit-dalbum-list,
.dalbum-extra-inner-list {
    display: flex;
    align-items: center;
}

.edit-dalbum-list>div:nth-of-type(2) {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.dalbum-extra-inner-list>div:nth-of-type(2) {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.edit-dalbum-list>div,
.dalbum-extra-inner-list>div {
    margin-right: 10px;
}

.edit-dalbum-list>div:last-child {
    margin-right: 0 !important;
}

.list-hover-dropdown {
    display: none;
    position: absolute;
    right: -200px;
    top: 0;
    border-left: 1px solid #fff;
}

.dalbum-extra-inner-list>div.last-option:hover .list-hover-dropdown {
    display: block;
    width: 200px;
}

.price-input-wrapper input {
    width: 120px;
}

.price-input-wrapper>span,
.price-input-wrapper>input {
    margin-right: 10px;
}

.publish-box {
    border: 2px solid #464646;
}

.payment-choose {
    display: block;
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.payment-choose>img {
    width: 67px;
    height: 36px;
    /* object-fit: cover; */
}


/* Hide the browser's default radio button */

.payment-choose input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.payment-choose .checkmark {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    height: 17px;
    width: 17px;
    background-color: #eee;
    border: 2px solid #278c8e;
    border-radius: 50%;
}


/* When the radio button is checked, add a blue background */

.payment-choose input:checked~.checkmark {
    background-color: #278c8e;
}


/* Show the indicator (dot/circle) when checked */

.payment-choose input:checked~.checkmark:after {
    display: block;
}

.card-number label {
    font-weight: 700;
    margin-bottom: 0;
    font-size: 18px;
}

.expire-date {
    display: flex;
}

.expire-date select:first-child {
    margin-right: 10px;
}

.card-number.cvv img {
    width: 20px;
}

.summary-preview-box>ul>li {
    display: flex;
}

.summary-preview-box>ul>li>div {
    width: 300px;
}

.ipad-holder {
    background-image: url(../img/Ipad-pro-OffBlack1.png);
}



.ipad-holder {
    position: relative;
    width: 480px;
    height: 618px;
    background-repeat: no-repeat;
    background-position: center top;
    margin: 0 auto;
}

.ipad-holder .ipad-holder-inner {
    width: 74%;
    left: 0;
    top: 70px;
    margin: 0 auto;
    position: relative;
}

.ipad-holder-inner img {
    max-width: 100%;
}


/*About Page Css*/

.about-bg {
    background-image: url('../img/banner-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 60%;
    height: 733px !important;
    z-index: 8;
}

.content-left-img {
    background-image: url('../img/banner-2.png');
    background-size: cover;
    height: 600px;
    position: relative;
    z-index: 10;
    margin-top: -15%;
}

.about-last {
    background-image: url('../img/about-last-section.png');
    background-size: cover;
    background-position: 100% 54%;
    height: 380px;
}

.how-sell-bg {
    background-image: url('../img/how-to-sell-bg.png');
    background-size: cover;
    background-position: 100% 100%;
    height: 550px;
    background-repeat: no-repeat;
}

.upload-wrapper-conent ul li {
    position: relative;
}


/* 4 Feb 2019 css */

#HiddenTracks .carousel-control-prev {
    left: -20%;
    opacity: 1;
}

#HiddenTracks .carousel-control-prev .carousel-control-prev-icon {
    background-image: url(../img/arrow-left.png);
    width: 66px;
    height: 127px;
}

#HiddenTracks .carousel-control-next .carousel-control-next-icon {
    background-image: url(../img/arrow-right2.png);
    width: 66px;
    height: 127px;
}

#HiddenTracks .carousel-control-next {
    right: -20%;
    opacity: 1;
}

.hidden-track-detail {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 300px;
    z-index: 9999;
    top: 44%;
    right: 21%;
    padding: 10px 45px 10px 10px;
}

.hidden-track-detail>a {
    position: absolute;
    right: 8px;
    top: 15px;
    font-size: 28px;
}

.hidden-track-list ul li a {
    color: #3c3c3c;
    font-size: 18px;
    text-transform: uppercase;
}

.hidden-track-delete-msg {
    position: absolute;
    z-index: 9999;
    top: 38%;
    left: 14%;
    width: 360px;
    border: 1px solid #278c8e;
}

.hidden-track-delete-msg h2,
.delete-dextra-popup h2 {
    color: #278c8e;
}

.delete-dextra-popup {
    position: absolute;
    z-index: 9999;
    left: -5px;
    width: 360px;
    border: 1px solid #278c8e;
    top: -128px;
}

.delete-dextra-popup:after,
.delete-dextra-popup:before {
    content: '';
    display: block;
    position: absolute;
    border-style: solid;
    left: 0;
    transform: rotate(90deg);
}

.delete-dextra-popup:after {
    top: 120px;
    border-color: transparent transparent transparent #fff;
    border-width: 10px;
}

.delete-dextra-popup:before {
    top: 120px;
    border-color: transparent transparent transparent #278c8e;
    border-width: 11px;
}


/* 6 Feb 2019 Css */

.list-flex,
.track-list-edit {
    display: flex;
    flex-wrap: wrap;
}

.list-flex>div,
.track-list-edit>div {
    margin-right: 10px;
}

.track-list-edit div:nth-of-type(2) {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.track-item-count {
    width: 20px;
}

.list-flex div:nth-of-type(2) {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.track-list-edit>div:last-child {
    margin-right: 0;
}


/* 7 Feb 2019 Css */

.add-member a.delete-member {
    color: #d95335;
}


/* ToolTip  13Feb  */

.tooltip img {
    width: 28px;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 275px;
    color: #fff;
    text-align: left;
    padding: 15px;
    top: 28px;
    left: 100px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

span.tooltiptext:before {
    content: "";
    position: absolute;
    top: -37px;
    border: solid 13px transparent;
    border-right-color: #FFF;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 75px solid rgb(169, 173, 172);
    left: -48px;
    transform: rotate(-67deg);
}


/* Tool Tip End  */

.panel-content-inner {
    position: relative;
}

.panel-content-inner:hover span.close {
    display: block;
    right: 0;
}

.upload-wrapper .tab-content .upload-image {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.tooltip-inner {
    background-color: #a9adac;
    padding: 9px 9px;
    width: 200px;
    font-size: 11px;
    text-align: justify;
    line-height: 14px;
    border-radius: 0;
}

.tooltip-arrow {
    border-right-color: #a9adac;
}

.step-2 p {
    margin-bottom: 0;
}

.tooltip .bigtooltiptext {
    visibility: hidden;
    width: 1070px;
    color: #fff;
    text-align: left;
    padding: 15px;
    top: -499px;
    left: -475px;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .bigtooltiptext {
    visibility: visible;
}
.table-toltip .tooltip .tooltiptext{
    width: 220px !important;
}

span.bigtooltiptext:before {
    content: "";
    position: absolute;
    top: 431px;
    border: solid 13px transparent;
    border-right-color: #FFF;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 75px solid rgb(169, 173, 172);
    left: 507px;
    transform: rotate(-150deg);
}


/* 18 feb 2019 css */

.band-detail .form-group {
    position: relative;
}

.band-detail .form-group span.delete-all {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 6px;
}

.add-role-list.form-group {
    position: relative;
}

.add-role-list.form-group .delete {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 6px;
}

.dextra-ablum-item {
    height: 200px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 1px solid #e3e3e3;
}

.pull-right-lg {
    float: right;
}

.custome-align {
    text-align: right
}

.dextra-album-image {
    height: 250px;
    width: 200px;
    border-radius: 3px;
    border: 1px solid #e3e3ee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cusPad {
    padding-left: 0;
    padding-right: 0;
}

.defaultSpace {
    padding-left: 0px;
    padding-right: 0px;
}

.colorCustom {
    color: #278c8e !important;
}

.customeorder1 {
    order: 1;
}

.customeorder2 {
    order: 2;
}

.step-2 .error-text {
    left: 15px;
}

.artistImgUpload {
    width: 100px !important;
    height: 60px !important;
    cursor: pointer !important;
    z-index: 5555 !important;
}

.deleteBizCon,
.deleteBizCon:hover {
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
}

.uploadFile {
    line-height: 16px;
}

.uploadTract {
    display: inline-block;
    width: 100%;
}

.tabStep4 {
    padding-left: 0;
}

.uploadtrackLeft {
    padding-right: 0;
}

.fullWidthimg {
    width: 100%;
}

.step6-slider {
    height: 500px;
    width: 100%;
}

.publish-album-dropdown ul li a {
    text-align: left !important;
    padding-left: 0;
    font-size: 12px;
}

.publish-album-dropdown ul li a img {
    padding-right: 15px;
}

.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.full-width {
    width: 100%;
}

.brekText {
    word-wrap: break-word;
}

.videoUpload {
    width: 100%;
}

.videoUpload h1 {
    margin-bottom: 25px;
    margin: 0;
}

.videoUpload ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    align-items: center;
}

.videoUpload ul li:nth-child(1) {
    width: 30%;
}

.videoUpload ul li:nth-child(1) h1 {
    color: #278c8e;
}

.videoUpload ul li:nth-child(2) {
    width: 70%
}

.videoUpload ul li:nth-child(2) input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 2px solid #dc3545 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    padding: 0 25px;
    font-size: 20px !important;
    color: #dc3545;
}

.videoUpload .or {
    margin: 15px 0;
}

.uploadButton {
    position: relative;
    overflow: hidden;
    padding: 5px 50px;
}

.uploadButton input {
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

.firstStepError {
    position: initial
}


/* Fter merge css */

.insider-invite .modal-body.fee-rview h3 {
    font-size: 40px;
    color: #278c8e;
    font-weight: bold;
    line-height: 20px;
}

.insider-invite .modal-body.fee-rview h2 {
    font-size: 20px;
    color: #278c8e;
    font-weight: bold;
}

.profile-preview-green h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
}

.dalbum-extra-inner-list>div.last-option {
    margin-right: 0 !Important;
    width: 60px;
    position: relative;
}

.happy-bg {
    background-image: url('../img/happy-bg.png');
    background-size: cover;
}

.happy-bg-2 {
    background-image: url('../img/happy-bg-2.png');
    background-size: cover;
}

.bio-outer {
    height: 250px;
    position: relative;
}

.bio-outer h2 {
    font-size: 35px;
}

.bio-outer p {
    border-radius: 10px;
    padding: 12px 4px;
    font-size: 45px;
    position: absolute;
    right: 11px;
    bottom: 0px;
}

.individual-bio-inner ul li {
    font-family: 'AvenirNext-Regular';
    list-style: none;
    font-size: 16px;
    line-height: 43px;
}

.plus-icon img {
    width: 80px;
    padding: 20px;
}

.news-leftbar ul li,
.news-leftbar-sec ul li,
.latest-news ul li {
    list-style: none;
}

.news-leftbar ul li a {
    color: #464646;
    font-weight: 700;
    font-size: 22px;
    line-height: 38px;
}

.news-leftbar ul li a.active {
    text-decoration: underline;
    color: #278c8e;
}

.news-leftbar-sec h2 {
    color: #464646;
    font-weight: 700;
}

.news-leftbar-sec ul,
.latest-news ul,
.so-icons ul {
    padding-left: 0;
}

.news-leftbar-sec ul li span {
    color: #278c8e;
    font-weight: 700;
}

.news-leftbar-sec ul li p,
.text-left.latest-news ul li p {
    font-style: italic;
    color: #464646;
    font-size: 15px;
}

.press-bg {
    background-image: url('../img/press-bg.png');
    background-size: cover;
    background-position: 0 -483px;
}

.text-left.latest-news ul li {
    font-size: 18px;
    line-height: 30px;
}

.latest-news-2 ul li p {
    display: inline-block;
    padding-right: 10px;
}

.press-img img {
    width: 50%;
}

.Media h3 {
    line-height: 32px;
}

.so-icons ul li {
    list-style: none;
    display: inline-block;
    padding: 10px;
}

.so-icons ul li img {
    width: 65px;
}

.so-icons ul li a {
    border-radius: 50%;
    padding: 20px;
    width: 98px;
    height: 95px;
    display: inline-block;
}

.twit a {
    background: #2aa9df;
}

.insta a {
    background: #3d6c92;
}

.fb a {
    background: #3a5897;
}

.fb-block li {
    border: 1px solid #787878;
    padding: 10px;
    margin-bottom: 10px;
}

.fb-block li p {
    font-style: normal !important;
}

.insta-box img {
    width: 100%;
}

.insta-icon img {
    width: 50%;
}

.insta-box p {
    font-size: 20px;
    color: #464646;
}

.social-block {
    height: 260px;
    max-height: 260px;
}

.publish-album-dropdown ul {
    width: 244px;
}

.publish-album-dropdown ul li a {
    text-align: left !important;
    padding-left: 0;
    font-size: 12px;
}

.publish-album-dropdown {
    position: absolute;
    z-index: 999;
}

.publish-album-edit:hover .publish-album-dropdown {
    display: block;
}

.publish-album-dropdown ul li a img {
    padding-right: 15px;
}

.dalbm {
    font-size: 190px !important;
    letter-spacing: 12px;
    line-height: 150px;
    font-weight: 500;
    
}

.howFont {
    font-size: 91px !important;
    font-weight: 500;
    padding-right: 10px;

}


/* local style sheet*/

.d-pd30-m-pd0 {
    padding: 30px;
}

.d-mt90 {
    margin-top: 13%;
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.get-app-list ul {
    justify-content: space-between;
}

.get-app-list ul li img {
    width: 100%;
}

.custom-row2,
.custom-row1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.custom-row1 {
    justify-content: space-between;
}

.custom-row1 .type1,
.custom-row2 .type1,
.custom-row2 .type3,
.custom-row2 .type4 {
    margin-top: 25px;
}

.custom-row2 {
    justify-content: space-evenly;
}

.charity-content img {
    width: 100%;
}

.bgimg-orange {
    padding-bottom: 101px;
}

.coreUploadTopLeft {
    background-image: url(../img/core-upload-left.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.text-type1,
.text-type2,
.text-type3,
.text-type4,
.text-type5 a {
    word-break: break-all;
}

.social_icon ul li a {
    border-radius: 50%;
    width: 98px;
    height: 98px;
    display: inline-block;
    line-height: 98px;
    padding: 0;
}

.social_icon ul li a img {
    width: initial;
}

.inblock {
    display: inline-block;
}

.dextra-collapse-heading.active a>i {
    transform: rotate(180deg);
    transition: 200ms;
}

.dextra-collapse-heading a>i {
    transition: 200ms;
}

.dextra-collapse-heading {
    background-color: #278c8e;
    transition: 200ms;
}

.dextra-collapse-heading.active {
    background-color: #d95335;
    transition: 200ms;
}

.dextra-collapse-heading a i {
    font-size: 25px
}

.dextra-collapse-heading a,
.dextra-collapse-heading {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.trackExtraList {
    margin-bottom: 0px;
}

.trackExtraList li {
    background-color: #000;
    border: 2px solid #fff;
    border-top: none;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
}

.trackExtraList li:first-child {
    border-top: none;
}

.trackExtraSecondStep {
    background-color: #d95335;
    border: 2px solid #fff;
}

.blackSubHeading {
    background: #000;
    padding: 15px 20px;
    color: #fff;
    border: 2px solid #fff;
    border-top: none;
    margin-bottom: 10px;
}

.custome-box {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px
}

.individual-bio-ul ul {
    padding: 0;
    width: 100%;
}

.individual-bio-ul ul li:nth-child(odd) {
    width: 40%;
    float: left;
    padding-right: 15px;
}

.individual-bio-ul ul li:nth-child(even) {
    width: 60%;
    float: left;
}

.bio-outer-c h2 {
    font-size: 24px;
}

.bio-outer-c p {
    font-size: 26px;
    padding: 8px 4px
}

.about-fan-content {
    padding: 5% 0;
}

.fee-rview-first {
    order: 1
}

.fee-rview-second {
    order: 2
}

.mblSpace {
    padding: 30px;
}

.publishHeading {
    font-size: 25px;
    font-weight: bold;
}

.publishHeading1 {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0px;
    padding: 0 15px;
}

.publish-box .form-check-label {
    text-transform: initial !important;
}

.payment-image ul {
    display: flex;
    justify-content: flex-start;
}

.trackExtraPosition {
    position: relative
}

.trackExtraPosition .delete-option {
    position: absolute;
    left: -20px;
}

.no-margin {
    margin: 0;
}

.step-info .step-no-xs {
    display: block;
}

.step-info .step-yes-xs {
    display: none
}

.largeTooltip .tooltip {
    top: -2px;
    left: 5px;
}

.imgPfofile {
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.qr-cpde-content .btn-cancel {
    display: block;
}

#qrcontents {
    height: 300px !important;
    width: 300px !important;
}

.charity-last {
    background-image: url(../img/banner-6.png);
    background-size: cover;
    height: 600px;
    position: relative;
    z-index: 10;
    margin-top: -101px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

#field-wrapper-3 {
    margin-right: 10px;
}

.navbar-nav li.nav-item.dropdown .dropdown-menu {
    top: 48px;
}


/* 15 march */

.profile-img {
    width: 200px;
    height: 200px;
}

.charity-content-outer.pd30 {
    height: 600px;
    display: table;
    width: 100%;
}

.charity-content-inner {
    vertical-align: middle;
    width: 100%;
    display: table-cell;
}

.charity-last {
    background-image: url('../img/banner-6.png');
    background-size: cover;
    height: 600px;
    position: relative;
    z-index: 10;
    margin-top: -101px;
}

.content-left-img2 {
    background-image: url('../img/banner-7.png');
    background-size: cover;
    height: 450px;
    position: relative;
    z-index: 10;
    margin-top: -101px;
}

.mt-40 {
    margin-top: 40px;
}

.gray-show h4 {
    font-size: 23px;
    padding: 15px 0 0;
    text-align: justify;
}

.albm-box img,
.qr-cpde-content img,
.charity-content img,
.bio-outer2 img,
.pro-pic img,
.fb-block img,
.sell-outer img {
    width: 100%;
}

.albm-box p {
    margin-bottom: 0;
    color: #000;
    margin-top: 10px;
}

.sell-order1 {
    order: 1;
}

.sell-order2 {
    order: 2;
}

.pd-20 {
    padding: 20px;
}

.sellbg-3 {
    background-image: url('../img/sell-last-bg.png');
    background-size: cover;
    position: relative;
    z-index: 10;
    height: 100%;
}

.sell-last {
    display: inline-block;
    width: 100%;
    padding: 5% 0;
}

.record-scrore {
    width: 100%;
    text-align: center;
    max-width: 350px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 auto;
    text-shadow: 2px 2px 2px #000;
    line-height: 45px;
    font-weight: 6000;
}

.record-scrore::before {
    content: "[";
    text-shadow: 2px 2px 2px #000;
    font-size: 100px;
    position: absolute;
    color: #fff;
    top: 15%;
    left: 0px;
}

.record-scrore::after {
    content: "]";
    text-shadow: 2px 2px 2px #000;
    font-size: 100px;
    position: absolute;
    color: #fff;
    top: 15%;
    right: 0px;
}

.sell-socil-space {
    display: flex;
    align-self: center;
}

.lastImg-sell {
    position: relative;
}

.lastImg-sell>.img-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    width: 300px;
    height: 300px;
    color: #fff;
    background: rgba(0, 0, 0, 0.02);
    font-size: 24px;
    padding: 20px;
    line-height: 28px;
    word-spacing: 10px;
    text-align: justify;
}

.lastImg-sell>.img-contents>span {
    letter-spacing: 30px;
    font-weight: bold;
}

.sell-order1 {
    order: 1;
}

.sell-order2 {
    order: 2;
}

.d-mb-10 {
    margin-bottom: 20px;
}

.no-margin-lr {
    margin-left: 0px;
    margin-right: 0px;
}

.barcode-social img {
    max-width: 100%;
    width: initial;
}

.error {
    color: red
}

.menu-icon {
    position: relative;
    float: left;
    top: 9px;
}

.custCheckbox {
    position: relative !important;
    left: 0 !important;
    top: 5px;
    width: 15px;
    height: 15px;
}

.srtist-tab a {
    border-style: solid !important;
    border-width: 2px !important;
    border-color: rgb(70, 70, 70) !important;
    border-radius: 10px !important;
    background-image: -moz-linear-gradient( 90deg, rgb(201, 201, 201) 0%, rgb(200, 200, 200) 48%, rgb(228, 228, 228) 50%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(201, 201, 201) 0%, rgb(200, 200, 200) 48%, rgb(228, 228, 228) 50%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(201, 201, 201) 0%, rgb(200, 200, 200) 48%, rgb(228, 228, 228) 50%, rgb(255, 255, 255) 100%);
    color: #464646 !important;
    padding: 3px 30px !important;
    font-size: 16px !important;
    cursor: pointer;
    margin-right: 10px;
}

.srtist-tab a.active {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(39, 140, 142) !important;
    border-radius: 10px !important;
    background-image: -moz-linear-gradient( 90deg, rgb(39, 140, 142) 0%, rgb(39, 140, 142) 48%, rgb(68, 168, 170) 50%, rgb(96, 196, 198) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(39, 140, 142) 0%, rgb(39, 140, 142) 48%, rgb(68, 168, 170) 50%, rgb(96, 196, 198) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(39, 140, 142) 0%, rgb(39, 140, 142) 48%, rgb(68, 168, 170) 50%, rgb(96, 196, 198) 100%);
    color: #fff !important;
    padding: 3px 30px;
    font-size: 16px;
    cursor: pointer;
}

.question {
    margin: 15px 0;
}

.question P {
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    margin: 0;
    line-height: 35px;
}

.postel-tab {
    margin-bottom: 0;
}

.postel-tab .nav-tabs {
    display: flex;
    -ms-display: flex;
    align-items: center
}

.switch-field {
    display: flex;
    -ms-display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    width: 140px;
    align-items: center;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin: 0 10px !important;
    margin-right: -1px;
    position: initial !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    outline: none !important;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(70, 70, 70);
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(201, 201, 201) 0%, rgb(200, 200, 200) 48%, rgb(228, 228, 228) 50%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(201, 201, 201) 0%, rgb(200, 200, 200) 48%, rgb(228, 228, 228) 50%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(201, 201, 201) 0%, rgb(200, 200, 200) 48%, rgb(228, 228, 228) 50%, rgb(255, 255, 255) 100%);
    color: #464646;
}

.switch-field label::before,
.switch-field label::after {
    display: none;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(39, 140, 142);
    border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(39, 140, 142) 0%, rgb(39, 140, 142) 48%, rgb(68, 168, 170) 50%, rgb(96, 196, 198) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(39, 140, 142) 0%, rgb(39, 140, 142) 48%, rgb(68, 168, 170) 50%, rgb(96, 196, 198) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(39, 140, 142) 0%, rgb(39, 140, 142) 48%, rgb(68, 168, 170) 50%, rgb(96, 196, 198) 100%);
    color: #fff;
}

.switch-field label:first-of-type {
    margin-right: 20px;
}

.uploadtrackLeft .img-box {
    margin-bottom: 20px;
    padding: 5px;
}

.upload-scroll {
    padding: 30px !important;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 370px;
}

.outer-close {
    position: relative
}

.outer-close i {
    position: absolute;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
}


/* popup css */

.custome-model {
    border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(39, 140, 142, 1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(39, 140, 142, 1);
    box-shadow: 2px 2px 5px 0px rgba(39, 140, 142, 1);
    border: 1px solid #278c8e;
    color: #278c8e;
}

.custome-model-full-width {
    max-width: 800px;
}

.custome-model .close,
.custome-model .close:hover,
.custome-model .close:not(:disabled):not(.disabled):focus,
.custome-model .close:not(:disabled):not(.disabled):hover {
    color: #278c8e;
    font-size: 30px;
    opacity: 1;
}

.custome-model .modal-header {
    padding: 5px 10px 0 0;
    border: none;
}

/* Lalo 11/20/2020 - Changed font-size from 115px to 80px because
   the "Let's Get It Started" was huge and overlapping.
   WARNING: This definition also exists on media.css  */
.custome-model .top-head {
    font-size: 65px;
    font-weight: bolder;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'DINNeuGroBolCon', sans-serif;
}

.custome-model .top-head2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin: 20px 0 10px;
}

/* Lalo: 02/16/2021 -- Added this style to customize "Let's Get Started" pop-up
                       and not modify existing styles.*/
.custome-model .top-head3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    margin: 20px 0 5px;
    font-family: 'DINNeuGroBolCon', sans-serif;
}

.custome-model .content {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.custome-model .content1 {
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
}

/* Lalo: 02/16/2021 - Added new style for Let's Get Started*/
.custome-model .content2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-family: 'AvenirNext-Regular', sans-serif;
    text-align: center;
    color: #000000;
}

.custome-model .modal-body {
    padding: 0 25px;
}

.custome-model .center-head {
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    padding: 25px 0;
}

.custome-model .show-box {
    margin: 25px 0 15px;
}

.custome-model .form {
    margin: 20px 0;
}

.cu {
    justify-content: center;
    top: 40%
}

.step3-upload {
    height: 216.8px !important;
}

.uploadtrackLeft.card-header .upload-wrapper-conent span.close {
    top: 3px;
    right: 13px;
}

.pr0 {
    padding-right: 0;
}

.white-color {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.music-close {
    top: 0px !important;
    right: -16px !important;
}

.mx-custome {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.mr-0 {
    margin-right: 0;
}

.bus-font {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    position: absolute;
    left: -60px;
    bottom: -80px;
    width: 240px;
}

.slider-custom-step6 {
    position: relative;
}

.slider-custom-step6 .emb-metrial {
    position: absolute;
    top: 50px;
    left: -250px;
    background: #d95335;
    padding: 10px 20px;
    color: #fff;
    width: 250px;
}

.slider-custom-step6 .emb-metrial .head1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}

.slider-custom-step6 .emb-metrial .contents {
    font-size: 18px;
    font-weight: 600;
}

.custome-row-category {
    position: relative
}

.custom-cat {
    bottom: 0;
    position: absolute
}

#HiddenTracks {
    position: relative
}

#HiddenTracks .credit-text {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    right: -250px;
    bottom: 20%;
    line-height: 18px;
}

.confirm-ui {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%);
    z-index: 5555;
}

.delete-prompt-box {
    width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.content-scroll {
    overflow: auto;
    position: relative;
    padding: 20px;
    margin: 10px;
    height: 400px;
    width: 740px;
    max-width: 97%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-scroll-780 {
    overflow: auto;
    position: relative;
    padding: 20px;
    /* margin: 10px; */
    height: 780px;
    width: 740px;
    max-width: 97%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tooltip-absolute .tooltip {
    position: absolute;
    right: -20px;
    top: 4px;
}

.tooltip-absolute .tooltip .tooltiptext {
    left: 10px;
    top: 48px;
}

.tooltip-absolute span.tooltiptext:before {
    border-bottom: 75px solid rgb(217, 83, 53);
    left: 33px;
    top: -50px;
}

.hidden-embed-image {
    height: 200px;
    width: 170px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hidden-embed-image i.fa.fa-bars.handle-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 60px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 5px;
    line-height: 20px;
    color: #000;
}

.h600 {
    height: 600px;
}

.cusText{
    height: 126px !important;
}
.ipad-holder-inner img{
    width: 100%;
}

.cusAlert{
    width: 800px !important;
}
.cusdextraBut{
    font-size: 20px;
    font-weight: 600;
    color: #278c8e !important;
}

.dextraAlbumPic{
    margin-right:0 !important;
    margin-bottom: 0 !important;
}


.AlbumimgProfile {
    position: absolute;
    width: 390px;
    height: 390px;
    object-fit: cover;
    background-size: cover;
    right: -16px;
    top: 45px;
} 

.cusAlert h1
{
    font-size: 68px !important;
}

.cusAlert > h3
{
    font-size:32px !important;
}

.album-name {
    right: -193px;
    top: 24px;
}

.albumPayAmt{
    font-size: 20px;
    margin-top: 18px;
}
.qrcode-profile{
    width: 100% !important
}
.custom-table-list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 5px
}
.custom-table-list li{
    width: 33.3%;
    border-bottom: 1px solid #464646;
    padding: .75rem;
}
.custom-table-list li a{
    padding: .75rem;
    font-size: 18px;
    color: #464646;
    font-weight: 600;
}
.custom-table-list li a:hover{
    color:#db5334;
    cursor: pointer;
}
.wallet-section{
    position: relative
}
.wallet-section:hover a::after{
    border-top: none !important;
}
.wallet-section a{
    position: absolute;
    top: 5px;
}
.number-circle{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #d95335;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    top: -10px;
    text-align: center;
    line-height: 18px;
    left: 5px;
    border:1px solid #fff;
}
.Banner-content h3{
  width: 50%;
}
.Banner-content .top{
    font-size: 100px !important;
    font-weight: 500 !important;
}
.ampl-font{
    font-size: 120px !important;
    font-weight: 200 !important;
    text-align: right
}
.font-large{
    font-size: 70px !important;
    font-weight: 500
}
.pr-0{
    padding-right: 0 !important;
}



/* Flip Image on Hover */

#f1_container {
    position: relative;
    width: 100%;
    height: 380px;
    z-index: 1;
}

#f1_container {
    perspective: 1000;
}

#f1_card {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

#f1_container:hover #f1_card {
    transform: rotateY(180deg);
    box-shadow: -5px 5px 5px #aaa;
}

.face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.face.back {
    display: flex;
    align-items: center;
    transform: rotateY(180deg);
    box-sizing: border-box;
    padding: 10px;
    color: white;
    text-align: left;
}

.face.back h1
{
    font-size: 36px !important;
}

.image-crop-container {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 80px;
  }

.image-crop-buttons {
    padding-top: 360px;
    padding-left: 25px;
}  
/* Coming soon styles */
.coming-soon-styles {
    text-align: center;
    margin-top: 80px;
}
.title-coming-soon {
    color: #D95335;
    letter-spacing: 5px;
    font-size: 80px ;
    font-family: "DINNeuGroBolCon";
    font-weight: bolder
}
.coming-soon-subtext {
    margin-top: 40px !important;
    width: 805px;
    margin: 0px auto;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
}
.button-styles-margin-top {
    margin-top: 60px;
}

.link-disabled {
    pointer-events: none;
    text-decoration: none;
    color: gray !important;
}
.video-text-embedded {
    margin-top: 10px;
}
.video-text-embedded p {
    font-size: 14px;
    margin-bottom: unset;
}