body {
    font-family: 'Nunito', sans-serif;
}
header {
	background: #1a1a1a;
}
#navbarTogglerDemo01 {
    justify-content: space-between;
}
.navbar {
    padding: 10px 35px;
}
.navbar-brand {
    color: #ffffff;
}
.right-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.right-nav .dropdown {
    margin-top: 10px;
}
.right-nav #dropdownMenu2 {
    background: transparent;
    border: none;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
}
.right-nav .dropdown-menu {
    background: #1a1a1a;
    overflow: hidden;
    border: 1px solid #fff;
}
.right-nav .dropdown-item {
    color: #ffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b !important;
    text-decoration: none;
    background-color: #f8f9fa;
    transition: .5s;
    transform: scale(1.05);
}
.navbar-brand:hover {
    color: #fff;
}
.title_main {
    text-align: center;
}
.title_main h2{
    font-size: 22.68px;
    margin-bottom: 30px;
}
.first_sction {
    background: #000;
    /*height: 85vh;*/
}
.main {
    padding-top: 40px;
    color: #ffff;
    /*padding-bottom: 40px;*/
    padding-bottom: 15rem;
    text-align: -webkit-center;
    margin-bottom: 11px;
    /*height: 77vh;*/
    text-align: -moz-center;
}
.rounded_tabs {
        background: #262626;
    padding: 37px 50px;
    width: 75%;
    border-radius: 8px;
    margin-bottom: 40px;
    text-align: -moz-center;    
}
.looking_border {
        background: #dcf0f9;
    height: 2px;
        width: 75%;
}
.heading2 {
        margin: 0 130px ;
}
.tabs_strt {
    margin-top: -40px;
}
.tabs_strt h5 {
    width: 0;
    background: #323d74;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    border-radius: 50%;
    border: 3px solid #515151;
}
.tabs_strt p {
    font-size: 13px;
}
.form_section {
    padding: 16px 60px;
    background: #fff;
    margin-top: -170px;
    border-radius: 7px;
    box-shadow: 0 0 10px black;
    max-width: 832px;
}
.links_section {
    color: #fff;
    /*padding: 7px 9px 7px 0;*/
    background: #000;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: flex;
}
.links_section h4 {
    font-size: 16px;
	line-height: 32px;
	margin-bottom:0;
	padding-bottom: 0;
	padding-top:5px;
}
input::placeholder {
	font-size: 13px;
}
.styling {
    background: #262626;
    padding: 8px 17px;
    border-top-left-radius: 7px;
    margin-right: 10px;
    /* margin-left: -27px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.signup_section {
    padding: 20px 40px;
    margin: 0;
    border: 1px solid #d6d6d6;
    border-top: 0;
    margin-bottom: 20px;
	position:relative;
}
.signup_section > p {
	position: absolute;
	top: 20px;
	left: 54%;
	transform: translateX(-54%);
	float: left;
	width: 100%;
	max-width: 66px;
	text-align: center;
}
.signup_section .dropdown {
    background: #eeeeee;
    color: #777777;
    padding: 3px 35px;
    border: 1px solid #000;
    border-radius: 35px;
}
.signup_section .dropdown-toggle::after {
        position: absolute;
    top: 20px;
    right: 17px;
    border-right: 0.4em solid transparent;
}
.or {
    margin-bottom: 0;
    margin-top: 9px;
    font-size: 19px;
    color: #999999;
}
.fa-plus:before {
    padding-right: 10px;

}
.create a {
    padding: 11px 27px;
    background: #323d74;
    color: #fff;
        border-radius: 32px;
}
.create a:hover {
	text-decoration: none;
	background: #000;
} 
.create p {
    margin-bottom: 0;
}
.create .fa {
    padding-top: 4px;
}
.create a {
    display: flex;
    color: #fff;
}
.form_sction {
    display: flex;
    justify-content: center;
        margin-bottom: 4rem;
}
.input-group-addon {
    background: #262626;
    color: #fff;
    padding: 5px 25px 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-size: 20px;
}
.chnging , .chnging2{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
        border: 1px solid #020303;
        padding: 5px 20px;
}
.aftr_inp {
    /*margin-bottom: 0;*/
    margin-top: 8px;
}
.add_mrgin {
    margin-bottom: 25px;
}
.chnging:focus , .chnging2:focus , .scanner:focus {
    box-shadow: none;
    border-color: #262626;
}
.build {
    background: #323d74;
    color: #fff;
    /*margin-left: -14px;*/
    z-index: 1;
        padding: 7px 25px;
}
.build:hover { background: #000;}
.build .fa {

    padding-right: 10px;
}
.read {
    border: 1px solid #020303;
}
.chnging2 {
    border-right: 0 !important;
    font-weight: 800;
}
.img_section p {
    padding-left: 25px;
    font-size: 13px;
}
.right_section p {
    color: #777777;
    text-align: center;
    font-size: 13px;
}
.scanner {
    border-radius: 20px;
    padding: 5px 20px;
    background: #f3f3f3;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.right_section {
    margin-top: 30px;
}
.edit {
    margin-left: -25px;
    z-index: 9999999;
    margin-top: 6px;
    color: #777777;
}
.buttons {
    margin-top: 27px;
    display: flex;
    justify-content: center;
}
.buttons .scan_btn , .buttons .scan_btn2 {
    background: #3cd02d;
    border: none;
    padding: 8px 19px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
        font-size: 12px;
}
.buttons .scan_btn2 {
    background: #ff4e4e !important;
    margin-left: 10px;
}
.register_text p {
    color: #777777;
    margin-top: 33px;
    margin-bottom: 0;
}
.register_text a {
    color: #777777;
    font-weight: 600;
}
.statistics {
    padding: 40px 0;
}
#chartContainer {
    margin-left: 10px;
    box-shadow: -1px 4px 6px #0000007a;
}
.title h5 {
    margin-bottom: 30px;
    font-weight: bold;
    color: #333333;
}
.footer {
    margin-top: 32px;
}
.footer_title h4 {
    font-weight: bold;
    color: #323d74;
    margin-bottom: 1rem;
}
.clr {
    color: #323d74;

}
.paragraph {
    text-align: center;
}
.paragraph p {
    margin-bottom: 0;
    color: #555555;
}
.social_icn  {
    margin: 0;
    justify-content: center;
    padding-top: 15px;
}
.social_icn i {
    margin-right: 10px;
    background: #323d74;
    color: #fff;
    padding: 14px 17px;
    border-radius: 50%;
}
.donate_btn {
    text-align: center;
    margin-top: 15px;
}
.donate_btn button {
    background: #e8c60c;
    border: none;
    padding: 8px 25px;
    border-radius: 20px;
    color: #323d74;
    font-weight: bold;
}
.donate_btn .fa {
    margin-right: 8px;
}
.copyright  {
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
    color: #6c6c6c;
}
.copyright strong {
    color: #5b6490;
}
.right_colm h6 {
    color: #767676;
    font-weight: bold;
}
.right_colm {
    background: #fff;
    box-shadow: -1px 4px 6px #0000007a;
    padding: 10px;
    margin-right: 10px;
    min-height: 400px;
} 
.stats {
    padding: 25px 25px 5px;
}
.data {
    display: flex;
    justify-content: space-between;
    padding: 0 43px;
}
.clring , .clring2 , .clring3 , .clring4 , .clring5 , .clring6 , .clring7 , .clring8 {
    position: relative;
    margin-bottom: 7px;
    color: #c8c8c8;
}
 .right_colm span {
    color: #c8c8c8;
}
.clring:before {
    content: '';
    height: 15px;
    width: 15px;
    background: #d9d9d9;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16%;
    left: -21px;
}
.clring2:before {
        content: '';
    height: 15px;
    width: 15px;
    background: #9377ee;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16%;
    left: -21px;
}
.clring3:before {
            content: '';
    height: 15px;
    width: 15px;
    background: #e477ee;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16%;
    left: -21px;
}
.clring4:before {
            content: '';
    height: 15px;
    width: 15px;
    background: #ee77c0;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16%;
    left: -21px;
}
.clring5:before {
            content: '';
    height: 15px;
    width: 15px;
    background: #77eee4;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16%;
    left: -21px;
}
.clring6:before {
            content: '';
    height: 15px;
    width: 15px;
    background: #56f45e;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16%;
    left: -21px;
}
.clring7:before {
            content: '';
    height: 15px;
    width: 15px;
    background: #ff8282;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16%;
    left: -21px;
}
.clring8:before {
            content: '';
    height: 15px;
    width: 15px;
    background: #fffd46;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16%;
    left: -21px;
}
.stats2 {
    padding: 16px 25px 5px;

}
.btn-facebook {
    color: #fff !important;
    background-color: #262626 !important;
    border-color: rgba(0,0,0,0.2);
    border: 1px solid #8e8e8e;
	border-radius: 1px;
}
.btn-group-lg>.btn, .btn-lg {
        padding: 5px !important;
    font-size: 16px !important;
}
.btn-social {
    position: relative;
    padding-left: 44px !important;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
        margin-left: 5px;
}

