/* div {
    border: 1px solid red;
} */

* {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

.recent-transactions-table::-webkit-scrollbar {
    display: none;
}

.body::-webkit-scrollbar {
    width: 10px;
}

.body::-webkit-scrollbar-track {
    background: #012440;
}

.body::-webkit-scrollbar-thumb {
    background: #0E528B;
}
.user-profile-review-container::-webkit-scrollbar {
    width: 10px;
}

.user-profile-review-container::-webkit-scrollbar-track {
    background: #012440;
}

.user-profile-review-container::-webkit-scrollbar-thumb {
    background: #0E528B;
}

.terms-content::-webkit-scrollbar {
    width: 10px !important;
}

.terms-content::-webkit-scrollbar-track {
    background: #012440 !important;
}

.terms-content::-webkit-scrollbar-thumb {
    background: #0E528B !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    height: 100%;
}

/* div {
    border: 1px solid red;
} */

body {
    background-color: #012440;
}

.login-form {
    height: auto;
    width: auto;
    background-color: #001B30;
    position: relative;
    z-index: 1;
    border-radius: 8px;
}

.login-left {
    padding: 2rem 2rem;
}

.account-tag-login {
    font-size: 2em;
    font-weight: bold;
}

.account-tag-secure {
    opacity: 0.7;
    font-size: 0.9em;
}

.account-tag-noacc {
    margin: 0;
}

.account-tag-right {
    display: flex;
    justify-content: end;
    flex-direction: column;
    gap: .5vw;
}

.account-tag-right a {
    text-align: end;
    text-decoration: none;
}

.account-tag-right p {
    opacity: .7;
}

.account-tag-right p,
a {
    font-size: 0.8em;
}

.login-container input {
    width: 100%;
    height: 5vh;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid gray;
    color: black;
}

.login-container p {
    font-size: 0.9em;
    color: gray;
}


.copyright {
    opacity: 0.7;
    font-size: 0.8em;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.divider-text {
    padding: 0 10px;
    color: #555;
    font-size: 14px;
    white-space: nowrap;
}

.login-button {
    width: 350px;
    height: 7vh;
    border-radius: 8px;
    border: 1px solid lightgray;
    background-color: transparent;
}

/* end sa login */


/* start sa signup */


.account-tag-sign {
    font-size: 2em;
    font-weight: bold;
}

.signup-credentials input {
    width: 100%;
    height: 5vh;
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid gray;
    color: black;
}

.signup-credentials p {
    font-size: 0.9em;
    color: gray;
}

.sign-up-btn {
    width: 100%;
    height: 7vh;
    border-radius: 8px;
    background-color: rgb(61, 61, 237);
    color: white;
    border: none;

}

/* end sa signup */


.transactions-category a {
    border: 1px solid #A4D6FF;
    font-size: 1rem;
    text-decoration: none;
    color: black;
}

.transactions-active {
    width: 8vw;
    height: 5vh;

}

.transactions-all {
    width: 100px;
    height: 30px;

}

.transaction-category-active {
    background-color: #3C0E8B;
    color: white;
}

a.transaction-category-active {
    color: white;
}

p {
    margin: 0;
}

.logo {
    text-decoration: none;
    color: #2374B7;
    font-weight: bolder;
    text-shadow: 0 0 10px rgba(173, 134, 240, 0.8);

}

.point {
    color: #2FB823;
}

.nav-bar {
    height: 12vh;
    width: 80vw;
    border-radius: 2em;
    background-color: transparent;
    z-index: 1;
}

.nav-bar-container {
    display: flex;
    justify-content: center;
}



.nav-bar-category {
    font-size: 0.8em;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
    padding: 0 1em;
}

.nav-bar-section {
    padding: 0.5 1em;
}

.nav-bar-category::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2374B7;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}


.nav-bar-category:hover::before {
    transform: scaleX(1);

}

.nav-bar-show{
    display: none !important;
}

.buy-sell {
    height: 40vh;
    width: 100vw;
    background: transparent;
    backdrop-filter: blur(8px);
    z-index: 0;

}

.buy-sell-option-bg {
    width: 100vw;
    padding: 0 5em;
    height: auto;

}

.purple {
    height: 50px;
    width: 300px;
    border-radius: 50%;
    bottom: 0;
    position: absolute;
    opacity: 0.2;
    filter: blur(50px);
    background-color: #AD86F0;
    left: 50%;
    transform: translateX(-50%);
}

.circles {
    height: 50vh;
    width: 50vw;
    border-radius: 50%;
    background-color: #ABFFA3;
    position: absolute;
    right: 0;
    margin-right: -20vw;
    margin-top: -30vh;
    opacity: 0.2;
    filter: blur(10em);
}

.buy-sell-option-grid>div {
    border-radius: 8px;
}

.dropdown {
    z-index: 100;
}


.dropdown-container {
    padding: 0.5em 1em;
    background-color: #3C0E8B;
    border-radius: 2em;
    width: auto;
}

.buy-sell-option-grid {
    display: grid;
    grid-template-columns: 43.5vw 43.5vw;
    grid-template-rows: 70vh;
    grid-template-areas: "box-1 box-1" "box-2 box-3";
    gap: 1em;
}

.buy-sell-option {
    height: auto;
    width: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
}

.buy-sell-buttons button {
    height: 10vh;
    padding: 1em 2em;
    border: none;
    cursor: pointer;

}

.button-main-container {
    gap: 4.6vw;
}

.button-container {
    padding: 1em 2em 3em 2em;
    background-color: transparent;
    border: 2px solid #0E528B;
    border-radius: 12px;
    border-left: 8px solid #0E528B;
    box-shadow: 0 4px 12px rgba(14, 82, 139, 0.35);
}

.button-container i {
    font-size: 3em;
}

.button-title {
    font-size: 1.2em;
    font-weight: 600;


}

.button-sub {
    color: black;
    opacity: 0.7;
}

#openBuy {
    background-color: #469FE8;
    padding: 1em 1em;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

#openSell {
    background-color: #53E846;
    padding: 1em 2.3em;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}




