
/* login form */

  .bg-light {
    background-color: #f8f9fa !important;
  }

  
  .form-control {
    background-color: #F3F9FC!important;
    border-radius: 8px;
  }
  
  .form-label {
    opacity: 0.7;
  }
  
  
  .btn-primary {
    border: none;
    background: rgb(210, 245, 255);
    background: linear-gradient(90deg, rgba(210, 245, 255, 1) 0%, rgba(6, 120, 153, 1) 100%);
    padding: 8px 20px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  
  .btn-primary:hover {
    background: rgb(210, 245, 255);
    background: linear-gradient(90deg,rgba(6, 120, 153, 1)  0%,  rgba(210, 245, 255, 1) 100%);
  }
  
  .input-group {
    position: relative;
}

.nxt-btn {
    border: none;
    background: #2685A3; /* New background color */
    padding: 5px 10px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    width: 100px; /* Set a specific width */
}

.nxt-btn:hover {
    background: #1a6a8b; /* Optional: Change hover background color */
}

.bck-btn {
    background-color: #6c757d;
    border-color: #6c757d;
    border: none;
    padding: 5px 10px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    width: 80px; 
}
.btn-toggle-password {
    position: absolute;
    top: 57%;
    right: 10px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    z-index: 99;
}

.btn-signup {
      font-weight: 500;
}

.qr-code img {
        width: 100%;
        height: 100%;
        object-fit: cover;
}

/*login form */


/* register form */

.btn-login {
    font-weight: 500;
}

/* register form */


/* stepper form  */



/* stepper form */


/* spot start */
.favorite-grp{
    width: 450px;
    height: 50vh;
    background-color: var(--card-bg);
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.25);
    padding: 10px;

}
.favorite-grp .table-container {
    width: 100%;
    max-width: 800px;
    height: 300px; /* Set the height of the scrollable area */
    overflow-y: auto; /* Enable vertical scrolling */
}
.favorite-grp thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

.favorite-grp th, td {
    padding: 10px;
}


/* Ensure tbody has a fixed height and allows scrolling */
.favorite-grp tbody {
    display: block;
    height: 265px; /* Set height slightly less than container */
    overflow-y: auto;
}

.favorite-grp thead, .favorite-grp tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed; /* Fix column width */
}
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 2px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #e3e3e3;
}

.positive-change {
    color: #10b981;
    font-weight: bold;
}
.search-bar {
    background: #f8f9fa;
    border-radius: 20px;
    padding: 8px 15px;
    border: none;
    width: 100%;
}
.favorite-grp.fav-show{
    position: absolute;
    top: 125px;
    left: 25px;
    display: block !important;
    height: 100%;
    max-height: 450px;
    width: 100%;
    max-width: 570px;
}
.favorite-grp{
    display: none !important;
}
.fav-add svg path{
    fill: #787878 !important;
    stroke: #787878 !important;
    cursor: pointer;
}
.fav-add:hover svg path{
    fill: #2685A3 !important;
    stroke: #2685A3 !important;

}
.fav-coin-fiat button{
    background-color: transparent;
    border: 0 !important;
    color: #787878;
    font-size: 14px;
}
.fav-coin-fiat button:hover{
    color: var(--primary-color);
}
.fav-coin-fiat button.active{
    font-weight: 600;
    color: var(--primary-color);
}
/* spot end */

/* landing page start */
h1{
    font-size: 55px !important;
    font-weight: 500;
}
.landing-signin input{
    height: 56px;
    background-color: transparent;
    border: 1px solid rgba(38,133,163,30);
    font-size: 14px;
}
.landing-signin button{
    background-color: var(--primary-color);
    padding: 8px 35px;
    border-radius: 2px;
    border: 0;
    color: #fff;
    height: 50px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.landing-trade button{
    background-color: var(--primary-color);
    padding: 8px 35px;
    border-radius: 2px;
    border: 0;
    color: #fff;
    height: 50px;
    /* position: absolute; */
    top: 3px;
    right: 3px;
}
.card-top{
    background-color: var(--white-secondary);
    padding: 10px;
    border-radius: 2px;
    position: absolute;
    top: -20px;
    right: 20px;
    font-weight: 500;
}
.product-card:hover .card-top{
background-color: var(--primary-color);
color: #fff;
}
.product-card{
    
    padding: 25px !important;
    padding-top: 50px !important;
}
.faq-grp .accordion-item{
    border: 0 !important
}
.faq-grp .accordion-header button{
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-primary-text) !important;
}
rect {
    fill: transparent !important;
}
.raphael-group-ELnCbIVY{
    display: none !important;
}
/* landing page end */
/* nft start*/
.nft-menu-list li{
    background-color: var(--white-secondary);
    padding: 10px 20px;
}
.nft-menu-list li p{
    margin-bottom:0
}
.bnb-eth{
    background-color: var(--card-bg);
    margin-top: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.bnb-eth li.inactive{
    background-color: rgba(217,217,217);
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    opacity: 0.5;
}
.bnb-eth img{
    padding: 10px;
}
.days-filter li p{
    background-color: var(--navtabbg);
    color: var(--secondary-text);
    margin-bottom: 0;
    padding: 10px;
    cursor: pointer;
}
.days-filter li p:hover{
    background-color: var(--primary-color);
    color: var(--white-secondary);
    margin-bottom: 0;
    padding: 10px;
}
.nft-all-detials{
    margin-top: 150px;
}
.nft-social-icons li:nth-child(1){
    border-right: 1px solid var(--secondary-text);
    padding-right: 15px;
}
.nft-social-icons li{
    margin-left: 15px;
}
.nft-social-icons li:nth-child(1){
    margin-left: 0px;
}
.nft-social-icons li svg path{
    color: var(--dark-primary-text) !important;
    fill: var(--dark-primary-text) !important;
    stroke: var(--dark-primary-text) !important;
}
.antr-usr-prf-dtls{
    margin-top: -70px;
    z-index: 3;
    position: relative;
}

.checkbox.style-c {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .checkbox.style-c input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkbox.style-c input:checked ~ .checkbox__checkmark {
    background-color: var(--primary-color);
  }
  .checkbox.style-c input:checked ~ .checkbox__checkmark:after {
    opacity: 1;
  }
  .checkbox.style-c:hover input ~ .checkbox__checkmark {
    background-color: #eee;
  }
  .checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
    background-color: var(--primary-color);
  }
  .checkbox.style-c .checkbox__checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    transition: background-color 0.25s ease;
    border-radius: 4px;
  }
  .checkbox.style-c .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .checkbox.style-c .checkbox__body {
    color: #333;
    line-height: 1.4;
    font-size: 16px;
  }
  .single-nft-social-icons li:nth-child(1){
    border-right: 1px solid #dcdcdc;
    padding-right: 15px;
    margin-right: 15px;
  }
  .single-nft-social-icons li svg path{
    fill: var(--dark-primary-text) !important;
    stroke: var(--dark-primary-text) !important;
  }
  .single-nft-social-icons li{
    margin-right: 10px;
    margin-left: 10px;
  }
  .nft-menu-1 .nft-menu{
    top: 60px !important;
    }
    .nft-attact-edit-icon path{
        
        fill: #121212;
        
    }
    .nft-attact-edit-icon .js-labelFile{
        position: absolute;
        bottom: 35px;
        right: 10px;
        background-color: #fff !important;
        border-radius: 50px;
        & svg{
        padding: 5px;
        }
    }

