/* GENERAL STYLE */
:root {
  --green-bg: #8bcaab;
  --purple-bg: #be95c4;;
}

body{
  font-family: Roboto;
}
.green-bg {
  background-color: var(--green-bg);
}
.purple-bg {
  background-color: var(--purple-bg);
}
[class*=sidebar-dark-], .page-item.active .page-link {
    /* background-color: #35335c  !important; */
    background-color: #2F3234 !important;
}
.page-item.active .page-link{
	/* border-color:#35335c !important;  */
  border-color: #2F3234 !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    /* background-color: #5e5b95 !important; */
    background-color: rgba(255,255,255,.1) !important;
    color: #fff !important;
    box-shadow: none;
}
.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link i {
    padding-left: 0.4rem;
}
[class*=sidebar-dark-] .sidebar a{
	 color: #fff !important;
}
.content-wrapper {
    background-color: #fff !important;
    min-height: 500px !important;
}
body .btn-primary {
    color: #fff;
    /* background-color: #545195; */
    background-color: #018cd2;
    box-shadow: none;
    border-radius: 5px;
    border: none;
}
.btn-primary:hover {
  color: #fff;
  /* background-color: #7f7cb9; */
  background-color: #057bb7;
}
body .btn {
  min-width: 70px !important;
  padding: 5px 10px;
  font-size: 15px;
  transition: 0.3s ease-out;
}
/* table .btn, .dt-buttons .btn{
	min-width:auto !important;
} */
table tr td .btn {
  min-width: 80px !important;
  border-radius: 5px !important;
  padding: 2px 10px !important;
}
input.b-text{
  font-weight: bold;
}
table tr td button.btn.btn-default.btn-xs , table tr td a.btn.btn-default.btn-xs , table tr td button.btn.btn-danger.btn-xs , .view-details div form button.btn.btn-danger.btn-xs {
  padding: 2px 0px;
  min-width: 40px !important;
}
.btn.btn-xs {
	padding: .125rem .25rem !important;
}
.card, .border-t {
  border-top: 3px solid #088cd2;
}

table.table-bordered.dataTable {
    margin-top: 30px !important;
    margin-bottom: 3rem !important;
    overflow:hidden;
    border-top: none;
    border-radius:10px;
}

table  tr > th:first-child{
	border-radius: 10px 0px 0px 0px;
}

table  tr > th:last-child{
	border-radius: 0px 10px 0px 0px !important;
}

table  tr > th{
	border-bottom:none !important;
}
table  tr td.td_break{
	word-break: break-all;
}
.w-40 {
  width: 40%;
}

div.dataTables_wrapper div.dataTables_info {
  padding-bottom: 1rem !important;
  position: absolute;
  bottom: 0;
}
.dataTables_wrapper div.dataTables_processing {
  overflow: hidden !important;
}
.elevation-2 {
    box-shadow: 0px 0px 1px rgba(0,0,0,.16),0 0px 6px rgba(0,0,0,.15) !important;
}

.dropdown-menu-lg {
    max-width: 150px;
    min-width: 200px;
}
.main-footer {
	color: #000 !important;
}

footer.main-footer strong a {
    color: #018cd2 !important;
}

li.user-header.bg-primary {
    background: #018cd2 !important;
}
   
div.dataTables_wrapper {
    padding: 20px;
    /* overflow: auto; */
}
.card-footer.clearfix {
    display: none;
}
div.dataTables_wrapper div.dataTables_filter {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 20px;
    padding-right: 20px;
}
div.dataTables_wrapper div.dataTables_paginate {
    position: absolute;
    bottom: 0px;
    right: 0;
    padding-bottom: 1rem;
    padding-right: 20px;
}
/*--- profile page css ----*/
section.content {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* 
.profile-card-wrapper {
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 15px;
 	 box-shadow: 0px 0px 10px rgb(151 151 151 / 10%);
} */

/* -------------------------------*/


.four { width: 32.26%;} 



/* PROFILES */

.card-profile{
	max-width: 100%;
	background-color: #fff;
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	border-radius: 15px;
}

/* CARD ! */

#card1 {
  text-align: center;
  color: #2c3e50;
  padding: 35px 35px 100px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#card1 + .info{
  margin-top: -80px;
}

