/* fonts import start */
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Light.eot");
    src: url("../fonts/gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Light.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/gilroy/Gilroy-Light.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Light.svg#Gilroy-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Medium.eot");
    src: url("../fonts/gilroy/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Medium.woff") format("woff"), url("../fonts/gilroy/Gilroy-Medium.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Regular.eot");
    src: url("../fonts/gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/gilroy/Gilroy-Regular.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Bold.eot");
    src: url("../fonts/gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/gilroy/Gilroy-Bold.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy/Gilroy-Heavy.eot");
    src: url("../fonts/gilroy/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/gilroy/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/gilroy/Gilroy-Heavy.woff") format("woff"), url("../fonts/gilroy/Gilroy-Heavy.ttf") format("truetype"), url("../fonts/gilroy/Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Akira Expanded';
    src: url('../fonts/akira-expanded/AkiraExpanded-SuperBold.eot');
    src: url('../fonts/akira-expanded/AkiraExpanded-SuperBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/akira-expanded/AkiraExpanded-SuperBold.woff2') format('woff2'),
    url('../fonts/akira-expanded/AkiraExpanded-SuperBold.woff') format('woff'),
    url('../fonts/akira-expanded/AkiraExpanded-SuperBold.ttf') format('truetype'),
    url('../fonts/akira-expanded/AkiraExpanded-SuperBold.svg#AkiraExpanded-SuperBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* fonts import end */

/* global styling start */
html {
    overflow-x: hidden !important;
}

body {
    font-family: "Gilroy";
    overflow-x: hidden !important;
    background: #161616;
}
.modal{
    padding: 0 !important;
}
.modal .modal-dialog{
    max-width: 575px;
    display: flex;
    height: 100%;
    align-items: center;
    margin: auto;
}
.modal .modal-dialog .modal-content{
    border-radius: 12px;
    border: 1px solid #31F477;
    background: #161616;
    padding: 15px 0;
}
.modal .modal-dialog .modal-content .modal-header{
    justify-content: center;
    border-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body h3{
    color: #FFF;
    font-family: "Akira Expanded";
    font-size: 36px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}
.modal .modal-dialog .modal-content .modal-body p{
    color: #B4B4B4;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    text-align: center;
}
/* global styling end */

/*LOCIN SCREEN STYLING START*/
.login {
    height: 100vh;
    display: flex;
    align-items: center;
}

.login .text-cont a.sign-in {
    border-radius: 14px;
    border: 1px solid #31F477;
    text-decoration: none;
    color: #FFF;
    font-family: "Akira Expanded";
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    max-width: 470px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 16px 0;
    transition: .5s;
}

.login .text-cont a.sign-in svg {
    margin-right: 10px;
}

.login .text-cont a.sign-in:hover {
    background: #31F477;

}

.login .text-cont a.sign-in:hover svg path {
    fill: #fff;
}

.login .img-content {
    text-align: center;
    margin-bottom: 32px;
}

.login .text-cont {
    text-align: center;
}

.login .text-cont span {
    display: block;
    color: #FCFCFC;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px 0 10px;
}

.login .text-cont a.guest {
    color: #FFF;
    font-family: "Akira Expanded";
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    transition: .5s;
}

.login .text-cont a.guest:hover {
    background: linear-gradient(90deg, #31F477 -206.91%, #28C29A 100.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*LOCIN SCREEN STYLING END*/

/*SIDE BAR STYLING START*/
.bg-turbo-yellow {
    background: linear-gradient(90deg, #31F477 -206.91%, #28C29A 100.01%);
    color: #fff !important;
}

#sidebarCollapse {
    display: none;
}

@media (max-width: 991px) {
    #sidebarCollapse {
        display: block;
    }
}

.bg-turbo-yellow-10 {
    background-color: #fff9e5;
}

.bg-turbo-yellow-20 {
    background-color: #ffeeb2;
}

.bg-turbo-yellow-30 {
    background-color: #ffe37f;
}

.bg-turbo-yellow-40 {
    background-color: #ffd74c;
}

.bg-turbo-yellow-50 {
    background-color: #ffcc19;
}

.bg-turbo-yellow-60 {
    background-color: #e5b200;
}

.bg-turbo-yellow-70 {
    background-color: #b28b00;
}

.bg-turbo-yellow-80 {
    background-color: #7f6300;
}

.bg-turbo-yellow-90 {
    background-color: #4c3b00;
}

/* ---------------------------------------------------
 SIDEBAR STYLE
 ----------------------------------------------------- */
.text-sidebar {
    color: #6b6b6b;
}

.profile-cont {
    margin-bottom: 40px !important;
}

.user_detail h4 {
    color: #323232;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    margin: 10px 0 0;
}

.user_detail h5 {
    color: #FFF;
    margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.user_detail p {
    color: #565656;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    line-height: normal;
}

#sidebar {
    background: #202127;
    color: #6b6b6b;
    transition: all 0.3s;
    padding: 50px 0;
    height: 100vh;
    position: relative;
}

#sidebar .user_detail {
    text-align: center;
    margin: 30px 0 100px 0;
    position: relative;
}

#sidebar .sidebar_trigger ul {
    list-style: none;
    padding: 0;
}

#sidebar .sidebar_trigger ul li {
    display: flex;
    align-items: center;
    padding: 20px 10px 20px 100px;
    background: #161616;
    border-right: 6px solid #28C29A;
}

#sidebar .sidebar_trigger .logout {
    position: absolute;
    bottom: 0;
    left: 3rem;
}

