@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
#main_index_pg{
  font-size:16px;
}
body h1,h2,h3,h4,h5,h6,div,span,p{
	font-family: 'Poppins', sans-serif;
}
.row{
	margin-right:0px !important;
	margin-left:0px !important;
}

@-webkit-keyframes bg_animate {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes bg_animate {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes bg_animate {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

.header{
  background-image: url("../images/header1-min.png");
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 650px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;

  background-size: 120% 120%;
  -webkit-animation: bg_animate 20s ease infinite;
  -moz-animation: bg_animate 20s ease infinite;
  animation: bg_animate 20s ease infinite;

}


.header nav{
	padding:16px;
}
.header nav a{
	color:white;
	font-family: 'Poppins', sans-serif;
  font-size:16px;

}
.header nav a:hover{
  text-decoration: underline;
}
.navbar-nav .nav_custom_btn{
   border:1px solid #F68420;
   border-radius: 50px;
 }
 #myNavbar .nav-item a{
    padding: 1rem 1rem;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
 }
.header nav .nav_custom_btn:hover{
  text-decoration: none;
}
.header h2{
	color:white;
	margin-top:15%;
	margin-left:5%;
	color:#f68420;
  margin-bottom:5%;
  font-size:20px;
}
.header .vadio_caption{
  color:white;
  margin-left:5%;
  margin-bottom:2%
}
.logo_p{
  color:white;
  margin-top:1%;
}
.header .header_img_div{
	margin-top:3%;
	margin-left:10%;
}
.section_2 p{
  margin-left:5%;
  color:black;
}
.section_2 img{
    margin-left: 21%;
    margin-top: 9%;
}

.header ul li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.header ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.header ul li a:not(.nav_custom_btn):hover:after { 
    width: 82%;
    left: 0;
    margin-left: 11px;
}
@media screen and (max-height: 300px) {
  .header ul {
    margin-top: 40px;
  }
}
.header a:not(.nav_custom_btn):hover{
  text-decoration: none !important;
  color:white;
}

.sec3{
  padding:2%;
  padding-right:0%;
  background-image: url("../images/img1-min.png");
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
}
.sec3 .left-col{
 margin-top:8%;
 margin-bottom:8%;
}
.sec3_right_div{
	margin-top:8%;
	border:13px solid #f68420;
	border-radius:20px;
	border-right:none;
	padding:15px;
	border-top-right-radius:0px;
	border-bottom-right-radius:0px;
}
.sec3_right_div h2{
	margin-top:8%;
	margin-left:2%;
	color:#f68420;
	font-weight:700;
}
.sec3_right_div p{
	margin-left:2%;
	margin-top:3%;
	color:white;
}
.sec3_right_div img{
	margin-top:16%;
}
.sec_4{
	padding:2% !important;
  padding-left:0% !important;
}
.sec_4 .text_div{
 padding:6%;
}
.sec_4 h2{
	margin-bottom:1%;
	color:#f68420;
}
.sec_4 .awareness_img1{
  float:left;
  width:300px;
}
.sec_4 .awareness_img2{
  float:right;
}

.sec_5{
	  padding:2%;
	  text-align:center;
	  min-height:350px;
    background-image: url("../images/img2.png");
    background-color: #cccccc; /* Used if the image is unavailable */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    background-attachment: fixed;
}

.sec_5 h2{
	margin-top:34%;
	color:white;
  font-size:50px !important;
}
.sec_6{
	padding:2%;
}
.sec_6 h2{
    color:#f68420;
    margin-top:14%;
}
.sec_6 img{
    float:right;
}
.location_section span{
	color:white;
}
.location_section .row{
  padding:4px 0px 4px 0px;
}

 .location_section .trigger_address1,.trigger_address2,.trigger_address3
 {
   cursor: pointer;
 }

.nav_scrolled{
    height: 73px;
    width: 100%;
    background-color:#f68420;
    position: fixed;
    z-index: 2;
    color:white;
    box-shadow: 0px 0px 12px 0px black;
}
#resend_code{
 cursor: pointer;
 color:blue;
 text-decoration: underline;
 width:100%;
 text-align: center;
 margin:auto;
}
.navbar-nav .nav-link {
    padding: 1rem 1rem;
    padding-right: 1.4rem !important;
    padding-left: 1.4rem !important;
}

.navbar-nav .nav_custom_btn:hover{
  background-color:#F68420;
}
.scrolled_custom_btn{
  border:1px solid white !important;
}

.scrolled_custom_btn:hover{
  background-color:white !important; 
  color:#F68420 !important;
}


/* cell no verrification page css */

#cell_no_verif_pg{
  background-image: url("../images/cell_no_verif_bg.png");

  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;

  min-height: 100%;
  
/*   Set up proportionate scaling
width: 100%;
height: auto;

Set up positioning
position: fixed;
top: 0;
left: 0; */
}