.image-wrapper{
	width: 100px;
	height: 100px;
	margin: 20px auto;
	border-radius: 100%;
	background-image: url("https://static.pexels.com/photos/7096/people-woman-coffee-meeting.jpg");
	background-size: cover;
	background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.image-wrapper::before{
  position: absolute;
  opacity: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #008dd4; /* Old browsers */
  background: -moz-linear-gradient(top,  #008dd4 0%, #4886be 45%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #008dd4 0%,#4886be 45%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #008dd4 0%,#4886be 45%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dd4', endColorstr='#747692',GradientType=0 ); /* IE6-9 */  content: "";
}

.image-wrapper:hover::before{
  opacity: 0.8;
}

.image-wrapper span{
  opacity: 0;
  position:relative;
}

label[for="fileToUpload"]:hover span{
opacity: 1;
}

#card1 .info .four{
	text-align: center;
	border-right: 1px solid #2c3e50;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#card1 .info .four:last-of-type{
	border-right: none;
}

#card1 .info .four .number{
	display: block;
	font-size: 20px;
	padding: 3px 0;
	font-weight: 700;
}

#card1 .options{
	margin-top: 30px;
	text-align: left;
}

#card1 .options ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#card1 .options ul .icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #3498db;
	border-radius: 100%;
	margin-right: 8px;
	vertical-align: middle;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

