/*
Template Name: POINTERS
Author: Infoshare Systems
File: style.css
*/

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

body{
    font-size: 14px;
    color: #646464;
    font-family: 'Poppins';
	position: relative;
}
html{height: 100%;}
a {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

::placeholder {
    color: #000;
    opacity: 0.9 !important;
	font-weight: 400;
	font-size: 14px;
}

::-webkit-scrollbar {
    width: 0px;
  }

.ml-1{margin-left: 1rem;}
.ml-2{margin-left: 2rem;}
.bg-color1{background-color: #dbe9f6;}
.login-logo img{text-align: left;margin-bottom: 38px;width: 67px;}
.top-header {
    width: auto;
    height: 72px;
    background-color: #0e4f7d;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
	border-radius: 0 0 32px 32px;
}
.brand-logo a img{width: 50px;}
.page-content {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 1rem;
}
.login-page{
	margin: 0 auto;
    display: flex;
    align-items: center;
    height: 100vh;
	background: #f3f3f3;
    overflow: hidden;
}
.login-body{width: 100%;z-index: 999;}
.top-header .navbar .nav-button a{
    font-size: 19px;
    color: #fff;
}
.top-header .navbar .top-right-menu a.nav-link{
    font-size: 20px;
    color: #fff;
}
.top-header .navbar .top-right-menu a.prof-ico{color: #008dff;}
.top-header .top-right-menu .cart-badge {
    position: absolute;
	top: 8px;
    right: 2px;
    color: #3d54a8;
    width: 14px;
    height: 14px;
    font-size: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #3d54a8;
    border: 1px solid #3d54a8;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.0)
}
label{font-size: 13px; margin-bottom: 2px;}

/* loader */
.loader-wrapper {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #212529;
}
/* footer */
.wrapper .page-footer {
    width: auto;
    height: 60px;
    background-color: #ffffff;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}
.wrapper .page-footer .navbar a.nav-link {
    color: #212529; 
}
.wrapper .page-footer .navbar a.nav-link .icon {
   font-size: 20px;
}
.wrapper .page-footer .navbar a.nav-link .name {
    font-size: 14px;
 }
.wrapper .sidenav .offcanvas-header {
    height: auto;
}
.wrapper .sidenav .offcanvas {
    width: 300px;
}
/* Pag Content */
.category-img figure {
    margin: auto;
}
.category-img figcaption {
    font-size: 12px;
    color: #212529;
    text-align: center;
    padding-top: 5px;
    font-weight: 600;
}
/* Utilities */
.bg-red {
    background-color: #ff2c2c !important;
}
.bg-green {
    background-color: #21ad61 !important;
}
.bg-purple {
    background-color: #723da6 !important;
}
.border-light {
    border-color: rgba(255, 255, 255, 0.12) !important
}
.bg-facebook {
    background-color: #3b5998 !important;
}
.bg-pinterest {
    background-color: #c8232c !important;
}
.bg-linkedin {
    background-color: #0072b1 !important;
}
.bg-apple {
    background-color: #000 !important;
}
.text-purple {
    color: #723da6 !important;
}
.text-orange {
    color: #ff822c !important;
}
.text-cyane {
    color: #00FFFF !important;
}
.text-brown {
    color: #ce5334 !important;
}
.text-ten {
    color: #5eff00 !important;
}
.text-pink {
    color: #ff006f !important;
}
.section-title {
    color: #212529;
    font-size: 18px;
}
.review-item .client-name {
    color: #212529;
    font-size: 14px;
}
.product-short-title {
    color: #212529;
    font-size: 14px;
}
.font-12 {
    font-size: 12px;
}
.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0!important;
}
.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0!important;
}
.btn-ecomm {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    z-index: 6;
}
.filter-menu .nav-link {
    border-radius: 0;
    color: #363d46;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
}
.filter-menu .nav-link.active {
    color: #1b222d;
    background-color: #ffffff;
}
.filter-content .product-number {
    color: #b7b7b7;
    margin-left: 7px;
}

/* Radio & Checkbox */
.form-check-input,
.form-check-input,
.form-check-label {
  cursor: pointer;
  color: #7c7c7c;
}
.product-number {
  color: #b7b7b7;
  margin-left: 7px;
}
.form-check-input:checked,
.form-check-input:checked {
  background-color: #0e4f7d;
    border-color: #0e4f7d;
}
.form-check-input:focus,
.form-check-input:focus {
  border-color: #212529;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(34, 38, 42, 0.0)
}
.similar-products a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    color: #212529;
    font-size: 16px;
    border-radius: 50%;
}
.h-90 {
    height: 90%!important;
}
.rounded-top-left-right-lg {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.offcanvas-footer {
    background-color: #ffffff;
}
/* Product Details */
.product-image-slider .slick-list {
   margin: 0 0;
}
.product-image-slider .slick-slide {
    margin: 0 0;
}
.product-image-slider .slick-dots {
    bottom: 0;
}
.product-image-slider .slick-dots li button:before {
    opacity: 1;
    color: white;
}
.product-image-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: rgb(0, 0, 0);
}
.product-image-slider .slick-prev, .product-image-slider .slick-next {
    font-size: 24px;
    color: #fff;
    opacity: 0.7;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}
.product-image-slider .slick-prev:hover, .product-image-slider .slick-next:hover,
.product-image-slider .slick-prev:focus, .product-image-slider .slick-next:focus {
    opacity: 1;
    background: rgba(255, 255, 255, 0.0);
    box-shadow: none
}
.product-image-slider .slick-prev {
    left: 0;
}
.product-image-slider .slick-next {
    right: 0;
}
.width-content {
    width: fit-content;
}
.product-info .product-title {
    color: #222121;
}
.separator {
    display: flex;
    align-items: center;
}
.separator .line {
    height: 1px;
    flex: 1;
    background-color: #dee2e6;
}
.separator h3 {
    padding: 0 1.5rem;
}
.block-button {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment-input {
    width: 1.2em;
    height: 1.2em;
}
.profile-item,
.profile-item:hover,
.profile-item:focus {
    color: #141619;
    text-decoration: none;
}
.noti-box {
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    background-color: #eff1f3;
	border-radius: 50%;
}
.social-login a {
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 16px;
   background-color: #eaebeb;
   border-radius: 50%;
}
.verification-controls input{
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
}

/* Metis Menu */

.sidebar-nav .metismenu a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 16px;
    border-bottom: 1px solid #dee2e6;
}
.sidebar-nav .metismenu .mm-active > a,
.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus{
    color: #212529;
    background-color: #f8f9fa;
}
.sidebar-nav .metismenu li:first-child {
    margin-top: 0px;
}
.sidebar-nav .metismenu .mm-active > a {
    border-radius: 0;
}
.sidebar-nav .metismenu li + li {
    margin-top: 0px;
}
.sidebar-nav .metismenu ul a {
    padding: 8px 16px 8px 42px;
}
/* Order Tracking */
.timeline-with-icons {
    border-left: 1px solid #dee2e6;
    position: relative;
    list-style: none;
}
.timeline-with-icons .timeline-item {
    position: relative;
}
.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-with-icons .timeline-icon.active {
    color: #fff;
    background-color: #212529;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: #f8f9fa;
    color: #bcc0c5;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* animation */
@-webkit-keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}
@keyframes animdropdown {
	from {
		-webkit-transform: translate3d(0, 6px, 0);
		transform: translate3d(0, 6px, 0);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.new-poi-btn a, .point-btn1, .point-btn1:hover{
	background: #00a4ff;
    color: #fff;
    padding: 8px 14px;
	border: none;
    border-radius: 32px;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(58 59 69 / 20%);
    background-image: linear-gradient(to right, #00a4ff , #0072ff);
}
.point-btn-cancel, .point-btn-cancel:hover{
	background: transparent;
    color: #00a4ff;
    padding: 8px 14px;
	border: 1px solid #00a4ff;
    border-radius: 32px;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(58 59 69 / 20%);
}
.btn-min-width{
	min-width: 118px;
}
.user-list{text-align: center;
    border-radius: 100%;
	background: rgb(84 81 214 / 81%);
    width: 162px;
	height: 162px;
    display: flex;
    align-items: center;
    justify-content: space-around;margin: 0 auto;}
.user-list h4{
	font-size: 14px;
    background: #3d54a8;
    color: #d6d5ff;
    margin: 8px 0 auto;
    border-radius: 0 0 10px 10px;
    line-height: 2;
}
.user-pic{
	width: 82px;
    height: 82px;
    border-radius: 100%;
    border: 1px solid #cacaca;
    overflow: hidden;	
    margin: 0 auto;
}
.user-text h2{    color: #f0f0f0;
    font-size: 24px;
    /* font-family: Futura; */
    background-color: #666666;
    text-shadow: 1px 4px 4px #555;
    text-align: center;
    -webkit-background-clip: text;
    -moz-background-clip: text;}

.inf-col-1{width: 18%;}
.inf-col-2{width: 20%;}
.inf-col-3{width: 62%;}

.tih-date p{color: #0b1f52;font-weight: 500;}
.inf-tble{background: #5451d6;color: #fff;border: 1px solid transparent;border-radius: 12px;}
.inf-tble thead tr th{background-color: #412da8;border-color: #7875f8;font-weight: 400;}
.inf-tble thead tr th:first-child{border-radius: 12px 0 0 0;border-left: none;}
.inf-tble thead tr th:last-child{border-radius: 0 12px 0 0;border-right: none;}
.inf-tble tbody tr td{border-color: #7875f8;font-size: 13px;}
.inf-tble tbody tr td:first-child{border-left: none;}
.inf-tble tbody tr td:last-child{border-right: none;}
.tih-status p{color: #0b1f52;font-size: 13px;font-weight: 500;}
.stat-active{color: #fff;background: #198754;padding: 0px 4px;border-radius: 4px;}
.stat-closed{color: #fff;background: #fd7e14;padding: 0px 4px;border-radius: 4px;}

.form-control{color: #7c7c7c;border-radius: 32px;font-size: 0.8rem;padding: 0.375rem 0.75rem;}
textarea.form-control{border-radius: 12px;}
.datepicker {border-radius: 6px 0 0 6px !important;}
.input-group-addon{
	background: #0e4f7d;
    padding: 4px 10px;
    color: #fff;
    border-radius: 0 6px 6px 0;
}
.login-body .form-control{
	color: #0b1f52;
	border-radius: 32px;
	padding: 0.5rem 0.75rem;
}
.form-select{
	font-size: 0.8rem;
	padding: .375rem 2.25rem .375rem .75rem;
}
.form-check-input{border: 1px solid rgb(14 79 125);}
input[type=email], input[type=password]{border-color: #9a9fb1;}
.has-feedback .form-control{
	font-size: 14px;
	border-bottom: 1px solid #9f9f9f;
	padding: 0 0 0 24px;
    border-radius: unset;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
}
.has-feedback .form-control-feedback{
	top: 8px;
	left: 0;
	width: unset;
    text-align: left;
}
.nav-link.dropdown-toggle::after{display: none;}
.nav-item.dropdown .dropdown-menu{    position: absolute;
    left: unset;
    right: 0;
	padding-top: 0;border-radius: 14px;}
.notifications-dropdown{width: 246px;}
.notify-drop-head{font-family: sans-serif;display: flex;align-items: center;
    justify-content: space-between;
        padding: 11px 12px 10px;
    color: #fff;
    font-size: 12px;
    background-color: #0072ff;
    background-image: linear-gradient(to right, #00a4ff , #0072ff);
    border-radius: 10px 10px 0 0;
    font-family: sans-serif;}
.notify-drop-head label{font-size: 12px;text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;}
.notify-drop-head a{display: block;color: #fff;font-size: 11.5px;}
a .notify-media{
	display: flex;
    align-items: flex-start;
	padding: 6px 8px;
}
.notify-media img{width: 20px;border-radius: 100%;}
.notify-media .notify-media-body{margin-left: 15px;flex: 1;}
.notify-media .notify-media-body p{color:#333;font-size: 13px;margin-bottom: 0;overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;}
.notify-media .notify-media-body span{
	color: #4e4e4e;
    font-size: 11.5px;
    font-weight: 300;
}
.notify-actions{
	display: flex;
    justify-content: space-around;
    background: #f3f3f3;
}
.notify-actions a.noiActions, .notify-actions a.noiReminds{
	font-size: 13px;
    color: #333;
    line-height: 2;
}
.notify-actions a.noiActions span{color: #88c513;}
.notify-actions a.noiReminds span{color: #ea1c0d;}
.media-list-footer{
	padding-top: 8px;
	padding-bottom: 0px;
	text-align: center;
	border-top: 1px solid #dee2e6;
}
.media-list-footer{font-size: 13px;}
.media-list-footer a{color: #0b1f52;font-weight: 500;font-size: 12px;}
.media-list-footer i{margin-right: 5px;font-weight: 900;font-size: 14px;vertical-align: middle;}
.border-green{border-left: 6px solid #88c513;}
.border-red{border-left: 6px solid #ea1c0d;}
.error{color: #ea1c0d;}
.alert-danger{font-size: 11px;padding: 8px;}
.alert-dismissable .close, .alert-dismissible .close{right: 0px;opacity: 0.6;font-weight: 500;}
.backto-log{line-height: 3;}
.inner-heading h2{    margin: 0;
    color: #0b1f51;
    line-height: 1;
    font-size: 20px;
    font-weight: 500;}
.notifications-list{max-height: 290px;overflow-y: scroll;}
.notifications-dropdown li{display: block;
    color: #868e96;
    border-top: 1px solid #dee2e6;}
.notifications-dropdown li:first-child{border-top: none;}
.notifications-dropdown li a{white-space: unset;padding:0;}
.notifications-dropdown li a.dropdown-item.active{color: #868e96;background-color: #fff;}
.notifications-dropdown li a.dropdown-item:focus,
.notifications-dropdown li a.dropdown-item:hover,
.notifications-dropdown li a.dropdown-item:active{color: #212529 !important;background-color: #dbe9f6 !important;}
.notification-area .list-group{border-color: #ebebeb;
    margin-bottom: 0.5rem;
border-radius: 6px;}
.notification-area .list-group-item {
    border-color: #ebebeb;
    margin-bottom: 0.5rem;
    border-radius: 6px;
}
.notification-area .list-group-item .noti-info h6{font-size: 14px;}
.notification-area .list-group-item:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.notification-area .list-group-item .noti-icon {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    background: #100DD1;
    background: -o-linear-gradient(right, #100DD1, #0d5cd1);
    background: -webkit-gradient(linear, right top, left top, from(#100DD1), to(#0d5cd1));
    background: linear-gradient(to left, #100DD1, #0d5cd1);
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    margin-right: 0.75rem;
border-radius: 50%;}
.notification-area .list-group-item .noti-icon::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffaf00;
    content: "";
    top: -2px;
    right: -2px;
    border-radius: 50%;
    z-index: 1;
}
.notification-area .list-group-item .noti-icon i {
    line-height: 30px;
}
.notification-area .list-group-item span {
    font-size: 12px;
    display: block;
    color: #747794;
}
.logo-bg{
	content: "";
	position: absolute;
	background-color: #3d54a8;
	border-bottom: 5px solid #64b5f4;
	height: 50vh;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0 0 32px 32px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.logo-img{
	width: 106px;
    height: 106px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    padding: 18px;
	margin: 0 auto;
}
.logo-img img{margin: -6px 0 0;}
.pointer-logo{text-align: center;margin: 0 auto;}
.pointer-logo h4{    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 12px;
    text-align: center;}
.btn-login, .btn-login:hover, .btn-login:active, .btn-login:focus{
	border: none;
    color: #fff;
    font-size: 16px;
    padding: 0.5rem 1.5rem;
    background-color: #21d1ff;
    border-radius: 32px;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(58 59 69 / 20%);
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {color: #3d54a8;size: 14px;}
.datepicker-dropdown{padding: 4px 0;border-radius: 8px;}
.datepicker table tr td, .datepicker table tr th{font-size: 13px;font-weight: 400;}
.datepicker table tr th.dow{background: #0e4f7d;border-radius: unset;color: #fff;}
.datepicker table tr td.new, .datepicker table tr td.old {color: #999999;}
.datepicker table tr td.day{color:#333;}

img.vert-move {
	position: absolute;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}

/****
	CSS FOR LOGIN PAGE DESIGN ><<<<>>>>><
****/
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
.login-box-body,
.register-box-body {
	padding: 20px;
	border-top: 0;
	color: #666;
	padding-top: 20%;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #0077ff;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  padding: 0 0 28px;
}
.login-box-body a.forgot-link, .login-box-body a.forgot-link:hover{
	color: #0077ff;
	display: flex;
	text-decoration: none;
    justify-content: end;
    margin-top: -10px;
    font-size: 12px;
    margin-bottom: 32px;
}
.screen {		
	background: linear-gradient(90deg, #0e4f7d, #045d99);		
	position: relative;
	box-shadow: 0px 0px 24px #0e4f7d;
	height: 600px;
    width: 360px;
}
.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}
.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}
.screen__background__shape {
	transform: rotate(45deg);
	position: absolute;
}
.screen__background__shape1 {
	height: 520px;
	width: 520px;
	background: #FFF;	
	top: -50px;
	right: 120px;	
	border-radius: 0 72px 0 0;
}
.screen__background__shape2 {
	height: 220px;
	width: 220px;
	background: #0d65a3;
	top: -172px;
	right: 0;
	border-radius: 32px;
}
.screen__background__shape3 {
	height: 540px;
	width: 190px;
	background: linear-gradient(270deg, #0d65a3, #166ca7);
	top: -24px;
	right: 0;
	border-radius: 32px;
}
.screen__background__shape4 {
	height: 400px;
	width: 200px;
	background: #0d65a3;
	top: 420px;
	right: 50px;
	border-radius: 60px;
}
/* .screen__background__shape1:after{
	content: '';
	position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/login-screen-bg-map.png);
    width: 264px;
    height: 246px;
    margin: 0 auto;
} */
.screen__background__shape4:after{
	content: '';
	position: absolute;
    z-index: 999;
	top: 36px;
    left: -36px;
    right: 0;
    background: url(../images/login-screen-bg-ofc1.png) no-repeat;
    width: 264px;
    height: 246px;
    margin: 0 auto;
    transform: rotate(-45deg);
    overflow: hidden;
}
.login {
	width: 320px;
	padding: 30px;
	padding-top: 156px;
}
.login__field {
	padding: 20px 0px;	
	position: relative;	
}
.login__icon {
	position: absolute;
	top: 30px;
	color: #7875B5;
}
.login__input {
	border: none;
	border-bottom: 2px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: .2s;
}
.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #6A679E;
}
.login__submit {
	background: #fff;
	font-size: 14px;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	width: 100%;
	color: #4C489D;
	box-shadow: 0px 2px 2px #5C5696;
	cursor: pointer;
	transition: .2s;
}
.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #6A679E;
	outline: none;
}
.button__icon {
	font-size: 24px;
	margin-left: auto;
	color: #7875B5;
}
.social-login {	
	position: absolute;
	height: 140px;
	width: 160px;
	text-align: center;
	bottom: 0px;
	right: 0px;
	color: #fff;
}
.social-icons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-login__icon {
	padding: 20px 10px;
	color: #fff;
	text-decoration: none;	
	text-shadow: 0px 0px 8px #7875B5;
}
.social-login__icon:hover {
	transform: scale(1.5);	
}
.user-profile-block{
	background-image: linear-gradient(to right, #00a4ff , #0072ff);padding: 24px 0;
}
.file {
	    position: relative;
	    overflow: hidden;
	    margin-top: -20%;
	    width: 70%;
	    border: none;
	    border-radius: 0;
	    font-size: 15px;
	    background: rgb(13 202 240);
	}
	.file input {
	    position: absolute;
	    opacity: 0;
	    right: 0;
	    top: 0;
	}
.profile-img{
	width: 118px;
	height: 118px;
	margin: 0 auto;
	overflow: hidden;
}
.profile-img img{
	border-radius: 100%;
	width: 100%;
	height: fit-content;
	object-fit: cover;
	border: 4px solid rgb(255 255 255 / 37%);
}
.profile-img i{
	position: absolute;
	    color: #fff;
	    width: 32px;
	    height: 32px;
	    background: rgb(13 202 240);
	    border-radius: 100%;
	    line-height: 2;
	    right: 0;
	    left: 74px;
	    margin: 0 auto;
	    font-size: 15px;
}
.profile-txt{margin-top: 18px;}
.profile-txt h4{color: #fff;font-size: 18px;margin: 0;}
.profile-txt p{color: #e9ecef;margin: 0;}
.profile-bottom{padding: 32px;}
.profile-bottom .datail-grid{display: flex;border-bottom: 1px solid #cacaca;padding: 9px 0 14px;}
.profile-bottom .datail-grid i{width: 10%;}
.profile-bottom .datail-grid p{margin: -3px 0 0;}
.profile-bottom .datail-grid p span{display: block;font-weight: 700;}



/*** Media Queries ***/
@media screen and (max-width: 767px){
	.page-content{padding:1rem;}
	.features-section .col-6:nth-child(odd), .srh-by-name{padding-right: 0.5rem;}
	.features-section .col-6:nth-child, .new-poi-btn(even){padding-left: 0.5rem;}
	.user-list{width: 96px;height: 96px;}
	.user-text h2{font-size: 14px;text-shadow: 1px 2px 2px #555;}
	.login-page{padding: 0;}
	.login-box, .register-box {width: 100%;margin: 0;}
	.login-box .has-feedback .form-control{width: 68%;}
	.login-box .alert-danger{width: 75%;margin: -24px 0 8px;}
	.screen{height: 100vh;width: 100%;box-shadow: unset;}
	.login-box-body a.forgot-link{justify-content: center;}
	.new-poi-btn a, .point-btn1{padding: 6px 8px;}
	.tih-date p, .tih-status p, .inf-tble tbody tr td, .inf-tble thead tr th{font-size: 12px;}
	.inner-heading h2{font-size: 16px;}
}
@media screen and (min-width: 768px){
	.navbar{max-width: 1160px;margin: 0 auto;}
	.page-content{max-width: 964px;margin: 96px auto 20px;}
	.login-page{max-width: 1160px;}
	.login-body{max-width: 364px;margin: 0 auto;}
	.login-box-body{width: 72%;}
}