#sidebar .sidebar_trigger .logout a {
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

@media (max-width: 1399px) {
    #sidebar .sidebar_trigger ul li {
        padding-left: 100px;
    }
}

@media (max-width: 991px) {
    #sidebar .sidebar_trigger ul li {
        padding-left: 120px;
        padding-right: 50px;
    }
}

#sidebar .sidebar_trigger ul li a {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
    margin-left: 10px;
}

/*#sidebar .sidebar_trigger ul .active {*/
/*    background: #161616;*/
/*    border-right: 5px solid #DB4097;*/
/*}*/
/*#sidebar .sidebar_trigger ul .active svg path {*/
/*    fill: #DB4097;*/
/*}*/
/*#sidebar .sidebar_trigger ul .active a {*/
/*    color: #DB4097;*/
/*    font-weight: 600;*/
/*}*/
#sidebar.active {
    transform: translateX(-350px);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #e5b200;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #b28b00;
}

#sidebar ul p {
    color: #6b6b6b;
    padding: 10px;
}

#sidebar ul li a {
    font-size: 1.1em;
    display: block;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #e5b200;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #6b6b6b;
    color: #ffcc19;
}

a.article, a.article:hover {
    background: #e5b200 !important;
    color: #6b6b6b !important;
}

/* ---------------------------------------------------
 CONTENT STYLE
 ----------------------------------------------------- */
/* ---------------------------------------------------
 MEDIAQUERIES
 ----------------------------------------------------- */
@media (max-width: 991px) {
    #sidebar {
        display: none;
    }

    #sidebar.active {
        transform: translateX(0px);
        display: block;
        position: absolute;
        z-index: 9999;
        left: 0;
        top: 0;
        height: 100%;
    }

    button#sidebarCollapse {
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 9999999;
    }
}

/*SIDE BAR STYLING END*/


/*HOME SCREEN STYLING START*/
.home-screen {
    background-image: url("../img/shadow.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}

ul#countdown {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

ul#countdown li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 55px;
    border-radius: 10px;
    border: 1.1px solid #31F477;
    backdrop-filter: blur(7.983673095703125px);
    margin: 0 5px;
}

ul#countdown li:nth-child(1) {
    width: 128px;
}

ul#countdown li .number,
ul#countdown span {
    color: #FFF;
    font-family: "Akira Expanded";
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    display: flex;
    align-items: center;
}

.home-screen .topbar a.sign-in {
    border-radius: 14px;
    border: 1px solid #31F477;
    text-decoration: none;
    color: #FFF;
    font-family: "Akira Expanded";
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    max-width: 380px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    /*margin: auto;*/
    padding: 16px 0;
    transition: .5s;
}

.home-screen .topbar a.sign-in svg {
    margin-right: 10px;
}

.home-screen .topbar a.sign-in:hover {
    background: #31F477;

}

.home-screen .topbar a.sign-in:hover svg path {
    fill: #fff;
}

.home-screen .topbar .img-cont img {
    width: 100%;
}

.home-screen .topbar {
    padding-top: 5rem;
}

.home-screen .topbar .input-group {
    border-radius: 14px;
    border: 1px solid #202127;
    background: #161616;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    max-width: 470px;
    margin-left: auto;
    margin-right: 20px;
}

.home-screen .topbar .input-group .form-control,
.home-screen .topbar .input-group .input-group-text {
    background: transparent;
    border: 0;
}

