html, body {
    margin: 0;
    min-height: 100%;
    background-color: #1a1d2c;
}

html body {
    font-family: 'Proxima Nova';
}

.rizanova-content {
    margin-top: 86px;
}

a {
    text-decoration: none;
}

div {
    box-sizing: border-box;
}

svg {
    display: block;
}

header.main {
    background-color: #232636;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
}

header.main nav.navbar ul.nav {
    display: flex;
    padding-left: 0;
    list-style-type: none;
}

header.main nav.navbar ul.nav li {
    padding: 0 12px;
}

header.main nav.navbar ul.nav li a {
    color: white;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    transition: all ease .2s;
}

header.main nav.navbar ul.nav li a:hover {
    color: #EF225D;
}

header.main nav.navbar .navbar-tools a:hover path {
    fill: #EF225D;
}

div.hambergur:hover path {
    fill: #EF225D !important;
}

.tariff-btn {
    padding: 8px 12px;
    background: linear-gradient(90deg, #B330F1 0%, #EC2378 100%);
    border-radius: 163px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}

.tariff-btn:hover {
    background: linear-gradient(90deg, #7d0eb1 0%, #c00a56 100%);
}

.profile-btn>a {
    padding: 0;
    background: #C4C4C4;
    border-radius: 50%;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0.15px;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: black;
    background: url(../image/profile-border.svg) center;
}

.profile-btn>a:focus {
    color: black;
}

header.main nav.navbar .navbar-tools>a {
    margin: 0 12px;
}

header.main nav.navbar .navbar-tools>a:last-of-type {
    margin-right: 0;
}

header.main nav.navbar .navbar-tools img {
    display: block;
}

.navbar-tools {
    position: relative;
}

.profile-menu {
    border-radius: 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    padding: 10px 0;
    color: #FFFFFF;
}

.profile-menu .header {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #BDBDBD;
}

.profile-menu .header a {
    font-weight: 600;
    color: #FFFFFF;
}

.profile-menu .header a:hover {
    color: #EF225D;
}

.profile-menu ul {
    padding-left: 0;
    list-style-type: none;
}

.profile-menu ul li {
    padding: 8px 0;
}

.profile-menu ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #FFFFFF;
}

.profile-menu ul li a:hover {
    color: #EF225D;
}

.profile-menu .footer {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #BDBDBD;
}

.profile-menu .footer a {
    font-weight: 400;
    color: #FFFFFF;
}

.profile-menu .footer a:hover {
    color: #EF225D;
}

.profile-menu ul li span {
    white-space: nowrap;
}

.form-switch .form-check-input {
    width: 51px;
    height: 31px;
}

header.main nav div.line {
    height: 28px;
    border: 1px solid #FFFFFF;
    opacity: 0.1;
}

.hambergur-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 39px;
    list-style-type: none;
    padding: 0 16px;
    background: #232636;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    min-width: 250px;
    z-index: 1001;
}

.dropdown-menu {
    background: #232636;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 0 16px;
}

.hambergur-menu li, .hambergur .dropdown-menu a {
    margin: 16px 0;
}

.dropdown-toggle::after {
    display: none;
}

.hambergur-menu li a, .dropdown-menu a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    letter-spacing: 0.44px;
    color: white;
    display: inline-block;
}

.hambergur-menu li a:hover {
    color: #EF225D;
}

a[role=button] {
    cursor: pointer;
}

.slick-arrow {
    display: none;
}

.carousel img {
    width: 100%;
}

.carousel-item {
    position: relative;
}

.rizanova-content {
    background-color: #1a1d2c;
}

.carousel .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.carousel.carousel-dots-outside .slick-dots {
    bottom: -40px;
}

.carousel .slick-dots button {
    background: #EF225D;
    opacity: 0.4;
    width: 12px;
    height: 12px;
    border: 0;
    outline: 0;
    border-radius: 50%;
    text-indent: -9999px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

.carousel .slick-dots button {
    border-radius: 100%;
    box-shadow: none;
}

.carousel .slick-dots .slick-active button::after {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -3px;
    right: -3px;
    background: url(../image/ellipse.svg) top right no-repeat;
    animation: circleRotate 2s linear 0s infinite forwards normal;
}

.carousel .slick-dots .slick-active button {
    opacity: 1;
}

.carousel .slick-dots li {
    margin-right: 8px;
}

.carousel .slick-dots li:last-of-type {
    margin-right: 0;
}

.carousel .carousel-intro {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
    z-index: 2;
}

.carousel .carousel-intro h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 16px;
}

.carousel .carousel-intro p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #E0E0E0;
    margin-bottom: 24px;
}