.buy-sell-memo {
    height: 50vh;
    width: 70vw;
    gap: 1em;
}

.buy-sell-memo>div {
    height: 50vh;
    width: 33vw;
    background-color: yellow;
}

.transactions-title-bg {
    width: 100vw;
    padding: 0 5em;
}

.transactions-title {
    width: 100%;

}

.transcations {
    font-size: 3rem;
    font-weight: 500;
    color: white;
}

.transactions-transcations-bg {
    width: 100vw;

}

.pending-transations-list {
    min-height: 40vh;
    width: 100%;
    max-height: auto;
    background-color: transparent;
    border: 1px solid #343a40;
}

.transactions-cover {
    width: 100vw;
    height: auto;
    padding: 0 9vw;
}

.transactions-container {
    min-height: 80vh;
    max-height: auto;
    width: 100%;
    border: 1px solid #0E528B;
    border-radius: 12px;
}

.transactions-table {
    height: auto;
    width: 100%;
    border: 1px solid #0E528B;
}

.transactions-table p {
    color: white;
}

.transaction-product,
label {
    color: white;

}

.transaction-choose {

    color: #A4D6FF !important;
    font-size: 1rem;
    font-weight: bold;
}

.transaction-status {
    font-weight: bold;
}

.transcation-created {
    opacity: 0.7;
}

.transaction-view {
    padding: 0.3em 2em;
    border: none;
    background-color: #2374B7;
    color: white;
    transition: all 0.3s ease-in-out;
}

/* end sa transaction section */

/* START SA CHAT */

.chat-container {
    width: 100vw;
    height: 100%;
    padding: 2em 5em;
    gap: 1em;
    display: flex;
    justify-content: center;

}

.btn-exit {
    margin-left: 20px;
    top: 0;

}

.btn-exit>button {
    padding: 0.3em .8em;
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    font-weight: 900;
}

.btn-exit button i {
    
}

.chat-sidenav {
    height: auto;
    width: 420px;
    border: 2px solid #171d21;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#counterpartyInfo {
    padding: 1em 0;
    margin: 5px 10px 10px 10px !important;
    background-color: #022b4a;
    border-radius: 12px;
}

.chat-box {
    height: auto;
    width: 800px;
    border: 1px solid #0E528B;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 10px;
}

.rounded-circle {
    border: 1px solid lightgray;
}

.chat-email {
    font-size: 0.8em;
    color: #ccc;
}

.chat-sidenav-profile {
    height: 145px;
    width: 145px;
}

.chat-sidenav-button button {
    padding: 0.5em 2.3em;
    border: none;
    cursor: pointer;
    color: white;
}

.chat-box-contain {
    width: 100%;
    height: auto;
    overflow-y: auto;
}

.chat-reply-left {
    height: auto;

}

.chat-reply-right {
    height: auto;

}

.chat-sidenav-details label {
    color: gray;
    font-size: 0.8em;
}

.chat-sidenav-details p {
    font-weight: bold;
}

.chat-reply-container {
    max-width: 25vw;
    height: auto;
    color: white;
    padding: .5em;
    border-radius: 8px;
}

.chat-time {
    font-size: 1em;
    color: gray;
}

.chat-field-container {
    height: 15vh;
}

.chat-sidenav-sts {
    height: 10px;
    width: 10px;
    background-color: #53E846;
}

.chat-hr {
    margin: 0;
    padding: 0;
}

.chat-message-field {
    width: 80%;
    border: 1px solid lightgray;
    background-color: transparent;
    color: white;
}



.file-btn-container {
    height: 8.1vh;
    width: 6%;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid lightgray;
}

.file-upload {
    cursor: pointer;
}

.file-upload {
    font-size: 1.5em;
    font-weight: bold;
}

.send-button {
    padding: 0.4em 1em;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.chat-field-container-flex {
    height: 100%;
}

.user-side-details {
    width: 400px;
}


.user-side-details-info {
    width: 380px;
    margin-left: 0.6vw;
}

.user-side-margin {
    margin-top: 160px;
}

.user-side-time-container {
    border: none;
    background-color: #D63A3A;
    width: 382px;
    padding: 1em 1em;
}

.user-side-time-container p {
    font-size: 3em;
    font-weight: bold;
    color: #8A0E0E;
}

.hold-flow-container {
    padding: 11px 0;
}

.note-container-text {
    margin-top: .5rem;
    font-size: 16px;
}

#counterEmail {
    font-size: 16px;
}

#counterJoined {
    font-size: 16px;
}

/* .arrow-container > img {
    width: 3vw;
    height: 3vw;
} */

.arrow-upper-right {
    rotate: -40deg;
}

.arrow-lower-right {
    rotate: 40deg;
}

.note-container {
    width: 100%;
    margin-bottom: 43px;
    height: 50px;

}

.payment-info-container {
    width: 70%;
    height: 110px;
    border: 1px solid #47D28A;
}