#card1 .options ul li{
	margin: 12px 0;
}
.profile-card-social {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .profile-card-social__item {
    display: inline-flex;
    width: 55px;
    height: 55px;
    margin: 15px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #405de6;
    box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
    position: relative;
    font-size: 21px;
    flex-shrink: 0;
    transition: all 0.3s;
  }

  
  .profile-card-social__item.facebook {
    background: linear-gradient(45deg, #3b5998, #0078d7);
    box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
  }
  .profile-card-social__item.twitter {
    background: linear-gradient(45deg, #1da1f2, #0e71c8);
    box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.7);
  }
  .profile-card-social__item.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
  }
  .profile-card-social__item.behance {
    background: linear-gradient(45deg, #1769ff, #213fca);
    box-shadow: 0px 4px 30px rgba(27, 86, 231, 0.7);
  }
  .profile-card-social__item.github {
    background: linear-gradient(45deg, #333333, #626b73);
    box-shadow: 0px 4px 30px rgba(63, 65, 67, 0.6);
  }
  .profile-card-social__item.codepen {
    background: linear-gradient(45deg, #324e63, #414447);
    box-shadow: 0px 4px 30px rgba(55, 75, 90, 0.6);
  }
  .profile-card-social__item.link {
    background: linear-gradient(45deg, #d5135a, #f05924);
    box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.6);
  }

  .profile-card-ctr {
    display: flex;
    justify-content: center;
    align-items: center;
  }

 
  .profile-card__button:focus {
    outline: none !important;
  }
  
  .profile-card__button:first-child {
    margin-left: 0;
  }
  .profile-card__button:last-child {
    margin-right: 0;
  }
  .profile-card__button.button--blue {
    background: #2e586d;
  }
  .profile-card__button.button--orange {
    /* background: linear-gradient(45deg, #d5135a, #f05924); */
    background-color: #e94633;
  }
  button.profile-card__button.button--orange a {
    color: #fff;
}
.profile-card__button.button--orange:hover {
  box-shadow: 8px 3px 13px rgba(233, 70, 51, 0.55);
}
.profile-card__button.button--blue.js-message-btn:hover {
  box-shadow: 8px 3px 13px #589bbd;
}
  .profile-card__button.button--gray {
    box-shadow: none;
    background: #dcdcdc;
    color: #142029;
  }
  
  .profile-card-social__item:hover i {
    color: #fff;
}

.new-modal-width .modal-dialog {
    max-width: 750px;
}
.new-modal-width .modal-footer {
	border: none !important;
}
.new-modal-width  form input {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px !important;
	padding-left: 0px;
}
.new-modal-width  form input::placeholder {
	font-size: 14px;
}
.new-modal-width .modal-header , .new-modal-width .modal-body  {
    padding: 1.5rem;
}
.new-modal-width .modal-footer {
	padding: 1.5rem;
	padding-top: 0px;
}
.new-modal-width .modal-header span.lock-icon {
    width: 45px;
    height: 45px;
    background: #018cd2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.new-modal-width .modal-header span.lock-icon i {
	color: #fff;
	font-size: 18px;
}
.new-modal-width .modal-header h5 {
	margin-top: 10px;
}
/*------- login form css -----*/

.login-box, .register-box {
  width: 560px !important;
  margin: 0 auto;
}

.login-box .card, .register-box .card {
  box-shadow: 0px 0px 10px rgb(151 151 151 / 10%);
}
.login-page .input-group-text span , .register-page .input-group-text span {
  color: #018cd2;
}
.login-page p > a , .register-page p > a , .register-page form + a{
  color: #018cd2;
  text-decoration: underline;
}
.register-page form + a:hover {
  color: #018cd2;
  text-decoration: underline;
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before {
  background-color: #018cd2;
  border-color: #018cd2;
}
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before, .icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border-color: #018cd2;
}
.form-control:focus , .login-card-body .input-group .form-control:focus~.input-group-append .input-group-text, .login-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text, .register-card-body .input-group .form-control:focus~.input-group-append .input-group-text, .register-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text, #profile_image:focus {
  border-color: #018cd2 !important;
}
.login-box-msg, .register-box-msg {
  color: #545353;
}
.login-card-body, .register-card-body {
  color: #545353 !important;
  background: transparent;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
}
.login-page form input::placeholder , .register-page form input::placeholder {
  font-size: 14px;
  color: #b9b9b9 !important;
}
/* toggle switch start*/
.center input[type="checkbox"] {
  min-width: 75px;
  height: 22px;
  -webkit-appearance: none;
  position: relative;
  background: var(--danger);
  border-radius: 20px;
  transition: .5s;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
}
.center input[type="checkbox"]::before {
  position: absolute;
  content: "In-Active";
  top: 1px;
  font-weight: bold;
  font-size: 11px;
  color: var(--danger);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 1px;
  min-width: 57px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  transition: .5s;
  padding: 5px;
}
.center input:checked[type="checkbox"] {
  background: #34C853;
}
.center input:checked[type="checkbox"]:before {
  left:16px;
  content: "Active";
  color: #34C853;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* toggle switch end*/
/* style strat */
.view-details {
  padding: 0 1rem;
}
.view-details label, .view-details p {
  margin: 0;
}
.view-details .col-sm-6 {
  padding: 10px 0px;
  border-bottom: 1px solid #dee2e6;
}
.view-details .col-sm-6:first-child {
  border-right: 1px solid #ddd;
}
.view-details .col-sm-6:last-child {
  padding-left: 1rem;
}
.view-details .row:last-child .col-sm-6 {
  border-bottom: 0;
}
.custom-img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}
th.sorting.sorting, th.sorting_asc, th.sorting_disabled, label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 600;
}
label:not(.form-check-label):not(.custom-file-label) {
  font-size: 14px;
 }
.sorting_disabled {
  text-align: center;
}
.card-footer {
  background-color: #fff;
  padding: 10px 5px 10px 21px;
}
.card-footer a.btn {
  margin-left: 1rem;
}
i {
  font-size: 13px;
}
/* .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(126, 122, 204, 0.09);
} */
table th:last-child, table td:last-child, .user-table table th:nth-last-child(2) {
  text-align: center;
}
.card-body.p-0 .table tbody > tr > td:first-of-type, .card-body.p-0 .table tbody > tr > th:first-of-type, .card-body.p-0 .table tfoot > tr > td:first-of-type, .card-body.p-0 .table tfoot > tr > th:first-of-type, .card-body.p-0 .table thead > tr > td:first-of-type, .card-body.p-0 .table thead > tr > th:first-of-type {
  padding-left: 1rem;
}
.btn-success {
  margin-top: 0.3rem;
}
.btn-danger {
  color: #444;
  background-color: #f8f9fa;
  border-color: #ddd;
}
  div.dt-button-collection {
    position: initial !important;
  }
  .acr-link:hover {
    text-decoration: underline;
  }
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #018cd2;
    color: #fff;
    border-color: #018cd2;
  }
  .page-link {
    color: #6c757d;
  }
  .page-link:hover {
    color: #5e5b95;
  }
  .page-link:focus {
    box-shadow: none;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #7b7b7b;
  }
  .select2-selection.select2-selection--multiple {
    padding: 0.2rem;
  }
  .badge {
    padding: .25rem .4rem;
    font-size: 14px;
    font-weight: 500;
  }
  .form-control-search {
    min-width: 170px;
  }
  div.dataTables_wrapper div.dataTables_filter input {
    min-width: 200px;
  }
  .card-body {
    padding-bottom: 0.5rem;
  }
  .alert .close, .alert .mailbox-attachment-close {
    color: #fff;
    opacity: 0.7;
  }
  .alert {
    padding: .3rem 1rem;
    margin-bottom: 1rem;
  }
  .close, .mailbox-attachment-close {
    line-height: 0.8;
  }
  .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .mailbox-attachment-close:not(:disabled):not(.disabled):focus, .mailbox-attachment-close:not(:disabled):not(.disabled):hover {
    opacity: 1;
  }
  .footer-modal {
    position: absolute;
    right: 18px;
    top: 10px;
  }
  .footer-modal .close-button {
    background: transparent;
    border: 0;
    padding: 0px;
    font-size: 0px;
  }
  .footer-modal .close-button i {
    font-size: 1rem;
    font-weight: 600;
   }
  /* spinner */
  .dataTables_processing {
    width: 105px !important;
    min-height: 105px;
    /* display: block !important; */
    border: 0;
    border-radius: 50%;
    line-height: 70px;
  }
  .dataTables_processing::after {
    width: 125px !important;
    min-height: 125px;
    border: dotted 5px #018cd2;
    border-radius: 100%;
    animation: spin 5s linear infinite;
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
  }
  @keyframes spin {
    0% { 
      transform: rotate(0deg) scale(0.8); 
      /* border-top-color: transparent;
      border-right-color: transparent; */
    }
    50% { 
      transform: rotate(180deg) scale(0.8);   
      border-top-color: transparent;
      border-right-color: transparent;
    }
    100% { 
      transform: rotate(360deg) scale(0.8); 
      border-color: #018cd2;     
      /* border-top-color: transparent;
      border-right-color: transparent; */
    }
  }
  [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
    background-color: #446d81; 
  }
  .nav-sidebar .menu-is-opening > .nav-link i.right, .nav-sidebar .menu-open > .nav-link i.right {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .nav-sidebar .nav-item > .nav-link .right {
    transition: transform ease-in-out .3s,-webkit-transform ease-in-out .5s;
  }
  .card-body-padding .card-body {
    padding-left: 8px;
  }
  .select2-selection__rendered::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 19px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-44deg);
  }
  /* .select2.select2-container.select2-container--default.select2-container--focus.select2-container--above.select2-container--open {
  } */

  .border td:not(:last-child), .border th:not(:last-child) {
    border-right: 1px solid #ddd;
  }

  .selectnw select + div {
    width: 100% !important;
  }
  .selectnw select + div button {
    text-align: left;
  }
  .selectnw select + div button.dropdown-toggle::after {
    margin-left: calc(100% - 100px);
  }
  .selectnw select + div button + ul {
     width: 100% !important;
     padding: 10px;
  }
  .selectnw select + div button + ul li a label.checkbox {
    padding-left: 10px !important;
    font-weight: normal !important;
  }
  .selectnw select + div button + ul li a label.checkbox input[type=checkbox] {
    margin-right: 10px !important;
  }
  .checkboxnw input {
    width: 25px;
    height: 25px;
    margin: 6px 0px;
}
.select-div .btn-group {
  width: 100%;
}
.select-div .btn-group button.btn {
  text-align: left;
}
.select-div .btn-group button.btn + ul {
   width: 100%;
   padding: 10px;
}
.select-div .btn-group button.btn + ul li label {
  padding-left: 0px;
}
.required:after {
  content:" * " ;
  color: rgb(255, 0, 0);
}
/*  */
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
  border: 0;
  margin-top: 0px !important;
}

