body,
html {
    font-family: 'Poppins', sans-serif;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;

}

.layout-wrapper .layout-menu-container .layout-menu li a .layout-menuitem-text {
    font-size: medium;
}

.layout-wrapper .layout-topbar {
    background-color: #FFEF00;
}

.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a.active-route .layout-menuitem-text {
    color: #FFEF00;
}


.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a .layout-menuitem-text {
    color: #FFEF00;
}


.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu li a .layout-menuitem-icon {
    color: #FFEF00;
}

.layout-wrapper .layout-menu-container .layout-menu-logo {
    background-color: #000;
}

.layout-wrapper.layout-menu-dark .layout-menu-container .layout-menu-wrapper {
    border-right: 0 none;
    background-color: black;
}

.layout-wrapper .layout-topbar {
    background-color: #ffffff;
}

.layout-menu-label {
    font-size: 24px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    margin-left: 10px;
}

.layout-wrapper .layout-menu-container .layout-menu-logo button .bx {
    font-size: 20px !important;
    padding: 10px;
    color: #FFEF00;
}

.layout-menu-wrapper .bx {
    margin: 0 15px;
}

span.logo_name {
    color: #FFEF00;
}

.layout-wrapper .layout-menu-container .layout-menu-logo button .logo_name {
    font-size: 24px;
    font-weight: 500;
}

/** Login page **/
main {
    width: 100vw;
    height: 100vh;
    min-height: auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 1);
    /* overflow: none; */
}

main .card {
    position: relative;
    width: 100%;
    height: 490px;
    padding: 30px;
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 0, 1);

}

main .card img {
    position: absolute;
    top: -65px;
    left: 155px;
    background-color: rgba(255, 255, 0, 1);
    width: 100px;
    height: 100px;
    padding: 12px;
    border-radius: 50%;
    text-indent: -100px;
    outline: none;
}


.title {
    font-size: 1.2rem;
    color: #495057;
}


.shop-image {
    background-color: rgba(255, 255, 0, 1);
    width: 100px;
    height: 100px;
    padding: 12px;
    border-radius: 50%;
    outline: none;
}

.shop-image2 {
    width: auto;
    height: auto;
    outline: none;
}

main .card p {
    text-align: center;
    margin-top: -22px;
    margin-bottom: 20px;
    font-size: 12px;

}

main .card a {
    color: rgba(255, 255, 0, 1);
    opacity: 1;
    text-decoration: none;
    transition: all 0.5s ease;
}

main .card a:hover {
    opacity: 1;
}

main input {
    height: 45px;
    margin-top: 5px;
    border-radius: 5px;
    outline: none;
    padding-inline: 10px;
    border: 1px solid rgba(255, 255, 0, 0.493);
    background-color: transparent;
    color: yellow;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

main input:hover,
main input:focus {
    border: none;
    border: 1px solid rgba(255, 255, 0, 1);
    color: black;
}

main button {
    height: 45px;
    border-radius: 5px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 0, 1);
    background-color: transparent;
    color: rgba(255, 255, 0, 1);
    transition: all 0.5s ease;
}

main button:hover {
    border: 1px solid rgba(255, 255, 0, 1);
    background-color: rgba(255, 255, 0, 1);
    color: black;
}

main hr {
    border: 1px solid rgba(255, 255, 0, 0.4);
    outline: none;
}

/*Socials buttons*/
main .socials {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    font-size: 14px;
}


main .socials .btn a {
    padding: 10px 18px;
    border-radius: 5px;
    border: none;
    text-decoration: none;
    transition: all 0.5s ease;
}

main .socials .google a {
    /* background-color: red; */
    /* padding: 10px 20px; */
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 0, 1);
    text-decoration: none;
    color: rgba(255, 255, 0, 1);

}

main .socials .google a:hover {
    background-color: rgba(255, 255, 0, 1);
    color: rgba(0, 0, 0, 1);
}

main .socials .facebook a {
    /* background-color:  */
    /* padding: 10px 20px; */
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 0, 1);
    text-decoration: none;
    color: rgba(255, 255, 0, 1);
}

main .socials .facebook a:hover {
    background-color: rgba(255, 255, 0, 1);
    color: rgba(0, 0, 0, 1);
}

main .socials .twitter a {
    /* background-color:  */
    /* padding: 10px 20px; */
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 0, 1);
    text-decoration: none;
    color: rgba(255, 255, 0, 1);
}

