/* body {
	font-family: 'Poppins' !important;
} */
html { 
    height:100%;
}
body { 
    min-height:100%;
    font-family: 'Poppins' !important;
}
.navbar {
    padding: 3px;
    background-color: #fbfbfb;
    /* /* position: relative; */
    /* border-radius: 15px; */
    border-bottom-style:  solid;
    /* border:  */
    box-shadow: 0 0 0 3px #C79323, 
                0 0 0 0 #C79323, 
                0 0 0 0 #C79323;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.navbar span {
	cursor:pointer;
}
.dropdown-menu {
    position: absolute;
    top:55px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border:1px solid #eee;
    border-radius: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #eee;
	cursor:pointer;
}
.dropdown-item:last-child {
	border-bottom:0;	
}

.mid-part1 {
	margin-top:0px;
	padding:50px 0;

}
.mid-part {
	margin-top:0px;
	padding:50px 0;
}
.wallet-form {
	border-bottom:1px solid #eee;
	margin-bottom:25px;
	padding-bottom:50px;
}
.wallet-form span {
    line-height: 50px;
    color: #999;
    font-size: 25px;
    display: block;
}
.wallet-form input.form-control {
	line-height:50px;
	height:50px;
}
.submit-btn {
	background-color:#FC0;
	color:#FFF; 
    position: relative;
    border-radius: 15px;
    border: 3px solid #131313;
    box-shadow: 0 0 0 3px #C79323, 
                0 0 0 0 #C79323, 
                0 0 0 0 #C79323;

	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	width:100%;
	line-height:48px;
	padding:0;
}
.submit-btn:hover {
	background-color:#292929;
	color:#FFF;
}

.amount-bal {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    color: #ff9121;
    margin-bottom: 20px;
}
.amount-bal sub {
    bottom: 0;
    font-size: 15px;
}
.logo-icon {
    text-align: center;
}
.logo-icon img{
    margin-bottom: 20px;
    width: 60px;
}
.QR-Code img {
    max-width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
}
.qr-title {
    border: 1px solid #ccc;
    margin-top: 15px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: 500;
    color: #adadad;
    margin-bottom: 50px;
    box-shadow: 10px 10px 10px #ccc;
    position: relative;
    border-radius: 15px;
    border: 3px solid #131313;
    box-shadow: 0 0 0 3px #C79323, 
                0 0 0 0 #C79323, 
                0 0 0 0 #C79323;
}
.qr-title1 {
    /* border: 1px solid #ccc; */
    margin-top: 15px;
    text-align: center;
    padding: 50px 0;
    font-size: 15px;
    font-weight: 500;
    color: #adadad;
    box-shadow: 10px 10px 10px #ccc;
    position: relative;
    border-radius: 15px;
    border: 3px solid #131313;
    box-shadow: 0 0 0 3px #C79323, 
                0 0 0 0 #C79323, 
                0 0 0 0 #C79323;
}

.transition-table h3 {
	margin-bottom:15px;
}
.transition-table .table {
	border:1px solid #ddd;
	border-right:0;
    position: relative;
    border-radius: 15px;
    border: 3px solid #131313;
    box-shadow: 0 0 0 3px #C79323, 
                0 0 0 0 #C79323, 
                0 0 0 0 #C79323;
}
.transition-table .table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	background-color:#fc0;
}
.transition-table .table th, .transition-table .table td {
	border-right: 1px solid #dee2e6;
}
.footer-part {
	background-color:#3A3A3A;
	color:#FFF;
	line-height:60px;
	text-align:center;
	position:absolute;
	width:100%;
    bottom:0;
}
.footer-part p {
	margin-bottom:0;
}
.footer-temp {
	background-color:#3A3A3A;
	color:#FFF;
	line-height:60px;
	text-align:center;
    width:100%;
    position: fixed;
    bottom: 0px;
}
.footer-temp p {
	margin-bottom:0;
}

/*Login*/

