body {
    background-color: #f2f3f4 !important;
}

.cstm_row_one {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.cstm_pills {
    display: inline-flex;
}

.cstm_pills>li+li {
    margin-left: -1px !important;
}

.cstm_pills .nav-link {
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}

.cstm_pills > li.active a {
    background-color: transparent !important;
    color: #00aa69 !important;
}

.cstm_pills .nav-item {
    border: 1px solid #ccc;
    border-radius: 0px;
}

.cstm_pills .nav-item.active{
    border: 1px solid #ccc;
    border-radius: 0px;
}

.cstm_pills .nav-item:first-child {
    border: 1px solid #ccc;
    border-radius: 5px 0px 0px 5px;

}

.cstm_pills .nav-item:last-child {
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0px;

}

.cstm_pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #00aa69;
    background-color: transparent;
}

.title_type_two {
    float: left;
}

.btn_type_two {
    float: right;
    background-color: #444;
    color: #fff;
    border-radius: 5px !important;
}

.btn_type_two:hover {
    float: right;
    background-color: #444;
    color: #fff !important;
    border-radius: 5px !important;
}

.top_title_div {
    overflow: auto;
    padding-top: 20px;
}

.badges_states_div {
    background-color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 25px 0px;
}

.badges_states_div h4 span  {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    text-decoration: none;
    border: 2px solid;
    vertical-align: bottom;
    margin-right: 10px;
}

.badges_states_div h4 span i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
	display:block;
}

.primary_div_one {
    background-color: #fff;
    padding: 15px;
    padding-top: 0;
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

/* badges pill start */

.badge_pills > li.active a {
    background-color: #fff !important;
    color: #00aa69 !important;
    border-radius: 0px;
}

.badge_pills .nav-item {
    background-color: #eee !important;
    text-align: center;
    border-radius: 0px;
    width: 50%;
}

.badge_pills>li+li {
    margin-left: 0px !important;
}



/* The check */
.check_badge {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    /* padding-right: 15px; */
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check_badge label {
    color: #555;
    border: 1px solid #ccc;
    display: block;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 3px;
    height: 30px;
}

/* Hide the browser's default checkbox */
.check_badge input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark_badge {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff ;
    border-color: #ced4da;
    border-style:solid;
    border-width: 1px;
}


/* When the checkbox is checked, add a blue background */
.check_badge input:checked ~ .checkmark_badge {
    background-color: #00aa69;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_badge:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check_badge input:checked ~ .checkmark_badge:after {
    display: block;
    background-color: #00aa69;
}

/* Style the checkmark/indicator */
.check_badge .checkmark_badge:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid ;
    border-color:#fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check_badge_div {
    margin-bottom: 20px;
}

/* logo upload button and container */

.logoContainer{
	/*width: 140px; */
    height: 55px;
    /* margin: 15px auto 0 auto; */
    /* background: url(http://img1.wikia.nocookie.net/__cb20130901213905/battlebears/images/9/98/Team-icon-placeholder.png) no-repeat 0 0; */
    /* padding: 11px 10px 21px 10px; */
    /* text-align: center; */
    /* line-height: 120px; */
}
.logoContainer img{
	max-width:100%;
}

.fileContainer{
	/*background:#ccc; you can give it background img as well*/
    /* background-image: url("./img/upload.png"); */
	width: auto;
	height: 50px;
	overflow:hidden;
	position:relative;
	font-size:16px;
	line-height: 31px;
	color:#434343;
	/* padding: 0px 41px 0 53px; */
	/* margin: 0 auto 60px auto; */
    margin-bottom: 20px;
	cursor: pointer !important;
}
.fileContainer .upld{
	overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}
.fileContainer input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}

/* logo upload button and container  for Logo two*/

.logoContainer_two{
	/*width: 140px; */
    height: 30px;
    margin-right: 8px;
    /* margin: 15px auto 0 auto; */
    /* background: url(http://img1.wikia.nocookie.net/__cb20130901213905/battlebears/images/9/98/Team-icon-placeholder.png) no-repeat 0 0; */
    /* padding: 11px 10px 21px 10px; */
    /* text-align: center; */
    /* line-height: 120px; */
}
.logoContainer_two img{
	max-width:100%;
}

