/*=============================
            GENERAL
===============================*/

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    background: linear-gradient(rgba(224, 221, 219,.3),rgba(34, 34, 34,.3));
}

a {
    text-decoration: none;
    color: black;
}

a:active,
a:visited,
a:focus {
    color: #a32a29
}

a.btn-edit {
    text-decoration: none;
    background-color: #a32a29;
    color:#fff;
    padding: .5rem;
    border: solid 1px #fff;
    box-sizing: border-box;
    border-radius: 3px;
}

a.btn-edit:active {
    background-color: #db8b47;
    transition: all 1s;
}

a.btn-edit:visited {
    background-color: #8BC34A;
    transition: all 1s;
}



.loadmore {
    display: flex;
    justify-content: flex-end;
}

.loadmore svg {
    background-color: #a32a29;
    margin: .5rem;
    padding: .5rem;
}

.logo-menu {
    height: 5rem;
    background-image:url(/images/banco-logo.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.notification {
    border: solid 1px #fff;
    border-radius: 2rem;
    padding: 2rem;
}

.notification h3 {
    color: #fff;
}

.notification p {
    color: #fff;
}

.notification.up-to-date{ 
    background: rgba(69, 248, 94, 0.8);
}

.notification.critical{ 
    background: rgba(255, 165, 0, 0.8);
  
}

.notification.suspended{ 
    background: rgba(248, 69, 69, 0.8);
    animation: suspend 2s infinite ease-in-out;
    -webkit-animation: suspend 2s infinite ease-in-out;
}

@keyframes suspend {

    0% {
        background: rgba(248, 69, 69, 0.2);
    }

    50% {
        background: rgba(248, 69, 69, 0.4);
    }

    75% {
        background: rgba(248, 69, 69, 0.6);
    }

    100% {
        background: rgba(248, 69, 69, 0.8);
    }
}


@-webkit-keyframes suspend {

    0% {
        background: rgba(248, 69, 69, 0.2);
    }

    50% {
        background: rgba(248, 69, 69, 0.4);
    }

    75% {
        background: rgba(248, 69, 69, 0.6);
    }

    100% {
        background: rgba(248, 69, 69, 0.8);
    }
}

/*=============================
            HEADER
===============================*/


.fix_layout {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 10000;
    width: 100%;
}

.fix_layout .header-contact {
    display: none;
}

.fix_layout .header-contact {
    display: none;
}

.fix_layout .header-menu .header-menu-items .menu-1 {
    display: none;
}

.fix_layout .header-menu .header-menu-items .menu-2{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.fix_layout .header-menu .header-menu-items .menu-2 .menu-button-login-2{
    top: 0;
    display: inline;
    position: relative;
}


header {
    padding-top: 0px;
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.header-contact {
    display: flex;
    border-bottom: 1px solid #8d2424;
    border-top: 1px solid #e5e5e5;
    align-items: center;
    margin: 0;
}

.header-contact .header-space {
    flex-grow: 10;
}

.header-contact .social-media {
    flex-grow: 1;
    align-items: flex-end;
    font-size: 15px;
    font-weight: 600;
}

.header-contact .social-media a {
    margin-left: 1rem;
    text-decoration: none;
}

.header-contact .phone-call {
    flex-grow: 1;
    align-items: flex-end;
}

.header-contact .phone-call h5 {
    opacity: .9;
}

.header-contact .phone-call h5 span {
    color: #8d2424;
    margin-left: .5rem;
}

header .open_nav {
    display: none;
}

header .header-menu {
    display: flex;
}

header .header-menu .logo {
    flex-grow: 1;
    height: 5rem;
    margin-top: .5rem;
    background-repeat:no-repeat !important;
    background-size:contain !important;
}

header .header-menu .header-menu-items {
    flex-grow: 1;
    flex-direction: column;
    align-self: center;
}

header .header-menu .header-menu-items a {
    color: #222222;
    margin-left: 2.5rem;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    opacity: .9;

}

header .header-menu .header-menu-items a:hover {
    border-bottom: solid 3px #8d2424;
    color: #8d2424;
    padding: .2rem;
    cursor: pointer;
    -webkit-animation: menuIn 2s infinite ease 1.5s;
    animation: menuIn 2s infinite ease 1.5s;
}

header .header-menu .header-menu-items a:active {
    border-bottom: solid 3px #8d2424;
    color: #8d2424;
  
}

header .header-menu .header-menu-items .menu-0 {
    display: none;
}

header .header-menu .header-menu-items .menu-1 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    display: block;
}



header .header-menu .header-menu-items .menu-2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

header .header-menu .header-menu-items .menu-2 .menu-button-login-1 a {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    margin: 0;
    opacity: 1;
}

header .header-menu .header-menu-items .menu-2 .menu-button-login-2 a {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    margin: 0;
    opacity: 1;
}

header .header-menu .header-menu-items .menu-2 .menu-button-login-2 a:hover {
    border-bottom: 0px;
}

header .header-menu .header-menu-items .menu-2 .menu-button-login-1 a:hover {
    border-bottom: 0px;
}

header .header-menu .header-menu-items .menu-2 .menu-button-login-0 {
    display: none;
}

header .header-menu .header-menu-items .menu-2 .menu-button-login-2 {
    display: inline;
    position: absolute;
    top: 5rem;
}

header .header-menu .header-menu-items .menu-2 .menu-button-login-1 {
    display: inline;
}

header .header-menu .header-menu-items .menu-2 .menu-button-login-1,
.menu-button-login-2 {
    background: #8d2424;
    border-bottom-left-radius: 10px;
    text-align: center;
    border-top-right-radius: 10px;
    padding: 1rem 2rem;
    margin-left: 10px;

}

header .header-menu .header-menu-items .menu-2 .menu-button-help-0 {
    display: none;
}

header .header-menu .header-menu-items .menu-2 .menu-button-help-1 {
    display: inline;
    border: solid 3px #8d2424;
    padding: .7rem;
    border-radius: 5px;
    margin-left: 10px;
}

header .header-menu .header-menu-items .menu-2 .menu-button-help-1 a {
    margin: 0;
    font-size: 15px;
    color: #8d2424;
}

header .header-menu .header-menu-items .menu-2 .menu-button-help-1 a:hover {
    border-bottom: 0px;
}

header .header-menu .header-menu-items .menu-2 .menu-button-help-1 svg {
    border-left: solid 1px #8d2424;
    margin-left: 10px;
}

header .title {
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Ranga', cursive;
    color: #ffffff;
    border-bottom: 6px solid #8d2424;
    display: block;
}

header .navItem {
    font-weight: 300;
    font-size: 12px;
    color: #222222;
    opacity: .7;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}

header .navItem a {
    color: inherit;
    text-decoration: none;
}

header .navItem span {
    color: white;
    margin-right: 10px;
}

header .navItem svg {
    margin-right: 4px;
}

/*=============================
            FOOTER
===============================*/
footer {
    background: #8d2424;
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap; 
}

footer .footer-col { 
    flex-grow: 1;
    padding: .5rem;
}
footer .footer-col h3{

    color: #f2f2f2;
    font-weight: 400;
    font-size: .8rem;
   
 }


 footer .footer-col .footerItem {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
 }

 footer .footer-col .footerItem a{
    color: #f2f2f2;
    margin: 0;
    opacity: .8;
    text-decoration: none;
 }

 footer .footer-col .footerSocialMedia {
    display: inline;
    font-size: 1rem;
    margin-left: 2rem;
    margin-top: 4rem;
 }

 .contact {
    margin-left: 2rem;
    margin-top: 1rem;
 }

 .contact h2{
    color: #f2f2f2;
 }

 .contact p{
    color: #f2f2f2;
    opacity: .8;
 }

 .termes-and-conditions {
    margin: 0;
    background: #212529 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 1rem;
    
 }
 .termes-and-conditions .terms{
    padding: 1rem;
    display: inline-block;
 }

 .termes-and-conditions .terms a {
    text-decoration: none;
    font-size: 15px;
    margin: 0px;
    color: #fff;
    opacity: .3;
 }


 /*=============================
            NEWS
===============================*/

.news-container{
    margin: 0;
    padding: 3rem;
    background-color: #e0dddb;
    position: relative;
    width: 100%;
}

.news-slider {
    position: absolute;
    top:5rem;
    right:10rem;
}

.news-slider .left, .right {
    display: inline-block;
    color: #a32a29;
    margin: 1rem;
    font-size: 1.5rem;
}

.news-headline {
    padding: 2rem;
}

.news-headline h1 {
    color:#a32a29;
    font-weight: 400;
}

 .news-items {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
 }

/*=============================
            REGISTER
===============================*/

.transfer-container {
    margin:0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: url(/images/worldwide.jpg);
    background-repeat: no-repeat !important;
    background-size: cover;
}

.transfer-container .rl_container {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: solid 1px #e0dddb;
    padding: 5rem;
    background: rgba(0, 0, 0, .5) !important;
    border-radius: 20px;
}

.modal-container {
    z-index: 10000;
    position: absolute;
    top:5%;
    left: 35%;
    background: rgba(0, 0, 0, .8);
    text-align: left;
    height: 800px;
    width: 600px;
    border-radius: 20px;
    box-sizing: border-box;
}

.modal-container .form_element {
    margin-left: 10%;
}

.modal-container .form_element  select {
    padding: .5rem;
    width: 80%;
    margin: .5rem;
    text-align: left;
    opacity: .8;
    color: #222;
    border: solid 1px #e0dddb;
    box-sizing: border-box;
}

.modal-container .form_element  input {
    padding: 1rem;
    width: 80%;
    margin: .5rem;
    text-align: left;
    color: #222;
    border: solid 1px #e0dddb;
    box-sizing: border-box;
}

.modal-container .form_element  button {
    padding: 1rem;
    width: 80%;
    margin: .5rem;
    text-align: center;
    background-color: #a32a29;
    color: #fff;
    border: solid 1px #e0dddb;
    box-sizing: border-box;
}

.modal-container .form_element  textarea {
    padding: 2rem;
    width: 80%;
    margin: .5rem;
    text-align: left;
    color: #222;
    border: solid 1px #e0dddb;
    box-sizing: border-box;
}

.modal-container form {
    margin-top: 4rem;
}


.modal-container .error {
    color: #a32a29;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}




.modal-container ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222;
    opacity: .7;
}

.modal-container ::-moz-placeholder {
    /* Firefox 19+ */
    color: #222;
    opacity: .7;
}

.modal-container :-ms-input-placeholder {
    /* IE 10+ */
    color: #222;
    opacity: .7;
}

.modal-container :-moz-placeholder {
    /* Firefox 18- */
    color: #222;
    opacity: .7;
}


.btn-white{
    display: block;
    float: right;
    margin-top: 2px;
    margin-right: 5px;
    font-size: 2rem;
}


.btn-red button {
    padding: 1rem .5rem;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: #212529;
    border-radius: 25px;
    align-self: center;
    margin-bottom: .5rem;
}

.wallet-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.wallet-container .wallet-card {
    height: 150px;
    width: 300px;
    background: linear-gradient(245deg,#423333,#a32a29 80%);
    margin: .5rem;
    padding: 1rem;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: #d8d8d8;
    position: relative;

}

.wallet-card .wallet-brand {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top:10px;
    right: 20px;
}

.wallet-card .wallet-type {
    position: absolute;
    bottom: 0px;
    left: 0%;
    padding: 1rem;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    opacity: .5;
}

 .wallet-currency, .wallet-balance {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    align-self: center;
    display: inline-block;
    margin-left: 2px;
    padding-top: 50px;
}

.auth-container {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.auth-container .equity-brand-ads{
    height: 800px;
    flex-grow: 1;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.auth-container .equity-brand-ads h2 {
    color: #fff;
    margin-top: 190px;
    margin-left: 70px;
    font-size: 20px;
}

.equity-brand-ads:hover{
    cursor: pointer;
}

.rl_container {
    text-align: left;
   
}

.rl_container.login { 
    padding: 5rem;
}

.rl_container.registration {
    padding-top: 1rem;
    padding-left: 10rem;
    padding-right: 10rem;
    border: solid 1px #e0dddb;
}


.rl_container .form_element {
    margin-top: 20px;
}

.rl_container .form_element svg{
    position: relative;
    top:.3rem;
    right:2rem;
}

.rl_container .form_invalid input{
    border: solid 2px #a32a29;
}

.rl_container .form_invalid textarea{
    border: solid 2px #a32a29;
}



.rl_container .form_element select{
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid #e0dddb;
    box-sizing: border-box;
    padding: 11px 31px;
    background: #f7f7f7;
    font-weight: 300;
    opacity: .7;
    width: 260px;
}

.rl_container .form_element select option {
    background: #e0dddb;
    color: #fff;
}

.rl_container .form_element select:hover {
    background: #e0dddb;
}

.rl_container p {
    font-size: 15px;
    opacity: .5;
}

.rl_container h2 {
    font-size: 33px;
    font-weight: 300;
    color: #8d2424;
}

.rl_container input, textarea {
    font-size: 20px;
    border-radius: 3px;
    border: 1px solid #e0dddb;
    box-sizing: border-box;
    padding: 11px 31px;
    background: #f7f7f7;
    font-weight: 300;
    width: 260px;
}

.rl_container.article input {
    width: 80%;
}

.rl_container.article textarea {
    background: #f7f7f7;
    border: 1px solid #e0dddb;
    border-radius: 3px;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    font-size: 14px;
}

.rl_container.article select {
    width: 80%;
    background: #f7f7f7;
    font-size: 20px;
    border: 1px solid #e0dddb;
}



.rl_container button {
    font-size: 20px;
    padding: 10px 52px;
    background: #a32a29;
    color: #fff;
    font-weight: 300;
    border-radius: 3px;
    border: none;
    margin-top: 20px;
    width: 260px;
}

.rl_container.article button {
    width: 80%;
}

.rl_container .conf_link {
    color: #8BC34A;
    font-weight: 600;
    margin-top: 20px;
}

.rl_container .error {
    color: #FF5722;
    margin-top: 10px;
    font-weight: 600;
}

.rl_container .success  {
    color: #25f359;
    font-size: 20px;
}

.rl_container .delete_post {
    text-align: center;
    margin-top: 20px;
}

.rl_container .delete_post .button {
    font-size: 20px;
    padding: 10px 52px;
    background: #E91E63;
    color: #fff;
    font-weight: 300;
    border-radius: 3px;
    border: none;
    width: 80%;
    box-sizing: border-box;
    display: inline-block;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d8d8d8;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d8d8d8;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #d8d8d8;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #d8d8d8;
}

/*=============================
            USER
===============================*/
.user_posts {
    padding: 10px;
    box-sizing: border-box;
}

.edit_confirm {
    background: #8BC34A;
    color: #fff;
    padding: 10px 0px;
}

.current_users {
    margin: .5rem;
    flex-grow: 1;
}

.current_users td svg {
    margin-left: 5px;
    color: #a32a29;
}

.current_users h2 {
    margin-left: 5px;
}

.current_users table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    box-sizing: border-box;
    box-shadow:  2px 2px 2px 2px rgba(0, 0, 0, .5);
    width: 100%;
}

.current_users td{
    white-space: nowrap;
}

.current_users th{
    white-space: nowrap;
}

.current_users td,
.current_users th {
    border: 1px solid #e0dddb;
    text-align: left;
    padding: 8px;
  
}

.current_users td button {
    background: #a32a29;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 3px;
    border: solid 1px #fff;
}

.current_users td button.confirm{
    background: #8BC34A;
}

.current_users tr:nth-child(even) {
    background-color: #e0dddb;
}


.admin_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: linear-gradient(rgba(224, 221, 219,.3),rgba(34, 34, 34,.3));
    padding-bottom: .5rem;
}

.about-container, .borrow-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    margin: 5% 10%;
}

.about-card-title h1 {
    color: #a32a29;
    font-size: 1.7rem;
} 

.about-card-body p {
    padding: 1rem;
}

.about-card-body-value {
    color: #222;
    font-weight: 900;
}


.borrow-card-title h1 {
    color: #a32a29;
    font-size: 1.7rem;
} 

.borrow-card-body p {
    padding: 1rem;
}

.container-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #a32a29;
    width: 100%;
}

.btn-generate {
    padding: 1rem;
    margin: .5rem;
    background: #222;
    border-radius: 5rem;

}

.btn-generate a{
    color: #fff;
}

.container-title {
    flex-grow: 1;
    padding: .5rem;
}

.container-title h1{
    color: #fff;
    font-size: 1.5rem;
}

.borrow-container-header, .about-container-header{
    background: rgba(125, 125, 0, .1);
}

.about-container-header h1, .borrow-container-header h1 {
    color: #a32a29;
    font-size: 2rem;
    text-align: center;
    padding: 1rem;
}




.user_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.user_container .avatar {
    text-align: center;
    margin-top: 30px;
}

.user_container .avatar img {
    width: 200px;
}

.user_container .nfo {
    box-sizing: border-box;
    padding: 20px;
}

.user_container .nfo div {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    color: rgba(33, 37, 41,.7);
}

.user_container .nfo div span {
    font-weight: 500;
    color: #a32a29;
    font-size: 15px;
}

.user_transactions {
    flex-grow: 1;
}


.layout { 
    background-color: #fff;
    margin: 0;
}

/*=============================
            Log out
===============================*/


.logout_container h1 {
    color: #a32a29;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    padding-top: 31px;
}

/*=============================
            LOADER
===============================*/


.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}

.loader {
    color: #ebebeb;
    font-size: 11px;
    text-indent: -99999em;
    margin: 55px auto;
    position: relative;
    width: 10em;
    height: 10em;
    box-shadow: inset 0 0 0 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader:before,
.loader:after {
    position: absolute;
    content: '';
}

.loader:before {
    width: 5.2em;
    height: 10.2em;
    background: #ffffff;
    border-radius: 10.2em 0 0 10.2em;
    top: -0.1em;
    left: -0.1em;
    -webkit-transform-origin: 5.2em 5.1em;
    transform-origin: 5.2em 5.1em;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}

.loader:after {
    width: 5.2em;
    height: 10.2em;
    background: #ffffff;
    border-radius: 0 10.2em 10.2em 0;
    top: -0.1em;
    left: 5.1em;
    -webkit-transform-origin: 0px 5.1em;
    transform-origin: 0px 5.1em;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes menuIn {

    0% {
        opacity: .9;
    }

    50% {
        opacity: .7;
    }

    100% {
        opacity: .4;
    }

}

@keyframes menuIn {

    0% {
        opacity: .9;
    }

    50% {
        opacity: .7;
    }

    100% {
        opacity: .4;
    }

}


/*=============================
    MEDIA QUERY FOR MOBILE
===============================*/

@media (max-width: 480px) {

    header {
        background: #8d2424;
    }

    .header-contact {
        display: none;
    }

    header .open_nav {
        display: block;
        position: absolute;
        left: 0px;
    }

    header .title {
        display: block;
    }

    header .header-menu {
        display: none;
    }

    .news-slider {
        position: absolute;
        top:100%;
        right:0;
        margin-top: -3rem;
    }

    .news-items {
        flex-wrap: wrap;
     }

     .news-container{
        padding: 0.5rem;;
     }

     .auth-container .equity-brand-ads{
        height: 200px;
     }

     .auth-container .equity-brand-ads h2 {
        color: #fff;
        margin-top: 70px;
        margin-left: 27px;
        font-size: 15px;
    }

    .user_wallet {
        overflow-x: scroll;
        width: 90%;
    }

    .user_transactions {
        overflow-x: scroll;
        width: 90%;
    }

    .user_list {
        overflow-x: scroll;
        width: 90%;
    }

  

    .modal-container {
        z-index: 10000;
        position: absolute;
        top:15%;
        left: 5%;
        height: 700px;
        width: 400px;
    }

    .modal-container form {
        margin-top: 1rem;
    }

}


/*=============================================
    MEDIA QUERY FOR LOW RESOLUTION TABLETS, IPADS
===============================================*/

@media (min-width: 481px) and (max-width: 767px) {


    header {
        background: #8d2424;
    }

    .header-contact {
        display: none;
    }

    header .open_nav {
        display: block;
        position: absolute;
        left: 0px;
    }

    header .title {
        display: block;
    }

    header .header-menu {
        display: none;
    }

    .news-slider {
        position: absolute;
        top:100%;
        right:0;
        margin-top: -3rem;
    }

    .news-items {
        flex-wrap: wrap;
     }

     .auth-container .equity-brand-ads h2 {
        color: #fff;
        margin-top: 180px;
        margin-left: 70px;
        font-size: 20px;
    }

    .user_wallet {
        overflow-x: scroll;
        width: 95%;
    }

    .user_transactions {
        overflow-x: scroll;
        width: 95%;
    }

    .user_list {
        overflow-x: scroll;
        width: 95%;
    }

    
    .modal-container {
        z-index: 10000;
        position: absolute;
        top:40%;
        left: 5%;
        height: 850px;
        width: 400px;
    }

    .modal-container form {
        margin-top: 2rem;
    }


}


/*=============================================
    MEDIA QUERY FOR TABLETS IPADS PORTRAIT MODE
===============================================*/

@media (min-width: 768px) and (max-width: 1024px) {

    header {
        background: #8d2424;
    }

    .header-contact {
        display: none;
    }

    header .open_nav {
        display: block;
        position: absolute;
        left: 0px;
    }

    header .title {
        display: block;
    }

    header .header-menu {
        display: none;
    }

    .news-slider {
        position: absolute;
        top:100%;
        right:0;
        margin-top: -3rem;
    }

    .news-items{
        flex-wrap: wrap;
    }

    .auth-container .equity-brand-ads h2 {
        color: #fff;
        margin-top: 180px;
        margin-left: 70px;
        font-size: 20px;
    }

    .user_transactions {
        overflow-x: scroll;
        width: 95%;
    }

    .user_list {
        overflow-x: scroll;
        width: 95%;
    }

    .user_wallet {
        overflow-x: scroll;
        width: 95%;
    }
  
    .modal-container {
        z-index: 10000;
        position: absolute;
        top:45%;
        left: 25%;
        height:750px;
        width: 500px;
    }

    .modal-container form {
        margin-top: 2rem;
    }

}


/*=============================================
    MEDIA QUERY FOR LAPTOPS AND DESKTOPS
===============================================*/

@media (min-width: 1025px) and (max-width: 1280px) {

    header .open_nav {
        display: none;
    }

    .header-contact {
        display: flex;
    }

    header .title {
        display: none;
    }

    header .header-menu {
        display: flex;
    }

    header .header-menu .header-menu-items .menu-2 .menu-button-login-2 {
        display: inline;
    }

    header .header-menu .header-menu-items .menu-2 .menu-button-help-1 {
        display: none;
    }

    .auth-container .equity-brand-ads h2 {
        color: #fff;
        margin-top: 180px;
        margin-left: 70px;
        font-size: 20px;
    }


    .user_wallet {
        overflow-x: scroll;
        width: 98%;
    }

    .user_transactions {
        overflow-x: scroll;
        width: 98%;
    }

    .user_list {
        overflow-x: scroll;
        width: 98%;
    }


    .modal-container {
        z-index: 10000;
        position: absolute;
        top:20%;
        left: 25%;
        height: 820px;
        width: 600px;
    }

    .modal-container form {
        margin-top: 3rem;
    }


}

/*=============================================
    MEDIA QUERY FOR LARGE SCREEN
===============================================*/

@media (min-width: 1281px) {

    header .open_nav {
        display: none;
    }

    .header-contact {
        display: flex;
    }

    header .title {
        display: none;
    }

    header .header-menu {
        display: flex;
    }

    
    .user_wallet {
        overflow-x: scroll;
        width: 95%;
    }

    .user_transactions {
        overflow-x: scroll;
        width: 95%;
    }

    .user_list {
        overflow-x: scroll;
        width: 95%;
    }


    .modal-container {
        z-index: 10000;
        position: absolute;
        top:20%;
        left: 25%;
        height: 820px;
        width: 600px;
    }

    .modal-container form {
        margin-top: 3rem;
    }

}