/* nft end */

/* support chat start */

.support-chat-grp{
    background-color: var(--card-bg);
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25);
}
.ticket-add-grp{
    background-color: #e3ebf7;
    padding: 8px;
}
.support-chat-grp .search-box input{
    background-color: var(--card-bg);
    border: 1px solid var(--white-secondary);
    padding: 5px;
    height: 38px
}
.search-box button{
    background-color: var(--primary-color);
    border: 0;
    height: 38px;
}
.search-box button path{
    fill: #fff;
}
.no-tickets p{
    color: var(--secondary-text) !important;
}
.no-tickets p svg path{
    fill: var(--secondary-text) !important;
}
.support-chat-left{
    height: 550px;
    overflow-y: scroll;
}
.chat-head{
   background-color: var(--white-secondary);
   padding: 5px;
   margin-top: 5px;
}
.msg-body{
    height: 500px;
    overflow-y: scroll;
}
.msg-body .sender{
    width: 65%;
    margin: 0 0 auto auto;
    margin-top: 15px;
}
.msg-body .sender .profile{
    width: 38px;
    height: 38px;
}
.sender-body{
    background-color: var(--white-secondary);
    padding: 5px;
}

.sender-body .sender-img{
    max-width: 100px;
}
.double-tick p:nth-child(1) svg path{
    stroke: var(--secondary-text) !important;
}
.double-tick p:nth-child(2) svg path{
    stroke: var(--positiveValue-color) !important;
}

.msg-body .recevier{
    width: 65%;
    margin-top: 15px;
    margin: auto 0
}
.recevier-body{
    background-color: var(--white-secondary);
    padding: 5px;
}
.recevier-body .recevier-img{
    max-width: 100px;
    margin: auto 0
}
.msg-body .recevier .profile{
    width: 38px;
    height: 38px;
}
.write-msg-body  .input-group{
    background-color: var(--card-bg);
    border: 1px solid var(--white-secondary);
    padding: 5px;
    height: 45px
}
.chat-input input,
.write-msg-body  .input-group{
    background-color: var(--card-bg);
    border: 1px solid var(--white-secondary);
    padding: 5px;
    height: 45px
}
.chat-input button,
.write-msg-body  .input-group button{
    background-color: var(--primary-color);
    padding: 5px 10px;
    height: 45px;
    font-size: 13px;
    color: #fff;
    border: 0;
    border-radius: 5px;
}
.chat-input button{
    height: fit-content;
}
.write-msg-body  .input-group button svg path{
    fill: #fff;
}
.write-msg-body input[type=file] {
    width: 240px;
    max-width: 100%;
    color: var(--secondary-text) !important;
    padding: 2px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--secondary-text) !important;
    font-size: 12px;
  }
  
  .write-msg-body input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: var(--primary-color);
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
  }
  
  .write-msg-body input[type=file]::file-selector-button:hover {
    background: var(--primary-color);
  }
  .attach-preview img{
    max-width: 50px;
    max-height:50px;
  }
  .attach-preview .close{
   position: absolute;
   background-color: var(--primary-color);
   padding: 0 5px;
   border-radius: 50px; 
   top: -9px;
   left: -9px;
  }
  .preivew-img-body{
    background-color: var(--white-secondary);
    border:1px dotted var(--secondary-text);
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .add-ticket{
    background-color: var(--white-secondary);
    padding: 3px;
    border-radius: 50px;;
  }
  .add-ticket{
    cursor: pointer;
  }
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }

    /* Firefox */
    input[type=number] {
    -moz-appearance: textfield;
    }

    .vh-md-100 {
        min-height: 100vh; /* At least 100% of the viewport height */
        max-height: 100vh; /* Not more than 100% of the viewport height */
        overflow: hidden; /* Scroll if content exceeds */
    }
/* support chat End */