.fileContainer_two{
	/*background:#ccc; you can give it background img as well*/
    /* background-image: url("./img/upload.png"); */
	width: auto;
	height: 50px;
	overflow:hidden;
	position:relative;
	font-size:16px;
	line-height: 31px;
	color:#434343;
	/* padding: 0px 41px 0 53px; */
	/* margin: 0 auto 60px auto; */
    margin-bottom: 20px;
	cursor: pointer !important;
}
.fileContainer_two .upld{
	overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}
.fileContainer_two input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}

/* logo upload button and container  for Logo three*/

.logoContainer_three{
	/*width: 140px; */
    height: 30px;
    margin-right: 15px;
    /* margin: 15px auto 0 auto; */
    /* background: url(http://img1.wikia.nocookie.net/__cb20130901213905/battlebears/images/9/98/Team-icon-placeholder.png) no-repeat 0 0; */
    /* padding: 11px 10px 21px 10px; */
    /* text-align: center; */
    /* line-height: 120px; */
}
.logoContainer_three img{
	max-width:100%;
}

.fileContainer_three{
	/*background:#ccc; you can give it background img as well*/
    /* background-image: url("./img/upload.png"); */
	width: auto;
	height: 50px;
	overflow:hidden;
	position:relative;
	font-size:16px;
	line-height: 31px;
	color:#434343;
	/* padding: 0px 41px 0 53px; */
	/* margin: 0 auto 60px auto; */
    margin-bottom: 20px;
	cursor: pointer !important;
}
.fileContainer_three .upld{
	overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}
.fileContainer_three input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}

/* logo upload button and container  for Logo Four*/

.logoContainer_four{
	/*width: 140px; */
    height: 60px;
    /* margin-right: 15px; */
    /* margin: 15px auto 0 auto; */
    /* background: url(http://img1.wikia.nocookie.net/__cb20130901213905/battlebears/images/9/98/Team-icon-placeholder.png) no-repeat 0 0; */
    /* padding: 11px 10px 21px 10px; */
    /* text-align: center; */
    /* line-height: 120px; */
}
.logoContainer_four img{
	max-width:100%;
}

.fileContainer_four{
	/*background:#ccc; you can give it background img as well*/
    /* background-image: url("./img/upload.png"); */
	width: auto;
	height: 50px;
	overflow:hidden;
	position:relative;
	font-size:16px;
	line-height: 31px;
	color:#434343;
	/* padding: 0px 41px 0 53px; */
	/* margin: 0 auto 60px auto; */
    margin-bottom: 20px;
	cursor: pointer !important;
}
.fileContainer_four .upld{
	overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
}
.fileContainer_four input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}

.two_logo_div {
    /* background-color: #ccc; */
    height: 30px;
    position: absolute;
    bottom: 2px;
    right: 0;
    display: flex;
}

.two_logo_div_one img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    /* border: 2px solid red; */
    float: right;
    
}

.two_logo_div_two img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    /* border: 2px solid red; */
    float: right;
}

.backSide_logo img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 60px;
	max-width: 150px;
}

input[type='file']::-webkit-file-upload-button {
    -webkit-appearance: button;
    cursor: pointer;
    }

.badge_main_div {
    max-width: 310px !important;
    height: 190px;
    border: 1px solid #ddd;
    /*margin: 20px auto auto auto;*/
	margin: 0 auto;
    position: relative;
    background-color: #fff;
}

.badge_dwn_btn {
    border: 1px solid #00aa69 !important;
    min-width: 150px;
    color: #00aa69;
    text-align: left !important;
    margin: 5px;
}

.badge_dwn_btn i{
    float: right;
    margin-top: 3px;
}

.badge_save_btn {
    background-color: #00aa69;
    border: 1px solid #00aa69 !important;
    min-width: 150px;
    color: #fff;
    text-align: left !important;
    margin: 5px;
}

.badge_save_btn i{
    float: right;
    margin-top: 3px;
}

.addToDesign {
    background-color: #00aa69;
    border: 1px solid #00aa69 !important;
    float: right;
    color: #fff;
}