.payment-title {
    color: #8FF086;
}

.button-pay {
    width: 100%;
    height: 110px;
    background-color: #47D28A;
    color: #ffff;
    font-weight: 900;
    font-size: 1.5em;
}

#xenditPayForm {
    width: 100%;
}

.user-profile-container-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-profile-container {
    display: flex;
    justify-content: center;
    width: 80vw;
    gap: 1vw;
}

.user-profile-container>div {}

.user-profile-detail {
    width: 40%;
}

.user-profile-picture {
    width: 250px;
    height: 220px;
    border-radius: 50%;
}

.user-profile-info {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.user-profile-transactions {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.4vw;
}

.user-profile-transactions>div {
    width: 33.3%;
    height: 90px;
}

.user-profile-rating {
    width: 100%;
    height: 120px;
}

.user-profile-review-container {
    width: 60%;
    border: 3px solid #012E53;
    max-height: 530px;
    overflow-y: scroll;
}



.user-profile-review {
    height: auto;
    width: 100%;
    background-color: #012E53;
}


.checked {
    color: #E5A000;
}

.user-profile-review-star {
    font-size: 30px;
}

.buyer-seller-textcon {
    font-size: 1.5em;
    font-weight: 700;
}

.send-button i {
    color: blue;
    font-weight: bold;
    font-size: 1.5em;
}

.big {
    height: 50vh;
}

.btn-buttoncheck {
    width: 67.2%;
    height: 7vh;
    border: none;
    background-color: #743BD7;
    cursor: pointer;
    color: white;
}

.check-modal-form {
    background-color: #fff;
    border-radius: .5em;
    padding: 2em 2em;
    width: 40vw;
    height: 60vh;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    z-index: 0;
}

.check-modal-container {
    background-color: #012440;
    height: 38vh;
    width: 100%;
}

.buyer-seller-close {
    width: 15vw;
    height: 8vh;
    border: none;
    color: white;
    background-color: #6b7280;
}

.buyer-seller-pay {
    width: 20vw;
    height: 8vh;
    border: none;
    color: white;
    background-color: #22c55e;

}


/* this is for the form men */


.modal-container {
    background-color: rgba(9, 8, 8, 0.39);
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: flex;
    opacity: 0;
    transition: opacity .3s linear;
    z-index: -1;
    justify-content: center;
    align-items: center;

}

.buy-modal-form {
    background-color: #012440;
    padding: 2em 2em;
    width: 605px;
    height: auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    z-index: 0;
    border-radius: 12px;
}

.review-container {
    background-color: #012440;
    width: 480px;
    height: auto;
    z-index: 2;
    padding: 3vh 2vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
}

.report-container {
    background-color: #012440;
    width: 45vw;
    height: auto;
    z-index: 3;
    padding: 3vh 2vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.report-reason-button>button {
    padding: 5px 7px;
    background-color: transparent;
    color: white;
    border: 1px solid black;
    margin: 2px 2px;
}

.report-red {
    background-color: #B82323 !important;
    color: white;
}

.report-category-red {
    background-color: #B82323 !important;
    color: white;
}

.buy-modal-header p {
    text-align: center;
}

.counter-party-info {
    display: flex;
    justify-content: center;
    align-items: center;
}



.modal-button button,
input {
    border: none;
    cursor: pointer;
    width: 267px;
    height: 6vh;
}

.modal-input-flx label {
    color: white;
    width: 5vw;
}

.modal-input-flx div input,textarea {
    height: 7vh;
    background-color: #012440;
    border: 1px solid white;
    color: white;
    width: 540px;
}

#formFile , #formFile1{
    height: auto;
}


.buy-modal-title {
    font-size: 1.5em;
    font-weight: bold;
}

.buy-modal-sub {
    font-size: 0.9em;
    color: gray;
}

.button-save {
    padding: 0.2em 3em;
    background-color: #22c55e;
    color: white;
    font-weight: 600;
    text-align: center;
}

.button-cancel {
    padding: 0.2em 1em;
    background-color: #6b7280;
    color: white;
    font-weight: 600;
}


.input-link {
    height: 5vh;
}

.show-modal {
    display: flex !important;
    opacity: 1 !important;
    z-index: 12 !important;
}

.hi {
    font-size: 2rem;
    font-weight: bold;
}

.welcome {
    font-size: 1.5rem;
    font-weight: 500;
}

.what {
    font-size: 3rem;
    font-weight: 500;
    /* opacity: 0.7; */
    color: #fff;
    text-transform: capitalize;
    text-shadow:
    0 0 5px #AD86F0,
    0 0 10px #AD86F0,
    0 0 20px #AD86F0;
}


.choose {
    font-size: 1rem;
    opacity: 0.8;
    color: #86C0F0;
}


/* Admin side */


/* Admin Sidenav */
.admin-container {
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: 20vw 80vw;
    grid-template-rows: 50vh 100vh;
}

.admin-navs>li {
    height: 7vh;
    padding-right: none !important;
    width: 100%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    transition: background-color .5s ease;
}

.admin-navs li>a {
    font-size: 12px;
    color: white;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 0.2vw;
}

.admin-navs li:hover {
    background-color: #014A7F;
}



/* .admin-container > * {
    border: 1px solid red;
} */

.admin-side-a {
    font-weight: bold;
}

.active-section {
    background-color: #22c55e;
    color: white;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: 280px 280px 600px;
    grid-template-rows: 150px 150px 250px;
    gap: 8px;
}

.dashboard-grid>div {
    background-color: #012E53;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;

}

.dashboard-tab-title {
    font-size: 15px;
}

.dashboard-tab-amount {
    font-size: 25px;
    font-weight: bold;
}

.dashboard-tab-percentage {
    margin-top: 2vh;
    font-size: 12px;
    color: #1CFA08;
    font-weight: 100;
}

.dashboard-table {
    border-collapse: collapse;
}

#dash {
    width: 100%;
    height: 7vh;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#trans {
    width: 100%;
    height: 7vh;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#resrep {
    width: 100%;
    height: 7vh;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#penrep {
    width: 100%;
    height: 7vh;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#users {
    width: 100%;
    height: 7vh;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.dashboard-table tr td p {
    font-size: 12px;
}

.monthly-transactions {
    grid-row: span 2;
}

.roles-count {
    grid-column: span 2;
}

.admin-active {
    background-color: #014A7F !important;
}

/* ENDDDDD */

/* ADMIN TRANSACTIONS */

.transactions-table-container {
    width: 100%;
    min-height: auto;
    background-color: #012E53;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.transactions-table-container::-webkit-scrollbar {
    width: 10px;
}

.transactions-table-container::-webkit-scrollbar-track {
    background: #012440;
}

.transactions-table-container::-webkit-scrollbar-thumb {
    background: #0E528B;
}


/* table, th, td {
    border: 1px solid red;
} */


/* AdminPendingTransactions */

.modal-content {
    background-color: #012440;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.modal-header {
    border-bottom: none !important;
}

.modal-footer , modal-footer-dispute{
    border-top: none !important;
    padding-right: 0;
}

.pending-transact-sub {
    font-size: 15px;
    color: white;
    font-weight: 600;
}

.pending-transact-action-btn {
    padding: 5px 7px;
    background-color: transparent;
    color: white;
    border: 1px solid black;
}

.dt-info {
    color: white;
}


.dropdown-menu {
    background-color: #0E528B !important;
}

.dropdown-menu a:hover {
    background-color: #012440;
    /* Bootstrap blue */
    color: white;
}

.dropdown-menu a {
    color: white;
}

.no-counterparty-container {
    height: 486px;
}

.no-counter-p {
    font-weight: bold;
}

.no-counter-btn {
    padding: 1vh 2vw;
    background-color: #469FE8;
    color: white;
    transition: background-color .3s ease-in-out;
    border: none;
    cursor: pointer;
}

.no-counter-btn:hover {
    background-color: #2374B7;
}

.no-counter-modal {
    background-color: #012440;
    width: 500px;
    height: auto;
    z-index: 3;
    padding: 2vh 3vw;
    border-radius: 10px;
}

.no-counter-input {
    height: 7vh;
    width: 100%;
    background-color: #469FE8;
    transition: background-color .3s ease-in-out;
}

.no-counter-input:hover {
    background-color: #2374B7;
}

/* firstloginform */

.firstlogin-center {
    display: grid;
    place-items: center;
    height: 100vh;
}

.firstlogin-form {
    height: auto;
    width: 50vw;
    background-color: #001B30;
}

.firstlogin-left {
    width: 100%;
}

.firstlogin-right {
    width: 100%;
}

.first-row {
    display: flex;
    gap: .5rem;
}

.firstlogin-button {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
}

.first-row-input {
    background-color: transparent;
    border: 1px solid gray;
    color: white;
    width: 15.6vw;
    padding: 1px;
}

.first-row-input>div {
    width: 100%;
}

.second-row-input {
    background-color: transparent;
    border: 1px solid gray;
    color: white;
    width: 100%;
    padding: 1px;
}

.setup {
    font-size: 1.5em;
}

.fillout {
    color: #6b7280;
}

.first-profile {
    height: 100px;
    width: 100px;
}

#imagePreview {
    height: 100px;
    width: 100px;
    display: none;
    /* hide by default */
}