.btn-social:hover {
    color: #eee;
}
.facebook:hover {
	background: #323d74 !important;
	border-color: transparent !important;
	-webkit-transition: all .5s ease-out; 
	-moz-transition: all .5s ease-out; 
	-ms-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
}
.facebook:hover a {
	text-decoration: underline !important;
}
.google:hover {
	border-color: transparent !important;
	-webkit-transition: all .5s ease-out; 
	-moz-transition: all .5s ease-out; 
	-ms-transition: all .5s ease-out; 
	-o-transition: all .5s ease-out; 
	transition: all .5s ease-out;
}
.google:hover a {
	text-decoration: underline !important;
}
.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    padding: 7px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.2);
}
.btn-social :first-child {
	font-size: 1.2em;
}
.facebook,.google {
	font-size: 13px !important;
}
@media screen and (max-width: 1199px) {
    .form_section  {
        width: 90%;
    }
    .rounded_tabs {
       width: 90%;
    }
}
@media screen and (max-width: 991px) {
    .rounded_tabs {
         width: 90%;
    }
    .heading2 {
        margin: 0px 27px;
    }
    #codes {
            margin: 0 auto;    
            padding: 7px 25px !important;
    }
    .or {
            text-align: center;
            width: 100%;
    }
}

@media screen and (max-width: 770px) {

    .or {
        width: 100%;
        text-align: center;
        margin-bottom: 9px;
    } 
    .build {
            padding: 7px 7px;
    font-size: 12px;
    }
    .img_section {
        text-align: center;
    }
    .img_section p {
     padding-left: 0; 
    font-size: 13px;
}
.input-group-addon {
        padding: 2px 25px 0;
}
.blr h2 {
    font-size: 25px !important;
}
.blr {
    left: 0 !important;
    top: 0 !important;
}
.right_section p {
    overflow: auto;
}
#codes {
    width: 100%;
    padding: 5px 25px !important;
}
.create {
    margin: 0 auto;
}
.create a {
    padding: 11px 11px;
    margin-left: 0 !important;
}
.signup_section .dropdown {
    padding: 3px 5px;
}
.signup_section .dropdown-toggle::after {
        top: 19px;
    right: unset;
}
.main {
    height: auto;
    padding-bottom: 40px;
}
.right-nav {
	display: flex;
	flex-wrap: wrap !important;
}
.chnging, .chnging2 {
    font-size: 12px;
        padding: 9px;
}
/*.navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}*/
.btn-social {
    margin-bottom: 8px;
}
#chartContainer {
    margin-bottom: 20px;
        margin-left: 0;
}
/*.p-0 {*/
/*        padding-right: 15px !important;*/
/*    padding-left: 15px !important;*/
/*}*/
.right_colm {
            margin-right: 15px !important;
    margin-left: 15px !important;
        margin-bottom: 20px;
        
}
.chat_tabs {
    flex-direction: column;
    text-align: center;
}
/*.statistics .col-md-7 , .statistics .col-md-5 {*/
/*    margin-left: 15px;*/
/*    margin-right: 15px;*/
/*}*/
.navbar-toggler {
    color: #fff;
    background: #000;
}
.tabs_strt {
        justify-content: center;
}
.looking_border {
    display: none;
}
.form_section {
    margin-top: 10px;
        width: 100%;
         
    /*margin-left: 55px;*/

    /*margin-right: 25px;*/
   padding: 0;
   display: initial;
   
}
.links_section h4 {
    font-size: 18px;
    padding: 4px;
        display: flex;
    align-items: center;
}
#dropdownMenu2 {
    font-size: 12px;
}
.create a {
    font-size: 12px;
}
.signup_section {
    padding: 20px 20px;
}
/*.chnging, .chnging2 {*/
/*    font-size: 14px;*/
/*}*/
.rounded_tabs {
        padding: 55px 44px 0;
}
.heading2 {
    margin: 0;
    width: 100%;
}
.heading {
        width: 100%;
}
.create {
    width: auto;
}
}
#form {
    width: 100%;
}
#codes {
	width: 100%;
    max-width: 310px;
    border-radius: 32px;
    padding: 3px 25px;
    background: #eeeeee;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
	float: left;
	height: 46px;
}
.create {
	width: 100%;
	max-width: 254px;
	float: right;
}
.blr {
    font-size: 35px;
    position: absolute;    
    top: 100px;
    left: 18%;
    z-index: 9;
}
.blr img {
        width: 30%;

}
.chat_tabs{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.filters.btn-primary {
    background: #323d74;
}
.filters.btn-primary {
    /*background: #323d74;*/
    border: none;
    padding: 5px 20px;
    border-radius: 16px;
    /*color: #fff;*/
}
.filters:hover {
    /*color: #fff;*/
    /*background : #1d2655;*/
}
@media screen and (max-width: 767px){
	.title_main h2 {
		font-size: 18px;
	}
	.links_section h4 {
		font-size: 13px;
	}
	header > .container { max-width: 100%; }
}
@media screen and (max-width: 575px){
	.title_main h2{
		font-size: 16px;
	}
	.links_section h4 {
		font-size: 13px;
	}
}
@media screen and (max-width: 991px){
	.right-nav {
		width: initial;
	}
}
@media screen and (max-width: 955px){
	#codes {
		width: 100%;
		max-width: 295px;
		height: 42.5px;
	}
	.create {
		max-width: 230px;
	}
	.create a {
		padding: 10px 20px;
		font-size: 15px;
	}
	.signup_section > p {
		left: 55%;
		transform: translateX(-55%);
	}
}
@media screen and (max-width: 912px){
	.create {
		max-width: 205px;
	}
	.create a {
		font-size: 13px;
	}
	#codes {
		max-width: 270px;
		font-size: 14px;
		height: 39px;
	}
}
@media screen and (max-width: 865px){
	.form_section {
		padding: 16px 50px;
	}
}
@media screen and (max-width: 835px){
	.form_section {
		padding: 16px 30px;
	}
}
@media screen and (max-width: 771px){
	.form_section {
		padding: 0;
	}
}
@media screen and (max-width: 600px){
	.signup_section > p {
		width: 100%;
		position: initial;
		text-align: center;
		transform: none;
		float: none;
		max-width: 100%;
	}
	#codes {
		float: none;
		display: table;
	}
	.create {
		float: none;
	}
}
@media screen and (max-width: 589px){
	.navbar-brand {
		font-size: 1rem;
	}
	.navbar {
		padding: 10px 15px;
	}
	.create {
		float: none;
	}
}
@media screen and (max-width: 525px){
	.navbar-brand {
		font-size: .9rem;
	}
	.navbar-brand img {
		max-width: 20px;
	}
	.btn-social :first-child {
		padding: 7px 0 0 0;
	}
	.btn-social :first-child {
		width: 30px;
	}
	.btn-social {
		padding-left: 30px !important;
	}
}
@media screen and (max-width: 479px){
	.facebook, .google {
		font-size: 11px !important;
	}
}
@media screen and (max-width: 467px){
	.links_section h4 {
		font-size: 12px;
		line-height: 20px;
	}
}
@media screen and (max-width: 442px){
	.facebook, .google {
		font-size: 10px !important;
	}
}
@media screen and (max-width: 423px){
	.facebook, .google {
		font-size: 9px !important;
	}
	.navbar-brand {
		font-size: .75rem;
		margin-right: .5rem;
	}
	.btn-social :first-child {
		width: 20px;
	}
	.btn-social {
		padding-left: 21px !important;
	}
}