.edit_temp_btn {
    background-color: #00aa69;
    border: 1px solid #00aa69 !important;
    display: block !important;
    color: #fff !important;
    padding: 4px 5px !important;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.all_hr_badges img{
    margin: 0 auto;
}

.all_vrHr_btn {
    border: 1px solid #ccc !important;
    float: right;
    margin-left: 10px;
}

.all_vrHr_btn  i{
    margin-right: 5px;
    font-size: 12px;
}

.all_hr_badges {
    position: relative;
}

.star_fav {
    visibility:hidden;
    font-size:24px;
    cursor:pointer;
    position: absolute;
    top: -5px;
    right: 15px;
}
.star_fav:before {
   content: "\2605";
   position: absolute;
   visibility:visible;
}
.star_fav:checked:before {
   content: "\2605";
   position: absolute;
   color: #fbc412;
}

.colors_div {
    display: flex;
}

.colors_div input{
    height: 30px;
    width: 30px;
    margin-right: 5px;
}


/* for badge two css */

.badge_two_logo_div {
    background-color: #54863D;
    height: 55px;
	-webkit-print-color-adjust: exact;
	
}


.badge_two_logo_div img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
    /* border: 2px solid red; */
    float: right;
    right: 15px;
}

.b_two_profile_logo {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.b_two_profile_logo img{
    border-radius: 5px;
    border: 5px solid #fff;
	height: 65px;
    width: 65px;
}

.name_des_two_div {
    margin-left: 85px;
    height: 28px;
    margin-top: 5px;
}

.name_des_two_div h3{
    text-transform: uppercase;
    
    margin-bottom: 0px;
}

.name_des_two_div h3 span{
    font-weight: 400;
}

.name_des_two_div h6 {
    color: #54863D;
    margin-top: 2px;
    font-size: 12px;
}

.b_two_detail_div {
    display: flex;
    margin-left: 15px;
}

.b_two_detail_div div:first-child h4 span{
    width: 80px;
    display: block;
	margin-right:15px;
}

.b_two_detail_div h4{
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 7px;
}

.b_two_qr_div {
   position: absolute;
    right: 15px;
    top: 75px;
    height: 75px;
    width: 75px;
}

.ifFound_div {
    text-align: center;
    height: 60px;
    padding-top: 10px;
}

.ifFound_div h5{
    margin-top: 10px;
    font-size: 14px !important;
}

.b_two_tagline_div {
    display: flex;
    justify-content: center;
}

.b_two_tagline_div h5{
    margin: 3px 10px;
}

.b_two_tagline_div .tag_vl{
    border: 1px solid;
}

.issueExpire_div {
    display: flex;
    justify-content: center;
}

.issueExpire_div div{
    margin: 0px 10px;
}

.back_bottom_div {
    border-bottom: 8px solid #54863D;
    position: absolute;
    width: 100%;
    top: 180px;
}

.dual_card_modal_content {
    padding: 0px !important;
    background-color: #555 !important;
    border-radius: 0px !important;
}

.dual_card_modal_body {
    padding: 0px !important;
    overflow: auto;
}

.dual_card_modal_body {
    padding: 0px !important;
    overflow: auto;
}

.dual_card_bottom_div {
   padding: 20px 0px; 
   display: flex;
   justify-content: space-between;
}

.dual_card_bottom_div div{
    width: 32%;
 }

 .badge_main_div img {
     border: none !important;
 }

 .badge_main_div h5 {
     font-size: 10px !important;
	 font-weight: 600;
 }
.ediatble_input{
	position:relative !important;
	opacity: 1 !important;
	cursor:auto !important;
    margin-top: -7px;
    border: none;
    background: transparent;
	width: 100%;
}
#badge_one_name{
	font-size: 14px;
	margin-top: 0px;
    font-weight: bold;
	}


/* Blue Badges css start */
.top_front_bar_blue {
    background-color: #0B2A56;
    height: 20px;
}

.logoContainer_blue {
    /* width: 140px; */
    height: 85px;
    /* margin: 15px auto 0 auto; */
    /* background: url(http://img1.wikia.nocookie.net/__cb20130901213905/battlebears/images/9/98/Team-icon-placeholder.png) no-repeat 0 0; */
    /* padding: 11px 10px 21px 10px; */
    /* text-align: center; */
    /* line-height: 120px; */
}