main .socials .twitter a:hover {
    background-color: rgba(255, 255, 0, 1);
    color: rgba(0, 0, 0, 1);
}

main .card .signin {
    width: 100%;
    text-transform: uppercase;
    padding-block: 15px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;
}

main .card .copyright {
    margin-top: 33px;
    align-self: center;
    font-size: 12px;
    font-weight: 100;
}

/*forgot form styling*/
main .forgot .title,
.forgot label {
    text-align: center;
}

main .forgot .restme {
    padding-inline: 10px;
    text-align: center;
    margin-top: 45px;
    font-weight: 100;
    font-size: 14px;
    color: rgba(255, 255, 0, 1);
    line-height: 20px;
}


/*Responsive media query*/
@media (min-width: 560px) {
    main {
        width: 100vw;
        height: 100vh;
        min-height: 300px;
        /* background-color: red; */
        display: flex;
        justify-content: center;
        align-items: center;
        color: aliceblue;
        background: white;
        /* overflow: none; */
    }

    main .card {
        position: relative;
        width: 400px;
        height: auto;
        padding: 30px;
        display: flex;
        border-radius: 15px;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 1);
        color: rgba(255, 255, 0, 1);
        box-shadow: rgb(38, 57, 77) 0px 5px 20px -10px;
    }

    main .card img {
        left: 150px;
    }
}

@media (min-width:390) {
    main .form-group {
        display: flex;
    }

    main form .inline {
        width: 100%;

    }
}


i.layout-menuitem-icon.bx {
    font-size: 20px;
    padding-right: 5px;
}

.layout-content {
    overflow-x: hidden;
}


/** Table Paginator **/
.p-datatable .p-paginator-bottom {
    padding: 15px 0 0 0;
    border-width: 0 0 0 0;
    border-radius: 0;
}

/** On Selection Hover **/
.p-datatable .p-datatable-tbody>tr:not(.p-highlight):not(.p-datatable-emptymessage):hover {
    background: #e9ecef;
    color: #495057;
}

/** On hover over table column links **/
.p-button.numlink:enabled:hover {
    background-color: #fbe200;
    border-radius: 3px;
}

.p-button.p-button-link:enabled:hover .p-button-label {
    text-decoration: none;
}

.p-datatable .p-column-header-content {
    display: block !important;
}

.primary-btn {
    color: #FFEB3B;
    background: #000000;
    border: 1px solid #000000;
}

.outline-btn {
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
}


.transparent-btn {
    color: #000000;
    background: transparent;
    border: none;
}


.d-btn:enabled:hover {
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
}

.btn {
    cursor: pointer;
}

.j-button-login {
    color: #000000;
    background: #f5e102;
    border: 1px solid #f5e102;
}

.wrap {
    text-wrap: wrap;
}