/* TERMS AND CONDITION */

.terms-modal {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    height: 520px;
    width: 500px; 
    max-height: 600px; 
    overflow: hidden; 
    background-color: #012440; 
    color: black; 
    border-radius: 8px;
}
.btn-terms-flx {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2px;
}
.btn-term-cancel , .btn-term-confirm {
    width: 50%;
    height: 5vh;
    border: none;
}

#cancelTerms {
    background-color: gray;
    color: white !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#confirmTerms {
    background-color: #0E528B;
    color: white !important;
    transition: all 0.3s ease-in-out;

}

.terms-content {
    height: 350px; 
    overflow-y:auto; 
    border:1px solid #ccc; 
    padding:10px; 
    margin-bottom:10px;
}

#termsContent p {
    color: white;
}

.text-to-justify > li {
    text-align: justify;
}

.product-img-container {
    margin-left: 1vw;
}

.almost {
    font-size: 1.5em;
}

.type {

    color: #6b7280;
}

.otp-container {
    background-color: #001B30;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.otp-input {
    width: 100%;
    background-color: transparent;
    border: 1px solid lightgray;
    color: white;
}

.otp-button-container {
    display: flex;
    gap: 0.6vw;
}

.otp-btn-proceed {
    border: none;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    order: 1;
    transition: all 0.3s ease-in-out;
}

.otp-btn-cancel {
    border: none;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    order: -1;
    transition: all 0.3s ease-in-out;

}

.details-container {
    background-color: #012440;
    width: 30vw;
    height: auto;
    padding: 3vh 2vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
}

