﻿body {
    margin: 0;
    font-family: VARELAROUND;
    background-color: #121114;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 20px;
}

/* Handle on hover */
/*::-webkit-scrollbar-thumb:hover {
        background: #e52558;
    }*/

/*div, p, span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A9A9A9;
    opacity: 0.7; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A9A9A9;
    opacity: 0.7; /* Firefox */
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #A9A9A9;
    opacity: 0.7; /* Firefox */
}



@font-face {
    font-family: 'GveretLevin';
    src: url('../fonts/GveretLevinAlefAlefAlef-Regular.woff') format('woff'), url('../fonts/GveretLevinAlefAlefAlef-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'VARELAROUND';
    src: url('../fonts/VarelaRound-Regular.woff') format('woff'), url('../fonts/VarelaRound-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'ANKACLM';
    src: url('../fonts/ankaclm-bold-webfont.woff') format('woff'), url('../fonts/ankaclm-bold-webfont.ttf') format('truetype')
}

@font-face {
    font-family: 'MIRIWIN';
    src: url('../fonts/miriwin-webfont.woff') format('woff'), url('../fonts/miriwin-webfont.ttf') format('truetype')
}

@font-face {
    font-family: 'FredokaOne';
    src: url('../fonts/FredokaOne-Regular/FredokaOne-Regular.woff') format('woff'), url('../fonts/FredokaOne-Regular/FredokaOne-Regular.ttf') format('truetype')
}

@font-face {
    font-family: 'NewFont_PG-Light';
    src: url('../fonts/opensanshebrew-light-webfont.woff') format('woff'), url('../fonts/opensanshebrew-light-webfont.ttf') format('truetype')
}

@font-face {
    font-family: 'NewFont_PG-Regular';
    src: url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/opensanshebrew-regular-webfont.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'NewFont_PG-Bold';
    src: url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/opensanshebrew-bold-webfont.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'NewFont_PG-ExtraBold';
    src: url('../fonts/opensanshebrew-extrabold-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Dorianclm';
    src: url('../fonts/dorianclm-book-webfont') format('woff'), /* Modern Browsers */
    url('../fonts/dorianclm-book-webfont') format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'DorianclmItalic';
    src: url('../fonts/dorianclm-bookitalic-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/dorianclm-bookitalic-webfont.ttf') format('truetype') /* Safari, Android, iOS */
}

.layoutRTL {
    /*left: 0px;
    right: 0px;*/
    direction: rtl;
    text-align: right;
}

.FontFamVARELAROUND {
    font-family: VARELAROUND;
}

.DIB {
    display: inline-block;
}

.DB {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    display: block;
}

.aLinkInLine a {
    display: inline;
}

.hidden {
    display: none;
}

.VisibilityHidden {
    visibility: hidden;
}

.pointer {
    cursor: pointer;
}

.radius25 {
    border-radius: 25px;
}

div {
    vertical-align: top;
}

.ValignB {
    vertical-align: bottom;
}

.ValignC {
    vertical-align: central !important;
}

.PadR5 {
    padding-right: 5px;
}

.PadR10 {
    padding-right: 10px;
}

.PadR20 {
    padding-right: 20px;
}

.PadR40 {
    padding-right: 40px;
}

.PadR100 {
    padding-right: 100px;
}

.PadL10 {
    padding-left: 10px;
}

.PadL15 {
    padding-left: 15px;
}

.PadL20 {
    padding-left: 20px;
}

.PadL25 {
    padding-left: 25px;
}

.PadB10 {
    padding-bottom: 10px
}

.PadB20 {
    padding-bottom: 20px
}

.PadB40 {
    padding-bottom: 40px
}

.PadB50 {
    padding-bottom: 50px
}

.MarL5 {
    margin-left: 5px;
}

.MarL10 {
    margin-left: 10px;
}

.MarL15 {
    margin-left: 15px;
}

.MarL20 {
    margin-left: 20px;
}

.MarL25 {
    margin-left: 25px;
}

.MarL40 {
    margin-left: 40px;
}

.MarR10 {
    margin-right: 10px;
}

.MarR20 {
    margin-right: 20px;
}

.MarR30 {
    margin-right: 30px;
}

.MarR40 {
    margin-right: 40px;
}

.MarR50 {
    margin-right: 50px;
}

.MarR60 {
    margin-right: 60px;
}

.MarR70 {
    margin-right: 70px;
}

.MarR100 {
    margin-right: 100px;
}

.MarT5 {
    margin-top: 5px;
}

.MarT10 {
    margin-top: 10px;
}

.MarT15 {
    margin-top: 15px;
}

.MarT25 {
    margin-top: 25px;
}

.MarT74 {
    margin-top: 74px;
}

.MarT75 {
    margin-top: 75px;
}

.MarT90 {
    margin-top: 90px;
}

.MarT100 {
    margin-top: 100px;
}

.MarT120 {
    margin-top: 120px;
}

.PadT20 {
    padding-top: 20px;
}

.PadT25 {
    padding-top: 25px;
}

.PadT30 {
    padding-top: 30px;
}

.PadT35 {
    padding-top: 35px;
}

.PadT40 {
    padding-top: 40px;
}

.PadT50 {
    padding-top: 50px;
}

.PadT65 {
    padding-top: 65px;
}

.PadT70 {
    padding-top: 70px;
}

.PadT5 {
    padding-top: 5px;
}

.PadT10 {
    padding-top: 10px;
}

.PadT15 {
    padding-top: 15px;
}

.MarT20 {
    margin-top: 20px;
}

.MarT30 {
    margin-top: 30px;
}

.MarT40 {
    margin-top: 40px;
}


.MarT50 {
    margin-top: 50px;
}


.MarT70 {
    margin-top: 70px;
}

.MarT90 {
    margin-top: 90px;
}

.Pad10 {
    padding: 10px;
}

.Pad20 {
    padding: 20px;
}

.Pad30 {
    padding: 30px;
}

.Pad5 {
    padding: 5px;
}

.MarB50 {
    margin-bottom: 50px;
}

.MarB10 {
    margin-bottom: 10px;
}

.MarB20 {
    margin-bottom: 20px;
}

.Fsize15 {
    font-size: 15px;
}

.Fsize17 {
    font-size: 17px;
}

.Fsize18 {
    font-size: 18px;
}

.Fsize12 {
    font-size: 12px;
}

.Fsize13 {
    font-size: 12px;
}

.Fsize17 {
    font-size: 17px;
}

.Fsize20 {
    font-size: 20px;
}

.Fsize25 {
    font-size: 25px;
}

.Fsize26 {
    font-size: 26px;
}

.Fsize30 {
    font-size: 30px;
}

.GroupDesc {
    font-size: 22px;
}

.Fsize35 {
    font-size: 35px;
}

.Fsize40 {
    font-size: 40px;
}


.Fsize43 {
    font-size: 43px;
}


.Fsize50 {
    font-size: 50px;
}


.Fsize70 {
    font-size: 60px;
}

.TundrLine {
    text-decoration: underline;
}

.TALF {
    float: left;
    text-align: left;
}

.TALR {
    float: right;
    text-align: right;
}

.CLB {
    clear: both;
}

.TAL {
    text-align: left;
}

.TAR {
    text-align: right;
}

.DIVC {
    margin: 0 auto;
}

.TAC {
    text-align: center;
}

.TACM {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.fColorG {
    color: #808080;
}

.fColorB {
    color: #000000;
}

.fColorW {
    color: #ffffff;
}

.fColorTur {
    color: #1e879b;
}

.fColorDefault {
    color: #292C6D;
}

.fColorTelegram {
    color: #32a1d6;
}

.fColorWhatsApp {
    color: #20c245;
}

.fColorLogo {
    color: #ef2858;
}

.fColorSiteRed {
    color: #e52558;
}

.fBold {
    font-weight: bold;
}

.brRed {
    border: 1px solid red;
}

.brRedSite {
    border: 2px solid #ffffff;
    border-radius: 15px;
}

.brGreen {
    border: 1px solid #1e879b;
}

.brWhite {
    border: 1px solid #ffffff;
}

.brBlack {
    border: 1px solid #000000;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.ShakeMe {
    animation: shake 0.5s;
    animation-iteration-count: 5;
}

.ShakeMe3 {
    animation: shake 0.5s;
    animation-iteration-count: 3;
}

.ShakeMe2 {
    animation: shake 0.5s;
    animation-iteration-count: 2;
}


.ItemText {
    /*width: 50%;*/
    font-size: 18px;
}

input[type=text], input[type=password] {
    direction: ltr;
}

#dvContentMain input[type=text], #dvArtisfForm input[type=password], #dvArtisfForm input[type=tel], #dvArtisfForm select {
    text-align: right;
    background-color: #000000;
    color: #ffffff;
}

input[type=text], input[type=password], input[type=tel], textarea, select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #000000;
    resize: none;
    background-color: #000000;
    color: #ffffff;
}

select {
    border: 1px solid #ffffff;
}


input[type=number] {
    background-color: #000000;
    color: #ffffff;
}

.ArtistTypesBox, .ArtistTypesBoxMusicTypes {
    padding-top: 15px;
    height: 200px;
    background-color: #000000;
    white-space: nowrap;
    padding-right: 7px;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
    border-radius: 15px;
    color: #ffffff;
}

.TeacherArtistTypesBox {
    height: 250px;
    padding: 2px;
    background-color: #000000;
    white-space: nowrap;
    padding-right: 7px;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll;
}

.Header {
    background-color: #121114;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    height: 100px;
    border-bottom: 3px solid #ffffff;
}

.smallHeaderTips {
    color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    z-index: 10;
    /* background-image: linear-gradient(rgba(229, 37, 88,1), rgba(50,0,0,1)); */
    opacity: 1;
    position: fixed;
    width: 100%;
    top: 60px;
}
/* for IPHONE 6 */
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
    /*    .MarT50 {
        margin-top: 30px;
    }

    .PadT65 {
        padding-top: 45px;
    }

    .Fsize25 {
        font-size: 22px;
    }

    .Fsize43 {
        font-size: 33px;
    }*/
}

/* for TABLET LANDSCAPE*/
@media print, screen and (min-width:40em) {
    .Fsize40 {
        font-size: 40px;
    }

    select {
        width: 100%;
    }

    .GroupAddBox {
        padding: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 60%;
    }
}

.GroupAddBox {
    padding: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.OverLayPopupWidth {
    width: 100%;
}

.OverLayPopup {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: 0px;
    height: 100%;
    display: none;
    z-index: 20;
    /* background: -webkit-gradient(linear, 0 100%, 0 40%, from(rgba(229, 37, 88,0.5)), color-stop(0.1, rgba(229, 37, 88,0.99)), to(rgba(24, 24, 24,0.99))); */
    background: #121114;
}

.ArtistCardDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 100px;
}

.ArticlesBox {
    word-wrap: break-word;
    color: #ffffff;
}

.ArticlesBoxs .ArtistCardDescription {
    height: 80px;
}

#dvArticle-HP {
    background-image: url('../../OutSideImages/ArticleImages/ArticlesBackMobile.jpg?v=50');
    height: 200px;
    background-repeat: no-repeat;
    background-color: var(--e-global-color-astglobalcolor6 );
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-repeat: no-repeat;
    background-color: #000000;
    border-radius: 15px;
    background-size: 100% 100%;
}

