.nft-table {
    border: 6px solid #f7f8ff;
}
.nft-table tr th {
    
    border: none;
}
.nft-table tr td{
vertical-align: middle;
}
.nft-table tr th, .nft-table tr td {
    font-size: 14px;
    padding: 10px;
}
.nft-table tr td .nft-list {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label,
 div.dataTables_wrapper div.dataTables_info
 {
    font-size: 14px;
}
.page-item .page-link {
    font-size: 12px;
    margin: 0 5px;
    border-radius: 5px !important;
    border: 1px solid #1a3390 !important;
}
.page-item.active .page-link,
.page-item:hover .page-link,
.page-item:focus .page-link{
  background-color: #1a3390 !important;
  color: #fff !important;
}
.page-item.disabled .page-link{
      background-color: #eee !important;
      color: #aaa !important;
}
.table.kyc-table{

}
.table.kyc-table td img.pan-img{
height: 50px;
}
.edit-btn {
    color: #fff !important;
    border: none;
    min-width: 115px;
    padding: 7px 20px;
    background-color: #1a3390;
    border-radius: 5px;
    text-decoration: none !important;
    font-size: 12px;
}
.add-kyc-btn-box{
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: right;
}
.deposit-modal-new.login-modal .modal-dialog {
    max-width: 500px;
    margin: 6% auto;
}
.form-group.deposit-main-group {
    margin: 25px 0;
}
.form-group.deposit-main-group label {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}
.form-group.deposit-main-group .input-group {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 10px 0;
}
.form-group.deposit-main-group .input-group .form-control {
    border: none;
    height: auto;
    background-color: transparent;
    padding: 0 15px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
}
.form-group.deposit-main-group .input-group .nice-select.form-control {
    max-width: 100px;
}
.form-group.deposit-main-group .input-group .nice-select.form-control .list{
    display: block;
    width: 100%;
    border-radius: 0;
}
.form-group.deposit-main-group .input-group .nice-select.form-control .list .option {
    padding: 6px 10px;
    line-height: initial;
    height: auto;
    min-height: auto;
    font-size: 12px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #edf1fd;
}

.form-group.deposit-main-group .input-group-text {
    padding: 0 10px;
    border: none;
    background-color: transparent;
}
.form-group.deposit-main-group .input-group-text img {
    height: 22px;
    width: 22px;
    object-fit: contain;
}
.right-login-box.next-form-otp .form-group .input-group .form-control {
    border: none;
    line-height: initial;
    height: auto;
}
.deposit-box {
    padding: 20px 20px;
}
.deposit-box h2 {
    font-size: 20px;
}
.percent-check-list {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.percent-check-list li {
    list-style: none;
}
.percent-check-list li a {
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin: 0 5px;
    padding: 5px 10px;
    color: #9c9c9c;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    outline: none;
    text-align: center;
    border: 1px solid #fff;
}
.percent-check-list li a:hover, .percent-check-list li a:focus, .percent-check-list li a:active, .percent-check-list li.active a {
    border: 1px solid #1c3591;
    color: #1c3591;
}
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 22px;
    margin: 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: 1px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

input:checked + .slider {
    background-color: #1c3591;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 5px;
}

.slider.round:before {
    border-radius: 20%;
}
.terms-time {
    border-right: 1px solid #ddd;
    padding-right: 25px;
    margin-right: 25px;
}
.terms-time p {
    margin: 0;
    font-size: 14px;
    color: #a2a0a0;
    font-weight: 600;
}
.terms-time h6 {
    font-size: 16px;
    color: #9f9f9f;
}
.auto-renew-box{

}
.auto-renew-box p{
    margin: 0;
}
.auto-renew-box p small {
    font-size: 10px;
}
.terms-box-outer {
    margin: 30px 0;
}
.interest-box-outer{
text-align: center;
}
.interest-box-outer h5 {
    font-size: 16px !important;
    font-weight: 600;
    color: #1a488e99;
    margin: 15px 0 30px;
}
.interest-box-outer h6 {
    color: #092147 !important;
    font-size: 14px;
    margin: 0;
}
.interest-box-outer p {
    font-size: 12px;
    color: #bebebe;
}
.deposit-box .common-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.kyc-form-box .form-group .form-control {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: none !important;
    border-radius: 0;
    font-size: 14px;
}
.form-control.nice-select {
    display: block !important;
    width: 100%;
    height:auto;
    line-height: inherit;
    float: none;
}
.kyc-form-box .form-group label{
    font-size: 14px;
}
.form-control.nice-select .list{

}
.form-control.nice-select .list{
    display: block;
    width: 100%;
    border-radius: 0;
}
.form-control.nice-select .list .option {
    padding: 6px 10px;
    line-height: initial;
    height: auto;
    min-height: auto;
    font-size: 12px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #edf1fd;
}
.upload__box {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
    width: 100%;
}
.upload__btn p{
    margin: 0;
}
.upload__box label {
    font-size: 14px;
    margin-bottom: 20px;
}
.upload__box label small {
    font-size: 11px;
    color: #9a9999;
    font-weight: 600;
}
.upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload__img-box {
    width: 115px;
    padding: 0 10px;
    margin-bottom: 12px;
}
.upload__img-box > div {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-size: contain;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
}
.upload__img-close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgb(64 69 186);
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    line-height: 17px;
    z-index: 1;
    cursor: pointer;
}
.upload__img-close:after {
    content: "✖";
    font-size: 10px;
    color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}
.history-table tr td:nth-child(3),
.history-table tr td:nth-child(4),
.history-table tr td:nth-child(5){
word-break: break-all;
}
.dash-white-box.fund-box-outer.setting-box-outer{
    min-height: 280px;
}
.dash-white-box.fund-box-outer.setting-box-outer h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.first-heading-new {
    font-size: 22px;
    border-bottom: 2px solid #1c3491;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 2px;
}
.upper-list-tabs li a.nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-right: 0;
    font-size: 14px;
    margin: 0px 10px !important;
    padding: 0 !important;
    line-height: 16px;
}
.upper-list-tabs li .nav-link.active, 
.upper-list-tabs li.nav-item.show .nav-link {
        color: #1a3390;
    font-weight: 600;
    border-bottom: 3px solid #1a3390;
}

/*25/04/2022*/

.share-icon-box{
    position: relative;
    cursor: pointer;
}
.share-icon-box .icon-list {
    padding: 10px;
    background-color: #233b95;
    display: flex;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1;
    border-radius: 10px;
    margin: 0;
    display: none;
    top: 45px;
}
.share-icon-box .icon-list li {
    list-style: none;
}
.share-icon-box .icon-list li a{
display: block;
margin: 0 5px;
}
.share-icon-box .icon-list li a img {
    padding: 0;  
}
.share-icon-box:hover .icon-list {
    display: flex;
}