html, body {
    overflow-x: hidden !important;
}

body {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    background-color: #1a1a1a;
    background-image: url('https://coomway.loganswebservices.com/assets/newbgpattern2.png') !important;
    width: 100%;
    height:100%;
    margin: auto;
    padding: 0;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    text-align: center;
    word-wrap: break-word;
}

.mainthemecolorthing {
    color: rgb(153, 0, 255) !important;
    font-weight: 600;
}

.btn-warning {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(153, 0, 255) !important;
    background-color: rgb(153, 0, 255);
    transition: background-color 200ms ease, color 200ms ease;
}

.btn-warning:focus, .btn-warning:hover {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(153, 0, 255) !important;
    background-color: rgba(153, 0, 255, 0);
}

.piciconhome a:hover, .piciconhome a:focus {
    color: white !important;
}

.btn-success {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(30, 214, 97) !important;
    background-color: rgb(30, 214, 97);
    transition: background-color 200ms ease, color 200ms ease;
}

.btn-success:focus, .btn-success:hover {
    color: rgb(255, 255, 255) !important;
    border-color: rgb(30, 214, 97) !important;
    background-color: rgba(153, 0, 255, 0);
}

.bg-secondary2{
    background-color: rgba(0, 0, 0, 0.486) !important;
}

.piciconhome {
    font-size: 2.4em;
    padding: 0.4em;
    border-radius: 0.4em;
    margin-left: auto;
    margin-right: auto;
    width: 2em;
    margin-bottom: 0.2em;
}

.statdata h2 {
    font-weight: 700;
}

.statdata p {
    margin-bottom: 1em;
}

#footer {
    position: fixed;
    padding-left: 1em;
    padding-right: 1em;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: end;
}

.audiomain {
    width: 100%;
    height: 2.4em;
}

.audiosearch {
    width: 70%;
    height: 3.5em;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    color:rgb(153, 0, 255);
    font-weight: 700;
}

h2 {
    font-weight: 700;
}

.maincontainer {
    border-radius: 1em;
}

a {
    color: white;
    text-decoration: none;
    transition: color 1s
}

a:hover {
    color: rgb(0, 162, 255);
}

.navbar {
    padding: 1em;
}

.navbar-brand {
    color: rgb(153, 0, 255) !important;
    font-weight: 700;
}

.nav-link {
    color: white !important;
    transition: color 200ms ease-in-out;
}

.nav-link:hover {
    color: rgb(153, 0, 255) !important;
}

.navbar-toggler {
    color: white;
    border-color: white;
}

.bg-secondary {
    background-color: #3d4144 !important;
}

.footeratag {
    color:rgb(153, 0, 255) !important;
    transition: color 200ms ease-in-out;
}

.footeratag:hover {
    color: white;
}

.form-control {
    background-color: #1a1a1a !important;
    color: white !important;
    border-color: white !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.exo {
    font-family: 'Exo', sans-serif !important;
}

.montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.sourcecodepro {
    font-family: 'Source Code Pro', monospace !important;
}

.worksans {
    font-family: 'Work Sans', sans-serif !important;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    /* background: #f1f1f1; */
    background: rgba(255, 0, 0, 0);
    /* background-color: transparent; */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.075);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(136, 136, 136, 0.445);
}

::-webkit-scrollbar-corner {
    background: rgba(136, 136, 136, 0.445);
}

@media only screen and (max-width: 540px) {
    /* For mobile view */
    .maintitlemobilechange {
        font-size: 1.5em;
    }
}
