:root {
    --primary-color: #58051D !important;
    /*--primary-color: #44446c !important;*/
    /*--primary-color: #323c2d;*/
}

.data-nav {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 30vw !important;
}

.data {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 50vw !important;
}

.font-10px {
    font-size: 10px !important;
}

.div-no-songs {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.div-other-recommended {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.search-box {
    width: 100%;
    height: 100px;
    background: #F5F5F5;
    position: fixed;
    left: 0;
    bottom: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-box-inner {
    width: 90%;
    background: #fff;
    height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-right: 10px;
}

.searchbox {
    border: 0px;
    height: 60px;
}

.btnSearchSubmit {
    width: 18px;
    height: 14.62px;
    background: url('Assets/Icons/right-arrow.svg');
    border: 0px;
}

/*.bg-banner {
    background: url("Assets/Images/jukebox_app_creative.jpg");
    background-position: right;
    padding: 0px;
    height: 18vh;
    background-size: contain;
    background-color: white;
    background-repeat: no-repeat;
}*/
.div-banner-content {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

body {
    font-family: 'Roboto', sans-serif;
    /*background-color: #F5F5F5;*/
}
/* index page  */
.bg {
    height: 60vh;
    background: url(Assets/Images/bata-jukebox-cover.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.login-form {
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -10px 20px #0000000D;
}

.banner-title {
    margin-top: 10%;
    letter-spacing: 0.18px;
    color: #2B2A29;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 30px;
}

.banner-text {
    color: #2B2A29;
    opacity: 1;
    font-size: 12px;
    letter-spacing: 0.12px;
    font-weight: 550;
}

.log-btn {
    /*background-color: #C00209;*/
    /*color: #fff;*/
    /*background: linear-gradient(298deg, rgba(80, 3, 62, 1) 0%, rgba(168, 36, 168, 1) 35%);*/
    background: var(--primary-color);
    !important;
    color: #FFF !important;
    border: 1px solid var(--primary-color);
    !important;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    height: 48px;
    border-radius: 10px;
}

    .log-btn:hover {
        /* color: #fff;
        background-color: #D00009;
        border-color: #D00009;*/

        color: #FFF !important;
        /*background: linear-gradient(90deg, hsla(7, 100%, 31%, 1) 0%, hsla(0, 0%, 100%, 1) 100%);*/
        background: var(--primary-color);
        !important;
        border-color: var(--primary-color);
        !important;
    }

.form-title {
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.28px;
}

/*.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(0.85) translateY(-1.9rem) translateX(1.15rem);
    background: white;
    color: #7A7A7A;
    font-size: 14px;
}*/

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(0.85) translateY(-0.6rem) translateX(1.15rem);
    background: #ffffff;
    color: #7A7A7A;
    font-size: 14px;
    padding: 0px 5px;
    height: auto;
}

.form-floating {
    /*margin-bottom: 28px;*/
}

.form-control:focus {
    color: #404040;
    background-color: #fff;
    border-color: #05275A1A;
    outline: 0;
    box-shadow: none;
    font-family: 'Roboto', sans-serif;
}

/*input.form-control {
    border-color: #05275A1A;
    font-family: 'Roboto', sans-serif;
}*/

input.form-control {
    border-color: #05275A1A;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

/* home page  */
p {
    margin: 0px;
}

.nav-tabs {
    padding-bottom: 3px;
    border-bottom: 1px solid #dee2e6;
}

.list-group-item:first-child {
    /* border-top: 0px; */
    border-radius: 0px;
}

.play-time {
    font-size: 8px;
    color: #7A7A7A;
    min-height: 22px;
}

.play-title {
    color: #404040;
    font-size: 14px;
    font-weight: 600;
}

.song-title {
    font-size: 16px;
    color: #404040;
    text-transform: capitalize;
    font-weight: 600;
}

.song-card {
    /* background: #404040 0% 0% no-repeat padding-box; */
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    opacity: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-image: url("../img/bg.png");
    background-size: 100%;
    background-position: center;
}


/*.play-time {
    width: 90px;
}*/

.nav-list .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
}

.song-type {
    color: #7A7A7A;
    font-size: 12px;
}

.song-time {
    color: #404040;
    font-size: 12px;
}

footer {
    box-shadow: 0px -5px 6px #0000001A;
}

.f-btn-active::before {
    content: ' ';
    border-radius: 0px 0px 4px 4px;
    display: block;
    /*background-color: #C00209;*/
    /*background: linear-gradient(298deg, rgba(80, 3, 62, 1) 0%, rgba(168, 36, 168, 1) 35%);*/
    background: var(--primary-color);
    !important;
    color: #FFF;
    position: absolute;
    width: 35px;
    height: 4px;
    top: -10px;
    left: 33%;
}

.f-btn {
    position: relative;
}

div#nav-tabContent {
    height: 74vh;
    overflow: auto;
    padding-bottom: 70px;
}

.screen-height {
    height: 53vh !important;
}

small.t-small {
    color: #484848;
    font-size: 10px;
    font-weight: normal;
}

a.navbar-brand {
    font-size: 16px;
    font-weight: 600;
    color: #242424;
}

.playlist {
    background: #fff;
    padding-top: 5px;
    box-shadow: 0px -5px 10px #0000000d;
    border-radius: 10px 10px 0px 0px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    border: none;
    border-left: 0.5px solid #80808024;
    border-radius: 0px;
    border-right: 0.5px solid #80808024;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active .play-time {
        border-bottom: 3px solid #FFC02B;
    }

span.now-playing {
    position: absolute;
    top: -7px;
    left: 0px;
}

.list-group-item {
    border-left: none;
    border-right: none;
    padding: 1rem 1rem;
}

.wrapper {
    margin-top: 22%;
}

.btn:focus {
    box-shadow: none !important;
}

#tog-icon {
    color: #e60303;
    font-size: 19px;
    font-weight: 900;
}

/* toast */


.center {
    text-align: center;
}


#toast {
    visibility: hidden;
    /*width: 328px;*/
    width: 90vw;
    height: 48px;
    background: #404040 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #329AE11A;
    border-radius: 10px;
    color: #fff;
    text-align: left;
    padding-top: 15px;
    padding-left: 20px;
    position: fixed;
    z-index: 1;
    bottom: 10%;
    font-size: 14px;
}

    #toast.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 3 s;
        animation: fadein 0.5s, fadeout 0.5s 3s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 10%;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 10%;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 10%;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 10%;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.row-fluid {
    text-align: center;
}

.img-responsive {
    margin: 0 auto
}

.store-status-circle {
    width: 2px !important;
    height: 18px !important;
    border-radius: 50% !important;
}

.helpImageOne {
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
}

.fixed-bottom {
    z-index: 2 !important;
}



/*For all Mobile version Mobile View (Common) */
@media only screen and (min-width : 320px) and (max-width : 480px) {
}

/*Mobile - Small*/
@media only screen and (min-width:320px) and (max-width:374px) {
}

/*for samsung galaxy s8+*/
@media only screen and (min-width : 340px) and (max-width : 364px) {
}

/*Mobile - Medium */
@media only screen and (min-width : 375px) and (max-width:384px) {
}

/*for Mobile - pixel and iphone12 pro*/
@media only screen and (min-width : 385px) and (max-width:399px) {
}

/*for Mobile - Large*/
@media only screen and (min-width : 400px) and (max-width:480px) {
}


.logoImage {
    height: 60vh;
    background-image: url('../images/logonew.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.div-purple-box {
    padding: 20px;
    height: 270px;
    border-radius: 5px;
    opacity: 1;
    margin: 0px !important
}

.bg-primary {
    /*background-color: #C00209 !important;*/
    /*background: linear-gradient(298deg, rgba(80, 3, 62, 1) 0%, rgba(168, 36, 168, 1) 35%);*/
    background: var(--primary-color);
    !important;
    color: #FFF;
}

.text-spinthewheel {
    text-align: center;
    font: normal normal bold 18px/27px Roboto;
    letter-spacing: 0px;
    color: #FFF;
    text-transform: uppercase;
    opacity: 1;
}

.btn-white {
    /* background-color: #FFF !important;
    border-color: #FFF !important;*/
    color: #C00209 !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #C00209;
    border-radius: 3px;
    opacity: 1;
}

.div-row-absolute {
    position: absolute;
    bottom: -18px !important;
    left: 28px !important;
}

.padding-50 {
    padding: 50px !important;
}

.divError {
    font-size: 14px;
    line-height: 16px;
    color: red;
    height: 16px;
}

.btn-primary {
    /*background-color: #C00209 !important;*/
    /*background: linear-gradient(298deg, rgba(80, 3, 62, 1) 0%, rgba(168, 36, 168, 1) 35%);*/
    background: var(--primary-color);
    !important;
    color: #fff !important;
    border-color: #FFF !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: var(--primary-color);
        !important;
        border-color: #FFF !important;
    }

.text-primary {
    color: # !important;
}


a {
    color: #A824A8 !important;
    text-decoration: underline;
}

    a:hover {
        color: #FFC02B !important;
    }


.text-nogames {
    font-size: 20px;
    text-align: center;
    color: #A824A8 !important;
    font-weight: bold;
}

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.mobileForm-btnColor {
    /*background-color: #D00009 !important;*/
    /* background: linear-gradient(298deg, rgba(80, 3, 62, 1) 0%, rgba(168, 36, 168, 1) 35%) !important;
    color: #FFC02B !important;
    border: 1px solid #FFC02B;*/

    background: var(--primary-color);
    !important;
    color: #FFF;
    border: 1px solid var(--primary-color);
    !important;
    border-radius: 10px;
    padding: 12px 16px;
}

@media only screen and (min-width : 320px) and (max-width : 480px) {
    .div-purple-box {
        margin-bottom: 2rem !important;
        padding: 20px;
        height: 320px;
        border-radius: 5px;
        opacity: 1;
    }

    .text-spinthewheel {
        text-align: center;
        font: normal normal bold 27px/27px Roboto;
        letter-spacing: 0px;
        color: #FFF;
        text-transform: uppercase;
        opacity: 1;
    }

    .padding-50 {
        padding: 30px !important;
    }
}