.prevent-events {
    pointer-events: none;
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link {
    background: none;
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    border-bottom: 3px solid #000;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #000;
}

.p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus {
    box-shadow: none !important;
}



.p-timeline-event-opposite {
    display: none;
}

.card1 {
    border: none;
}

div.p-timeline-event:nth-child(1)>div:nth-child(2)>span:nth-child(1) {
    background-color: #ffff00 !important;
}

@media (max-width: 1000px) {
    .reverse-grid {
        flex-direction: column-reverse;
    }

    .reverse-height {
        height: 90vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .reverse-form {
        height: 350px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}


main>.div-main {
    width: 850px;
    border-radius: 10px;
    height: 400px;
    background-color: #000;
    position: relative;
    padding: 20px;
    display: flex;
    justify-content: center;
    padding-right: 50px;
    box-shadow: 2px 2px 10px 2px rgba(90, 90, 90, 0.308);
}

main>div:nth-child(1)>.login-logo {
    position: absolute;
    left: -40px;
    top: 160px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

main>div:nth-child(1)>.nonlog {
    position: absolute;
    left: -40px;
    top: 160px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

main>div:nth-child(1)>.nonlog img {
    width: 80px;
    height: 80px;
    padding: 10px;
    border: 2px solid white;
    border-left: none;
    background-color: rgba(255, 255, 0, 1);
    box-shadow: 2px 2px 10px 2px rgba(90, 90, 90, 0.308);
    border-radius: 50%;
}

main>div:nth-child(1)>.login-logo img {
    width: 80px;
    height: 80px;
    padding: 10px;
    border-left: none;
    background-color: #ffff00;
    box-shadow: 2px 2px 10px 2px rgba(90, 90, 90, 0.308);
    border-radius: 50%;
}

main>div:nth-child(1)>div:nth-child(2) {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

main>div:nth-child(1)>div:nth-child(2)>.login-words-div {
    width: 360px;
    height: 360px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    position: relative;
}

main>div:nth-child(1)>div:nth-child(2)>.login-words-div>p {
    margin-left: 40px;
    color: rgba(255, 255, 255, 0.705);
    font-weight: 300;
}

main>div:nth-child(1)>div:nth-child(2)>.login-form-div {
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    padding: 20px;
    padding-right: 0;
}

main>div:nth-child(1)>div:nth-child(2)>.login-form-div h1 {
    display: flex;
    font-size: 23px;
    color: rgba(255, 255, 0, 0.815);
}

main>div:nth-child(1)>div:nth-child(2)>.login-form-div>input {
    height: 50px;
    margin-top: 0;
}

.input-div {
    display: flex;
    flex-direction: column;
    position: relative;
}

.input-div label {
    color: rgba(255, 255, 0, 0.815);
    font-weight: 400;
    font-size: 13px;
    padding-left: 5px;
}

.input-div input {
    color: rgb(255, 255, 255);
    font-size: 17px;
}

.input-div input:focus,
.input-div input:hover {
    color: rgb(255, 255, 255)
}

.input-div input::placeholder {
    margin: 0;
    color: rgba(255, 255, 255, 0.384);
}

.input-div input::-webkit-input-placeholder {
    opacity: 1;
}


.loginBut {
    background-color: transparent;
    color: rgb(255, 255, 0);
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
    transition: background 0.4s ease-in-out;
}

.loginBut:enabled:hover {
    background-color: rgb(255, 255, 0, 1);
    color: #000;
    cursor: pointer;
}

main>div:nth-child(1)>div:nth-child(2)>.login-form-div>div {
    display: flex;
    flex-direction: column;
}

main>div:nth-child(1)>div:nth-child(2)>.login-form-div>div>div {
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 0, 1);
}

main>div:nth-child(1)>div:nth-child(2)>.login-form-div>div>div a {
    color: rgba(255, 255, 0, 0.74);
    margin-top: 8px;
    cursor: pointer;
}

main>div:nth-child(1)>div:nth-child(2)>.login-form-div>div>div a:nth-child(2) {
    color: rgba(255, 255, 0, 0.842);
    font-weight: 400;
}

main>div:nth-child(1)>div:nth-child(2)>.login-form-div>div>div a:focus,
main>div:nth-child(1)>div:nth-child(2)>.login-form-div>div>div a:hover {
    color: rgba(255, 255, 0, 1);
    transition: color 0.4s ease-in-out;
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-form-div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 320px;
    height: 140px;
    color: rgba(255, 255, 0, 0.699);
    margin-left: 40px;
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-form-div>div:nth-child(1) {
    display: flex;
    flex-direction: column;
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-form-div>div:nth-child(1)>label {
    color: rgba(255, 255, 0, 0.815);
    font-weight: 400;
    font-size: 13px;
    padding-left: 5px;
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-form-div>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-form-div>div:nth-child(1)>input {
    color: rgba(255, 255, 0, 1);
    font-weight: 300;
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-form-div>div:nth-child(1)>input::placeholder {
    color: rgba(255, 255, 0, 0.356);
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-words-div>h1 {
    font-size: 20px;
    margin: 0;
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-words-div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 340px;
    height: 140px;
    margin-right: 20px;
    font-size: 16px;
}

.cancel {
    background-color: transparent;
    color: rgba(255, 255, 0, 0.719);
    border: 2px solid rgb(255, 255, 0);
    font-weight: 600;
}

.cancel:enabled:hover,
.cancel:not(button):not(a):not(.cancel):hover {
    background-color: rgb(255, 255, 0);
    color: #000000;
    border-color: #ffe81c;
    border-width: 2px;
}

.send:enabled:hover,
.send:not(button):not(a):not(.send):hover {
    background-color: rgb(255, 255, 0);
    color: #000000;
    border-color: #ffe81c;
    /* border: 2px solid rgb(255, 255, 0) */
    transform: scale(1.05);
}

.send {
    background-color: rgb(255, 255, 0);
    color: #000;
    width: 220px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-words-div>h1 {
    color: rgba(255, 255, 0, 0.89);
    margin-left: 40px;
}

main>div:nth-child(1)>div:nth-child(2)>.forgot-words-div>p {
    margin-left: 40px;
    color: rgba(255, 255, 255, 0.719);
    font-weight: 200;
}

main>div:nth-child(2) {
    margin-top: 5px;
    width: 815px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

main>div:nth-child(2) a {
    color: #00000098;
    font-size: 12px;
}

main>div:nth-child(2) a:hover,
main>div:nth-child(2) a:focus {
    color: #000;
}


.home-div {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    margin: 10px;
    margin-top: 15px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100px;
    border: 1px solid rgba(87, 87, 87, 0.61);
    border-radius: 8px;
    transition: background 0.3s ease;
}

.home-div:hover {
    background-color: rgb(255, 255, 0);
}

.home-div h4 {
    color: #00000075;
    margin: 0;
    font-size: 14px;
}

.home-div svg {
    width: 30px;
    fill: #00000075;
    height: 30px;
}

.home-icon {
    color: #00000075;
    font-size: 24px;
}

.login-words-div {
    transform-origin: scale(0);
    transition: all 4s ease-in;
}


/* CREATE ACCOUNT */

label::selection,
a,
p,
h1,
h4 {
    user-select: none;
}

#error {
    position: absolute;
    right: 10px;
    bottom: -8px;
    background-color: black;
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 3px;
    color: red;
    z-index: 1;
}

.country-code {
    width: 350px !important;
    height: 50px !important;
}

.country-code .flag-dropdown.open .selected-flag {
    background-color: transparent !important;
}

.country-code .form-control {
    background-color: transparent !important;
    border: 1px solid rgba(255, 255, 0, 0.534) !important;
    width: 350px !important;
    height: 50px !important;
    font-size: 17px !important;
}

.country-code .flag-dropdown {
    border: 1px solid rgba(255, 255, 0, 0.301) !important;
    background-color: transparent !important;
}

.country-code .country-list {
    background-color: black !important;
}

.country-code .country-list .country.highlight {
    background-color: rgba(255, 255, 0, 0.4) !important;
}

.country-code .country-list .country:hover {
    background-color: rgba(255, 255, 0, 0.226) !important;
    color: black !important;
}

.country-code .selected-flag:hover {
    background-color: transparent !important;
}

.error-Input .form-control {
    border: 1px solid red !important;
}

.country-code-reduced {
    width: 322px !important;
    height: 39px !important;
}

.country-code-reduced-v2 {
    width: 310px !important;
    height: 35px !important;
}

.country-code-reduced .flag-dropdown.open .selected-flag {
    background-color: transparent !important;
}

.country-code-reduced .form-control {
    background-color: transparent !important;
    width: 322px !important;
    height: 39px !important;
    font-size: 15px !important;
}

.country-code-reduced-sm .form-control {
    background-color: transparent !important;
    width: 458px !important;
    height: 39px !important;
    font-size: 15px !important;
}

.country-code-reduced .flag-dropdown {
    background-color: transparent !important;
}

.country-code-reduced .country-list {
    background-color: black !important;
}

.country-code-reduced .selected-flag:hover {
    background-color: transparent !important;
}


.error-Input .flag-dropdown {
    border: 1px solid red !important;
}

.country-code-reduced-further .flag-dropdown {
    background-color: transparent !important;
}

.country-code-reduced-further .form-control {
    background-color: transparent !important;
    width: 210px !important;
    font-size: 15px !important;
}

.country-code-reduced-further-sm .form-control {
    width: 225px !important;
}

.error-input {
    border: 1px solid red !important;
    background: transparent;
    height: 45px;
}

.error-input-drop {
    border: 1px solid red !important;
    border: 1px solid rgba(255, 255, 0, 0.534);
    background: transparent;
}

.progressBar {
    position: absolute;
    display: none;
    top: 0px;
    left: 0;
    height: 4px;
    width: 0px;
    background-color: rgb(255, 255, 0);
    transition: width 0.6s ease-in;
}

.words-div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 360px;
    height: 200px;
}

.words-div h1 {
    color: rgba(255, 255, 0, 0.808);
    margin-left: 40px;
}

.words-div p {
    margin: 0;
    margin-left: 40px;
}

.inputs-div {
    position: relative;
    margin-left: 20px;
    width: 350px;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.inputs-div label:nth-child(3) {
    margin-top: 5px;
}

.inputs-div>div:nth-child(3) {
    align-self: self-end;
    width: 220px;
    display: flex;
    justify-content: space-between;
}

.inputs-div button {
    width: 100px;
    margin-top: 10px;
    align-self: flex-end;
}

.dob-input-div {
    height: 60px;
    display: flex;
    position: relative;
}

.dob-input-div input {
    width: 99px;
    margin: 0 5px;
}

.drop-down {
    border: 1px solid rgba(255, 255, 0, 0.534);
    background: transparent;
    height: 40px;

}

.genderDr.drop-down>span,
.drop-down.month>span {
    color: white;
}

.drop-down.month {
    width: 130px;
    margin-right: 6px;
    color: white;
    border: 1px solid rgba(255, 255, 0, 0.534);
}

.eyes {
    position: absolute;
    right: 8px;
    top: 40px;
    width: 20px;
    height: 20px;
}

.p-dropdown-label .p-inputtext {
    color: white;
}

#error-date {
    position: absolute;
    right: 4px;
    bottom: -28px;
    background-color: black;
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 3px;
    color: red;
    z-index: 1;
}

.congs-div {
    width: 350px;
    height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 30px;
}

.congs-div>div {
    display: flex;
    justify-content: flex-end;
}

.congs-div>p {
    margin-top: 20px;
}

.congs-div>div>button {
    width: 100px;
}

main .card {
    display: none;
}

main {
    flex-direction: column;
}

.j-button-outline {
    color: #000000;
    background: #ffffff;
    border: 1px solid #000000;
}

.j-button-default {
    color: #FFEB3B;
    background: #000000;
    border: 1px solid #000000;
}


.strongHeader {
    color: rgba(0, 0, 0, 0.808);
}

.strongFooter {
    color: rgba(0, 0, 0, 0.808);
}

.para {
    color: rgba(0, 0, 0, 0.808);
    font-size: 14px;
    text-align: justify;
}

.logb {
    position: absolute;
    bottom: 80px;
    left: 150px;
    color: rgb(255, 255, 0) !important;
    font-size: 12px;
}

.logb span {
    font-weight: 700;
}

.line::after{
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 50%;
    height: 2px;
    background-color: rgb(235, 235, 41);
}

main>div:nth-child(1)>.login-logo>h1 {
    display: none;
}

.footerlinks {
    display: none;
}

@media (max-width: 1100px) {
    main>.div-main {
        width: 80%;
        height: 80%;
        flex-direction: column;
    }

    main>div:nth-child(1)>div:nth-child(2) {
        flex-direction: column;
        height: 600px;
    }

    main>div:nth-child(1)>.login-logo {
        left: unset;
        top: 20px;
        right: 20px;
    }

    main>div:nth-child(1)>.nonlog {
        position: absolute;
        top: 40px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 94%;
    }

    main>div:nth-child(1)>.nonlog img {
        border: none;
    }



    main>div:nth-child(2) {
        width: 80%;
    }

    .logb {
        bottom: 60px;
        left: 320px;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-form-div h1 {
        position: absolute;
        top: -180px;
        font-size: revert-layer;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-words-div {
        width: 660px;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-form-div {
        width: 650px;
    }

    .words-div {
        width: 660px;
        height: 500px;
    }

    .inputs-div {
        width: 650px;
    }

    .inputs-div>div:nth-child(3) {
        width: 100%;
    }

    .inputs-div button {
        width: 300px;
    }

    .input-div {
        width: 100%;
    }

    .country-code {
        width: 100% !important;
    }

    .country-code .form-control {
        width: 100% !important;
    }

    .respons input {
        width: 98%;
    }

    .drop-down.month {
        width: 100%;
    }

    .congs-div {
        width: 80%;
    }

}


@media (max-width: 936px) {
    main>.div-main {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

    main>div:nth-child(1)>div:nth-child(2) {
        flex-direction: column;
        justify-content: space-around;
        height: 930px;
    }

    main>div:nth-child(1)>.login-logo>h1 {
        margin-left: 60px;
        display: flex;
        font-size: 23px;
        color: #ffff00d0;
    }

    main>div:nth-child(1)>.login-logo {
        position: static;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        width: 94%;
    }

    main>div:nth-child(1)>.nonlog {
        position: static;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 94%;
    }

    main>div:nth-child(1)>.login-logo img {
        border: none;
    }

    main>div:nth-child(1)>.nonlog img {
        border: none;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-form-div {
        width: 88%;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-words-div {
        width: 88%;
        justify-content: unset;
    }

    .words-div {
        width: 88%;
        position: absolute;
        top: 0;
    }

    .inputs-div {
        width: 88%;
        margin-top: 500px;
    }

    main {
        background: black;
    }

    main>div:nth-child(2) a {
        color: #fff;
    }

    main>div:nth-child(2) {
        width: 530px;
        position: absolute;
        bottom: 30px;
        display: none;
    }

    .footerlinks {
        display: flex;
        justify-content: space-between;
        width: 78%;
        margin-left: 60px;
        position: absolute;
        bottom: 0;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-form-div h1 {
        display: none;
    }

    .logb {
        bottom: 50px;
        left: 41%;
    }

    a {
        font-weight: 200;
    }

    .inputs-div>div:nth-child(3) {
        width: 100%;
    }

    .inputs-div button {
        width: 48%;
    }

    .input-div {
        width: 100%;
    }

    .country-code {
        width: 100% !important;
    }

    .country-code .form-control {
        width: 100% !important;
    }

    .respons input {
        width: 98%;
    }

    .drop-down.month {
        width: 100%;
    }

    .congs-div {
        width: 88%;
        height: 225px;
    }

    .congsheader {
        position: absolute;
        top: 300px;
        left: -24px;
    }

}

.login-logoe {
    display: none;
}


@media (max-width: 536px) {

    main>.div-main {
        width: 100%;
        height: 100%;
        justify-content: space-between;
        padding-right: 40px;
        flex-direction: column;
    }

    .login-logoe {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        margin-top: 10px;
    }

    .login-logoe h1 {
        display: flex;
        font-size: 23px;
        margin-left: 25px;
        color: rgba(255, 255, 0, 0.815);
    }

    .login-logoe img {
        width: 60px;
        height: 60px;
        padding: 10px;
        border-left: none;
        background-color: rgba(255, 255, 0, 1);
        box-shadow: 2px 2px 10px 2px rgba(90, 90, 90, 0.308);
        border-radius: 50%;
        border: none;
    }

    main>div:nth-child(1)>div:nth-child(2) {
        flex-direction: column;
        justify-content: space-around;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-words-div {
        justify-content: flex-start;
        height: 300px;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-words-div {
        width: 360px;
    }

    main>div:nth-child(1)>.login-logo {
        display: none;
    }

    main>div:nth-child(1)>.nonlog {
        position: absolute;
        width: 88%;
        top: 50px;
        left: 10px;
    }

    .logb {
        bottom: 60px;
        left: 105px;
    }

    .congsheader {
        position: static;
    }

    .congs-div {
        margin-left: 0;
    }

    .congs-div>p {
        color: #fff;
    }

    main>div:nth-child(2) {
        width: 90%;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-form-div {
        width: 350px;
    }

    main>div:nth-child(1)>div:nth-child(2)>.login-form-div h1 {
        display: none;
        position: absolute;
        top: 50px;
    }

    main>div:nth-child(1)>.login-logo>h1 {
        display: none;
    }

    .login-words-div>p:nth-child(1) {
        margin-top: 20px;
    }

    main>div:nth-child(1)>div:nth-child(2) {
        justify-content: space-between;
        height: 630px;
    }

    .words-div {
        width: 100%;
        margin-top: 120px;
        margin-left: 15px;
        position: static;
    }

    .words-div h1 {
        margin-left: 0;
    }

    .words-div p {
        margin-left: 0;
        color: white;
    }

    .inputs-div {
        width: 100%;
        margin-top: 100px;
        margin-left: 15px;
    }

    .inputs-div>div:nth-child(3) {
        justify-content: space-between;
        align-self: normal;
        width: unset;
    }

    .inputs-div button {
        width: 165px;
    }

    .footerlinks {
        width: 80%;
        position: absolute;
        bottom: 5px;
        font-size: 10px;
        left: 35px;
        margin-left: 0;
    }

}

@media (max-width: 400px) {
    .login-logoe h1 {
        margin-left: 0;
    }

    .logb {
        left: 95px;
    }

    .footerlinks {
        width: 90%;
        left: 15px;
    }
}

@media (max-height: 700px) and (max-width: 400px) {
    .login-logoe h1 {
        margin-left: 0;
    }

    .logb {
        bottom: 30px;
        left: 95px;
    }

    main > div:nth-child(1) > div:nth-child(2) {
        height: 560px;
    }
    main > div:nth-child(1) > div:nth-child(2) > .login-words-div {
        height: 270px;
    }

    .inputs-div button {
        width: 155px;
    }

    .words-div {
        margin-top: 100px;
    }
}

@media (max-width: 380px) {

    .inputs-div button {
        width: 145px;
    }
}

@media (max-width: 330px) {

    main > div:nth-child(1) > div:nth-child(2) > .login-words-div {
        font-size: 13px;
    }
    
    main > div:nth-child(1) > div:nth-child(2) > .login-words-div > p {
        margin-left: 60px;
    }

    main > div:nth-child(1) > div:nth-child(2) > .login-form-div {
        width: 300px;
    }

    .login-logoe {
        height: 50px;
    }

    .login-words-div > p:nth-child(1) {
        margin-top: 10px;
    }

    main > div:nth-child(1) > div:nth-child(2) > .login-words-div {
        height: 200px;
    }

    main > div:nth-child(1) > div:nth-child(2) {
        height: 530px;
    }
    
    main > div:nth-child(1) > div:nth-child(2) > .login-form-div {
        height: 280px;
        padding-top: 0;
    }
    
    main input {
        height: 35px;
    }

    .words-div {
        margin-top: 80px;
    }
    
    main > div:nth-child(1) > .nonlog {
        height: 20px;
    }
    
    main > div:nth-child(1) > .nonlog img {
        width: auto;
        height: 60px;
    }

    .words-div {
        height: 400px;
    }

    .inputs-div button {
        width: 125px;
    }

    h1 {
        font-size: 1.5rem;
    }
    
    body {
        font-size: 13px;
    }
    
    .inputs-div {
      margin-top: 50px;
    }
    
    .words-div {
      height: 200px;
    }
    .words-div {
      margin-top: 50px;
    }
  
    .inputs-div {
        justify-content: unset;
    }
  
}

.pad {
    padding: 6px;
}

.p-ripple.active-route {
    background-color: rgba(255, 255, 0, 0.603) !important;
    color: #000 !important;
}

.p-ripple.active-route .layout-menuitem-icon  {
    color: #000 !important;
}

.p-ripple.active-route .layout-menuitem-text{
    color: #000 !important;
    font-weight: 600 !important;
}

.p-ripple.active-route .menuitem-badge {
    background-color: #000 !important;
    color: #FFEB3B !important;
}

.round {
    border-radius: 25px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    height: 30px;
}

.round-lg {
    border-radius: 25px;
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    height: 30px;
}

.round-xl {
    border-radius: 25px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    height: 30px;
}

.heighty {
    height: 68vh;
}
.custom-input-otp > span.p-inputnumber > input:nth-child(1) {
    width: 40px;
    border-radius: 0;
    border: none;
    background: none !important;
}

.otp > div:nth-child(1) > span > input {
    text-align: center;
}

.otp > div:nth-child(3) > span > input {
    text-align: center;
}

#popup_menu {
    width: 10.5rem !important;
}
  
#popup_menu{
    top: 58.5px  !important;
    left: 1756.75px !important;
}

.p-datatable .p-datatable-tbody > tr > td {
    border-color: #f2f1f1 !important;
}

.no-radius  > input:nth-child(1) {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-right: none !important;
}    

.edit-icon {
    position: relative;
    left: 7rem;
}
.p-inputswitch.p-inputswitch-checked.custom .p-inputswitch-slider {
    background: #000 !important;
}  

.bolder {
    font-size: 1.25rem;
}

.desk-height {
    height: 72vh;
}

@media screen and (max-width: 1900px) {
    .edit-icon {
        left: 10rem;
    }    
    
    #popup_menu{
        left: 1056.75px !important;
    }
    .desk-height {
        height: 87vh;
    }
}

@media screen and (max-width: 1440px) {
    .edit-icon {
        left: 5rem;
    }    

    #popup_menu{
        left: 1276.75px !important;
    }

    .small-td {
        width: 730px;
    }
    .desk-height {
        height: 71vh;
    }
}

@media screen and (max-width: 1280px) {
    .edit-icon {
        left: 4rem;
    }  
    
    #popup_menu{
        left: 1116.75px !important;
    }

    .small-td {
        width: 670px;
    }

    .heighty {
        height: 86vh;
    }

    .bolder {
        font-size: 0.9rem;
    }
    .desk-height {
        height: 67vh;
    }
}

.focus-serial:hover {
    color: #b4b4b4;
}
