@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;700&family=Poppins:wght@200;300;400;500;600&display=swap");

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    background: #fff;
    color: #34495e;
}




.topbar {
    width: 100%;
    padding: 20px 155px;
    position: fixed;
    top: 0;
    box-sizing: border-box;
}

.gradiendback {
    background: linear-gradient(#d9f1ff 10%, #fff 90%);
}



.topbar .container,
.topbar .container_header {
    display: flex;
    align-items: center;
}




.menu {
    margin-left: 26px;
    margin-top: 23px
        /* space between logo and menu */
}

.rightmenu {
    margin-left: auto;
    /* pushes it to the right */
}

.container {
    width: 100%;
    padding: 0 200px;
    box-sizing: border-box;
}

.logo {
    font-weight: bold;
    color: #2c6c8c;
    font-size: 20px;
}

.logo img {
    max-width: 140px;
}

.menu a {
    margin: 0 5.5px;
    font-size: 13px;
    color: lab(41.3541 -15.0265 -27.8986 / 0.8);
    cursor: pointer;
    font-weight: 600;
}

.menu .active {
    color: lab(41.3541 -15.0265 -27.8986 / 0.8);

}

.rightmenu {
    display: flex;
    align-items: center;
    gap: 1px;
    padding-bottom: 5px;
}

.bell {
    font-size: 19px;
    cursor: pointer;
    color: #0d6a8f
}

.profile-dropdown {
    position: relative;
}

.profile-btn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: rgb(13, 106, 143);
    padding: 0px 0px 14px 30px;
    font-family: "Montserrat", sans-serif;
    /* margin-top: -39px; */
}

.dropdown-menu {
    position: absolute;
    right: 0;
    top: 35px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 160px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: none;
}

.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
}

.dropdown-menu a:hover {
    background: #f2f6f9;
}

.lang {
    border: 1px solid #d4e3eb;
    background: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 18px;
}

.lang.active {
    background: #d3edfb;
    color: #2c6c8c;
}





.report-select {
    text-align: center;
    margin-bottom: 47px;
    margin-top: 171px;
    font-weight: 600;
    color: rgb(13, 106, 143);
    font-size: 16px;
}