.pay-details-container {
    background-color: #012440;
    width: 600px;
    height: auto;
    padding: 3vh 2vw;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.product-details-title {
    font-size: 28px;
    font-weight: bold;
}

.product-image-container>img {
    height: 100px;
    width: 100px;

}

.transaction-container-scroll {
    max-height: 70vh;
    overflow-y: auto;
}

.transaction-container-scroll::-webkit-scrollbar {
    width: 10px;
}

.transaction-container-scroll::-webkit-scrollbar-track {
    background: #012440;
}

.transaction-container-scroll::-webkit-scrollbar-thumb {
    background: #0E528B;
}



/* mga bago */
.no-counter-sub {
    padding: 0 8px !important;
}

.project-footer {
    display: flex;
    justify-content: space-around;
}

.project-footer a {
    color: white !important;
    text-shadow: #0069D9 !important;
    font-size: 12px !important;
}

.admin-resolution {
    width: 100%;
    color: white;
    border: 1px solid white !important;
    margin-top: 5px;
}

#reportReason, #reportDescription, #reportStatus , #reportResponseMessage , #reportTransaction {
    font-weight: 100;
}

#reporterName , #disputeReason , #disputeDescription, #respondentName , #responseStatus , #responseDescription, #responseDescription span{
    font-weight: 100;

}
#buyClose , .button-save , #sellClose , .button-cancel , #positiveProceed , #negativeProceed , #cancelDelivery ,
#confirmDelivery , #buyerCancelBtn , #buyerConfirmBtn , #cancelPayoutBtn , #editPayoutBtn, #confirmPayoutBtn, #submitfeedback, .btn-understood , #submitReport , 
.btn-submit-respo , .btn-acknowledge, .btn-reported-respo , .firstlogin-cncl , .firstlogin-submit{
    transition: all 0.3s ease-in-out;
}

.user-profile-transactions > div {

box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;}

.user-profile-rating {
box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0.9) 0px 0px 0px 1px;}
.transaction-product-title,
.transaction-amount-title,
.transaction-update-title,
transaction-created {
    font-size: 16px;
}

.transaction-product-text,
.transaction-amount-text,
.transaction-update-text {
    font-size: 14px;
}

#feedbackComment {
    background-color: transparent;
    border: 2px solid white;
    width: 340px;
}

#submitfeedback {
    background-color: #469FE8; 
    width: 340px; 
    height: 10vh;
}

.user-counter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.counter-transaction-tag{
    font-size: 2.5rem;
}

.arrow-upper-right , .arrow-lower-right , .arrow-middle {
    font-size: 3rem;
}

.user-identity {
    display: block;
}

.user-identity-toggle {
    display: none;
}

.identity-name {
    margin-left: 12px;
    font-size: 12px;
}


.button-pay.disabled {
    background-color: #ccc ; /* removed !important */
    color: #666 ; /* removed !important */
    cursor: not-allowed;
    pointer-events: none; /* ensures clicks are blocked */
}

input:disabled, select:disabled {
    background-color: #6c757d; /* light gray background */
    color: #ccc;               /* dark enough text */
    opacity: 1;                /* remove default opacity if browser applies it */
    cursor: not-allowed;       /* optional: show not-allowed cursor */
}

.user-prof-name , .user-prof-joined {
    font-size: 16px;
}

.user-prof-transaction , .user-prof-buyer, .user-prof-seller {
    font-size: 12px;
}

.user-prof-count {
    font-size: 22px;
}

.modal-footer-dispute {
    width: 100%;
    display: flex;
    justify-content: end;
}

.btn-submit-respo , btn-acknowledge {
    width: 50% !important;
    height: 50px;
}

.btn-submit-respo {
    border: none;
    cursor: pointer;
    background-color: #0E528B;
    color: white;
}

.btn-acknowledge {
    width: 50%;
    border: none;
    cursor: pointer;
    background-color: gray;
    color: white;
}

.btn-reported-respo {
    width: 100%;
    border: none;
    cursor: pointer;
    color: white;
    background-color: #0E528B;
}

.modal-footer-dispute > button {
    width: 50%;
    border: none;
    cursor: pointer;
    height: 50px;
}

#viewDisputeBtn {
    background-color: #ffcc00;
    color: black;
    padding: 0 10px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    height: 40px !important;
    transition: all 0.3s ease-in-out;

}

.transactions-all{
    transition: all 0.3s ease-in-out;
}

.transactions-all:hover {
    background-color: #3C0E8B !important ;
}

#viewDisputeBtn:hover {
    background-color: #E6B800;
}

.transactions {
    font-size: 2rem;
    font-weight: 500;
    color: white;
}

.transaction-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.positive-modal-content {
    background:#2ECC71; 
    color:white; 
    padding:20px; 
    border-radius:12px; 
    width :400px; 
    text-align:center;
}

#positiveProceed {
    width: 100%;
}

#negativeProceed {
    width: 100%;
}

.delivery-confirm-btn-container {
    display:flex; 
    justify-content:center; 
    gap:15px; 
    margin-top:20px;
    width: 100%;
}

#cancelDelivery , #buyerCancelBtn {
    width:50%; 
    height:40px; 
    font-size:16px; 
    font-weight:500; 
    background-color:#E84646; 
    color:white; 
    border:none;
    cursor: pointer;
}

