.select2-container .select2-selection--single {
    height: 48px;
    padding-top: 7px;
    font-size: 20px;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 450px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}

.select2-container--default .select2-selection--single {
    background-color: #00ff74db;
    border: unset;
    border-radius: 28px;
}

@media (min-width: 768px) {
    .exng-btn {
        margin-left: 29px;
    }

}






.navbar {
    margin: 0px !important;
    background: #212121 !important;
    padding: 4px 0;
    border-radius: 0px;
    border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #00a651;
}

.img-responsive {

    margin-top: 7px
}

.operator-text {
    background: #03a84e !important;
    color: #fff;
}

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    border: unset;
    Background-color: #575757;
    position: relative;
    font: 16px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    border-radius: 0px;
    padding-bottom: 5px;
}

.cover {
    background: url(../imgs/cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

header .container {
    background-color: #fadbd800 !important;
}

.overlay {

    background-color: #0ca15487 !important;
    padding-bottom: 60px;
    padding-top: 40px;

}

header {
    text-align: center;
    color: #fff900;
    background: #18bc9c;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 29px;
    border: unset;

}


.exh-text {
    font-weight: bold;
    background: #332b2b87;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
}

.btn-exh {
    margin-top: 43px;
    border-radius: 27px
}

.nav li a,
.navbar-default .navbar-nav>li>a {
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;

    padding: 12px 5px;
    text-transform: unset;
}

#main.home-default {
    padding-bottom: 0;
    background: #6f6b6b;
}

.trending-ads {
    margin-bottom: 15px;
    background-color: #413f3f;
    padding: 15px 30px;
}

.completed {
    background-color: #6f6b6b;
    /* color: brown; */
}

.tab-manu {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f200;
    text-align: center;
    border-radius: 5px;
}

.section-title h3 {
    color: #00a651;
    font-weight: bolder;
}

.pending {
    background-color: #6f6b6b;
}

table {
    background-color: #6f6b6b;
    border: 3px solid #9990;
    color: #fff;
    border-radius: 6px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #dddddd2e;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #dddddd2e;
}


.section {
    background-color: #413f3f;
    border-radius: 4px;
    padding: 35px 25px;
    margin-bottom: 25px;
    color: #fff;
}

.section-title h4 {
    color: #fff;
    font-weight: bolder;
}

.text-muted-dark {
    color: #d9dbe4;
}

.featured-top {
    border-bottom: 1px solid #f2f2f22b;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
}

.featured {
    border: 1px solid #f6f6f647;
    margin-right: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.form-dark {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #333;
    background-image: none;
    border: 1px solid #ccc0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.footer-top {
    padding: 30px;
    background: #000;
}

#footer {
    border-top: 1px solid #000;
}

.footer-widget ul li a {
    color: #00ff7c;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    display: block;
}

.footer-bottom {
    background-color: #121212;
    color: #f7f7f7;
    font-size: 14px;
    padding: 19px 0 12px;
    font-weight: 300;
}

.user-account {
    background-color: #575757;
    border-radius: 4px;
    padding: 40px 60px;
}


#main {
    /* background-image: url(../images/bg/main.png); */
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #656565;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 23px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc0;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 23px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #eee;
    background-color: #656565;
    background-image: none;
    border: 1px solid #ccc0;
 
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.modal-content {
    position: relative;
    background-color: #333;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    color: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e526;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e529;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff8f8;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1.2;
}

.checkbox label {
    position: relative;
    padding-left: 22px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 35px;
    margin-bottom: 10px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee3d;
}

table caption {
    background-color: #03a84e;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}


.ad-profile .user h2 {
    font-weight: 300;
    color: #fcfcfc;
    margin-top: 30px;
}

.ad-profile .my-ads, .ad-profile .favorites {
    float: left;
    padding: 30px 40px;
    text-align: center;
    border-left: 1px solid #f5f5f500;
}

.myads-page .my-ads {
    background-color: #656565;
    padding: 15px 30px;
    border-radius: 4px;
}

.ad-profile .favorites-user small {
    display: block;
    font-size: 16px;
    color: #e6e4e4;
    line-height: 0;
}

.ad-profile .user-menu {
    margin-top: 16px;
    border-top: 1px solid #f5f5f526;
}

.ad-profile .user-menu li {
    padding: 15px 20px;
    float: left;
    border-left: 1px solid #f5f5f521;
}
.section {
    background-color: #575757;
    border-radius: 4px;
    padding: 35px 25px;
    margin-bottom: 25px;
    color: #fff;
}



table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f900;
}

.panel-default {
    border-color: #ddd0;
}



.panel {
    margin-bottom: 20px;
    background-color: #656565;
    border: 1px solid #0000000d;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #656565;
    border: 1px solid #5755552e;
}
.myads-page .my-ads {
    background-color: #575757;
    padding: 15px 30px;
    border-radius: 4px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f900;
}

.panel-body {
    overflow-x: scroll;
    padding: 15px;
}

input:focus { 
    
    color: #fff;
     
 }
 
 
 
 #bit_amount_send:focus{
     
     color:#000;
 }