.home-screen .topbar .input-group .form-control {
    color: #fff;
    font-weight: 500;
}

.home-screen .topbar .input-group .form-control:focus {
    box-shadow: none;
}

.home-screen .topbar .input-group .form-control::placeholder {
    color: #595959;
    font-family: "Akira Expanded";
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

.home-screen .topbar .after-login-btn {
    border-radius: 8.709px;
    border: 1px solid #31F477;
    backdrop-filter: blur(7.257884979248047px);
    color: #FFF;
    font-family: "Akira Expanded";
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
    max-width: 135px;
    width: 100%;
    margin-left: auto;
    display: block;
    text-align: center;
    padding: 12px 0;
    text-decoration: none;
    margin-bottom: 20px;
}
.home-screen .topbar .input-group .dropdown-menu{
    border-radius: 0 0 14px 14px;
    border: 1px solid #202127;
    background: #161616;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    max-width: 470px;
    width: 100%;
    transform: translate(7px, 55px) !important;
    padding: 20px;
}
.home-screen .topbar .input-group .dropdown-menu li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #818181;
    padding: 1rem 0;
}
.home-screen .topbar .input-group .dropdown-menu li:nth-last-child(1){
    border-bottom: 0;
}
.home-screen .topbar .input-group .dropdown-menu li .img-content{
    width: 17%;
}
.home-screen .topbar .input-group .dropdown-menu li .text-content{
    width: 55%;
}
.home-screen .topbar .input-group .dropdown-menu li .button-content{
    width: 29%;
}
.home-screen .topbar .input-group .dropdown-menu li .text-content h5{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
}
.home-screen .topbar .input-group .dropdown-menu li .text-content span{
    color: #B4B4B4;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
}
.home-screen .topbar .input-group .dropdown-menu li .button-content a{
    border-radius: 9px;
    border: 1px solid #31F477;
    backdrop-filter: blur(7.257884979248047px);
    color: #FFF;
    font-family: "Akira Expanded";
    text-decoration: none;
    font-size: 8px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    padding: 10px 15px;
}
.responsive-tabs {
    padding: 1rem;
}

.responsive-tabs .nav-tabs {
    display: none;
}

@media (min-width: 768px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }

    .responsive-tabs .card {
        border: none;
        background: transparent;
    }

    .responsive-tabs .card .card-header {
        display: none;
    }

    .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
        background: transparent;
    }
}

.home-screen .bottobbar .responsive-tabs .nav-tabs {
    border-bottom: 1px solid rgba(89, 89, 89, 0.60);
    padding-bottom: 10px;
}

.home-screen .bottobbar .responsive-tabs .nav-tabs .nav-item {
    width: 40%;
    border: 0;

}

.home-screen .bottobbar .responsive-tabs .nav-tabs .nav-item .nav-link {
    color: #595959;
    font-family: "Akira Expanded";
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    border: 0;
    display: flex;
    align-items: center;
}