.btn-outline {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    transition: all .2s ease;
}

.btn-outline:hover {
    background-color: #fff;
    color: #000;
}

.btn-outline svg {
    transition: all .2s ease;
}

.btn-outline:hover svg {
    fill: #000 !important;
}

.btn-spec {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #EF225D;
    border: 1px solid #EF225D;
    border-radius: 8px;
    padding: 12px 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    transition: all .2s ease;
}

.btn-spec:hover {
    background-color: transparent;
    color: #EF225D;
}

@keyframes circleRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.my-80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.my-70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.py-70 {
    padding-bottom: 25px;
    padding-top: 25px;
}

.title-1 {
    font-style: normal;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #FFFFFF;
}

.music-item {
    padding: 0 12px;
    display: block;
}

.carousel-4 {
    margin-left: -16px;
    margin-right: -16px;
}

.music-item .image {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.music-item .image img {
    display: block;
}

.music-item .title p {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #FAFBFC;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    transition: all .2s ease;
    margin-bottom: 0;
}

.music-item .title p:hover {
    color: #EF225D;
}

.music-item .title {
    margin-top: 16px;
}

.music-item .singer p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    transition: all .2s ease;
    margin-bottom: 0;
}

.music-item .singer p:hover {
    color: #EF225D;
}

.carousel-4 .slick-arrow {
    display: block !important;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 0;
    outline: 0;
    box-shadow: none;
    text-indent: -9999px;
    background-size: 100%;
    background-color: transparent;
    position: absolute;
    z-index: 2;
    top: 30%;
    cursor: pointer;
    transition: all .2s ease;
}

.carousel-4 .slick-arrow:hover {
    transform: scale(1.1);
}

.music-item .controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -116.8%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .15s ease;
    z-index: 1;
}

.music-item:hover .controls {
    opacity: 1;
}

.music-item .controls a {
    margin: 0 12px;
    transition: transform 0.2s ease;
}

.music-item .controls a:hover {
    transform: scale(1.2);
}

.music-item .premiere-badge {
    position: absolute;
    left: 0;
    top: 0;
    background: #B90043;
    border-radius: 4px 0px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 8px;
    z-index: 2;
    text-transform: uppercase;
}

.carousel-4 .slick-arrow.slick-prev {
    background: url(../image/arrow-left.svg) center no-repeat;
    left: -13px;
}

.carousel-4 .slick-arrow.slick-next {
    background: url(../image/arrow-right.svg) center no-repeat;
    right: -13px;
}

nav.title-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav.title-nav .show-all {
    color: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.44px;
    display: flex;
    align-items: center;
}

nav.title-nav .show-all span {
    margin-right: 10px;
}

nav.title-nav .show-all svg {
    fill: #fff;
}

.bg-different {
    background-color: #1a1d2c;
}

/* no theme */

.chart-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.chart-list .number {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    width: 35px;
}

.chart-list .number div {
    width: 35px;
    text-align: center;
}

.border-radius-2 {
    border-radius: 2px;
}

.border-radius-4 {
    border-radius: 4px;
}

.chart-list .artist-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding-right: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.chart-list .composition-name {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #828282;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding-right: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.chart-list .artist-name:hover, .chart-list .composition-name:hover {
    color: #EF225D;
}

.chart-list .time {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #828282;
}

.chart-list .chart-status {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}

.chart-list .control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.chart-list .control img {
    width: 32px;
}

.chart-list li:hover .control {
    opacity: 1;
}

.chart-list li {
    padding: 15px 0;
    transition: transform 0.2s ease;
}

.chart-list li:hover {}

.chart-list .time-box {
    width: 40px;
    flex-shrink: 0;
}

.chart-list .details {
    width: calc(100% - 75px);
}

.chart-list .details .info {
    width: calc(100% - 50px);
}

