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;
}

.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: 300;
    /* 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;
}

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

.badge_main_div {
    max-width: 500px;
    height: 300px;
    border: 1px solid #ddd;
    /*margin: 50px auto auto auto;*/
}

.badge_one_main_div {
    display: flex;
}

.badge_one_main_div .badge_one_left{
    background-color: #13525b;
    width: 230px;
    height: 300px;
}

.badge_one_main_div .badge_one_left img{
    /*padding: 20px; */
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 156px;
    /* border: 2px solid red;*/
}

.badge_one_right > div{
    padding: 20px;
    position: relative;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.badge_one_main_div .badge_one_right h3{
    color: #fbc412 !important;
    margin-bottom: 0px;
    font-size: 24px !important;
}

.badge_one_main_div .badge_one_right h4{
    color: #fbc412 !important;
    margin: 0px;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: 10px;
    padding-left: 20px;
    
}

.badge_one_main_div .badge_one_right h5{
    color: #fbc412 !important;
    margin: 4px 0px !important;
    font-weight: 400 !important;
}

.badge_one_right .badge_icon_div {
    display: flex;
    align-items: center;
}

.badge_one_right .badge_icon_div i{
    font-size: 16px;
    margin-right: 10px;
    color: #fbc412;
    font-weight: 600;
}

.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;
    display: inline-block;
    margin: 10px 0px;
}

.star_fav {
    visibility:hidden;
    font-size:24px;
    cursor:pointer;
    position: absolute;
    top: 3px;
    right: 10px;
}
.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;
}




/*------sign upload*/

.fileContainersign {
    /* background-image: url(./img/upload.png); */
    width: 180px;
    /* height: 50px; */
    /* overflow: hidden; */
    position: relative;
    font-size: 16px;
    /* line-height: 31px; */
    color: #434343;
    padding: 10px;
    margin: 0 auto;
    /* margin-bottom: 20px; */
    cursor: pointer !important;
    background-color: #2970E1;
    color: white;
    text-align: center;
	margin-top:10px;
}

.fileContainersign input[type="file"] {
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    cursor: pointer;
}

.logoContainersign {
    /* 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_divsign img {
    /* position: relative; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    max-width: 180px;
    /* border: 2px solid red; */
    /* float: right; */
    /* right: 15px; */
    margin: 0 auto;
    display: block;
}