.LiamsCgannel {
    background-image: url('../../OutSideImages/Advertising/liam.jpg?v=50');
    height: 200px;
    background-repeat: no-repeat;
    background-color: var(--e-global-color-astglobalcolor6 );
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-repeat: no-repeat;
    background-color: #000000;
    border-radius: 15px;
    background-size: 100% 100%;
}


.AdBackgroundTeachers {
    background-image: url('../../OutSideImages/Advertising/TeacherBanner.jpg?v=50');
    height: 200px;
    background-repeat: no-repeat;
    background-color: var(--e-global-color-astglobalcolor6 );
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-repeat: no-repeat;
    background-color: #000000;
    border-radius: 15px;
    background-size: 100% 100%;
}

#dvArticle-HP .CatBoxTitle {
    float: left;
}
/*************** HOME PAGE *******************/

.hpBackgroundArtist-HP {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/HP/Artist-HP.jpg?v=51');
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-color: #000000;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 15px;
    padding: 10px;
}

.hpBackgroundArtist-HP2 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/HP/Artist-HP2.jpg?v=51');
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-color: #000000;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 15px;
    padding: 10px;
}

.hpBackgroundArtist-HP3 {
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('../images/HP/Artist-HP3.jpg?v=51');
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-color: #000000;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 15px;
    padding: 10px;
}