a.user-gallery-img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.gallery-card {
  min-height: 320px !important;
}
.main-footer a {
  color: #018cd2;
}
.card {
  overflow-x: auto !important;
}
.alert-customdanger  {
  color: #575757;
  background-color: #f8d8da;
  border-color: #f8d8da;
}
.contactus input[type="checkbox"]::before {
  position: absolute;
  content: "UnRead";
  top: 1px;
  font-weight: bold;
  font-size: 11px;
  color: var(--danger);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 1px;
  min-width: 57px;
  height: 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  transition: .5s;
  padding: 5px;
}
.contactus input:checked[type="checkbox"]:before {
  left:16px;
  content: "Read";
  color: #34C853;
}
.contactus input:checked[type="checkbox"]:before {
  left:16px;
  content: "Read";
  color: #34C853;
}




/* admin dashboard */

[class*="sidebar-dark"] .brand-link{
border-bottom: 1px solid rgba(255,255,255,.05);
}

.small-box{
padding: 10px;
}

.green-bg {
	background-color: #76afd9;
}

.bg-red {
	background-color: #db5763 !important;
}

.bg-olive {
	background-color: #5481b1 !important;
}

.user-menu .dropdown-menu a {
	display: block;
	padding: 10px;
	color: rgba(0,0,0,.9);
	border-bottom: 1px solid rgba(0,0,0,.15);
}

