<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*CreatedON :13 Feb 2024
CreatedBy :Netra
Reason:New Design of DJ registration page*/
body {
    overflow-y: hidden;
}
.Hero {
    height: 100vh !important;
}
#uploadImg {
    z-index: 100 !important;
}
.aligning {
    margin-top: 15%;
    max-width: 1440px;
}

.Hero {
    height: 100vh !important;
}

.mytext {
    -webkit-text-stroke: 1px var(--main) !important;
    stroke: var(--main);
    font-size: 120px;
    font-family: inherit;
    line-height: .9em;
    stroke-dasharray: 1000;
    animation: dash 8s linear infinite;
}



@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
        opacity: 0;
    }

    90% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}
.bgimage {
    background-image: url('/wp-content/uploads/2024/DJbanner.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    width: 100%;
    height: 100%;
}
input[type="checkbox"]:focus {
    outline: 0;
}
input {
    color: white !important;
}
.textblack {
    color: black !important;
}
.section-with-background {
    background-image: url('/wp-content/uploads/2024/DJbanner.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
}

input[type="checkbox"] {
    opacity: 1;
    border: 1.5px solid var(--main);
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    width: 33px;
    height: 20px;
}

.fontcheckbox {
    font-size: 14px;
}

input[type="checkbox"]::before {
    content: "\2713";
    color: var(--main);
    font-size: 1rem;
    font-weight: bold;
    display: none;
}

input[type="checkbox"]:checked::before {
    display: inline-block;
}

.subheadtext {
    font-size: 18px !important;
    font-family: 'Roboto', sans-serif !important;
}
.custom-error {
    color: #FF2525;
}
#customborder {
    border: 1px solid var(--main) !important;
    border-radius: 25px;
}

.flag1 {
    position: absolute;
    top: 2px;
    display: block;
    width: 40px;
    height: 51px !important;
    object-fit: fill;
    top: -6px;
    left: 0px;
}

#mobile {
    text-align: start;
    left: -69px;
    position: relative;
}

.background-image {
    background-image: url('/wp-content/uploads/2024/BgForIndividualLogin.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(2);
}

.bgimage {
    background-image: url('/wp-content/uploads/2024/DJbanner.jpg') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.maximumwidth {
    max-width: 1024px;
    filter:brightness(0.5);
}

.text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    text-fill-color: transparent;
    text-stroke: 1px var(--main);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--main);
    -moz-text-fill-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 90px;
    text-align: center;
}

.ltx-content-wrapper {
    min-height: 100%;
}

