@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* GLOBAL STYLES */

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 62px;
    color: #5a5a5a;
    background: #f5851b;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
}

.bg-theme {
    background: #f5851b;
    box-shadow: 0px 1px 5px 1px #888;
    padding: 0px;
    min-height: 56px;
}

.inner_page .bg-theme {
    background: #c45827;
    box-shadow: 0px 1px 5px 1px #ccc;
}

.fa-25 {
    font-size: 25px;
}

.navbar-brand {
    font-weight: 500;
    font-size: 20px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    border-right: 1px solid #ddd;
}

.sidenav a {
    padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #efefef;
}

.sidenav a i {
    margin-right: 7px;
}

.sidenav a:hover {
    color: #fa8117;
    background: #dcdcdc;
}

.sidenav .closebtn {
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    color: #ffffff;
}

.sidenav .closebtn .nav-link {
    line-height: auto;
}

.entercount {
    border-radius: 10px;
    padding: 6px 12px;
    height: auto;
    text-align: center;
}

.entercount::-webkit-input-placeholder {
    font-size: 14px;
}

.entercount:-ms-input-placeholder {
    font-size: 14px;
}

.entercount::placeholder {
    font-size: 14px;
}

.view_link:hover {
    text-decoration: none;
}

.card_link {
    background: #0CC785;
    display: block;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #ccc;
    border-bottom: 0px;
    color: #fff;
}

.card_link:hover {
    text-decoration: none;
    color: #fff;
}

.count_link {
    padding: 9px 15px !important;
    background: #11D3EC !important;
    color: #fff !important;
}

.cotilink {
    background: #3C6975 !important;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.count_card {
    background: #fff;
    box-shadow: 0px 0px 3px #ccc;
    border-radius: 4px;
    text-align: center;
}

.count_card h3.counts {
    padding: 22px 15px;
    margin: 0px;
    color: #7f7f7f;
}

.count_title {
    background: #7f7f7f;
    padding: 15px;
    border-radius: 0px 0px 4px 4px;
    min-height: 85px;
}

.count_title p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}

.bg_strip {
    background: #ffffff;
    text-align: center;
    padding: 5px 10px;
	border: 2px solid #e30f0e;
	border-radius:5px;
    /*border: 1px solid #777;
    box-shadow: inset 0px 0px 5px 0px #777;*/
}