.dataTable img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	display: block;
	margin: 0 auto;
}

.dataTable td, .dataTable th{
  font-size: 14px;
}

.dataTable td{
vertical-align: middle;
}

#card1{
  background: url(../images/bg.jpg);
  background-size: cover;
  background-position: center center;
}

.profile-card-inner i{
  cursor: pointer;
}

.view-details .col-sm-4{
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}





/* DASHBOARD STYLING */
.login-page, .main-sidebar{
  background: #008dd4; /* Old browsers */
  background: -moz-linear-gradient(top,  #008dd4 0%, #4886be 45%, #747692 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #008dd4 0%,#4886be 45%,#747692 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #008dd4 0%,#4886be 45%,#d2d3dd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008dd4', endColorstr='#747692',GradientType=0 ); /* IE6-9 */

}

img{
  max-width: 100%;
}

div.line {
  display: inline-block;
  border-top: 1px solid black;
  width: 100%;
  border-bottom:1px solid black;
  margin-bottom:10px;
}

@media (min-width:768px){
.login__bg {
  height: 100vh;
  background: url(../images/bg.jpg);
  background-size: cover;
}
}

.login-card input{
  height: 50px;
  background-color: transparent;
  color:#fff !important;
}

.login-card input:focus{
  border-color: #fff !important;
  background: transparent;
}
body #form-wrap input:focus + div .input-group-text{
  border-color: #fff !important;
}

.login-card .btn{
  height: 50px;
  font-size: 16px;
}

/*  */
input:focus-visible.message-box {
    outline: -webkit-focus-ring-color auto 0px !important;
  }
  input.message-box {
    border: none;
    background-color: transparent;
}