.icon svg {
    width : 20px;
    height:20px;
    padding-top: 6px;
}
.footer-widget ul li a i {
    color: #03a84e;
    font-size: 45px;
    vertical-align: middle;
    margin-right: 15px;
}


.myads-page .my-ads h2 {
    font-weight: 300;
    color: #fffdfd;
    margin-top: 10px;
    margin-bottom: 30px;
}

body {
 
    color: #fff;
    
}
.panel-default>.panel-heading {
    color: #faf7f7;
    background-color: #575757;
    border-color: #ddd0;
}

.accordion a h4 {
    color: #ffffff;
    font-weight: 500;
    margin: 3px 0;
}

#question1 .panel-default>.panel-heading {
    color: #faf7f7;
    background-color: #00a651;
    border-color: #ddd0;
}




.navbar {
    margin: 0px !important;
    background: #03a84e !important;
    padding: 4px 0;
    border-radius: 0px;
    border: 0px solid transparent;
    /* color: #fff; */
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.login-btn {
    color: #ffffff;
    border: 1px solid;
    padding: 12px 34px;
    border-radius: 4px;
}


.operator-text {
    background: #7f7f7f !important;
    color: #fff;
}


.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    border: unset;
    Background-color: #0b81e7;
    position: relative;
    font: 16px 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
    border-radius: 0px;
    padding-bottom: 12px;
    padding-top: 13px;
}



.modal-content {
    position: relative;
    background-color: #6d6d6d;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    color: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}


.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 23px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #eee;
    background-color: #474747;
    background-image: none;
    border: 1px solid #ccc0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: unset;
    border: unset;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: #ffffff;
}



.select2-results__option--selectable {
    cursor: pointer;
    color: #000;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    color: #000;
}

#bit_amount_send,#bit_amount_receive{
    
    border-radius : 28px;
}


.footer-top {
    padding: 30px;
    background: #4b4b4b;
}


.footer-bottom {
    background-color: #555555;
    color: #f7f7f7;
    font-size: 14px;
    padding: 19px 0 12px;
    font-weight: 300;
}

.myads-page .my-ads {
    background-color: #575757;
    padding: 15px 30px;
    border-radius: 4px;
}

.bit_exchange_form-bg,#bit_confirm_transaction{
    
    background: #7f7f7f;
    padding: 28px 28px;
    border-radius: 12px;
}

.alert-success {
    color: #30a732;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #40758f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info a {
    color:#000;
}

.alert-info {
    color: #16394b;
    background-color: #8bd8ff;
    border-color: #bce8f1;
}


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: unset;
    border-radius: 28px;
}


     /* Style for the span element */
        #status {
            font-size: 18px;
            padding: 3px 5px;
            border-radius: 3px;
            color: #00ff74;
            animation: fadeInOut 1s infinite; /* Apply animation */
        }

        /* Keyframes for opacity animation */
        @keyframes fadeInOut {
            0%, 100% {
                opacity: 1; /* Fully visible */
            }
            50% {
                opacity: 0; /* Fully transparent */
            }
        }



@media (max-width: 767px){
.ad-profile .user-menu li {
    border: 1px solid #f5f5f533;
}




}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd0;
    }
    
    .user-account {
    background-color: #575757;
    border-radius: 4px;
    padding: 16px 16px;
}

}