body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease;
}

    a:hover {
        transition: all 0.3s ease;
        color: #a11e29 !important;
    }

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

#submitBtn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#passwordRules {
    margin-top: 6px;
    font-size: 13px;
    color: #444;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.25s ease;
}

#passwordRules.visible {
   opacity: 1;
   max-height: 200px;
   margin-top: 8px;
}

#passwordRules ul {
   list-style: none;
   padding-left: 0;
   margin: 0;
}

#passwordRules li {
   transition: color 0.2s ease;
}

#passwordRules li.valid {
   color: green;
}

#passwordRules li.invalid {
   color: red;
}



.align-items-center {
    align-items: center !important;
}
/* Login CSS */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

.layout-outer {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.go-back {
    font-size: 16px;
    color: #313131;
    font-weight: 500;
    margin-bottom: 30px;
}

    .go-back svg {
        margin-right: 15px;
    }

.right-login {
    width: 50%;
    background-image: url("");
    height: 100%;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.click-here-btn {
    color: #ffffff;
    padding: 8px;
    background-color: #000000;
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans';
}

    .right-login:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(178deg, rgba(32,36,40,1) 0%, rgba(104,34,40,1) 100%);
        opacity: 50%;
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
    }


.login-new {
    min-width: 500px;
}

    .login-new .btn-danger {
        border: none !important;
        border-radius: 12px !important;
    }

    .login-new p,
    .register-new p {
        max-width: 500px;
        font-size: 14px;
        line-height: 20px;
        color: rgb(33 36 39 / 35%);
        font-weight: 400;
        margin-top: 5px;
        width: fit-content;
    }

        .login-new p:hover a, .register-new p:hover a {
            color: #a11e29 !important;
        }

    .sign-up p:hover a  {
        color: #a11e29 !important;
    }

.register-new p {
    margin-bottom: 5px;
}

.login-new-p .btn-danger:hover {
    background-color: #ffffff !important;
    border: 1px solid #a11e29 !important;
}


.login-new-p .btn-danger {
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 10px !important;
}

.form-group {
    position: relative;
}

.inputs-parent {
    position: relative;
    margin-top: 30px;
}

    .inputs-parent input {
        margin-top: 20px;
    }

input.form-control-new {
    position: relative;
    padding-left: 30px;
}

.primary-title {
    margin-bottom: 15px !important;
    font-weight: 400;
}

.left-login h2 {
    font-size: 40px;
    margin-top: 0;
    padding-top: 0;
    font-weight: normal;
}

.left-login h3 {
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: normal;
}

.left-login h3,
.left-login h2 {
    color: #a11e29;
}

.left-login img {
    width: 150px;
}

.login-new-view {
    align-items: center;
    justify-content: center;
    width: 50%;
}

.font-family-roboto {
    font-family: "Roboto", sans-serif !important;
}

.primary-title {
    font-family: "Roboto", sans-serif;
    text-align: left;
    font-size: 30px;
    color: #a11e29;
    font-weight: 600;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-weight: 400 !important;
}

.login-new-btn input {
    margin-top: 30px;
    width: 100%;
    height: 55px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.inputs-parent-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .inputs-parent-checkbox a {
        color: #313131;
        text-decoration: none;
        font-size: 16px;
    }

.checkbox {
    cursor: pointer;
    color: #212427;
    font-size: 16px;
    font-weight: 400;
}

input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    margin-right: 10px;
}

    input[type="checkbox"]:before {
        content: "";
        display: block;
        position: absolute;
        width: 19px;
        height: 19px;
        top: -4px;
        left: -4px;
        border: 1px solid #ececec;
        border-radius: 6px;
        background: #fff;
    }

    input[type="checkbox"]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid #212427;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: -1px;
        left: 3px;
    }

.line p {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e9e6e6;
    line-height: 0.1em;
    margin: 40px 0px;
}

    .line p span {
        background: #fff;
        padding: 0 10px;
        color: #666;
    }

.social-login {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .social-login a {
        border: 1px solid #e9e6e6;
        border-radius: 5px;
        padding: 8px 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #666;
        min-width: 130px;
        font-size: 14px;
    }

        .social-login a svg {
            margin-right: 5px;
        }

.sign-up p {
    margin-bottom: 0px;
}

    .sign-up p a {
        color: #313131;
    }

/* End of Login CSS */

/* Register CSS */
.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: -25px;
}

    .tab button {
        font-family: "Plus Jakarta Sans", sans-serif !important;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 15px 16px;
        transition: 0.3s;
        font-size: 16px;
        font-weight: 400;
        background-color: #fff;
        color: rgb(33 36 39 / 35%);
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0px;
    }

    .tab .tablinks span {
        width: 30px;
        height: 30px;
        background: #ececec;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        color: #212427;
        font-weight: 300;
        font-size: 12px;
    }

    .tab button.active {
        color: #212427;
    }

        .tab button.active span {
            background: #313131;
            color: #fff;
        }