.send_code_sec,.verify_code_sec{
  padding:10% 7%;
  border-radius:10px;
  background-color: white;
  width:73%;
  margin:auto;
  margin-top:19%;
}

.input_col{
    display: flex;
}
.input_col .icon{
  border-bottom:1px solid #757575;
  padding-right:6px;
}
.general_input{
  border:none;
  border-radius:0px;
  border-bottom:1px solid #757575;
  color:#757575 !important;
  width:100% !important;
}
.general_select{
  border:none;
  border-radius:0px;
  border-bottom:1px solid #757575 !important;
  color:#757575 !important;
  width:100% !important;
  box-shadow: none !important;
}

.verification_sec select:focus {
    border:none;
    border-radius:0px;
    border-bottom:1px solid #757575 !important;
    color:#757575 !important;
    width:100% !important;
    box-shadow: none !important;
}

.send_code_sec select:hover{
    border:none !important;
    box-shadow: none !important;
    border-bottom:1px solid #757575 !important;
    border-radius:0px;
} 
:focus{outline: none;}

.effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; margin-left:13px; width: 0; height: 2px; background-color: #f68420; transition: 0.4s;}
.effect-1:focus ~ .focus-border{width: 95%; transition: 0.4s;}

#send_code_resp{
  color:red; 
  text-align:center; 
  width:100%; 
  margin-top:5%;
}
.send_code_sec input:focus ~ .fa-broadcast-tower {
   font-size:10px;
   color:green !important;
  
}


/* ///// Sign Up Page css////////// */

#signup_pg{
  background-image: url("../images/cell_no_verif_bg.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
}
.sign_up_form_div{
   border-radius: 10px;
   background-color:white;
   padding:25px 30px; 
   width:95%;
   margin:auto;
   margin-top:10%;
}
.sign_up_form_div textarea{
  width:100%;
  border-radius: 10px;
  height: 137px;
  margin-top:6%;
}
.sign_up_form_div .form_headings{
  text-align:center;
  color:#f68420;
  margin-top:15px;
  margin-bottom:15px;
}
.sign_up_form_div .t_text{
  font-size:20px;
  font-weight:800;
  text-align:center;
}
#user_reg_resp{
  color:red;
  text-align:center;
  width:100%;
  margin:auto;
}

/* //.........Create Compaign page Css.............// */
#create_compaign_pg{
  background-image: url("../images/cell_no_verif_bg.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  background-attachment: fixed;
 }
.create_compaign_form_div{
  background-color:white;
  padding:30px 20px;
  border-radius:10px;
  width:95%;
}
.create_compaign_form_div label{
  color:#f68420;
}
.create_compaign_form_div textarea{
  width:100%;
  height:120px;
  border-radius: 10px;
  margin-top:20px;
}


/* ////////////////// */

.general_button {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    height: 46px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #f68420;
}

.general_button:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
     background-image: linear-gradient(to right, #ed9a25, #ffaf30, #ffc05d, #f68420);
}

