/* public/css/style.css */

body {
    margin: 0;
    padding: 0;
    color : #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Open Sans", serif;
}

section.livestock h2 {
    color: #000;
}

.mainbg { background-color: rgb(1 1 18);}

.content-card {
    padding: 40px;
    border-radius: 24px;
    width: 425px;
    min-height: auto;
    background-color: rgb(6 17 33);
    border: 1px solid #fff;
    margin: 0 auto;
}

.card-page-title {
    font-family: "Open Sans", serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color : #EAECEF;
    margin-bottom: 40px;
}

.bn-formItem-label {
    font-family: "Open Sans", serif;
    color : #EAECEF;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    margin-bottom: 10px;
}

form input.bn-textField-input {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border: 1px solid transparent;
    border-color: #474D57;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
    color: #fff !important;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
}


form button.bn-textField-submit {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border: 1px solid transparent;
    border-color: #fff;
    background-color: rgb(6 17 33);
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 10px;
    color: #fff !important;
    height: auto;
    border-radius: 50px;
    margin-bottom: 20px;
}

a.create-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #01C38D;
    display: block;
    text-align: center;
    text-decoration: none;
    }

    section.loginhead a.navbar-brand {
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
        color: #01C38D;
        font-weight: 700;
    }
    
    section.loginhead {
        padding: 20px 0;
    }
    
    section.loginhead nav ul {
        text-align: right;
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
    }
    
    section.loginhead nav ul li {
        display: inline;
        margin: 0 10px;
        color: #fff;
    }
    
    section.loginhead nav ul li a {
        color: #fff;
        font-size: 14px;
        text-decoration: none;
    }

    ul.coinlist {
        height: 520px;
        overflow-y: scroll;
        padding: 0;
        margin: 0;
        padding-right: 10px;
        list-style: none;
    }
    

.group-table{width:100%;margin:0 auto;padding:30px 0 60px;height: 60vh;overflow-y: scroll;display: inline-block;width: 100%;PADDING: 0;}
.group-table table{width:100%;}
.group-table tr{width:100%;display: inline-block;}
.group-table thead th{background: #fff;font-size:14px;font-weight:bold;color: #000;width: 24%;display: inline-block;}
.group-table tr td{font-family: 'Segoe UI';color: #fff;font-size:14px;font-weight: normal;padding:7px 15px;background: #fff;width: 24%;display: inline-block;}
.group-table tr td label {
    color: #01C38D;
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    padding-left: 10px;
}

.group-table thead , .group-table tbody { display: inline;}

input#searchInput {
    width: 300px;
    float: right;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #01C38D;
    border-radius: 2px;
    color: #000;
    font-size: 14px;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #31343df2;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #01C38D;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #01C38D;
  }

  .tab-btn a {
    border: 1px solid #398c32;
    color: #01C38D;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: 150px;
    text-align: center;
    text-decoration: none;
    border-radius: 50px;
    padding: 10px;
    background: #79BA2B;
    background: linear-gradient(90deg,rgba(121, 186, 43, 1) 0%, rgba(57, 140, 50, 1) 100%);
    border: none;
    color: #fff;
}

#cont2 { display: none;}


/* Modal Background */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    padding-top: 60px;
  }
  
  /* Modal Content */
  .modal-content {
    background-color: rgba(0,0,0,0.86);
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  /* Close Button */
  .close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  

  .modal-content h2 {color: #01C38D;font-size: 24px;display: inline-block;width: 100%;margin-bottom: 22px;}

  .modal-content form label {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal-content form input {
    width: 100%;
    background: transparent;
    color: #fff;
    border: 1px solid #01C38D;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 12px;
}

.modal-content form button[type="submit"] {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    border: 1px solid transparent;
    border-color: #474D57;
    background-color: #01C38D;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 10px;
    color: #000 !important;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}



  a.buybtn ,  a.sellbtn , button.chartbtn {
    color: #01C38D;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #01C38D;
    padding: 1px 20px;
    background: transparent;
}

button.chartbtn {
    width: 104px;
    margin-bottom: 16px;
    padding: 1px 0;
}

footer .footer {
    bottom: 0;
    width: 100%;
    background: #010112;
    border-top: 1px solid #fff;
}

footer .footer p {
    margin: 0;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

section.main-dashboard {
    padding: 4% 0;
    background: #fff;
}

ul.topul {
    display: inline-block;
    width: 100%;
    line-height: normal;
    list-style: none;
    text-align: right;
}

ul.topul li {
    display: inline-block;
    font-size: 16px;
}

ul.topul li:first-child {
    border-right: 1px solid #fff;
    padding-right: 10px;
}

ul.topul li:nth-child(2) {
    padding-left: 10px;
    color: #01C38D;
    font-weight: 600;
    border-right: 1px solid #fff;
    padding-right: 10px;
}

ul.topul li:last-child {
    padding-left: 10px;
    color: #01C38D;
    font-weight: 600;
}

section.loginform {
    padding: 9% 0;
    background: #fff;
}

section.main-coin-table h5 {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    color: #01C38D;
}

section.main-coin-table {
    padding: 12% 0;
    background: #fff;
}

section.main-coin-table h1 {
    color: #01C38D;
    font-size: 30px;
    margin-bottom: 24px;
    font-weight: 600;
}

select#currency1 , select#currency2 {
    background: #01C38D;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    position: absolute;
    top: 19px;
    right: 20px;
    width: 30%;
}

.flex.items-center.bg-white\/20.backdrop-blur-lg.rounded-full.p-3 {
    position: relative;
}



form.mb-3 {
    text-align: right;
}

form.mb-3 button {
    background: #01c38d;
    border-color: #01c38d;
}

form.mb-3 input[type="text"] {
    width: 300px !important;
}

table.table thead tr th {
    background: #fff;
    color: #000;
    font-weight: 700;
}

table.table tbody tr td {
    background: #fff;
    color: #000;
}

table.table tbody tr td a.btn.btn-primary.btn-sm {
    background: #01c38d;
    border-color: #01c38d;
    color: #000;
}

.active>.page-link, .page-link.active {
    background: #01c38d;
    border-color: #01c38d;
}

.page-link {
    color: #000;
}

section.livestock {
    padding: 4% 0; background-color: #fff;
}

section.main-dashboard #coinindash iframe {
    height: 1220px !important;
}

.tradingview-widget-copyright { display: none !important;}

#sidechart2 iframe , #sidechart1 iframe { height: 600px !important;;}
div#sidechart2 {
    clear: both;
    height: auto !important;
    margin-bottom: 20px;
}

#detailchart iframe { height: 1200px !important;}
.ctndivs.text-right { text-align: right; margin-bottom: 20px;}
.ctndivs.text-right a {
    color: #01C38D;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #01C38D;
    padding: 1px 20px;
    background: transparent;
}

div#detailcompany iframe {
    height: 450px !important;
    margin-bottom: 40px;
}

section.paymentdiv form {
    border: 1px solid #eee;
    padding: 2% 4% 6%;
    border-radius: 10px;
    margin-top: 40px;
}

section.paymentdiv form label {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin: 10px 0;
}

section.paymentdiv form button {
    width: 100%;
    font-size: 14px;
    border: none;
}

section.paymentdiv {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background: #000;
    padding: 4% 1%;
    width: 20%;
    right: -100%; /* Hidden initially */
    transition: right 0.3s ease-in-out;
    z-index: 1001;
}

.paymentdiv.active {
    right: 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: 1000;
}

.overlay.active {
    display: block;
}