.tabcontent {
    padding: 0px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
   
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.register-new {
    border: none;
    padding: 40px 20px 40px;
    width: 500px;
}

.form-divided {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    gap: 15px;
}

.billing-address {
    display: none;
}

.left-register-side {
    width: 50%;
}

.right-register-side {
    width: 50%;
}

.register-new .btn-danger,
.login-new-btn .btn-danger {
    border: none !important;
    border-radius: 12px !important;
    background-color: #212427 !important;
    height: 48px;
}

.register-new .btn-danger {
    margin-top: 0px;
}

.form-group {
    position: relative;
}

.inputs-parent {
    position: relative;
    margin-top: 0px;
}

.form-register .inputs-parent {
    width: 100%;
    line-height: 16px;
}

.inputs-parent input,
.inputs-parent select {
    margin-top: 20px;
}

input.form-control-new,
select.form-control-new {
    position: relative;
    padding-left: 30px;
}

.primary-title {
    margin-bottom: 15px !important;
    font-weight: 400;
}

.primary-title {
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-size: 20px;
    color: #313131;
    margin-top: 40px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}

.register-new-btn input,
.register-new-btn select {
    margin-top: 30px;
    width: 100%;
    height: 55px;
    color: #fff;
    cursor: pointer;
}

.address-section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.address-section .inputs-parent {
    width: 32%;
    margin-top: 0px;
}

.material-textfield {
    position: relative;
    display: flex;
    margin-top: -20px;
    width: 100%;
}

.form-divided .material-textfield {
    margin-top: -15px;
}

.inputs-parent-checkbox .material-textfield {
    width: auto;
}

.inputs-parent label {
    font-family: "Plus Jakarta Sans", sans-serif;
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 50%;
    background-color: white;
    color: #616161;
    padding: 0 0.3rem;
    margin: 0 0.7rem;
    transition: 0.1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}

.inputs-parent input, .inputs-parent select {
    font-family: "Plus Jakarta Sans", sans-serif;
    width: 100% !important;
    font-size: 14px;
    outline: none;
    border: 1px solid #ececec;
    border-radius: 12px;
    padding: 15px;
    transition: 0.3s ease-out;
    color: #616161 !important;
    font-weight: 400;
}

    .inputs-parent input:focus,
    .inputs-parent select:focus {
        border-color: #313131;
    }

        .inputs-parent input:focus + label,
        .inputs-parent select:focus + label {
            color: #313131;
            top: 22px;
            transform: translateY(-50%) scale(0.9);
        }

    .inputs-parent input:not(:placeholder-shown) + label,
    .inputs-parent select:not(:placeholder-shown) + label {
        top: 22px;
        transform: translateY(-50%) scale(0.9);
    }

.inputs-parent select {
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACWSURBVHgB7Y/dDYQgEIT5aeBKuBKuhSvBCrQDpBIkoQCtxBKkBEugAYhDoslGxfhq4iSbLDB8u8PYq+eJ04Mx5iuEmNC2Sqnh7INzro4xdimlv9bab/di5wuoGdVba+sCpM8eCjmA8BjyJLR+DyMQv3rK0UjEDyKOaH+oRkrJKCQPvAU6gbEryCWIwjjnARtVJcirp2oB/jdO/XsM2/oAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 18px;
    height: 54px;
}

.form-register h3 {
    margin-top: 40px;
}

.billing-address,
.register-new-view .checkbox {
    width: 100% !important;
}

.register-new-view .checkbox {
    margin-top: 40px;
    padding-left: 30px;
    color: #212427;
    font-size: 13px;
}

.address-title {
    width: 97% !important;
}

    .address-title h3 {
        background: #f5f5f5;
        width: 100%;
        padding: 12px 15px;
        font-weight: 400;
    }

.register-new-view .continue-button {
    background: #313131;
    margin-top: 30px;
    width: 100%;
    height: 55px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    border: none !important;
    border-radius: 12px !important;
}
/* End of Register form CSS */
/* Verified success or error message CSS */
.verified-email-parent h3 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.verified-email-parent-icon {
    border: 2px solid;
    padding: 20px 10px;
    border-radius: 5px;
    align-items: center;
    margin: 20px 0px;
}

    .verified-email-parent-icon svg {
        margin-right: 15px;
        width: 50px !important;
        height: 50px !important;
    }

.verified-email-parent-true {
    border-color: #27ae60;
}

    .verified-email-parent-true span {
        color: #27ae60;
    }

.verified-email-parent-false {
    border-color: #e74c3c;
}

    .verified-email-parent-false span {
        color: #e74c3c;
    }

/* End of Verified success or error message CSS */

::-webkit-datetime-edit {
    cursor: pointer;
}

.btn-danger {
    background-color: #a11e29;
}

/* Responsive CSS */
@media (max-width: 1440px) {
}

@media (max-width: 1199px) {
    .login-new-view {
        margin: 30px;
    }
}

@media (max-width: 991px) {

    .login-new {
        min-width: 300px;
    }

    .left-login img,
    .left-register img {
        width: 120px;
    }

    .go-back {
        margin-bottom: 40px;
    }

    .primary-title {
        margin-top: 20px !important;
    }

    .social-login a {
        padding: 8px 15px;
    }

    .social-login a {
        min-width: auto;
    }

    .address-section {
        display: inline-block;
    }

    section.address-section .inputs-parent {
        width: 100%;
    }

    .login-new p,
    .inputs-parent-checkbox a,
    .checkbox {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .right-login {
        display: none;
    }

    .left-login {
        margin-right: 0;
    }

    .login-new-view {
        flex-direction: column;
        width: 100%;
    }

    .login-new .form-control-new {
        min-width: auto;
    }

    .login-new {
        margin-top: 40px;
    }

    .register-new-view {
        flex-direction: column;
    }

    .register-new .form-control-new {
        min-width: auto;
    }

    .register-new {
        margin-top: 40px;
        min-width: 85%;
    }

    .form-register > div {
        width: 100%;
    }

    .inputs-parent select {
        width: 100% !important;
    }

    .left-login img,
    .left-register img {
        width: 150px;
    }

    .primary-title {
        margin-bottom: 0px !important;
    }

    .left-register {
        margin-top: 15%;
    }

    .address-title {
        width: 90% !important;
    }

    .form-register .inputs-parent {
        margin-top: 5px;
    }

    .inputs-parent input,
    .inputs-parent select {
        width: 92%;
    }
}

@media (min-width: 991px) {
    .register-new-view {
        align-items: flex-start;
        justify-content: center;
        margin: auto;
        height: 100%;
    }
}

.text-danger {
    font-size: 12px;
    margin: 4px 0 0 4px;
    color: red;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.hint {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    width: 275px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgb(49 49 49 / 20%);
    padding: 10px 15px;
    left: 0;
    bottom: -45px;
    border-radius: 8px;
    z-index: 99;
    margin-left: 0;
    font-size: 12px;
    color: rgb(33 36 39 / 70%);
    margin-bottom: 0px;
}

span.hint:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
}

.material-textfield:hover .hint {
    opacity: 1;
}

.terms-condition .checkbox,
.terms-condition .checkbox a {
    font-size: 13px;
    padding-top: 5px;
}
.mt-20 {
    margin-top: 20px !important;
}
.bb {
    border-bottom: 1px solid #ECECEC;
}
.checkbox-new {
    padding-bottom: 20px;
    margin-top: 0px;
}
.checkbox-new input[type="checkbox"] {
    cursor: pointer;
    position: absolute;
    left: 0;
    margin-right: 10px;
}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgba(#212427, 0.1);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(#212427, 0.4);
    border-radius: 6px;
}
.register-form .register-new {
    padding: 20px;
}
.register-form .primary-title {
    margin-top: 10px !important;
}
.register-form .register-new p {
    margin-bottom: 0;
    margin-top: 0;
}
.register-form .primary-title.mt-20 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.register-form .inputs-parent-checkbox a {
    font-size: 13px !important;
}
.register-form .register-new-view .checkbox {
    margin-top: 35px;
}
.register-form .sign-up {
    margin-top: 10px;
}
.register-form .go-back {
    margin-bottom: 20px;
}
.inputs-parent-checkbox.checkbox-new .material-textfield {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
}
@media (max-width: 1450px) {
    .register-form .form-register {
        height: 83vh !important;
        overflow: hidden;
        overflow-y: scroll;
    }
}
@media (max-width: 1200px) {
    .register-form .form-register {
        height: 80vh !important;
    }
}
@media (max-width: 991px) {
    .register-form .right-login {
        display: none;
    }
    .register-form .register-new {
        width: 100%;
    }
    .register-form .form-register {
        height: 100% !important;
    }
    .register-form {
        justify-content: center;
        height: 100%;
    }
    .register-form .register-new-view {
        flex-direction: unset;
    }
    .register-form .form-divided {
        grid-template-columns: 1fr;
        column-gap: 10px;
    }
    .register-form .register-new {
        margin-top: 10px;
        min-width: auto;
    }
    .register-form .primary-title.mt-20 {
        margin-bottom: 0px !important;
    }
    .register-form .register-new p {
        margin-bottom: 10px;
    }
}
.register-new.success-class {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: fit-content !important;
}
.register-success {
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-success .success {
    background: #AEECA4;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.register-success p {
    font-size: 16px;
    color: rgb(33 36 39 / 80%);
}