.login-signup-part {
    background-color:#eee;
    padding-bottom: 100px;
    height: 100vh;
}
.login-box {
	background-color:#FFF;
	padding:20px;
    padding-top: 30px;
    position: relative;
	margin-top:10%;
    margin: 2rem;
    padding: 1rem;
    border-radius: 15px;
    background: #f4f4f4;
    border: 3px solid #131313;
    box-shadow: 0 0 0 3px #C79323, 
                0 0 0 0 #C79323, 
                0 0 0 0 #C79323;
}
.login-box h2 {
	margin-bottom:20px;
	color:#333;
}
.login-box input {
	line-height:50px;
	height:50px;
}
.logo-col {
	 text-align:center;
	 margin:0 0 20px;
}
.forget-text span {
	color:#666;
}
.forget-text {
	color:#FC0;
	cursor:pointer;
	text-align:center;
	width:100%;
	display:block;
}
.contact{
    text-align: center;
    padding:20px
}
.add{
    padding-top: 7%;
}

/* .col-sm-6 {
    padding-top: 7%;
} */

/* / Profile */

.profile-img {
    text-align: center;
    margin-bottom: 35px;
}
.image-upload-part {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
}
.fileUpload {
    position: absolute;
    overflow: hidden;
    text-align: left;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-weight: 500;
    right: -5px;
    bottom: -5px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload:hover {
	border:1px solid #09F;
}
.fileUpload img {
	margin-bottom:8px;
	margin-top:8px;
}
.upload-img img {
    max-width: 100%;
    border-radius:100px;
}
.image-upload-part img {
    border-radius: 100px;
    width: 100px;
    height: 100px;
    border: 5px solid #eee;
    box-shadow: 1px 3px 5px #ccc;
}
.btn.fileUpload span img {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.profile-part h2 {
	margin-bottom:20px;
	color:#333;
	text-align:center;
}


.profile-part input, .contact_page input {
	line-height:50px;
	height:50px;
}

button.send-btn {
	background-color:#FC0;
	color:#000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	line-height:40px;
	padding:0;
	border:0;
	border-radius:5px;
	padding:0 15px;
}
button.send-btn:hover {
	background-color:#292929;
	color:#FFF;
}

.flex-fixed-width-item {
    flex: 0 0 100px;
}



.first {
    width: 100px;
}
.disableArea {
    pointer-events:none;
    opacity: 0.5;
}
.ellipsis {
    position: relative;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
td.green-text {
    color: #3eca24;
}
td.red-text {
    color: #F00;
}


.error {
    color: #f00;
    font-size: 14px;
    margin-top: 10px;
}
.error-input input {
    border-color: #f00;
}


.mid-part {
    /* margin: 50px 0 50px 0; */
    background-color:#FFF;
	/* padding:20px; */
    /* position: relative; */
	margin-top:10%;
    margin: 2rem;
    padding: 1rem;
    border-radius: 15px;
    background: #f4f4f4;
    border: 3px solid #131313;
    box-shadow: 0 0 0 3px #C79323, 
                0 0 0 0 #C79323, 
                0 0 0 0 #C79323;
}
.mid-part1 {
    margin: 0 0 50px 0;
}
.navbar {
    background-color: #dee2e6;
}
.transition-table .table-responsive {
    max-height: 345px;
    margin-bottom: 50px;
}

.wallet-box, .wallet-box2 {
    /* border: 1px solid #999; */
    margin-bottom: 30px;
    padding-top: 25px;
    background-color: #e9ecef;
    box-shadow: 8px 8px 8px #ccc;
    position: relative;
    border-radius: 15px;
    border: 3px solid #131313;
    box-shadow: 0 0 0 3px #C79323, 
                0 0 0 0 #C79323, 
                0 0 0 0 #C79323;

}
.wallet-box2 {
    padding: 25px;
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    
    .transition-table .table-responsive {
        max-height: 345px;
        margin-bottom: 50px;
    }
    .wallet-form input.form-control {
        line-height: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    .wallet-form {
        border-bottom: 1px solid #eee;
        margin-bottom: 5px;
        padding-bottom: 20px;
    }
    .add {
        padding-top: 20%;
    }
}