.imgArtistImage {
    width: 120px;
    height: 100px;
    position: relative;
    top: 0px;
    overflow: hidden;
    border-radius: 10%;
}



.imgProfileSearch {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: top;
    height: 250px;
    width: 100%;
    border-radius: 20px;
}

.imgProfileSearchBigCard {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}




.TACMO {
    text-align: center;
}

.TAMOL {
    text-align: center;
}

.dvFooter {
    font-size: 15px;
    padding: 20px;
    color: #ffffff;
}

#dvMainFooter {
    width: 98%;
    right: 1%;
    height: 300px;
    position: relative;
    background-image: url('../images/HP/topheader.png?v=1');
    background-repeat: no-repeat;
    background-color: #000000;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 15px;
    background-size: 100% 100%;
}


.hpBackground {
    position: relative;
    width: 98%;
    height: 600px;
    background-image: var(--TopHomeBackground);
    background-repeat: no-repeat;
    background-color: #000000;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 15px;
    background-size: 100% 100%;
    right: 1%;
}

.ArtistCardSize {
    /*    width: 96%;
    right: 2%;
    position: relative;*/
}

.dvSocialIcons img {
    width: 35px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext {
        position: absolute;
        right: 20px;
        visibility: hidden;
        width: 100px;
        background-color: white;
        color: #000;
        text-align: center;
        border-radius: 6px;
        padding: 3px;
        z-index: 1;
        top: -10px;
        border: 1px solid black;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.SiteLogo {
    font-family: FredokaOne;
    font-size: 40px;
    /*transform: rotate(-3deg);*/
}

.SiteLogoSmall {
    font-family: FredokaOne;
    font-size: 40px;
    /*transform: rotate(-3deg);*/
}


.buttonRound {
    width: 264px;
    height: 60px;
    border-radius: 7%;
    background-color: #121114;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.buttonRoundText {
    padding-top: 15px;
}

.hpTextSize {
    font-size: 20px;
}

.hpTextSizeHeader {
    font-size: 30px;
}
/* for TABLET GENERAL*/
@media print, screen and (min-width: 40em) {
    .hpTextSize {
        font-size: 30px;
    }

    .hpTextSizeHeader {
        font-size: 40px;
    }

    .buttonRound {
        width: 200px;
        box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
    }

    .SiteLogo {
        font-size: 60px;
    }

    .dvSocialIcons img {
        width: 40px;
    }

    .hpBackground {
        height: 620px;
    }

    #dvMainFooter {
        height: 620px;
    }

    .TAMOL {
        text-align: left;
    }

    .TACMO {
        text-align: right;
    }

    .tooltip .tooltiptext {
        width: 200px;
    }
}
/*************** HOME PAGE *******************/
@media (orientation: landscape) {
    /* for TABLET*/
    @media print, screen and (min-width: 40em) {
        .dvSocialIcons img {
            width: 35px;
        }
    }
}

@media (orientation: portrait) {
    /* for TABLET*/
    @media print, screen and (min-width: 40em) {
    }
}

.ClosePopup-X-Button {
    position: absolute;
    width: 20px;
    left: 10px;
    top: 10px;
}
/* for PC*/
@media print, screen and (min-width:64em) {
    .buttonRound {
        width: 264px;
        height: 115px;
        border-radius: 7%;
        box-shadow: none;
    }

    .buttonRoundText {
        padding-top: 40px;
    }

    .SiteLogo {
        font-size: 60px;
    }

    .ClosePopup-X-Button {
        top: 110px;
    }

    .dvSocialIcons img {
        width: 40px;
    }

    .imgProfileSearch {
        width: 100%;
    }

    .imgProfileSearchBigCard {
        width: 70%;
        margin-left: unset;
        margin-right: unset;
        text-align: right;
    }

    .smallHeaderTips {
        position: relative;
        width: contain;
        top: 0;
    }

    .ArtistCardSize {
        width: 70%;
        right: 15%;
        position: relative;
    }

    .TAMOL {
        text-align: left;
    }

    .TACMO {
        text-align: right;
    }

    .hpBackground {
        height: 900px;
    }

    #dvMainFooter {
        height: 1100px;
    }

    .LiamsCgannelBig {
        background-image: url('../../OutSideImages/Advertising/liamPC.jpg?v=50');
        height: 200px;
        background-repeat: no-repeat;
        background-color: var(--e-global-color-astglobalcolor6 );
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        color: #FFFFFF;
        font-weight: 600;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        background-repeat: no-repeat;
        background-color: #000000;
        border-radius: 15px;
        background-size: 100% 100%;
    }

    .AdBackgroundTeachersBig {
        background-image: url('../../OutSideImages/Advertising/TeacherBannerPC.jpg?v=50');
        height: 200px;
        background-repeat: no-repeat;
        background-color: var(--e-global-color-astglobalcolor6 );
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        color: #FFFFFF;
        font-weight: 600;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        background-repeat: no-repeat;
        background-color: #000000;
        border-radius: 15px;
        background-size: 100% 100%;
    }

    #dvArticle-HP {
        background-image: url('../../OutSideImages/ArticleImages/ArticlesBack.jpg?v=50');
        height: 200px;
        background-repeat: no-repeat;
        background-color: var(--e-global-color-astglobalcolor6 );
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        color: #FFFFFF;
        font-weight: 600;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        background-repeat: no-repeat;
        background-color: #000000;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        background-size: contain;
    }

    .AdBackground {
        background-image: url('../../OutSideImages/Advertising/liam.jpg?v=50');
        height: 200px;
        background-repeat: no-repeat;
        background-color: var(--e-global-color-astglobalcolor6 );
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
        color: #FFFFFF;
        font-weight: 600;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        background-repeat: no-repeat;
        background-color: #000000;
        border-radius: 15px;
        background-size: contain;
    }

    select {
        width: 100%;
    }

    .button {
        /*width: auto;*/
    }

    .ArtistTypesBox, .ArtistTypesBoxMusicTypes {
        height: 230px;
        -webkit-overflow-scrolling: touch;
    }

    .Header {
        width: 100%;
        position: fixed;
        top: 0;
        top: 0;
        z-index: 50;
    }

    .OverLayPopup {
        height: auto;
        width: 30%;
        padding: 90px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .OverLayPopupWidth {
        width: 50%;
    }

    .GroupAddBox {
        padding: 25px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        width: 50%;
    }

    .ArtistCardDescription {
        height: 95px;
    }

    .modal-content {
        width: 30%;
    }

    #dvArticle-HP .CatBoxTitle {
        padding-right: 100px;
        float: right;
        text-align: right;
    }
}