/* Verification css*/
.verification-request-wrapper {
	margin: 0 auto;
}
.verified-name {
	text-transform: capitalize;
}
.verify-text {
	font-weight: 700;
	text-align: left !important;
	display: block;
	width: 100% !important;
}
.profile-wrap {
  width: 370px;
  height: 370px;
  margin: 0 auto;
}
.profile-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.button-block {
	text-align: center;
}
.button-block button.btn, .button-block a.btn {
	font-size: 16px !important;
	color: #fff;
	text-transform: capitalize;
	padding: 5px 20px !important;
}
button.btn.approve-btn {
background: #28a745;
}
button.btn.reject-btn {
background: #dc3545;
}
a.visit-btn {
background: #007bff;
}
.button-block button.btn i , .button-block a.btn i {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}
.heading-badge-block {
	display: flex;
	justify-content: flex-start;
  align-items: center;
}
.heading-badge-block span {
	display: flex;
	width: auto;
	height: 100%;
	padding: 5px 10px;
	justify-content: center;
	align-items: center;
  margin-left: 10px;
}
/*--- Reset Password Success  CSS Start ---*/
.psw-rst-section {
  width: 100%;
  height: 100vh;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.psw-rst-wrapper {
  text-align: center;
  padding: 50px 30px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #008dd4 0%,#4886be 45%,#747692 100%);
  border-radius: 10px;
}
.psw-rst-img-box {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.psw-rst-img-box img{
  max-width: 100%;
}
.psw-rst-wrapper h1 {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 700;
}
.psw-rst-wrapper p , .team-regards span {
  color: #fff;
}
a.go-applink {
  background: #3D8BCE;
  padding: 10px 48px;
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  margin: 20px 0px;
  display: inline-block;
}

/*--- New PASSWORD CSS Start ---*/

.new-psw-block .login-logo > a > img {
  width: 90px;
  height: 90px;
  max-width: 100%;
  object-fit: cover;
}

.login-box-new.new-psw-block .login-logo {
  background: white;
  padding: 20px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0px;
}
.login-box-new.new-psw-block button.btn.btn-primary.btn-block {
  padding: 10px 0px;
  font-size: 16px;
}
.login-box-new.new-psw-block .btn-login {
  text-align: center;
  margin: 10px 0px;
}
.login-box-new.new-psw-block .btn-login a {
  text-decoration: underline;
}

.profile-gallery {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
}


.profile-gallery a {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
}

/* .profile-gallery img {
	max-width: 100%;
  border: 1px solid #eee;
  padding: 5px;
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top;
} */

.profile-gallery img {
  max-width: 100%;
  padding: 5px;
  width: auto;
  max-height: 180px;
  margin: 0 auto;
  display: block;
}

.profile-gallery a , .pointer{
	cursor: pointer;
}

/* -- Chat box Css start--*/

.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin: 35px 10px 25px 10px;
  /* box-shadow: 0 15px 6px -10px rgb(0 0 0 / 20%); */
  border: 1px solid #ddd;
}

.msger .msger-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #eee;
  color: #666;
}

.msger .msger-chat {
  overflow-y: auto;
  padding: 10px;
}
.msger .msger-chat::-webkit-scrollbar {
  width: 6px;
}
.msger .msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}
.msger .msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msger .msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.msger .msg:last-of-type {
  margin: 0;
}
.msger .msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.msger .msg-bubble {
  max-width: 450px;
  padding: 15px;
  border-radius: 15px;
  background: #2e2929;
  color: #fff;
}
.msger .msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.msger .msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}
.msger .msg-info-time {
  font-size: 0.85em;
}

.msger .left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.msger .right-msg {
  flex-direction: row-reverse;
}
.msger .right-msg .msg-bubble {
  background: rgb(54, 191, 233);
  color: #fff;
  border-bottom-right-radius: 0;
}
.msger .right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger .msger-inputarea {
  display: flex;
  padding: 10px;
  border-top: var(--border);
  background: #eee;
}
.msger .msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}
.msger .msger-input {
  flex: 1;
  background: #ddd;
}
.msger .msger-send-btn {
  margin-left: 10px;
  background: rgb(0, 196, 65);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
}
.msger .msger-send-btn:hover {
  background: rgb(0, 180, 50);
}

.msger .msger-chat {
  background-color: #fcfcfe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dddddd' fill-opacity='0.4'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 550px;
  overflow-y: scroll;
}

.close-img {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 10px;
  right: -15px;
  cursor: pointer;
}


/* media query start */

@media (max-width:767px){
  
  /* login page */

  .login-page, .register-page{
    height: auto;
  }

  .login-box{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .login__bg{
    padding-top: 5px;
  }

  .login-logo img{
    max-width: 200px;
  }
  
  /* table search filter */
  div.dataTables_wrapper div.dataTables_filter{
    position: static;
  }
  #dataTableBuilder_wrapper .btn-default{margin: 5px 0;} 
  
  #dataTableBuilder_paginate, div.dataTables_wrapper div.dataTables_info{
    position: static;
  }
}


@media (max-width:575px){

  .col-xs-width .col-sm-6{
    width: 50%;
  }
}



@media (max-width:568px){
  .profile-gallery a{
    height: 100px;
  }

  .profile-gallery img{
    max-height: 80px;
  }
}