.badge_two_logo_div_blue img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 65px;
    /* border: 2px solid red; */
    float: right;
    right: 15px;
    max-width: 150px;
}

.b_two_profile_logo_blue {
    width: 100px;
    height: 120px;
    position: absolute;
    top: 50px;
    left: 30px;
}

.b_two_profile_logo_blue img {
    border-radius: 0px;
    border: 5px solid #fff;
    width: 120px;
    height: 120px;
}

.name_des_two_div_blue {
    margin-left: 145px;
    height: 50px;
    margin-top: 15px;
    position: absolute;
    top: 35px;
}

.name_des_two_div_blue h3 {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.name_des_two_div_blue h6 {
    color: #54863D;
    margin-top: 5px;
    font-size: 13px;
}

.b_two_qr_div_blue {
	position: absolute;
    right: 14px;
    top: 97px;
    height: 130px;
    width: 130px;
}

.b_two_detail_div_blue {
    display: flex;
    margin-left: 145px;
}

.b_two_detail_div_blue h4 {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.signature_div_blue {
    width: 100px;
    height: 40px;
    position: absolute;
    top: 180px;
    left: 30px;
}

.signature_div_blue img {
    height: 40px;
    margin: 0 auto;
}

.two_logo_div_blue {
    /* background-color: #ccc; */
    height: 25px;
    position: absolute;
    bottom: 45px;
    right: 0px;
    display: flex;
}

.logoContainer_two_blue {
    /* width: 140px; */
    height: 25px;
    margin-right: 15px;
    /* margin: 15px auto 0 auto; */
    /* background: url(http://img1.wikia.nocookie.net/__cb20130901213905/battlebears/images/9/98/Team-icon-placeholder.png) no-repeat 0 0; */
    /* padding: 11px 10px 21px 10px; */
    /* text-align: center; */
    /* line-height: 120px; */
}

.two_logo_div_one_blue img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    /* border: 2px solid red; */
    float: right;
}

.logoContainer_three_blue {
    /* width: 140px; */
    height: 25px;
    margin-right: 15px;
    /* margin: 15px auto 0 auto; */
    /* background: url(http://img1.wikia.nocookie.net/__cb20130901213905/battlebears/images/9/98/Team-icon-placeholder.png) no-repeat 0 0; */
    /* padding: 11px 10px 21px 10px; */
    /* text-align: center; */
    /* line-height: 120px; */
}

.two_logo_div_two_blue img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    /* border: 2px solid red; */
    float: right;
}

.back_bottom_div_blue {
    position: absolute;
    width: 100%;
    bottom: 40px;
}

.issueExpire_div_blue div {
    display: inline-block;
    padding-left: 30px;
}

.bottom_front_bar_blue {
    background-color: #0B2A56;
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.bottom_front_bar_blue h4 {
    color: #fff;
    line-height: 40px;
    padding-left: 30px;
    font-size: 12px;
    margin: 0px;
}

.logoContainer_four_blue {
    /* width: 140px; */
    height: 100px;
    /* margin-right: 15px; */
    /* margin: 15px auto 0 auto; */
    /* background: url(http://img1.wikia.nocookie.net/__cb20130901213905/battlebears/images/9/98/Team-icon-placeholder.png) no-repeat 0 0; */
    /* padding: 11px 10px 21px 10px; */
    /* text-align: center; */
    /* line-height: 120px; */
}

.backSide_logo_blue img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    /* border: 2px solid red; */
}


.two_logo_div_three_blue img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    float: right;
}
.logoContainer_three_blue {
    height: 25px;
    margin-right: 15px;
   
}
.b_two_detail_div_blue div:first-child h4 span {
    width: 100px;
    display: block;
    margin-right: 20px;
}

.top_back_bar {
    background-color: #0B2A56;
    height: 15px;
}
.bottom_back_bar {
    background-color: #0B2A56;
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}


/* Blue Badges css stop */

@media (max-width: 767px){
.h3, h3 {
    display: block;
    width: 100%;
    text-align: left !important;
    margin-bottom: 15px;
}
}