.checkbox-confirmation-container {
    margin-top:15px; 
    font-size:13px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.user-side-info-container {
    display: flex;
    justify-content: space-between;
}

.pay-out-input {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    width:100%; 
    padding:8px;
}

.pay-out-focus:focus {
    background-color: #012440;
}

.pay-out-btn {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 40px;
    margin-top: 18px;
    gap: 5px;
}

.button-container-flx {
    display: flex;
    gap: 5px;
}

.button-container-flx i {
    font-size: 16px;
}

.button-container-flx button {
    width: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.button-container-flx button i {
    color: #47D28A;
}

.transaction-toggle-contain button {
    background-color: transparent;
    padding: 0 16px;
    height: 40px !important;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border: none;
}
.transaction-toggle-contain i {
    font-size: 20px;
}
.btn-understood {
    height: 40px;
    width: 100%;
    color: white;
    background-color: gray;
    cursor: pointer;
    border: none;
}

#carouselExampleControls {
    width: 100%;
    height: 340px;
    box-shadow: 0 4px 12px rgba(14, 82, 139, 0.35);
}

.image-carousel , .carousel-item {
    height: 340px;
    width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 50px;   
  width: 50px;  
}

#feedbackComment {
    width: 100% !important;
}

#submitfeedback {
    width: 100%;
    height: 50px;
}
/* RESPONSIVENESS DIRI */

/* LOGIN RESPO */

@media only screen and (max-width: 520px) {
    .login-button {
        width: 300px;
    }

    .account-tag-login {
        text-align: center;
        font-size: 2em;
    }

    .account-tag-secure {
        text-align: center;
    }
}

/* OTP respo */
@media only screen and (max-width: 565px) {
    .otp-container {
        width: 500px;
    }

    .almost {
        font-size: 1.2em;
    }

    .type {
        font-size: 1em;
    }

    .otp-button-container {
        flex-direction: column;
    }

    .otp-btn-proceed {
        order: -1;
    }

    .otp-btn-cancel {
        order: 2;
    }
}

@media only screen and (max-width: 470px) {
    .otp-container {
        width: 320px;
    }

    .type {
        font-size: .8em;
    }
}

/* firstlogin */
@media only screen and (max-width: 1350px) {

    .first-row-input {
        width: 15.4vw;
    }

}


@media only screen and (max-width: 1198px) {
    .firstlogin-form {
        width: 700px;
    }

    .first-row {
        flex-direction: column;
    }

    .first-row-input {
        width: 100%;
    }

    .firstlogin-center {
        height: 100%;
    }

    .firstlogin-form {
        height: auto;
        margin-top: 5vh;
        margin-bottom: 5vh;
    }

    .firstlogin-button {
        flex-direction: column-reverse;
    }



}

@media only screen and (max-width: 995px) {
    .fillout {
        font-size: 14px;
    }

    .setup {
        font-size: 1.2em;
    }

    .terms-modal {
        width: 450px !important;
    } 
}

@media only screen and (max-width: 775px) {
    .firstlogin-form {
        width: 500px;
    }

    

}

@media only screen and (max-width: 520px) {
    .firstlogin-form {
        width: 400px;
    }

    .terms-modal {
        width: 380px !important;
        height: auto;
    } 

    .btn-terms-flx {
        flex-direction: column-reverse;
    }

    .btn-terms-flx > button {
        width: 100%;
    }


    
}

@media only screen and (max-width: 460px) {
    .firstlogin-form {
        width: 320px;
    }

}

/* View Profile */
@media only screen and (max-width: 1255px) {
    .user-profile-container {
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px !important;
    }

    .user-profile-detail {
        width: 80%;
    }

    .user-profile-review-container {
        width: 80%;
    }

    .user-profile-picture {
        width: 300px;
        height: 300px;
    }

}

@media only screen and (max-width: 560px) {
    .user-profile-picture {
        width: 200px;
        height: 200px;
    }

    .user-prof-joined , .user-prof-name {
        font-size: 12px;
    }
    .user-prof-transaction , .user-prof-buyer, .user-prof-seller {
        font-size: 10px;
    }

    .user-prof-count {
        font-size: 14px;
    }
    .user-profile-review-star {
        font-size: 14px !important;
    }

    .reviewer-name , .review-created {
        font-size: 10px !important;
    }
    .reviewer-role {
        font-size: 10px !important;
    }

    .review-comment {
        font-size: 12px !important;
    }
    .reviewer-profile {
        width: 50px !important;
        height: 50px !important;
    }

}

/* User Transaction */

@media only screen and (max-width: 1050px) {

    .transaction-product-title,
    .transaction-amount-title,
    .transaction-update-title,
    transaction-created {
        font-size: 14px;
    }

    .transaction-product-text,
    .transaction-amount-text,
    .transaction-update-text {
        font-size: 12px;
    }

}

@media only screen and (max-width: 1050px) {
    .transaction-update-label {
        display: none;
    }

    .transactions {
        font-size: 1.2rem;
    }
    
}