.general_button:focus {
    outline: none;
}
.in{
  background-color:black;
}
.mobile_div{
    margin-top:60px;
    width: 90%;
    min-height: 530px;
    background-image: url("../images/mobile3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.mobile_div .mobile_inner{
    padding: 92px 66px;
}
.mobile_div .message_header{
  background-color:#F7F8F9;
  padding: 12px 13px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  word-wrap: break-word;
}
.mobile_div .message_text{
  margin-top:10px;
  background-color:#F7F8F9;
  padding: 12px 13px;
  border-radius: 10px;
  word-wrap: break-word;
  min-height:200px;
}


/*********************************
14. Footer
*********************************/
.footer_sec1{
  background-color:#F68420;
  color:white;
  padding:20px 10px; 
  background-image: url("../images/footer_sec1_bg.png");
}
.footer_sec1 .subscribe_col{
   text-align:right;
   padding-top:23px;
}
.footer_sec2{
  background-image: url("../images/footer_background2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding:20px 10px;
}
.footer_sec3{
  padding:10px;
  background-color:black;
  color:white;
}
.address_popup{
  display: none;
  position: absolute;
  background: #fffffff5;
  color: #39363b;
  font-size: small;
  padding: 16px;
  left: 110px;
  top: -53px;
  text-align: left;
  border-radius: 5px;
  /* transition: all 0.5s ease; */
  width:255px;
}
.address_popup i{
   color:#F68420;
}
.address_button
{
  background : #fff;
  color: #2c2b31;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
  min-width: 108px;
  margin-bottom: 10px;
  position: relative;
  border-radius: 50px;

}
.address_button:hover{
  background-color:#F68420;
  color:white;
}
.footer
{
  display: block;
  position: relative;
  width: 100%;
  background: #1e2434;
  padding-top: 94px;
}
.footer ul{
  padding-left:0px;
  list-style:none;
}
.footer_background
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer_content
{
  padding-bottom: 53px;
}
.footer_logo_text
{
  font-family: 'Roboto Slab', serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 0.75;
  color: #FFFFFF;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer_logo_text span
{
  color: #14bdee;
}
.footer_title
{
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 0.75;
}
.footer_logo_container
{
  margin-top: -14px;
}
.footer_about_text
{
  margin-top: 31px;
}
.footer_about_text p
{
  color: #FFFFFF;
}
.footer_social
{
  margin-top: 23px;
}
.footer_social ul li
{
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #4b505d;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer_social ul li:not(:last-child)
{
  margin-right: 6px;
}
.footer_social ul li a
{
  display: block;
  position: relative;
  text-align: center;
}
.footer_social ul li a i
{
  color: #FFFFFF;
  line-height: 45px;
}
.footer_social ul li:hover
{
  background:#F68420;
}
.footer_contact
{
  padding-left: 36px;
}
.footer_contact_info
{
  margin-top: 33px;
}
.footer_contact_info ul li
{
  font-size: 14px;
  font-weight: 400;
  color: #b5b8be;
}
.footer_contact_info ul li:not(:last-child)
{
  margin-bottom: 15px;
}
.footer_links
{
  padding-left: 80px;
}

.footer_links_container
{
  margin-top: 33px;
}
.footer_links_container ul li a
{
  font-size: 14px;
  color: #b5b8be;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.footer_links_container ul li:not(:last-child)
{
  margin-bottom: 15px;
}
.footer_links_container ul li a:hover
{
  color:#F68420;
  text-decoration:none;
}
.footer_mobile
{
  display: inline-block;
  float: right;
}
.footer_mobile_content
{
  padding-top: 35px;
}
.footer_image:not(:last-child)
{
  margin-bottom: 10px;
}

#subscribe_btn{
  border-radius:15px;
  color:white;
  border-color:white;
  background-color:#F68420;
}
#subscribe_btn:hover{
  border-radius:15px;
  color:#F68420;
  border-color:#F68420;
  background-color:white;
}

/* //................footer end..........// */

.vadio_modal{
  display:none;
  width:80%;
  height:500px;
  position:absolute;
  z-index:3;
  margin-top:5%;
  margin-left:10%;
  margin-right:10%;
}

#vadio_overlay {
  position: fixed; /* Sit on top of the page content */
  display:none;/* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100vh; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7); /* Black background with opacity */
  z-index:2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  text-align:right;
}
.close_vadio{
    margin-top: 17px;
    margin-right: 21px;
    color:white;
}

.play_vadio_btn_div{
  margin-top: 3%;
  margin-left: 15%;
  color: white;
  cursor: pointer; 
 /*  border:1px solid white; */
  width:98px;
  height:98px;
  border-radius:50%;
  background-color:white;
}
.play_vadio_btn_div img{
    margin-left: -1px;
    margin-top: -1px;
}
.general_modal{
  margin-top:30%;
}
#small_modal .icon
{
    margin-right: 20px;
}
#small_modal .modal-title
{
    text-align: center;
}
#small_modal .modal-header.process_modal
{
    background-color: #00CC99;
}
#small_modal .modal-header.modif_modal
{
    background-color: #FFA31A;
}
#small_modal .modal-header.reject_modal
{
    background-color: #FF1A66;
}
#small_modal .modal-header
{
    height: 50px;
    color: white;
}
#small_modal .process_yes
{
    float: right;
    background: #47D147;
    border-color: #47D147;
    width: 80px;
    border-radius: 20px;
}
#small_modal .process_no
{
    background: #FF1A66;
    border-color: #FF1A66;
    width: 80px;
    border-radius: 20px;
}
#small_modal .process_no:hover
{
    color: #FF1A66;
    background-color: white;
    font-weight: bold;
}
#small_modal .process_yes:hover
{
    color: #47D147;
    font-weight: bold;
    background-color: white;
}
#small_modal textarea.modif, #small_modal textarea.reason
{
    height: 120px;
}
.modif_btn
{
    background: #FF1A66;
    border-color: #FF1A66;
    width: 80px;
    border-radius: 20px;
}
.modif_btn:hover
{
    color: #FF1A66;
    background: white;
    font-weight: bold;
}
.modif_clr
{
    color: #FFA31A;
}
.modif_bclr
{
    background-color: #FFA31A;
    border: 1px solid #FFA31A;
}
.modfi_submit
{
    color: white;
    margin-top: 10px;
}
.modfi_submit:hover
{
    color: #FF1A66;
    font-weight: bold;
    background: white;
    border-color: #FF1A66;
}
.reject_clr
{
    color: #FF1A66;
}
.reject_bclr
{
    background-color: #FF1A66;
}
.reject_submit
{
    color: white;
    margin-top: 10px;
    background-color: #FF1A66;
    border: #FF1A66 solid 1px;
}
.reject_submit:hover
{
    color: #FF1A66;
    font-weight: bold;
    background: white;
    border-color: #FF1A66;
}
#gen_modal .modal-title
{
    color: white !important;
}
/*#gen_modal*/
/*{*/
    /*position: relative !important;*/
/*}*/
#gen_modal .modal-header
{
    background: #f68420;
}
#gen_modal .modal-content
{
    width: 700px;
}
#gen_modal .edit_compagin_form table
{
    width: 100% !important;
}
#gen_modal form th
{
    color: #FFA31A;
}
#gen_modal .edit_compagin_form td label
{
    color: #f68420;
}
.edit_compagin_form input
{
    width: 70px;
    border-radius: 50px;
}
.edit_compagin_form input, textarea
{
    color: black;
}
.edit_compagin_form textarea
{
    height: 100px;
    border-radius: 10px;
}
.edit_compagin_form tr
{
    height: 30px;
}
.edit_compagin_form input[type="checkbox"]
{
    width: 40px;
}
#gen_modal .modal-body
{
    padding: 20px 30px !important;
}

.edit_compagin_form .percentage::after {
    content: '%';
}
#gen_modal
{
    z-index: 9999;
}
#small_modal
{
    z-index: 99999;
}
.extra_small_body
{
    padding: 16px 25px;

}
#myProgress
{
    width: 80%;
    background-color: #F5F5F5;
    height: 25px;
    border-radius: 6px;
}

#myBar {
    width: 1%;
    background-color: #5CB85C;
    height: 24px;
    border-radius: 10px;
    color: white;
    padding-left: 10px;
    padding-top: 2px;
    text-align: center;

}
.conversations
{
    padding: 10px 10px;
}
.conversations .my_conversation
{
    float: right;
    max-width: 80%;
    /*background: #bbe0ff;*/
    background: #FFF8F1;
    padding: 9px 10px;
    border-radius: 15px 15px 0px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.conversations .other_conversation
{
     float: left;
     max-width: 80%;
     /*background: #e9eaeb;*/
     background: #F8F9FF;
     padding: 9px 10px;
     border-radius: 0px 15px 15px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.conversations img
{
    width: 35px;
}
.conversations .my_conversation_pending
{
    opacity: 0.6;
}
.conversations .other_user_iamge
{
    font-size: 35px;
    margin-right: 11px;
    float: left;
}
.conversations .my_conversation_seen_image
{
    font-size: 15px;
    margin-left: 8px;
    float: right;
    margin-top: 35px;
}
.conversations .my_conversation_seen_image span
{
    font-size: 10px;
}

.conversations .my_user_iamge
{
    font-size: 35px;
    margin-left: 11px;
    float: right;
}
.user_chat
{
    background: #333333;
    display: inline-block;
    padding: 7px;
    margin-top: 10px;
    color: white;
    border-radius: 6px;
    font-size: 15px;
    padding: 8px 12px;
    border: solid 1px #333333;
}
.user_chat:hover
{
    color: #333333;
    background: white;
    cursor: pointer;
}
.telco_chat tbody tr
{
    height: 35px;
    padding: 0px 0px;
}
.telco_chat tbody tr:hover
{
    background: #FFA31A;
    cursor: pointer;
    color: white;
    font-weight: 600;
}
.camp_selected_sub_city, .camp_selected_sub_city .inactive
{
    display: none;
    overflow-y: scroll;
    min-height: 200px;
}
.camp_selected_sub_city.active
{
    display: block !important;
}
.custom_label
{
    font-weight: 400;
    color: black !important;
}
#campaigns_list_table div img
{
    width: 22px;
    height: 22px;
    margin-right: 8px;
}
.notfi_badge
{
    background: red;
    padding: 3px 6px;
    border-radius: 12px;
    color: white;
    top: -0.6em;
    font-weight: 600;
}
.compaign_action .compn:hover
{
    background: #f68420;
    color: white;
}
.table tbody
{
    background: #FFF1E5;
}
.other_conversation_time
{
    margin-left: 50px !important;
}
.other_conversation_time span, .my_conversation_time span
{
    margin-right: 15px;
    padding-right: 12px;
    font-size: 11px;
}
.my_conversation_time
{
    margin-right: 20px !important;
    width: 100%;
    text-align: right;
    float: right;
}
.nav > li > a > img
{
    width: 30px !important;
}
.compaign_action
{
    width: 320px;
    background-color: white;
    border-radius: 10px;
    position: absolute;
}
.compaign_action .active
{
    background-color: #F8F9FF;
}
.compaign_action img
{
    margin-bottom: 12px;
}
.process, .req_modification, .rejected, .accept, .mark_as_completed
{
    height: 40px;
    padding: 10px 0px;
    /*border: 1px solid #e5e5ee;*/
    padding-left: 15px;
}
.process .comp_title, .req_modification .comp_title, .rejected .comp_title, .accept .comp_title, .mark_as_completed .comp_title
{
    display: unset;
    margin-left: 20px;
}
.accept
{
    border-radius: 10px 10px 0px 0px;
}
.rejected
{
    border-radius: 0px 0px 10px 10px;
}
#small_modal thead tr th
{
    color: #FFA31A;
    font-weight: 600;
}
#small_modal td img
{
    margin-right: 5px;
}
.open_camp_actions
{
    /*padding-top: 13px !important;*/
    /*text-align: center;*/
}
.open_camp_actions:hover
{
    /*border-radius: 50px;*/
    /*background: #f68420;*/
    /*color: white;*/
    /*cursor: pointer;*/
}
.test_nos td input
{
    width: 75%;
}
.camp_day.row
{
    border: solid 1px lightgray;
    border-radius: 12px;
    margin-bottom: 15px;
    padding-top: 8px;
    padding-bottom: 20px;
}
.camp_day.row .close
{
    float: right;
    padding-right: 10px;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
    background: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
}

.search {
    width: 100%;
    position: relative;
    display: flex;
}

.searchTerm
{
    width: 100%;
    border: 3px solid #f68420;
    border-right: none;
    padding: 5px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
    height: 35px;
}

.searchTerm:focus{
    color: #f68420;
}

.searchButton {
    width: 40px;
    height: 36px;
    border: 1px solid #f68420;
    background: #f68420;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
    display: inline-block;
}
.filter_row
{
    padding: 0px 15px;
    padding-bottom: 10px;
}
.filter_row .filter_item
{
    height: 35px;
    border-radius: 10px;
    width: 160px;
    border: solid 1px #f68420;
    margin-left: 10px;
}
.filter_row .filter_item:hover
{
    background: #FFA31A;
    color: white;
}
#side_bar_ul li .notif_badge
{
    position: absolute;
    right: 20px;
    top: 14px;
    background: red;
    padding: 10px 7px;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    display: block;
}
.notif_camp_badge
{
    color: white;
    border-radius: 10px;
    background: red;
    padding: 2px 7px;
}
.notif_camp_badge_static
{
    color: white;
    border-radius: 10px;
    background: red;
    padding: 2px 7px;
}