/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}
img.img-circle {border: 0px !important;}
.app-search btnn{position: absolute;right: 50px;top: 8px;background:"#fff"}
.fc{ max-width: 100%; padding: 7px 12px;}
.app-search .fc, .app-search .fc:focus {
    /*border: none;*/
    font-size: 13px;
    color: #4c5667;
    padding-left: 20px;
    padding-right: 40px;
    background: rgba(255,255,255,0.9);
    box-shadow: none;
    height: 30px;
    font-weight: 600;
    width: 190px;
    display: inline-block;
    line-height: 30px;
    /*margin-top: 15px;*/
    border-radius: 40px;
    transition: .5s ease-out;
}

   