@media only screen and (max-width: 700px) {
    .transaction-status {
        font-size: 6px;
        text-align: right;
    }
    .transaction-choose {
        font-size: 1.5rem;
    }
    .transaction-created {
        display: none;
    }
    .transactions {
        font-size: 1rem;
    }

    .transaction-header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .transaction-view-container {
        width: 100%;
    }
    .transaction-view {
        width: 100% !important;
    }
    .transaction-label-amount-container {
        width: 100%;
    }
    .transaction-product-label , .transaction-amount-label {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0 !important;
    }
    .transaction-choose-container {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .transaction-status {
        font-size: 1rem;
    }
}


  



/* user counter */
@media only screen and (max-width: 1379px) {
    .note-container {
        margin-bottom: 40px;
    }

    .note-container-text,
    #counterEmail,
    #counterJoined,
    .label-joined,
    .label-email {
        font-size: 14px;
    }

    .report-container {
        width: 75vw;
    }
    .details-container {
        width: 75vw;
    }

    .user-side-time-container {
        margin-bottom: 10px;
    } 

    /* #counterpartyInfo {
        margin: 10px 10px 10px 10px !important;
        background-color: #fff;
    } */
}

@media only screen and (max-width: 1100px) {
    .chat-container {
        flex-direction: column;
        height: auto;
    }

    .chat-sidenav {
        width: 100%;
        height: auto;
    }

    .chat-box {
        width: 100%;
    }

    .user-side-margin {
        margin-top: 0;
    }

    .payment-info-container {
        width: 50%;
    }

    .button-pay.disabled {
        width: 100%;
    }

    .modal-container {
        height: 100%;
        width: 100%;
    }

    #counterpartyInfo {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 8vw;
        padding: 1em 0;
        margin: 10px 10px 10px 10px !important;
        background-color: #022b4a;
        border-radius: 12px;
    }

    .chat-sidenav-profile {
        width: 150px;
        height: 150px;
    }


    #viewProfileBtn,
    #repBtn {
        font-size: 18px;
    }
    /* .user-side-details-info {
        width: 100%;
    } */

    .user-side-details {
        width: 100%;
    }
    .hold-flow-container {
        padding: 30px 0;
    }

    .invite-counter-modal {
        align-items: start !important;
    }

    .no-counter-modal {
        margin-top: 35px;
    }

    .no-counterparty-container {
        height: auto;
        padding: 20px 0;
        border-radius: 10px;
        margin-left: 10px;
        margin-right: 10px;
        background-color: #0E528B;
    }

    /* .user-side-time-container {
        margin-left: 10px;
        margin-right: 10px;
    } */
    .chat-container {
        padding: 2em 2em;
    }

    .btn-counter-ext {
        margin-left: 2vw !important;
        margin-top: 8vh !important;
    }
    #counterName {
        font-size: 12px;
    }
    #viewProfileBtn , #repBtn {
        font-size: 12px;
    }
    .user-side-time-container {
        width: 97%;
    }
}

@media only screen and (max-width: 720px) {
    .product-details-title {
        font-size: 20px;
    }
    .user-counter-btn {
        flex-direction: column-reverse;
    }
    .button-pay {
        height: 80px;
    }
    .payment-info-container {
        width: 100%;
    }
    .button-pay {
        width: 100% !important;
    }
    .button-pay.disabled {
        width: 100% !important;
    }
    #counterpartyInfo {
        flex-direction: column;
    }

    .user-side-details {
        width: 50vw;
    }
    .user-side-details-info {
        width: 100%;
    }

    .counter-divider {

        display: none;
    }
    .user-side-time-container {
        width: 95%;
        margin-bottom: 10px !important;
    }
    .counter-transaction-tag {
        font-size: 1.8rem;
    }
    .arrow-upper-right , .arrow-lower-right , .arrow-middle {
    font-size: 2rem;
    }
    .hold-flow-container {
        padding: 25px 0;
    }
    .chat-container {
        padding: 2em 2em;
    }
    .pay-details-container {
        width: 80vw;
    }
    .pay-out-btn {
        grid-template-columns: 50% 50%;
    }
    #confirmPayoutBtn {
        grid-column-start: -3;
        grid-column-end: -1;
    }
    .payout-saveinfo {
        font-size: 10px;
    }
    .review-container {
        width: 400px;
    }
    .transaction-complete-title {
        font-size: 18px !important;
    }

    .user-side-info-container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 576px) {
    .modal-responder {
        width: 100% !important;
    }
}

@media only screen and (max-width: 485px) {
    .product-details-title {
        font-size: 18px;
    }
    .no-counter-modal {
        width: 400px;
    }
    #counterName {
        font-size: 12px;
    }
    #viewProfileBtn , #repBtn {
        font-size: 14px;
    }
    .label-email , .counterEmail, .label-joined, .counterJoined {
        font-size: 12px;
    }

    .counter-transaction-tag {
        font-size: 1rem;
    }
    .arrow-upper-right , .arrow-lower-right , .arrow-middle {
    font-size: 1rem;
    }
    .note-container-text{
        font-size: 12px;
    }
    .modal-footer-dispute {
        flex-direction: column-reverse !important;
    } 

    .modal-footer-dispute button {
        width: 100% !important;
    }
    .confirmation-question {
        font-size: 10px;
        text-align: justify;
    }
    .checkbox-confirmation-container label {
        font-size: 8px;
    }
    .delivery-confirm-btn-container {
        flex-direction: column-reverse;
    }
    #cancelDelivery , #confirmDelivery , #buyerConfirmBtn , #buyerCancelBtn  {
        width: 100% !important;
    }
    .product-details-title {
        font-size: 16px !important;
    }
    .user-side-info-container {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .pay-details-container {
        width: 80vw;
    }
    .pay-out-btn {
        grid-template-columns: 100%;
        grid-template-rows: 40px 40px 40px;
    }
    #cancelPayoutBtn {
        order: 3;
    }
    #editPayoutBtn {
        order: 2;
    }
    #confirmPayoutBtn {
        grid-column-start: -2;
        grid-column-end: -1;
        order: 1;
    }

    .review-container {
        width: 300px;
    }
    .transaction-complete-title {
        font-size: 16px !important;
    }
    .transaction-complete-sub {
        font-size: 10px !important;
    }
}