.chart-list .chart-play>img {
    width: 42px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.border-radius-50 {
    border-radius: 50% !important;
}

.singer-image img {
    transition: transform .5s ease;
}

.music-item:hover .singer-image img {
    transform: scale(1.15);
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.px-100 {
    padding-left: 100px;
    padding-right: 100px;
}

.image-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.sub-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    font-feature-settings: 'pnum'on, 'lnum'on;
    color: #BDBDBD;
}

.ul-type-1 {
    padding-left: 0;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1px;
    list-style-type: none;
}

.ul-type-1 li {
    padding: 5px 0;
}

.ul-type-1 li::before {
    content: "•  ";
    color: #EF225D;
    /* or whatever color you prefer */
    padding-right: 5px;
}

.btn-gradient-purple {
    background: linear-gradient(90deg, #B330F1 0%, #EC2378 100%);
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 12px 24px;
    display: inline-block;
    transition: all .2s ease;
    border: 1px solid #B330F1;
}

.btn-gradient-purple:hover {
    background: linear-gradient(90deg, #7d0eb1 0%, #c00a56 100%);
}

.border-radius-4 {
    border-radius: 4px !important;
}

.home-tariffs .title-1, .rizanova-tv .title-1 {
    color: #fff !important;
}

.home-tariffs .btn-outline {
    color: white !important;
    border: 1px solid #FFFFFF !important;
}

.home-tariffs .btn-outline:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.categories .category {
    position: relative;
    overflow: hidden;
    display: block;
}

.categories .category>img {
    display: block;
    transition: all ease .5s;
    width: 100%;
}

.categories .category:hover>img {
    transform: scale(1.2);
}

.categories .category::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.categories .category .title img {
    height: 50px;
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.categories .category span {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.rizanova-tv .tv {
    background-image: url(../image/rizanova-tv.jpg);
    background-size: cover;
    background-position: center;
}

.rizanova-tv .tv p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
}

footer.main {
    background-color: #1B1B1B;
}

.feedback-link {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #F2F2F2;
}

.second-level {
    border-top: 1px solid #828282;
}

.second-level p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    color: #BDBDBD;
}

.admin-index {
    display: flex;
}

.admin-index__bg {
    width: 55%;
    background: url(/img/admin_index_bg.png) no-repeat;
    background-size: contain;
    height: 100vh;
}

.admin-index__content {
    width: 45%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin-index__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.login input {
    display: block;
    width: 307px;
    border: 0;
    background: none;
    outline: none;
    border-bottom: 1px solid #868891;
    padding-bottom: 5px;
    color: #868891;
    font-size: 16px;
    text-align: center;
    font-family: "Proxima Nova", sans-serif;
}

.help-block.help-block-error {
    font-size: 12px;
    text-align: center;
}

.text-danger {
    color: #ef225d !important;
}

.login__items {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.login__items a {
    display: inline-block;
    color: #868891;
    font-size: 14px;
    margin-top: 5px;
    transition: 0.4s ease-in-out;
    font-family: "Proxima Nova", sans-serif;
}

a[role="button"] {
    cursor: pointer;
}

.login__item {
    display: flex;
    flex-direction: column;
}

.login button {
    border: 0;
    background: none;
    outline: none;
    font-size: 16px;
    color: #ef225d;
    font-weight: bold;
    cursor: pointer;
    text-align: right;
    margin-top: 35px;
    font-family: "Proxima Nova", sans-serif;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.rotating {
    animation: rotate 1s linear 0s infinite forwards normal;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.p-5px {
    padding: 5px !important;
}

.formColRowFlexDiv {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.formColOneRowFlexLabel {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 25%;
    display: inline-block;
    margin-bottom: 0;
}

.formColOneRowFlexInput {
    width: 75%;
    color: #fff;
    border: 1px solid #BDBDBD;
    background-color: #232636;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    padding: 5px;
    display: inline-block;
}

/* .formColOneRowFlexInput::-webkit-input-placeholder {
    color: #f6f6f6;
}

.formColOneRowFlexInput::-moz-placeholder {
    color: #f6f6f6;
}

.formColOneRowFlexInput:-ms-input-placeholder {
    color: #f6f6f6;
}

.formColOneRowFlexInput:-moz-placeholder {
    color: #f6f6f6;
} */

.formColOneRowFlexInput.required {
    border-color: #ef225d;
}

.formColOneRowFlexLabel+div {
    width: 75%;
    display: inline-block;
}

div .css-yk16xz-control, div .css-1pahdxg-control {
    color: #fff;
    border: 1px solid #BDBDBD;
    background-color: #232636;
    border-radius: 6px;
    overflow: hidden;
}

.css-yk16xz-control {
    min-height: 30px !important;
}

div.required .css-yk16xz-control, div.required .css-1pahdxg-control {
    border-color: #ef225d;
}

div.css-1uccc91-singleValue {
    color: #fff;
}

#react-select-2-input {
    color: #fff;
}

.my-select-2 input {
    color: #fff !important;
}

.admin-form {
    background-color: #232636;
    padding: 15px;
    border-radius: 12px;
}

.admin-form .formColRowFlexDiv:last-of-type {
    margin-bottom: 0;
}

.admin-form button {
    background: #EF225D;
    border-radius: 8px;
    color: #FFFFFF;
    padding: 4px 8px;
    border: 0;
    outline: 0;
}

hr {
    margin: 5px 0;
}

p.text-white {
    margin-bottom: 10px;
    font-weight: bold;
}

.sidebar ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sidebar ul li {}

.sidebar ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #FFFFFF;
    padding: 12px 15px;
    display: block;
    margin-bottom: 10px;
}

.sidebar ul li a.active {
    background: #232636;
    border-radius: 6px;
}

.sidebar {
    border-right: 1px solid #BDBDBD;
    padding-right: 10px;
}

.music-item .cover-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.5);
}

.under-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    right: 0;
    transform: translateY(-50%);
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

.under-text a {
    color: #FFFFFF;
}

.under-text a:hover {
    color: #ef225d;
}

div.css-b8ldur-Input {
    color: #fff !important;
}

div.css-b8ldur-Input input {
    color: #fff !important;
}

.uploaded-image {
    width: 160px;
    height: 90px;
    background-color: #EF225D;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.uploaded-image-square {
    width: 150px;
    height: 150px;
    background-color: #EF225D;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.uploaded-image.required, .uploaded-image-square.required {
    border: 4px solid red;
    box-shadow: 2px 2px 2px black inset;
}

.uploaded-image-portrait {
    width: 117.1875px;
    height: 150px;
    background-color: #EF225D;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.uploaded-audio {
    width: 292px;
    height: 108px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.uploaded-audio.smaller {
    width: 200px;
    height: 112px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.uploaded-audio.required, .uploaded-audio-portrait.required {
    border: 4px solid red;
    box-shadow: 2px 2px 2px black inset;
}

.uploaded-audio-portrait {
    width: 292px;
    height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.uploaded-audio.bg, .uploaded-audio-portrait.bg {
    background-color: #EF225D;
}

.border-radius-5 {
    border-radius: 5px;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(1.5px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-3px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(3px, 0, 0);
    }
}

@keyframes neonGlow {
    0% {
        box-shadow: 0 0 10px rgba(226, 88, 34, .8), 0 0 20px rgba(226, 2885885, 34, .8), 0 0 22px rgba(226, 88, 34, .8), 0 0 40px rgba(230, 41, 44, .8);
    }

    100% {
        box-shadow: 0 0 2px rgba(255, 189, 48, 0.8), 0 0 8px rgba(226, 88, 34, .8), 0 0 10px rgba(226, 88, 34, .8), 0 0 20px rgba(230, 41, 44, .8);
    }
}

.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    animation: neonGlow 2s infinite alternate cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

@keyframes neonGlow2 {
    0% {
        box-shadow: 0 0 10px rgba(172, 0, 0, 0.8), 0 0 20px rgba(226, 2885885, 34, .8), 0 0 22px rgba(155, 10, 10, 0.966), 0 0 40px rgba(241, 1, 5, 0.8);
    }

    100% {
        box-shadow: 0 0 2px rgba(255, 1, 1, 0.8), 0 0 8px rgba(156, 44, 0, 0.8), 0 0 10px rgba(121, 2, 2, 0.8), 0 0 20px rgba(161, 0, 3, 0.8);
    }
}

.btn-check2:active+.btn-outline-success, .btn-check2:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    animation: neonGlow2 2s infinite alternate cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.table {
    background-color: #232636;
}

.list-group-item-dark {
    color: #fff;
    background-color: #1A1D2C;
    border-color: #232636;
    border-bottom-width: 3px;
}

ul.list-group .list-group-item-dark:nth-child(even) {
    background-color: #202332;
}

.ReactModal__Overlay {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.css-1g6gooi {
    color: white;
}

/* tooltip styles */
.react-tooltip-lite {
    background: #fff;
    color: #000;
    width: auto !important;
}

.react-tooltip-lite a {
    color: #86b0f4;
    text-decoration: none;
}

.react-tooltip-lite a:hover {
    color: #4286f4;
}

.react-tooltip-lite-arrow {
    border-color: #fff;
}

.cursor-row-resize {
    cursor: row-resize !important;
}

.sort-icon {
    background: -webkit-linear-gradient(top, #000, #000 20%, #fff 0, #fff 40%, #000 0, #000 60%, #fff 0, #fff 80%, #000 0, #000);
    background: linear-gradient(180deg, #000, #000 20%, #fff 0, #fff 40%, #000 0, #000 60%, #fff 0, #fff 80%, #000 0, #000);
    display: block;
    width: 25px;
    height: 15px;
    opacity: .25;
    margin-right: 20px;
    position: relative;
    top: 1px;
}

.react-datepicker-wrapper {
    width: auto !important;
}

.admin-form div div div div div input {
    color: #fff !important;
}