body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #000;
    color: #fff;
}

.select2-container {
    color: #000;
}

body {
    user-select: none;
    /* Disable text selection */
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* Old IE */
    -moz-user-select: none;
    /* Firefox */
}

.modal-head .modal-content {
    width: 80%;
    margin: 0px auto;
}


.container-padding {
    padding: 95px;
}

.login-logo-01 {
    float: left;
    border: 2px solid #1F1F1F;
    border-radius: 25px;
    text-align: center;
    background-image: linear-gradient(to bottom, #1d1d1d, #181818, #121212, #0a0a0a, #000000);
    position: relative;
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-content02 {
    float: left;
    border: 2px solid #1F1F1F;
    border-radius: 25px;
    text-align: center;
    position: relative;
    width: 45%;
    background: #000;
    position:relative;
    padding-bottom: 8%;
}

.login-logo-01 img {
    width: 90%;
    height: auto;
}

.login-signup-img {
    text-align: center;
}

.login-signup-img img {
    width: 62%;
}

.tag-line2 {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0px 0px 40px;
    font-size: 35px;
    font-weight: 600;
}
.tag-line89{
    position: absolute;
    bottom: 5%;
}

.tag-line2 span {
    display: inline-block;
    background-image: linear-gradient(90deg,
            #f99e1a 0%,
            #ffffff 33.5%,
            #a96605 63.5%,
            #f99e1a 89.5%);
    background-size: 300% !important;
    background-clip: text;
    -webkit-background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-animation: Gradient 5s ease infinite !important;
    -moz-animation: Gradient 5s ease infinite !important;
    animation: Gradient 5s ease infinite !important;
}



.btn {
    background: #EB9D08;
    color: #fff;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    border: 0px;
    line-height: 40px;
}

.btn:hover {
    background: #2C2C2C;
    color: #fff;
}

.btn002 {
    float: right;
}

.btn001 {
    padding: 5px 20px 5px 5px;
}





.google02 {
    float: left;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin-top: 2px;
}


.role-sign {
    text-align: center;
    margin: 30px 0px 15px;
}






.login-content02 h2 {
    font-weight: 600;
}




.login-block-01 h2 {
    margin-top: 28px;
}

.login-block-01 h2 span {
    color: #EB9D08;
}

.ml-03 {
    margin-right: 15px;
}

.mr-03 {
    margin-left: 15px;
}

.login-signup-btn {
    padding: 75px 0px 25px;
    width: 100%;
}

.login-signup-text {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
}

.login-signup-text a {
    text-decoration: none;
}

.login-signup-text span {
    font-weight: 700;
    color: #EB9D08;
    text-decoration: none;
}

.login-signup-btn span {
    padding: 0px 21px;
    font-weight: 700;
}

.login-signup-img {
    padding: 6px 0px;
}



.card {
    background-image: linear-gradient(163deg, #00ff75 0%, #3700ff 100%);
    border-radius: 22px;
    transition: all 0.3s;
}

.login-block-01 {
    padding: 40px;
}

.loginform {
    max-width: 400px;
    margin: 0px auto;
    text-align: left;
    padding-top: 18px;
}

.loginform2 {
    max-width: 620px;
}

.icon-block-arrow2 img {
    max-width: 60px;
}

.login-block-01 .loginform input {
    background: transparent;
    border: 1px solid #585858;
    border-radius: 10px;
    padding: 12px;
    color: #fff;
}

.login-block-01 .loginform input:focus {
    border-color: #fff !important;
    box-shadow: none !important;
}

.forgot-pass {
    padding: 0px;
    text-align: end;
}

.forgot-pass a {
    color: #fff;
    text-decoration: none;
}

.block-login-part {
    width: 100% !important;
    border: none;
}

.block-login-part:hover {
    background-color: #212121;
}


.login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    margin: 14px 0;
}

.login-divider span {
    padding: 0 10px;
    color: white;
    font-weight: 500;
    position: relative;
    font-size: 18px;
}

.login-divider::before,
.login-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #1F1F1F;
}

.block-imput-part {
    width: 50%;
}

.custom-checkbox-wrapper {
    color: white;
}

.custom-checkbox a {
    color: #EB9D08;
    font-weight: 600;
    text-decoration: none;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    gap: 6px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
    background-color: #111;
    border: 2px solid #f9a825;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    background-color: #EB9D08;
}

.custom-checkbox input:checked~.checkmark {
    background-color: #f9a825;
}

.custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked~.checkmark::after {
    display: block;
}

.custom-checkbox .checkmark::after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.sing-block-part {
    background-color: #2F2F2F !important;
}

.sing-block-part:hover {
    background-color: #EB9D08 !important;
    color: #fff;
}


.bg-block {
    background-color: #2C2C2C;
    padding: 0px 50px 30px;
    text-align: center;
    border-radius: 10px;
    margin: auto;
    min-height: auto;
}

.bg-block span {
    /* font-size: 33px; */
    font-weight: 600;
}

.role-year {
    margin-bottom: 0px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}




.custom-dropdown {
    position: relative;
    width: 400px;
    font-size: 16px;
    margin: auto;
}

.custom-dropdown input[type="checkbox"] {
    display: none;
}

.custom-dropdown label {
    display: block;
    background-color: #111;
    color: #fff;
    padding: 12px;
    border: 1px solid #444;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}

.custom-dropdown label::after {
    content: "▾";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.custom-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #000;
    border: 1px solid #444;
    border-radius: 6px;
    position: absolute;
    top: 105%;
    width: 100%;
    display: none;
    z-index: 1;
}

.custom-dropdown input:checked~ul {
    display: block;
    padding: 15px;
    border-radius: 10px;
}

.custom-dropdown ul li {
    padding: 6px;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 5px;
}

.custom-dropdown ul li:hover {
    background-color: #f39c12;
    color: #fff;
}

.custom-dropdown ul li.selected {
    background-color: #f39c12;
    color: #000;
}

.role-part-section {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: end;
    gap: 55px;
}

.container-padding2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.select-class-01 {
    background-color: #0000;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    border: 1px solid #636363;
}

.select-class-01 option {
    background-color: #000;
}

.form-select {
    background-color: transparent;
    color: #fff;
    border: 1px solid #585858;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.form-select:focus {
    border-color: #EB9D08 !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-select:hover {
    border-color: #EB9D08;
}

.form-select option {
    background-color: #000;
    color: #fff;
}

.right-logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt-015 {
    padding-top: 30px;
}

.block-login-part3 {
    margin-top: 15px;
}

.back-btn-02 {
    text-align: center;
}

.back-btn-02 a {
    color: #fff;

}

/* .role-01,
.role-02 {
    min-width: 500px;
} */

.role-sign-box {
    background-color: #2C2C2C;
    padding: 30px 30px 20px;
    text-align: center;
    border-radius: 10px;
    margin: auto;
}

.form-select {
    background-image: url(../images/Expand_down.png);
    background-repeat: no-repeat;
    background-position: right .85rem center;
}

.role-sign-box .btn:hover {
    background: #000;
}

.pass {
    position: relative;
}

.pass .fas {
    position: absolute;
    right: 14px;
    top: 49px;
    color: #6c6c6c;
    z-index: 9;
    cursor: pointer;
}

.pass .fas:hover {
    color: #EB9D08;
}

.glow {
    animation: move 5s linear infinite;
    offset-path: rect(0% auto 100% auto);
    background: radial-gradient(#fff, #f1f5f9, transparent);
}


#registrationForm .form-group .eye2 {
    position: absolute;
    color: #000;
    right: 15px;
    z-index: 9;
    font-size: 20px;
    top: 56px;
}

.eye2 .bi {
    cursor: pointer;
}

@keyframes move {
    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}

.login-block-01 .select2-container--default .select2-selection--single {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    height: 50px;
    border: 1px solid #585858;
    line-height: 60px;
    padding-top: 10px;
}

.login-block-01 .select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 10px;
    margin-right: 10px;
}

.login-block-01 .select2-dropdown {
    background-color: #000;
    color: #fff;
}

.scroll-a1 {
    height: 500px;
}

.login-content02 .add-btn-02 {
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    border: 0px;
    margin-top: 5px;
    float: right;
}

.validation {
    color: red;
    font-size: 12px;
}

.login-popup-02 .modal-content {
    background-color: #000;
    border: 1px solid #585858;
    color: #fff;

}

.login-popup-02 label {
    float: left;
}

.login-popup-02 .modal-header {
    border-bottom: 1px solid #585858;
}

.login-popup-02 .modal-footer {
    border-top: 1px solid #585858;
}


.login-popup-02 .modal-dialog .form-control {
    background-color: #000;
    color: #fff;
    border: 1px solid #585858;
    padding: 10px;
    appearance: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 0px solid #aaa;
    background: #000;
    color: #fff;
    border: 0px;
    padding: 10px 15px;
    border-radius: 10px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000 !important;
    color: white !important;
}

.select2-results__option {
    padding: 4px 18px;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ffffff !important;
}


.scroll-a1::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scroll-a1::-webkit-scrollbar-track {
    background: #EB9D08;
    border-radius: 10px;
}

.scroll-a1::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.scroll-a1::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
.scroll-a1 {
    scrollbar-width: thin;
    scrollbar-color: #EB9D08 #000;
}


.d-none {
    display: none !important;
}

#verifyPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    /* higher than other elements */
    display: flex;
    align-items: center;
    justify-content: center;
}

.emailverify {
    background: #000;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    text-align: center;
    z-index: 1060;
    position: relative;
    border: 1px solid #aaa;
}

.emailverify img {
    width: 150px;
}

.dropbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inputbx.numeric {
    padding: 7px 10px;
    background: #000;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
}


.back-to-login {
    text-align: center;
}

.back-to-login a span {
    color: #EB9D08;
    font-weight: bold;
}

.tearms-part-section {
    background: #fff;
    color: #000;
    padding: 22px;
    border-radius: 15px;
}

.terems-us-part {
    font-weight: 600;
}

.section-devide-role {
    float: left;
    width: 100%;
    padding: 6px 0px;
}

.terms-block .book-text h1 {
    color: #EB9D08;
    font-size: 35px;
    padding: 0px 0px 15px;
}

.terems-us-part {
    font-size: 30px;
    padding: 0px;
    color: #EB9D08;
}

.tearms-part-section {
    background: #000;
    color: #fff;
    padding: 22px;
    border-radius: 15px;
    border: 1px solid #fff;
}

.tearms-part-section strong {
    color: #EB9D08;
    padding: 10px 0px;
    float: left;
    width: 100%;
    font-size: 24px;
}

.web-name {
    color: #EB9D08;
    font-weight: 600;
}

.web-name a {
    color: #EB9D08;
    text-decoration: none;
}

.btn-terms {
    background: #EB9D08;
    float: left;
    color: #fff;
}

body .text-danger {
    color: red !important;
    float: left;
    width: 100%;
    text-align: left;
}





.login-content02 .fab.fa-google {
    border: 1px solid #EB9D08;
    padding: 5px;
    border-radius: 50px;
    margin-left: 10px;
    font-weight: 500;
}

.login-content02 .g-image-01 {
    width: 26px;
    height: 26px;
    float: left;
}




.google03 {
    width: auto !important;
    float: right;
}





.block-login-part.block-login-part2.google02 {
    float: right;
    width: auto !important;
    margin: 0px;
}

.block-login-part.block-login-part2.google02:hover {
    background: #EB9D08 !important;
    border: 0px;
}


.role-sign span {
    line-height: 38px;
}


.role-login-part{
    width: 100% !important;
    max-width: 316px;
}
.intro-section1{
    background-color: #252627 !important;
    border: 1px solid #474849;
    width: 100% !important;
    max-width: 316px;
    padding: 2px 20px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
}
.logo-intro-part{
    position: relative;
    left: -52px;
}
.copy-right p {
    color: #989898;
    font-size: 14px;
    margin: 0px;
}
.copy-right a {
    color: #fff;
    text-decoration: none;
}
.copy-right img {
    width: 60px;
}

.container-height{
    height: 88vh;
}
@media only screen and (min-width:1500px) {
    .bg-block{
        padding: 0px 0px 30px;
    }
}
@media only screen and (max-width:1530px) {

    .tag-line2 {
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 0px 30px 30px;
        font-size: 24px;
    }

    .container-padding {
        padding: 50px;
    }

    /* .bg-block {
        padding: 24px 40px;
    } */

    .loginform2 {
        max-width: 100%;
        padding-right: 15px;
        overflow-x: hidden;
    }

    .login-content02 .add-btn-02 {
        margin-left: 5px;
    }

    .mt-015 {
        padding-top: 15px;
    }





}



@media only screen and (max-width:1599px) {

    .login-signup-img img
 {
    width: 52%;
}

    .login-signup-img {
        padding: 0px;
    }
}

@media only screen and (max-width:1399px) {
    .login-signup-img{
        padding: 0px;
    }
    .login-signup-img img{
            width: 44%;
    }
    .login-signup-btn{
        padding: 39px 0px 25px;
    }

 
}
@media only screen and (max-width:1199px) {
        .login-signup-img img {
        width: 37%;
    }
    .login-signup-btn {
        padding: 20px 0px 25px;
    }
}
@media only screen and (max-width:1100px) {

    .login-logo-01,
    .login-content02 {
        width: 100%;
    }

    .login-logo-01 {
        margin-bottom: 30px;
    }

    .role-01 {
        padding-bottom: 30px;
    }

    .role-part-section {
        display: block;
    }

    .tag-line89 {
    position: relative;
    bottom: unset;
}


}

@media only screen and (max-width:767px) {

    .btn {
        width: 100%;
        margin-top: 15px;
    }

    .tag-line2 {
        font-size: 20px;
    }

    .container-padding {
        padding: 30px;
    }

    .login-signup-btn span {
        padding: 0px 0px;
    }

    .login-signup-text {
        font-size: 16px;
    }

    .login-signup-btn {
        padding: 32px 0px 25px;
        width: 100%;
    }



    .login-signup-img img {
        width: 82%;
    }

    .login-signup-img {
        padding: 15px 0px;
    }

    .login-block-01 {
        padding: 15px;
    }

    .role-part-section {
        display: block;
    }

    .bg-block span {
        font-size: 20px;
        font-weight: 600;
    }

    .custom-checkbox {
        display: block;
        width: 100%;
    }

    .mt-015 {
        padding-top: 15px;
    }

    .terms-block .book-text h1,
    .terems-us-part {
        font-size: 22px;
        padding: 0px 0px 5px;
        font-weight: 700;
    }

    .tearms-part-section strong {
        padding: 5px 0px 0px;
        font-size: 18px;
    }

    .terms-block .book-text h1,
    .terems-us-part {
        font-size: 22px;
        padding: 0px 0px 5px;
        font-weight: 700;
        margin-bottom: 0px;
    }

    .tearms-part-section {
        padding: 10px;
        border-radius: 15px;
    }

    .bg-block {
        padding: 24px 10px;
    }

    .bg-block {
        min-height: auto;
    }

    .role-01 .bg-block span {
        line-height: normal;
    }

    .role-01,
    .role-02 {
        min-width: 100%;
        padding-bottom: 10px;
    }

    body .mt-4.back-btn-02 {
        margin-top: 0px !important;
    }



    .role-sign {
        text-align: center;
        margin: 0px;
        margin-top: 15px;
    }

    .google03 {
        width: 100% !important;
    }



    .block-login-part.block-login-part2.google02 {
        width: 100% !important;
    }

    .mr-03 {
        margin-left: 0px;
    }

    .type2.btn-sign {
        margin-top: 0px;
    }


}
@media only screen and (max-width:370px) {
    .logo-intro-part{
        left: -22px;
    }
}
@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Squada+One&display=swap')