@media only screen and (max-width: 400px) {
    .no-counter-modal {
        width: 300px;
    }
    .positive-modal-content {
        width: 350px;
        height: auto;
    }

    .positive-modal-content p {
        text-align: justify;
    }

    .negative-to-justify {
        text-align: justify !important;
    }
    .negative-respo {
        width: 350px !important;
    }
}

/* NAVBAR and HOME*/
@media only screen and (max-width: 1000px) {
    .nav-bar-show {
        display: block !important;
    }
    .nav-category , .nav-bar-home {
        display: none !important;
    }
    .what {
        font-size: 2em;
    }

}

@media only screen and (max-width: 770px) {
    .buy-sell-option {
        display: block;
        margin-bottom: 2vh;
    }
}
@media only screen and (max-width: 550px) {
    .user-identity {
        display: none;
    }
    .user-identity-toggle {
        display: flex;
        justify-content: center;
    }
    .profile-strong-container {
        width: 90%;
    }
    .identity-name {
        margin: 0;
    }
}

/* USER HOME */

@media only screen and (max-width: 640px) {
    .buy-modal-form {
        width: 500px;
    }
    .modal-input-flx div input,textarea {
        width: 100%;
    }
    .modal-button {
        display: flex;
        flex-direction: column;
    }
    .modal-button button, input {
        width: 100%;
        height: 50px;
    }
    .button-cancel {
        order: 1;
        margin-top: 0.5vh;
    }
    .button-save {
        order: 0;
    }

    .what {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 540px) { 
    .buy-modal-form {
        width: 400px;
    }

}
@media only screen and (max-width: 420px) { 
    .buy-modal-form {
        width: 300px;
    }

    .home-btn-reverse {
        flex-direction: column-reverse !important;
    }
}


/* HOVERS HERE */

.btn-reported-respo:hover {
    background-color: #0a3f6b !important;
}

.btn-acknowledge:hover {
    background-color: #4B5563 !important;
}

.btn-submit-respo:hover {
    background-color: #0a3f6b !important;
}
#openBuy:hover {
    background-color: #2F86CC !important;
}

#openSell:hover {
    background-color: #3FCC34 !important;
}

.transaction-view:hover {
    background-color: #1B5E96 !important;
}

#buyClose:hover {
    background-color: #5B616E !important;
}

.button-save:hover {
    background-color: #1EA34E !important;
}

#sellClose:hover {
    background-color: #5B616E !important;
}

.button-close:hover , .button-cancel:hover  {
    background-color: #5B616E !important;
}

#positiveProceed:hover  {
    background-color: #E5E7EB !important;
}

#negativeProceed:hover  {
    background-color: #D13F30 !important;
}

#cancelDelivery:hover  {
    background-color: #D13C3C !important;
}

#confirmDelivery:hover  {
    background-color: rgb(36, 180, 100) !important;
}

#buyerConfirmBtn:hover  {
    background-color: rgb(36, 180, 100) !important;
}

#buyerCancelBtn:hover {
    background-color: #D13C3C !important;
}

#cancelPayoutBtn:hover {
    background-color: #D13C3C !important;
}


#editPayoutBtn:hover {
    background-color: #0069D9 !important;
}


#confirmPayoutBtn:hover {
    background-color: rgb(36, 180, 100) !important;
}


#submitfeedback:hover {
    background-color: #357CC2 !important;
}

.btn-understood:hover {
    background-color: #4B5563 !important;
}

#submitReport:hover {
    background-color: #9E1E1E !important;
}

.firstlogin-cncl:hover {
    background-color: #565D68 !important;
}

.firstlogin-submit:hover {
    background-color: #0B4470 !important;
}

#confirmTerms:hover {
    background-color: #4B5563 !important;
}

#confirmTerms:hover {
    background-color: #0B4470 !important;
}

.otp-btn-proceed:hover {
    background-color: #0B4470 !important;
}
.otp-btn-cancel:hover {
    background-color: #565D68 !important;
}


/* DIRI SA ADMIN */


.dashboard-info-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100px;
    background-color: yellow;
    border-radius: 12px;
    margin-top: 5px;
}

.d-info-icons {
    font-size: 4em;
}

.dashboard-tab-adj {
    padding: 0 12px;
}


.tr-hover:hover {
    background-color: #012440;
}

.label-extend {
    width: 170px;
    margin-top: 7px;
}

.control-height {
    height: 35px !important;
}

.absol-margin {
    margin-top: 12px !important;
    z-index: 200;
}

.padding-btn {
    padding-bottom: 2px;
}

.modal-input-flx-price {
    padding-top: 12px;
    display: inline-block;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;
}

.input-active:focus{
    outline: none !important;
    box-shadow: none !important;
    border-left: none !important;
}

.transaction-status {
    width: 120px;
}

.transaction-filter-tag {
    font-size: 16px;
    color: gray;
    font-style: 500;
}
#transaction-filter {
    background-color: #012440;
    color: white;
}

.login-legal-links {
    margin-top: 0.5rem;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
}

.login-legal-links a {
    color: #469FE8;
    text-decoration: none;
    margin: 0 0.5rem;
}

.login-legal-links a:hover {
    text-decoration: none;
}