.button {
    background-color: #ffffff; /* Green */
    border: none;
    color: #000000;
    font-weight: bolder;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.buttonSmall {
    /*margin-top: 15px;*/
    width: auto;
    font-weight: bold;
    vertical-align: central;
    padding: 5px;
    color: #e52558;
}

.BRadius5 {
    border-radius: 5px;
}

.BRadius10 {
    border-radius: 10px;
}

.BRadius15 {
    border-radius: 15px;
}

.BRadius20 {
    border-radius: 20px;
}

.BRadius25 {
    border-radius: 25px;
}

.buttonSmallNopColor {
    color: #000000;
}

.ColoredSiteButton {
    background-color: #ffffff;
    color: #e52558;
}

.ColoredSiteButtonFontBackGreen {
    background-color: #1e879b;
    color: #ffffff;
}

.HeadeLineRed {
    background-color: #e52558;
    color: #ffffff;
}

.ButtonSidePadding {
    padding-right: 20px;
    padding-left: 20px;
}

#dvArtistImage, #dvBandImage {
    background-color: #000000;
    color: #ffffff;
}

    #dvArtistImage .button {
        width: auto;
        height: auto;
    }

select .disabled {
    color: #e52558;
}

.CatBox {
    border: 2px solid #e52558;
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
    height: 154px;
    /*box-shadow: 0px 1px 2px 2px #00000094;*/
}

