* {
    font-family: "Readex Pro";
}
 
:root {
    --color-primary: #ff3636;
}

.nv-1 a {
    color: white;
    text-decoration: none;
}
.nv-1 a:hover {
    text-decoration: underline;
}
.nv-1 .active {
    text-decoration: underline;
    font-weight: bolder;
}

.nv-2 {
    background-color: #f1f1f1;
    padding: 20px;
    color: #3656ff;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
}
.nv-2 a {
    text-decoration: none;
}

.nv-2 .active {
    text-decoration: underline;
    font-weight: bolder;
}

.nv-3 {
    /* background-color: #F1F1F1; */
    padding: 20px;
    color: #3656ff;
}
.nv-3 a {
    text-decoration: none;
}

.nv-3 .active {
    text-decoration: underline;
    font-weight: bolder;
}

.rs-1 {
    background-color: #f8f8f8;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 25%);
}

.main-section {
    background: #fffbfb;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.middel-line {
    width: 90%;
    border-bottom: 2px solid;
    /* border-style: solid; */
    border-width: 2px;
    border-color: inherit;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.middel-line span {
    background: #fff;
    padding: 0 10px;
}

.a-nu {
    text-decoration: none;
}

.a-nu:hover {
    text-decoration: underline;
}

.c-tag {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: var(--color-primary);
    padding: 5px;
}

.more-link {
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.more-link:hover {
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.scroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll::-webkit-scrollbar:vertical {
    width: 11px;
}

.scroll::-webkit-scrollbar:horizontal {
    height: 7px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(90, 90, 90, 0.5);
}

.scroll::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0;
}

@media only screen and (max-width: 600px) {
    .dwedwa {
        border-radius: 0px !important;
    }
}
@media only screen and (max-width: 601px) {
    .m-v tr>*:not(:last-child):not(:first-child) {
        display: none;
    }

    .m-v tr>*:last-child, .expxht  {
        /* display: block !important; */
    }
}

@media only screen and (min-width: 600px) {
   
    .m-v tr>*:last-child, .expxht  {
        display: none !important;
    }
}


/* .m-v tr>*:last-child, .expxht  {
    display: none;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
} */

.m-v  tr:first-child td:not(:last-child):not(:first-child) {
    padding-top: 10px;
}

 

.m-vc td {
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1.1rem;
}

table {
    font-size: 13px;

}

table img{
    border-radius: 0.1rem;
}

table td{
    vertical-align: middle;
}
.track-title{
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9rem;
}.track-title-{
    font-weight: bold;
    text-decoration: none; 
}
.emoji {
    font-weight: initial !important;
    }

    html {
        scroll-behavior: smooth;
      }

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #e2e2e2; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:  #a4a4a4; 
}



[data-bs-toggle="collapse"] .rotate {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
 }
 [data-bs-toggle="collapse"].collapsed .rotate {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
 }


.hover12 figure {
	
    overflow: hidden;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
   
}
.hover12 figure:hover img {
    background: var(--color-primary);
	opacity: 0.99;
    transform: scale(1.03);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.page-link {
    color: var(--color-primary) !important;
}