.money-format{
	text-align: right;
}

.card-title-section{
	display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
}

.card-title-section button{
	margin: 0px 0px 20px;
}

.chat-sidebar .menu-bar {
  width: 100%;
  float: right;
  height: 100%;
  min-height: 100%;
}

.chat-sidebar .menu-bar .menu-items {
  padding: 0;
  margin-bottom: 0;
  height: auto;
  list-style-type: none;
}

.chat-sidebar .menu-bar .menu-items li {
  padding: 10px 15px;
  transition: 0.4s;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.chat-sidebar .menu-bar .menu-items li.active {
  background: #e6e9ed;
  border-radius: 4px;
}

.chat-sidebar .menu-bar .menu-items li a {
  color: #303a40;
  font-size: 1rem;
  text-decoration: none;
}

.chat-sidebar .menu-bar .menu-items li.active a {
  color: #464dee;
}

.chat-list-container {
  /*border-left: 1px solid #eaecef;
  height: 100%;*/
  padding-left: 0;
  padding-right: 0;
}

.chat-list-container .online-status {
  margin-bottom: 1rem;
}

.chat-list-container .online-status .chat {
  font-size: 1rem;
  color: #464dee;
  margin-bottom: 0;
  font-weight: 600;
}

.chat-list-container .chat-list,
.chat-list-container .user-list {
	padding: 10px 0;
	overflow-y: auto;
	max-height: 400px;
}

.chat-list-container .chat-list .active {
  background: #f5f5f5;
}

.chat-list-container .chat-list-item {
  border-bottom: 1px solid #eaecef;
  padding: 1rem 0;
  display: block;
}

.chat-list-container .chat-list-item a {
  text-decoration: none;
  display: flex !important;
}

.chat-list-container .chat-list-item a .pro-pic {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  width: 20%;
  max-width: 40px;
}

.chat-list-container .chat-list-item a .pro-pic img {
  max-width: 100%;
  width: 100%;
  border-radius: 100%;
}

.chat-list-container .chat-list-item a .user {
  width: 100%;
  padding: 5px 10px 0 15px;
  flex-direction: column !important;
}

.chat-list-container .chat-list-item a .user .u-name {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #000000;
}

.chat-list-container .chat-list-item a .user .u-designation {
  font-size: calc(1rem - 0.1rem);
  margin-bottom: 0;
  color: #a7afb7 !important;
}

.message-body .sender-details {
  padding: 20px 0 0;
  border-bottom: 1px solid #eaecef;
  display: -webkit-flex;
  display: flex;
}

.message-body .sender-details .details {
  padding-bottom: 0;
}

.message-body .sender-details .details .msg-subject {
  font-weight: 600;
  color: #000;
}

.message-body .sender-details .details .sender-email {
  margin-bottom: 20px;
  font-weight: 400;
}

.message-body .message-content{
	height: 400px;
	overflow-y: auto;
	padding: 0 15px;
}

.message-body .message-content .message-receive{
	display: inline-block;
	padding: 10px 0 0;
	vertical-align: top;
	max-width: 60%;
}

.message-body .message-content .message-receive p{
	-webkit-border-radius: 15px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topleft: 0;
	border-radius: 15px;
  	border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	border-top-left-radius: 0;
	background: #0094e3 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.message-body .message-content .message-sent{
	float: right;
	max-width: 60%;
}

.message-body .message-content .message-sent p{
	-webkit-border-radius: 15px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 15px;
	-moz-border-radius-topright: 0;
	border-radius: 15px;
	border-top-right-radius: 15px;
	border-top-right-radius: 0;
	background: #F0F3F6 none repeat scroll 0 0;
	color: #4e4e4e;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 12px;
	width: 100%;
}

.message-wrapper{
	overflow: hidden;
	margin: 10px 0 0;
}

.message-form form{
	max-width: 95%;
	margin: 0 auto;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.message-form form input{
	height: 40px;
	font-size: 12px;
	min-width: 90%;
	padding-left: 15px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #cecece;
}

.message-form form button{
	width: 10%;
	height: 100%;
	font-size: 12px;
	background-color: transparent;
	border: none;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.money-format{
	text-align: right;
}

.card-title-section{
	display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}

.card-title-section button{
	margin: 0px 0px 20px;
}

.gallery-image {
  /*padding: 20px;*/
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*justify-content: center;*/
}

.gallery-image img {
  height: 150px;
  /*width: 250px;*/
  width: 100%;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  /*margin: 10px;*/
  height: 150px;
  /*width: 250px;*/
  width: 25%;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 150px;
  width: 250px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

.del-img{
  position: absolute;
  background: #fff;
  padding: 5px;
  z-index: 99;
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 5px;
  box-shadow: 0 2px 4px 0 rgb(185 185 185 / 50%);
  -webkit-box-shadow: 0 2px 4px 0 rgb(185 185 185 / 50%);
  -moz-box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.5);
  -ms-box-shadow: 0 2px 4px 0 rgba(185, 185, 185, 0.5);
}

.profile-avatar{
	display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #bfbfbf;
}

.img-avatar{
	display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #bfbfbf;
}

.img-table{
  width: 10rem !important;
  height: auto !important;
}

.tile{
    height: 200px;
    width: 170px;
    position: relative;
}
.tile input[type="checkbox"]{
    -webkit-appearance: none;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid transparent;
    outline: none;
    box-shadow: 15px 15px 25px rgba(2,28,53,0.05);
}
.tile input[type="checkbox"]:after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f111";
    font-size: 22px;
    top: 10px;
    left: 10px;
    color: #e2e6f3;
}
.tile input[type="checkbox"]:hover{
    transform: scale(1.08);
}
.tile input[type="checkbox"]:checked{
    border: 3px solid #478bfb;
}
.tile input[type="checkbox"]:checked:after{
    font-weight: 900;
    content: "\f058";
    color: #478bfb;
}
.tile label{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 80%;
    width: 100%;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}
.tile label .fas{
    font-size: 60px;
    color: #2c2c51;
}
.tile input[type="checkbox"]:checked + .tile label .fas{
    animation: grow 0.5s;
}
@keyframes grow{
    50%{
        font-size: 80px;
    }
}
.tile label h6{
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #7b7b93;
}


:root {
  --gutter: 20px;
}

.app {
  padding: var(--gutter) 0;
  display: grid;
  grid-gap: var(--gutter) 0;
  grid-template-columns: var(--gutter) 1fr var(--gutter);
  align-content: start;
}

.app > * {
  grid-column: 2 / -2;
}

.app > .full {
  grid-column: 1 / -1;
}

.hs {
  display: grid;
  grid-gap: calc(var(--gutter) / 2);
  grid-template-columns: 10px;
  grid-template-rows: minmax(150px, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - var(--gutter) * 2);

  overflow-x: scroll;
  scroll-snap-type: x proximity;
  padding-bottom: calc(.75 * var(--gutter));
  margin-bottom: calc(-.25 * var(--gutter));
}

.hs:before,
.hs:after {
  content: '';
  width: 10px;
}

.app {
  width: 375px;
  height: 667px;
  background: #DBD0BC;
  overflow-y: scroll;
}

.hs > li,
.item {
  scroll-snap-align: center;
  padding: calc(var(--gutter) / 2 * 1.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #221fd8;
  color: #fff;
  border-radius: 8px;
}

.no-scrollbar {
  scrollbar-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  user-select: none;
  & > * {
    margin: .5rem 0.5rem;
  }
}



.checkbox-group-legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c9c9c;
  text-align: center;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.checkbox-input {
  // Code to hide the input
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;

  &:checked + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(#000, 0.1);
    color: #2260ff;
    &:before {
      transform: scale(1);
      opacity: 1;
      background-color: #2260ff;
      border-color: #2260ff;
    }
    
    .checkbox-icon, .checkbox-label {
      color: #2260ff;
    }
  }
  
  &:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;
    &:before {
      transform: scale(1);
      opacity: 1;
    }
  }
}

.checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7rem;
  min-height: 7rem;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(#000, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;

  &:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }

  &:hover {
    border-color: #2260ff;
    &:before {
      transform: scale(1);
      opacity: 1;
    }
  }
}

.checkbox-icon {
  transition: .375s ease;
  color: #494949;
  svg {
    width: 3rem;
    height: 3rem;
  }
}

.checkbox-label {
  color: #707070;
  transition: .375s ease;
  text-align: center;
}