.CatBoxHeight {
    height: auto;
}

.CatBoxTitle {
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 25px;
    color: #ffffff
}

.CatBoxSearch {
    cursor: pointer;
    border-radius: 20px;
    width: 100%;
    height: 154px;
    /*background-color:#121114;*/
    background-color: rgb(0, 0, 0);
    border: 2px solid #FFFDD0;
}

.CatBoxTitleSearch {
    font-size: 14px;
    position: relative;
}


.PageMargTopFromHeader {
    margin-top: 110px;
}

.HamburgerLinks {
    padding-left: 10px;
    font-weight: bold;
    margin-top: 17px;
    font-size: 18px;
}

    .HamburgerLinks a {
        color: #ffffff;
    }

.aLinkInLine a {
    display: inline;
}

.dvFooterContiner {
}

#imgArtistHeader {
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
}

#imgArtistHeaderSide {
    width: 300px;
    border-radius: 15px;
}

#imgSpinner {
    position: relative;
    top: -10px;
}

#spErrorForm, #spBandErrorForm {
    color: #ffffff;
}

#spSignInErrorForm,
#spRecoveredPasswordErrorForm,
#spSignInErrorFormRecovered,
#spSearchArtistErrorForm, #spSearchTeacherErrorForm {
    color: #ffffff;
}