.subheadtext {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.usr-img {
    border: 1px solid #ab8024;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 200px;
    border-radius: 25px;
    overflow: hidden;
}

.bgcolor {
    background-color: #333333;
}

.upload-btn label {
    width: 100% !important;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-transform: none !important;
    font-weight: 600;
    color: white !important;
    padding: 10px 10px;
    background-color: var(--main) !important;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    background-clip: border-box;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.dj-form {
    padding: 0 !important;
    font-family: 'Roboto', sans-serif !important;
}

.captcha {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #ab8024 !important;
    border-top: none !important;
    border-radius: 0 !important;
}

.submitbutton {
    width: 40% !important;
    font-size: 16px !important;
    font-weight: 600;
    color: white !important;
    padding: 10px 10px !important;
    min-width: auto !important;
}

.refresh_button {
    position: absolute;
    top: 35%;
    right: 10%;
    transform: translateY(-50%);
    background: var(--main);
    height: 30px;
    width: 30px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

    .refresh_button:active {
        transform: translateY(-50%) scale(0.98);
    }

.usericon {
    color: white;
    top: 30%;
    right: 10%;
}

.select-wrap {
    background-color: transparent !important;
   
    color: white !important;
    font-size: 16px;
}

    .select-wrap select {
        border: 1px solid var(--main) !important;
        border-radius:25px;
        color: white !important;
        padding: 8px !important;
        padding-left: 23px !important;
        font-size: 16px;
    }

        .select-wrap select option {
            color: white !important;
            background-color: #333333 !important;
        }

            .select-wrap select option:checked,
            .select-wrap select option:hover,
            .select-wrap select option:focus,
            .select-wrap select option:active,
            .select-wrap select option:default {
                background-color: var(--main) !important;
            }



::placeholder {
    color: white !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif !important;
    padding-left: 0px !important;
}

.usr-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 200px;
    overflow: hidden;
}

#CountryCode {
    text-align: center !important;
}
/*media queries*/

@media (max-width: 768px) {
    .text {
        font-size: 60px;
    }

    .upload-btn label {
        font-size: 14px;
    }

    .submitbutton {
        font-size: 14px !important;
    }

    ::placeholder {
        font-size: 14px;
    }

    .select-wrap select {
        font-size: 14px;
    }

    .subheadtext {
        font-size: 16px !important;
        font-family: 'Roboto', sans-serif !important;
    }

    .fontcheckbox {
        font-size: 12px;
    }
   
}

@media (max-width: 431px) {
    .text {
        font-size: 40px;
    }

    .usr-img {
        width: 100% !important;
    }

    .refresh_button {
        top: 25%;
    }

    #mobile {
        text-align: start !important;
    }

    #CountryCode {
        text-align: center !important;
    }

    .submitbutton {
        width: 90% !important;
    }

    .upload-btn label {
        font-size: 13px;
    }

    .submitbutton {
        font-size: 13px !important;
    }

    ::placeholder {
        font-size: 13px;
    }

    .select-wrap select {
        font-size: 13px;
    }

    .subheadtext {
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif !important;
    }

    .fontcheckbox {
        font-size: 11px;
    }

    input[type="checkbox"] {
        width: 40px;
        height: 15px;
    }
    .aligning {
        margin-top: 40%;
    }
}

@media (max-width: 320px) {
    #CountryCode {
        text-align: center !important;
        margin-left: 12px;
    }

    #mobile {
        width: 100% !important;
        text-align: end !important;
    }

    .upload-btn label {
        font-size: 12px;
    }

    .submitbutton {
        font-size: 12px !important;
    }

    ::placeholder {
        font-size: 12px;
    }

    .select-wrap select {
        font-size: 12px;
    }

    .subheadtext {
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif !important;
    }

    .fontcheckbox {
        font-size: 10px;
    }

    input[type="checkbox"] {
        width: 45px;
        height: 15px;
    }
    .aligning {
        margin-top: 40%;
    }
}
@media (min-width: 1440px) {
    .aligning {
        margin-top: 16%;
    }
}

@media (min-width: 1920px) {
    .aligning {
        margin-top: 20%;
    }
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.dropdown-toggle::after {
    display: none !important
}

.dropdown-toggle {
    width: 100%;
    background-color: transparent;
    color: white;
    border: 1px solid #ab8024;
    padding: 11px 12px;
    text-align: start;
    cursor: pointer;
    border-radius: 25px;
    padding-inline-start: 20px !important;
}

.countrycode-n {
    padding-left: 47px !important;
}

.dropdown-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #333333;
    border: 1px solid gray;
    border-radius: 10px;
    z-index: 1000;
    font-size: 14px !important;
    text-align: justify;
    padding-left: 10px;
    overflow: auto;
    height: 300px !important;
}

    .dropdown-menu li {
        padding: 0px 12px;
        cursor: pointer;
        color: white;
        list-style: none;
    }

        .dropdown-menu li:hover {
            background-color: #ab8024;
        }

#gender {
    padding-inline-start: 25px !important;
    padding: 5px;
}
.countryflag {
    left: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    top: 4px;
}

.countrycodeflag {
    top: 2px;
    left: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.flag {
    display: block;
    width: 40px;
    height: 51px !important;
    object-fit: fill;
    position: absolute;
    top: -6px;
}

#CountryCode1 {
    padding-left: 47px;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}</pre></body></html>