.report-select select {
    padding: 10px 15px;
    border: 1px solid #083854;
    border-radius: 8px;
    width: 294px;
    height: 60px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);

    font-size: 16px;

}

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.fullwidth {
    width: 100%;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-18 {
    margin-bottom: 18px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-60 {
    margin-bottom: 30px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-60 {
    padding-bottom: 60px;
}

.doscale {
    scale: .7;
    display: inline-block;
    position: relative;
    top: 7px;
    left: -1px;
    color: #e10000
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

.bigheading {
    font-size: 46px;
    color: #418bbe;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    position: relative;
}

.bigheading span {
    position: absolute;
    top: -22px;
    left: 0;
    right: -252px;
    margin: auto;
}

.formheading {
    text-align: left;
    font-weight: 700;
    font-size: 17px;
    float: left;
    width: 100%;
}

.bigheading span img {
    max-width: 100px;
}

.amountinputholder {
    width: 100%;
    float: left;
    padding: 10px 0 30px;
    position: relative;
}

.amountinputholder input[type=text] {
    width: 100%;
    border: 0;
    border-bottom: 1px #105577 solid;
    height: 35px;
    border-radius: 0;
    padding: 10px 10px 10px 20px;
    font-size: 33px;
}

.amountinputholder span {
    position: absolute;
    top: 25px;
    font-size: 20px;
    font-weight: 700;
}

.cand_name {
    color: rgb(13, 106, 143);
    float: left;
    /* letter-spacing: 2px; */
    font-weight: 600;
    text-transform: uppercase;
    font-size: 31px;
}

.bigtext {
    font-size: 21px;
    color: rgb(13, 106, 143);
}

.divider {
    height: 2px;
    background: rgb(13,106,143);
    margin: 30px 0;
}


.report-header {
    display: inline-block;
    width: 100%;
}

.small {
    font-size: 12px;
    color: #000;
    line-height: 20px;

}

.print-btn {
    background: #2c6c8c;
    color: white;
    border: none;
    padding: 27px 34px;
    border-radius: 5px;
}

.infotext {
    font-size: 16px;
    width: 100%;
    color: rgb(13, 106, 143);
    font-weight: 600;

}


.personal {
    display: flex;
    justify-content: space-between;
}

.name {
    font-weight: 600;
    text-transform: uppercase;
}

.muted {
    color: #246887;
    font-size: 16px;
    font-weight: 600;
}

.shortheading {
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.heading2 {
    margin-bottom: 15px;
    font-size: 16px;
    color: rgb(13, 106, 143);
}

.capstext {
    font-size: 16px;
    margin-bottom: 42px;
    font-weight: 500;
    color: #000;
}

.italictext {
    font-size: 16px !important;
    font-style: italic;
    margin-top: 0;
}

.account-list h3 {
    color: rgb(13, 106, 143);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.address {
    font-weight: 400;
    font-size: 16px;
    color: #000;
}

.address i {
    font-size: 32px;
    color: #1973a0
}

.see {
    color: #1447e6;
    cursor: pointer;
    background: transparent;
    border: 0px #000 solid;
    font-size: 16px;
    font-weight: 500;
}

.prev_address {
    width: 100%;
    float: left;
}


.info-box {
    border: 1px solid #2376a8;
    padding: 35px 25px;
    margin: 15px 0 19px;
    background: #f7fbff;
}

.info-box p {
    font-size: 16px;
    color: rgb(13, 106, 143);
    font-weight: 600;
}

.info-box span {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.account-list {
    /*background:#eef4f8;*/
    border-radius: 6px;
    overflow: hidden;
}

.account-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #d7e3ea;
    border-left: 2px #2376a8 solid;
    cursor: pointer;
    margin-bottom: 15px;
}

.account-row:hover {
    background-color: #d5f0ff;
}

.account-row span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.balanceinfo {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.account-row button {
    font-size: 12px;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    color: rgb(79, 79, 79);
    font-weight: 500;
    cursor: pointer;
}

.activerow {
    background-color: rgb(235 246 254);
}

.account-row:last-child {
    border-bottom: none;
}


.show-btn {
    margin-top: 10px;
    background: rgb(13, 106, 143);
    color: white;
    border: none;
    padding: 12px 47px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.pallet_subheading {
    margin-bottom: 15px !important;
    font-weight: 700 !important;
    margin-top: 20px;
    font-size: 14px !important;
    color: #000 !important;
}

.pallet_muted {
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    color: rgb(28.88% 33.35% 39.61%)!important;
}

.pallet_muted span {
    font-weight: 700;
}

.label_text {
    font-size: 14px;
    margin-top: 4px;
    font-weight: 600;
    color: #000;
    margin-bottom:0;
}

.nodisplay {
    display: none;
}

#prev_heading {
    display: none;
}


.apply {
    text-align: center;
}

.funding-box {
    border: 1px solid #dfe8ee;
    width: 500px;
    margin: auto;
    padding: 55px;
    border-radius: 10px;
    background: white;
    /* float: left; */
    display: inline-block;
    border: 1px #246887 solid;
    margin-top: 40px
}

.amount {
    font-size: 28px;
    margin: 20px 0;
    border-bottom: 1px solid #e1e9ef;
    padding-bottom: 10px;
}

.continue {
    background: #2c6c8c;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 25px;
    width: 100%;
    font-size: 18px;
    cursor: pointer;
}

.continue:hover {
    background-color: #2a30df;
}

.tynytypetext {
    width: 100%;
    float: left;
    font-size: 10px;
    color: #418bbe;
    text-align: left;
    line-height: 16px;
}

.section_btn_hover {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.two_third {
    width: 66%;
    float: left;
}

.one_third {
    width: 33%;
    float: left;
}

.section_btn_hover a,
.section_btn_hover a:hover {
    color: #1c84b7;
    font-size: 14px;
    text-decoration: none;
}

.text-right {
    text-align: right;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    border-top: 1px solid #e5eef3;
    margin-top: 50px;
    background: white;
}

.crossbtn {
    font-size: 37px !important;
    margin-top: -12px;
    float: right;
    margin-left: 8px;
    cursor: pointer;
    transition: all .4s;
}

.addressline {
    display: inline-block;
    padding-left: 10px;
    /* margin-top: -10px; */
    position: relative;
    top: -13px;
}

.rotatecross {
    transform: rotate(45deg);
}

.account-details {
   
    background: #fff;
    padding: 0 25px;
}

/* LEFT PANEL */
.left-panel {
    flex: 1;
    padding-right:35px;
    border-right:1px #e5e7eb solid;
}

.right-panel {
    flex: 1;
    padding-left:35px;
}

.toprow{
    width:100%;   
     display: flex;
    gap: 0px;
     border-bottom:1px #e5e7eb solid;
     padding-bottom:20px;
}
.bottomrow{
    padding-top:20px;
}

.address-icon {
    width: 24px;
    aspect-ratio: 0.75;
    object-fit: contain;
    flex-shrink: 0;
    margin: auto 0;
}

.addressholder {
    float: right;
    min-width: 350px;
}

.muted {
    color: #000;
}

.bold {
    font-weight: bold;
    margin-bottom: 25px;
}

/* Progress */
.progress {
    height: 10px;
    background: #f3f4f6;
    border-radius: 10px;
    margin: 12px 0 12px;
}

.progress-fill {
    height: 100%;
    background: #1e6f86;
    border-radius: 10px;
}

/* Balance Row */
.balance-row {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 5px;
}

.balance-row p {
    margin-top: 5px;
    font-size: 14px;
}

.smallheading {
    font-size: 13px;
}

.label {
    font-size: 12px !important;
    color: rgb(28.88% 33.35% 39.61%);
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.biglabel {
    font-size: 14px !important;
    color: rgb(28.88% 33.35% 39.61%);
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.short_heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #000;
    margin-top:5px
}

.short_text {
    font-weight: 400;
    font-size: 15px;
    margin-top: 0;
}
.capstext{
    font-weight: 500;
    font-size: 14px;
    color:#364153
}
.capstext span{
    font-weight: 700;
    color:rgb(13,106,143)
}

/* Table */
.payment-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    margin-top: 10px;
}

.payment-table th,
.payment-table td {
    text-align: center;
    padding: 6px;
    border-top: 1px solid #ccc;
}

.payment-table th:first-child,
.payment-table td:first-child {
    text-align: left;
}

.answer {
    font-size: 14px;
}
.answertext{
    font-weight: 500;
    color:#000
}

/* Icons */
.check {
    color: green;
    font-weight: bold;
}

.dot {
    width: 8px;
    height: 8px;
    background: #c0c7cd;
    border-radius: 50%;
    display: inline-block;
}

/* Bottom Info */
.bottom-info {
    display: flex;
    justify-content: space-between;
}


/* RIGHT PANEL */
.right-panel .row {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    color: #4a5565;
}

.right-panel h4 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.value {
    font-weight: 500;
}

.lightcolor {
    color: rgb(97.72% 44.74% 0%)
}

.loan-wrapper {
    display: flex;
    gap: 40px;
    padding: 0px 0 20px;
    width: 100%;
}

.left-section {
    width: 55%;
}

.right-section {
    width: 45%;
}

.details-row {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.details-row span:first-child {
    color: #555;
}

.details-row span:last-child {
    font-weight: 500;
}

.payment-table {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
}

.payment-table th,
.payment-table td {
    text-align: center;
    padding: 6px 4px;
    font-weight: 400;
    font-size: 12px;
    color: #9c9797;
    border-top: 0 !important;
}

.tick {
    color: green;
    font-weight: bold;
}


.indexbody {
    background: linear-gradient(180deg, #d9f1ff, #fcfeff);
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
}

.lang-switch {
    margin-top: -2px !important;
    background: #fff;
    border-radius: 30px;
    padding: 5px;
    display: flex;
    gap: 5px;
    margin-right: 39px;
}

.lang-switch span {
    padding: 11px 23px;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    color: rgb(119, 119, 119);
}

.lang-switch .activelang {
    background: #d4effe;
    color: rgb(13, 106, 143);
    font-weight: 600;
    font-size: 16px;
}

/* LOGO */
.biglogo {
    margin-top: 20px;
    text-align: center;
}

.biglogo img {
    max-width: 192px;
}

.logo h1 {
    font-size: 32px;
    color: #2a6c8f;
    font-weight: 600;
}

.logo p {
    font-size: 14px;
    color: #4f7d95;
    margin-top: 0px;
    letter-spacing: .5px;
}

/* CARD */
.card {
    margin-top: 20px;
    width: 21.5rem;
    border-radius: 18px;
    padding: 33px 50px;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
    border: 1px solid #97abb9;
}

/* TITLE */
.card h2 {
    text-align: center;
    color: #0D6A8F;
    margin-bottom: 33px;
    margin-top: 0;
    font-weight: 500;
    font-size: 1.6rem;
}

/* GOOGLE BTN */
.google-btn {
    background: linear-gradient(90deg, #2c7be5, #3a8ef6);
    color: white;
    padding: 4px 40px 4px 8px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    cursor: pointer;
    height: 41px;
    margin-bottom: 35px;
}

.google-btn span {
    padding-top: 8px;
    display: inline-block;
}

.google-btn img {
    width: 30px;
}

.btn_img {
    height: 30px;
    background-color: #fff;
    border-radius: 10px;
    float: left;
    padding: 6px 0;
    width: 32px;
    text-align: center;
}



/* DIVIDER */
.divider {
    margin: 38px 0 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0D6A8F;
    font-size: 13px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 0px solid #b7c7d3;
}

.divider span {
    margin: 0 10px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 18px;
}

/* INPUT GROUP */
.input-group {
    position: relative;
    margin-bottom: 20px;
}

/* INPUT */
.input-group input {
    width: 100%;
    padding: 18px 23px 10px 23px;
    border-radius: 10px;
    border: 1px dashed #0D6A8F;
    background: #f5f8fa;
    outline: none;
    font-size: 16px;
    box-sizing: border-box;
}

/* LABEL (default inside input) */
.input-group label {
    position: absolute;
    top: 16px;
    left: 23px;
    font-size: 14px;
    color: #6a8ea3;
    pointer-events: none;
    transition: 0.2s ease all;
    background: transparent;
}

/* FLOAT EFFECT (on focus or when input has value) */
.input-group input:focus+label,
.input-group input:not(:placeholder-shown)+label {
    top: -8px;
    left: 14px;
    font-size: 11px;
    background: #e8eef2;
    padding: 0 6px;
    color: #0D6A8F;
}

/* BUTTON */
.login-btn {
    width: 100%;
    padding: 14px;
    background: #1f6b8a;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 19px;
    cursor: pointer;
    margin-top: 10px;
}

/* LINKS */
.links {
    text-align: center;
    margin-top: 15px;
    font-size: 19px;
    color: #4f7d95;
    line-height: 33px;
}

.links a {
    color: #1f6b8a;
    text-decoration: none;
    font-weight: 500;
}

/* FOOTER */

.indexbody .footer {
    width: 100%;
    background: #eef3f7;
    padding: 18px 0;
    margin-top: 2px;
}

/* 90% WIDTH CONTAINER */
.indexbody .footer-container {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LEFT SIDE */
.footer-left {
    display: flex;
    align-items: center;
}

.footer_logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer_logo-icon {
    width: 18px;
    height: 18px;
    background: #5aa7ff;
    border-radius: 50%;
    /* placeholder for your logo */
}

.footer_logo-text {
    font-size: 18px;
    font-weight: 500;
    color: #2f4f6f;
}

.footer_logo-text img {
    width: 121px;
}

/* RIGHT SIDE */
.footer-right {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 15px;
    color: #6b7c93;
}

.footer-right a {
    text-decoration: none;
    color: #6b7c93;
}

.footer-right a:hover {
    text-decoration: underline;
}

.footer-right span {
    color: #6b7c93;
}

.privacysection {
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    padding: 30px 0;
}

.privacysection span img {
    max-width: 16px;
}

.ml-9 {
    margin-left: 9px;
}

.credit-status-legend {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    color: rgb(28.88% 33.35% 39.61%);
    padding-top: 10px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 4px;
}

.legend-icon {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

/* Colors */
.legend-icon.current {
    color: #2eaf45;
}

.legend-icon.late {
    color: #fb2c36;
    font-weight: 700;
}

.legend-icon.unknown {
    color: lab(85.1236% -.612259 -3.7138);
    font-size: 18px !important;
}

.legend-icon.derogatory {
    color: #f97200;
    font-size: 12px !important;
    font-weight: 500!important;
}

.dispute-wrapper {
    display: flex;
    gap: 0px;
    background: #fff;
    padding: 20px 24px 25px;
    width: 100%;
    box-sizing: border-box;

}

/* LEFT */
.dispute-left {
    padding-right: 20px;
    border-right: 1px solid #e5e7eb;
    width: 50%;
}

.dispute-left h3 {
    margin: 5px 0 14px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
}
.disput_right_p{
    font-size: 14px;
    font-weight: 500;
    margin-bottom:0px!important;
    color:#000!important;
}

.dispute-left p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    color: rgb(28.88% 33.35% 39.61%);
    max-width: 540px;
    font-weight: 500;
}

.dispute-btn {
    width: 100%;
    max-width: 540px;
    height: 40px;
    border: none;
    border-radius: 6px;
    background: #e31e24;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.standtext {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #00a63e !important;
    text-transform: none !important;
    margin: 17px 0 0 !important;
}

.dispute-btn:hover {
    opacity: 0.9;
}

/* RIGHT */
.dispute-right {
    width: 50%;
    min-width: 260px;
    padding-left:20px;
}

.dispute-right h3 {
    margin: 5px 0 16px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    font-weight: 700;
}

.creditor-details p {
    margin: 0 0 10px;
    font-size: 14px;
    color: rgb(28.88% 33.35% 39.61%);
    line-height: 20px;
    font-weight: 500;

}

.date-dropdown {
    background: #ffffff;
    width: 255px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 18px;
    margin-top: 16px;
    border: 1px solid rgba(13, 106, 143, 1);
    border-radius: 8px;
    line-height: 24px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    font-weight: 500;
    color: rgba(13, 106, 143, 1);
    text-align: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 3px auto;
    position:relative;
}

.date-dropdown:hover {
    background-color: #f9fafb;
}

.date-dropdown img {
    width: 17px;
    object-fit: contain;
    transition: 0.3s ease;
}

.date-dropdown.active img {
    transform: rotate(180deg);
}

.dropdown-menu-select {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #0d6a8f;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 100;
}

/* Show dropdown */
.dropdown-menu-select.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown Item */
.dropdown-item {
    padding: 12px 20px;
    cursor: pointer;
    transition: 0.2s;
}


/* Responsive */
@media(max-width:768px) {

    .dispute-wrapper {
        flex-direction: column;
    }

    .dispute-left {
        border-right: none;
        border-bottom: 1px solid #d8d8d8;
        padding-right: 0;
        padding-bottom: 25px;
    }

    .dispute-right {
        width: 100%;
    }

    .dispute-left h3,
    .dispute-right h3 {
        font-size: 15px;
    }

    .dispute-btn {
        max-width: 100%;
    }
}