#spMsgError {
    margin-top: 13px;
}

.container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    border: 1px solid #000000;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#dvSkills label {
    line-height: 2.8;
}

.bandBox {
    background-color: #000000;
    margin: 15px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    /* font-size: 20px; */
    /* text-align: right; */
    padding: 10px;
    border-radius: 15px;
    color: #ffffff;
}

.PageBox {
    margin: 15px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    /* font-size: 20px; */
    /* text-align: right; */
    padding: 10px;
    border-radius: 15px;
    color: #ffffff;
    background-color: #201e23;
}

.ItemPaging {
    width: 50px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 25px;
    font-size: 16px;
    margin-top: 15px;
    background-color: #000000;
}

    .ItemPaging.Selected {
        cursor: default;
        background-color: #e52558;
        color: #ffffff;
        border: 0px;
    }



.PremiumStiker {
    font-family: FredokaOne;
    font-size: 13px;
    height: auto;
    background-color: #e52558;
    color: #ffffff;
    width: fit-content;
    padding: 5px;
    border-radius: 15px;
}

.itemPremiumCard {
    position: absolute;
    left: -15px;
    top: -20px;
}

.ArtistCardTitleLst {
    color: #e52558;
}

.ItemBackground {
    background-color: #000000;
    border-radius: 20px;
    padding: 10px;
}

.ItemBackgroundShine {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px;
}

#dvMailArtistDetails #ArtistCardTypes {
    height: 150px;
}

.BandImageStyle {
    width: 200px;
    height: 200px;
    border-radius: 15px;
}

.muzucuansFont {
    font-family: FredokaOne;
}

.muzucuansFontAndColor {
    font-family: FredokaOne;
    color: #ffffff;
}

.rounBacktotop {
    background: url('../images/icons/upArrow.png?v=4') no-repeat;
    width: 48px;
    height: 54px;
    border-radius: 15px;
    position: fixed;
    right: 0px;
    bottom: 80px;
    cursor: pointer;
    display: none;
}

#pnlMainBandCard .backToCategoriesLink, #pnlMainArtistCard .backToCategoriesLink {
    position: absolute;
    z-index: 1;
}

:root {
    --card-w: 322px;
    --card-radius: 22px;
    --bg: #030305;
    --panel: #0b0b0f;
    --text: #ffffff;
    --muted: #d8d8d8;
    --accent: #e52558;
    /*--accent: #ffffff;*/
    --line: rgba(255,44,101,.78);
    --shadow: 0 18px 50px rgba(0,0,0,.45);
}


.dot-grid {
    position: absolute;
    left: 4px;
    top: 120px;
    width: 54px;
    height: 70px;
    background-image: radial-gradient(circle, var(--accent) 2px, transparent 2.6px);
    background-size: 17px 17px;
    opacity: .88;
    z-index: 4;
}