.strip_content {
    color: #B6235A;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}

.sm_w {
    min-width: 210px;
    text-align: left !important;
    margin: 0px 5px;
    width: auto !important;
}

.footer_bg,
footer {
    background: #424242;
    padding: 15px;
}

footer p {
    font-size: 14px;
    margin: 0px;
    color: #fff;
}

footer p a {
    font-weight: 600;
    color: #fff;
}

.intro_btn {}

a {
    color: #ff9933;
}

a:hover {
    color: #202020;
    text-decoration: none;
}

footer.login_footer {
    background: none !important;
    text-align: center !important;
}

.login_bg {
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #ffb062, #ff9933);
    background: -o-linear-gradient(-135deg, #ffb062, #ff9933);
    background: -moz-linear-gradient(-135deg, #ffb062, #ff9933);
    background: linear-gradient(-135deg, #ffb062, #ff9933);
}

.login_contain {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 20px;
}

.form_title {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}

.signup_form .form-group .form-control {
    padding: 2px 12px;
    height: 32px;
}

.signup_form .form-group {
    margin-bottom: 10px;
}

.signup_form label {
    font-size: 14px;
    font-weight: 500;
    line-height: initial;
}

select.theme_input,
.theme_input {
    border-radius: 20px !important;
    padding: 12px 20px !important;
    height: 50px !important;
    background: #ffffff !important;
}

.theme_input:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #ff9933 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 153, 51, .45) !important;
}

.card .nav-tabs {
    background: #ff9933;
}

.card .nav-tabs .nav-link {
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.card .nav-tabs .nav-link.active {
    color: #202020;
}

.text_theme {
    color: #fff;
}

table.table,
table.theme_tbl thead th {
    color: #ffffff;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 0px !important;
}

@media screen and (max-height: 466px) {
    .menu_footer {
        position: relative !important;
    }
    /* .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}*/
}

.profile_part {
    padding: 25px 15px;
    background: #f3831d;
    background: -webkit-linear-gradient(-45deg, #f50a26, #f5851b, #c45827);
    background: -o-linear-gradient(-45deg, #f50a26, #f5851b, #c45827);
    background: -moz-linear-gradient(-45deg, #f50a26, #f5851b, #c45827);
    background: linear-gradient(-45deg, #f50a26, #f5851b, #c45827);
}

.profile_img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 2px solid #ffffff;
    background: #ffffff;
    float: left;
}

.profile_info {
    margin-left: 70px;
    margin-top: 5px;
    color: #fff;
}

.profile_info h6 {
    text-transform: uppercase;
}

.profile_info p {
    margin: 0px;
}

span.nav-link {
    padding: 0px;
}

span.nav-link i {
    font-size: 25px;
    padding: 0px;
    /*border:1px solid #fff;
	border-radius: 4px;*/
}


/*@media screen and (min-width: 768px) {
	.menu_btn{display: none;}
}*/

.menu_footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #424242;
    padding: 15px;
    text-align: center;
}

.menu_footer p {
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.title_caption {
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-size: 20px;
    font-weight: 500;
    padding-top: 6px;
    margin-bottom: 6px;
}

.title_caption span {
    font-weight: bold;
}

.banner_img {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px 0px #ddd;
    text-align: center;
}

.banner_img img {
    border-radius: 8px;
}

.update_banner img {
    border-radius: 8px;
    max-height: 210px;
}

.btn_theme {
    color: #fff;
    background: #ff9933;
    border: 1px solid #777;
    border-radius: 20px;
    padding: 10px;
    width: 300px;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
}

.btn_theme i {
    font-size: 24px;
    margin-right: 10px;
}

.btn_block {
    background: #fff;
    color: #000;
    border: 1px solid #777;
    border-radius: 20px;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    text-align: center !important;
}

.btn_update {
    background: #fff;
    color: #B6235A;
    border: 1px solid #777;
    border-radius: 15px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 18px;
}

.btn_block i {
    font-size: 24px;
    margin-right: 10px;
    float: left;
}

.btn_send_bg {
    background: #f5841a;
    width: 100%;
    bottom: 0px;
}

.btn_update_bg {
    background: #424242;
    width: 100%;
    bottom: 0px;
}

.wel_text {
    color: #fff;
}

.text_caps,
select.theme_input {
    text-transform: capitalize;
}

.y_cent {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

span.text-danger {
    color: red !important;
}

.communit {
    color: #6c6c6c;
}

.topButton p {
    margin-bottom: 5px;
}

.signup_body {
    padding: 10px 0px;
}

.text_area {
    height: auto !important;
}

.padding_t_b {
    padding: 50px 0px;
}

.count_label {
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.margin_top {
    margin-top: 20px;
}

.error_field {
    color: red;
    font-size: 15px;
    display: block;
    padding: 5px;
    display: none;
}

@media only screen and (max-width: 767px) {
    .bg-theme {
        padding: 0px 15px;
    }
    .title_caption {
        font-size: 16px !important;
        line-height: 19px !important;
        padding-top: 0px;
    }
    .btn_block {
        font-size: 14px;
        text-align: left;
        padding: 10px 2px;
    }
    .btn_size {
        font-size: 14px;
    }
    .btn_size i {
        font-size: 20px !important;
        margin-right: 3px !important;
    }
    .btn_block i {
        font-size: 18px;
        margin-right: 5px;
    }
    .sm_w {
        margin: 0px;
        width: 100% !important;
        min-width: 100%;
    }
    .count_title {
        min-height: 75px;
        line-height: initial;
    }
    .count_card h3.counts {
        font-size: 22px;
        padding: 20px 15px;
    }
    .count_title p {
        font-size: 12px;
    }
    .small_w {}
    .strip_content {
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
    }
    .entercount {
        text-align: center;
        padding: 12px 7px;
        height: 40px;
    }
    .entercount::-webkit-input-placeholder {
        font-size: 11px;
    }
    .entercount:-ms-input-placeholder {
        font-size: 11px;
    }
    .entercount::placeholder {
        font-size: 11px;
    }
    footer p {
        font-size: 12px;
    }
    .signup_form .form-group .form-control {
        height: auto !important;
        border-radius: 20px;
        padding: 12px 20px;
    }
    .padding_t_b {
        padding: 0px;
    }
    .card_link {
        font-size: 14px;
    }
    .margin_top {
        margin-top: 0px;
    }
    .m_pad_top {
        padding-top: 30px;
    }
    .col_30 {
        width: 32%
    }
    .col_45 {
        width: 45%
    }
}


@media only screen and (max-width: 500px){
    .padding_t_b {
        padding: 20px 0px;
    }
}
#country_code,
#ccountry_code{
	width: 120px !important;
}
.theme_text{
	color: #f5851b;
}
#updateCount .theme_text,
#confirmCount .theme_text{
	color: #f5851b;
	font-weight: 500;
}

.btn_yes{color: #3aa382}
.fontBold{
	font-weight: 500;
}
.fontBold1{
	font-weight: 600 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

#loginSuccess .modal-content p.theme_text{
	color: #a22e51 !important;
	font-weight: 600 !important;
}
#loginSuccess .modal-content{
	border: 2px solid #e30f0e;
}


.social_media {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
#shareFriend .modal-body button, #shareFriend .modal-body .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.share-button, .copy-link {
  /*padding-left: 30px;
  padding-right: 30px;*/
  background: #fff;
}
.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}


.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.copy-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


@media screen and (min-height: 466px) {
	.sm_w2 {
		margin: 0px;
		width: 49% !important;
		min-width: 49% !important;
	}
}