.home-screen .bottobbar .responsive-tabs .nav-tabs .nav-item .nav-link.active {
    background: transparent;
    background: linear-gradient(90deg, #31F477 -206.91%, #28C29A 100.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-screen .bottobbar .responsive-tabs .nav-tabs .nav-item .nav-link.active svg path {
    fill: #28C29A;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul {
    list-style: none;
    padding: 0;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #202127;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-header h5 a {
    color: #595959;
    font-family: Akira Expanded;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-header [aria-expanded=true] {
    background: linear-gradient(90deg, #31F477 -206.91%, #28C29A 100.01%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faxmachine,
.faxmachine2 {
    border: 1px solid #31F477;
    background: #28C29A;
    backdrop-filter: blur(7.257884979248047px);
    text-align: center;
    /* padding: 2rem 0 1rem; */
    max-width: 188px;
    min-height: 124px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
}

.btn:focus {
    box-shadow: none;
}

.faxmachine {
    transform: translate(679px, 323px) !important;
}

.faxmachine2 {
    transform: translate(1215px, 321px) !important;
}

.popover .popover-header {
    background: transparent;
    margin-bottom: 8px;
    padding: 0;
    border: 0;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

.popover .popover-body {
    padding: 0;
    color: #FFF;
    font-size: 7px;
    font-weight: normal;
    line-height: 9px;
}

.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
    display: none;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .img-cont {
    width: 15%;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content {
    width: 70%;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .pause-btn {
    width: 15%;
    text-align: center;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content h3 {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content h4 {
    color: #B4B4B4;
    font-size: 10px;
    font-weight: normal;
    line-height: normal;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content h4 span {
    color: #B1B1B1;
    font-size: 7px;
    font-weight: normal;
    line-height: normal;
    margin-left: 30px;
}

.home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .pause-btn span {
    color: #B1B1B1;
    font-size: 7px;
    font-weight: normal;
    line-height: normal;
}

.home-screen .bottobbar .copyright {
    /*border-top: 1px solid rgba(129, 129, 129, 0.60);*/
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
}

.home-screen .bottobbar .copyright p {
    margin-bottom: 0;
    text-align: right;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    padding-top: 10px;
}


/*HOME SCREEN STYLING END*/


/*profile page styling start*/
.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
}

.file-upload {
    display: none;
}

.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto;
    /*position: absolute;*/
    /*top: 72px;*/
}

.p-image {
    position: relative;
    cursor: pointer;
}

.p-image img {
    position: absolute;
    top: -30px;
    right: 0;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    left: 70px;
    margin: auto;
}

.p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.upload-button {
    font-size: 1.2em;
}

.upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

/*profile page styling end*/


/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
    color: white !important;
}

/* (B) WRAPPER */
.aWrap {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    /* allow buttons to wrap into another row on small screens */
    /* flex-wrap: wrap; */
    padding: 10px 5rem;
    margin: 5px 0;
    border-radius: 10px;
    gap: 1rem;
    background: linear-gradient(108deg, #202127 -35.33%, rgba(62, 62, 62, 0.00) 106.92%);
    backdrop-filter: blur(10px);
    margin: 0;
}

.aWrap,
.aWrap * {
    box-sizing: border-box;
}

/* (C) PLAY/PAUSE BUTTON */
.aPlay {
    padding: 0;
    margin: 0;
    background: 0;
    border: 0;
    cursor: pointer;
}

/* (D) TIME */
.aCron .aNow {
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
}

.aCron .aTime {
    color: rgba(255, 255, 255, 0.30);
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 150px;
    padding: 0;
    margin: 0;
    background: 0;
}

.range,
.range-volume {
    position: relative;
    display: flex;
    align-items: center;
}

.range {
    max-width: 322px;
    width: 100%;
}

.range input,
.range-volume input {
    position: relative;
    z-index: 1;
}

.range .change-range,
.range-volume .change-range {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 0px;
    background-color: rgb(187, 187, 187);
    border-radius: 10px 0 0 10px;
}

.range-volume .change-range {
    height: 4px;
    width: 95%;
}

.under-ranger {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    width: 100%;
    background-color: rgb(63, 63, 63);
    border-radius: 10px;
}

.range-volume .under-ranger {
    height: 4px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
    appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 4px;
    border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

.range input[type='range']::-webkit-slider-thumb, .range-volume input[type='range']::-webkit-slider-thumb {
    background: transparent;
}

.range .change-range, .range-volume .change-range {
    border-radius: 9px;
    background: linear-gradient(90deg, #31F477 -206.91%, #28C29A 100.01%);
}

.aWrap input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
    margin: 0 10px;
    cursor: pointer;
}

input.aVolume {
    width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
    height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
    margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
    margin-top: -3px !important;
}

.volume-container {
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.aWrap .album {
    display: flex;
}

.aWrap .album .text-cont {
    margin-left: 15px;
}

.aWrap .album .text-cont h3 {
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}

.aWrap .album .text-cont span {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}


/*media query styling start*/
@media screen and (max-width: 1699px) {
    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content {
        width: 67%;
    }

    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .img-cont {
        width: 18%;
    }
    .faxmachine{
        transform: translate(604px, 273px) !important;
    }
    .faxmachine2{
        transform: translate(1045px, 281px) !important;
    }
}

@media screen and (max-width: 1599px) {
    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content {
        width: 65%;
    }

    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .img-cont {
        width: 20%;
    }
}
@media screen and (max-width: 1536px){
    .faxmachine{
        transform: translate(584px, 263px) !important;
    }
    .faxmachine2{
        transform: translate(995px, 261px) !important;
    }
}

@media screen and (max-height: 835px) {
    #sidebar {
        height: 100%;
    }
}

@media screen and (max-width: 1499px) {
    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content {
        width: 61%;
    }

    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .img-cont {
        width: 24%;
    }

    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content h4 span {
        margin-left: 20px;
    }
    .faxmachine{
        transform: translate(554px, 243px) !important;
    }
    .faxmachine2{
        transform: translate(945px, 251px) !important;
    }
}

@media screen and (max-width: 1395px){
    .faxmachine{
        transform: translate(531px, 233px) !important;
    }
    .faxmachine2{
        transform: translate(891px, 234px) !important;
    }
}
@media screen and (max-width: 1299px) {
    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content h4 span {
        margin-left: 10px;
    }

    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .img-cont {
        width: 26%;
    }

    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .text-content {
        width: 59%;
    }

    .aWrap .album .text-cont span {
        font-size: 12px;
    }

    .aWrap .album .text-cont h3 {
        font-size: 14px;
    }

    .volume-container {
        margin-left: 0;
    }
    .faxmachine{
        transform: translate(501px, 223px) !important;
    }
    .faxmachine2{
        transform: translate(841px, 224px) !important;
    }
}

@media screen and (max-width: 1199px) {
    .home-screen .bottobbar .responsive-tabs .nav-tabs .nav-item {
        width: 50%;
    }

    .range {
        max-width: 112px;
    }

    #sidebar .sidebar_trigger ul li {
        padding-left: 70px;
    }
    .home-screen .topbar .input-group .dropdown-menu li .button-content{
        width: 39%;
    }
    .home-screen .topbar .input-group .dropdown-menu li .text-content{
        width: 35%;
    }
    .home-screen .topbar .input-group .dropdown-menu li .img-content{
        width: 25%;
    }
    .faxmachine2{
        transform: translate(697px, -600px) !important;
    }
}

@media screen and (max-width: 1024px){
    .faxmachine{
        transform: translate(461px, 193px) !important;
    }
    .faxmachine2{
        transform: translate(697px, -373px) !important;
    }
    .popover-arrow{
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .bottobbar {
        padding-bottom: 11rem;
    }

    .aWrap {
        padding: 10px 1rem;
        flex-wrap: wrap;
    }
    .faxmachine{
        transform: translate(291px, 183px) !important;
    }
    .faxmachine2{
        transform: translate(537px, -563px) !important;
    }
    .home-screen .topbar .input-group .dropdown-menu li .button-content a{
        padding: 10px 9px;
    }
}

@media screen and (max-width: 767px) {
    .home-screen .topbar a.sign-in {
        margin: auto;
    }

    ul#countdown {
        justify-content: center;
        margin-bottom: 20px;
    }

    .home-screen .topbar {
        padding-top: 2rem;
    }
    .home-screen .topbar .input-group{
        margin: auto;
    }
    .faxmachine2 {
        transform: translate(237px, 290px) !important;
    }
}

@media screen and (max-width: 575px) {
    .home-screen .bottobbar .responsive-tabs .tab-content .card .card-body .music-list ul li .pause-btn span {
        display: block;
        margin-top: 10px;
    }

    .bottobbar {
        padding-bottom: 14rem;
    }
    .home-screen .topbar .input-group .dropdown-menu li{
        flex-wrap: wrap;
    }
    .home-screen .topbar .input-group .dropdown-menu li .button-content,
    .home-screen .topbar .input-group .dropdown-menu li .img-content,
    .home-screen .topbar .input-group .dropdown-menu li .text-content{
        width: 100%;
        text-align: center;
    }
    .modal .modal-dialog .modal-content .modal-body h3{
        font-size: 26px;
    }
    .modal .modal-dialog .modal-content .modal-body p{
        font-size: 12px;
        line-height: 16px;
    }
    .modal .modal-dialog{
        max-width: 235px;
    }
    .faxmachine {
        transform: translate(81px, 153px) !important;
        inset: 550px -4px !important;
    }
    .faxmachine2 {
        transform: translate(67px, 200px) !important;
        inset: 520px -4px !important;
    }
}
@media screen and (max-width: 425px){

    .faxmachine,
    .faxmachine2{
        inset: 340px -4px !important;
        transform: translate(81px, -227px) !important;
    }
    .faxmachine2 {
        transform: translate(81px, 193px) !important;
        inset: 520px -21px !important;
    }
    .faxmachine {
        inset: 540px -4px !important;
        transform: translate(81px, 133px) !important;
    }
}


@media screen and (max-width: 375px){

    .faxmachine {
        transform: translate(81px, 133px) !important;
        inset: 540px -4px !important;
    }
}


/*media query styling start*/