html {
  /*
  overflow-y: scroll;
  */
}
body {
    font-size: .9rem;
    background: #f8f8f8;
    font-family: Helvetica, Arial, "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    color: #283740;
    padding-top: 49px;
}

@media screen and (max-width: 780px){
    body { padding-top: 47px; }
    .h2, h2 { font-size: 1.6rem; }
}

h1 {
    font-size: 1.9rem;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.4rem;
}
.h5, h5 {
    font-size: 1.1rem;
}
/*
.navbar-dark .navbar-toggler {
    color: #fff;
}
.navbar-dark .navbar-toggler-icon {
    background-image: none;
}
.navbar-toggler {
    padding: 0;
}
.navbar-toggler-icon {
    width: 100%;
    height: 100%;
}
*/
code,
kbd,
pre,
.custom-select,
.custom-file-input,
.custom-file-label,
.input-group-text,
.img-rounded,
.img-thumbnail,
/*
.img-circle,
.form-control,
.btn,
*/
.btn-link,
/*
.card,
.card-img-top,
.dropdown-menu,
*/
.list-group-item,
.list-group-item:first-child,
.list-group-item:last-child,
.input-group-addon,
.input-group-btn,
.nav-tabs a,
.nav-pills a,
.navbar,
.navbar-toggle,
.icon-bar,
.breadcrumb,
.pagination,
.pager *,
.label,
/*.badge, */
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.nav-pills .nav-link,
.carousel-indicators li {
    border-radius:0;
}
.navbar-nav{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.btn-paypal img {
    max-height: 1.6rem;
    width: auto;
    margin-left: .4rem;
}
.btn-paypal {
    background-color:#FFC439; 
    border-color:#FFAF00; 
    color:#333;
    font-size: .9rem;
    font-weight: 600;
}
.form-group {
    margin-bottom: .5rem;
}
.btn-success {
    color: #fff;
    background-color: #1ac636;
    border-color: #1ac636;
}
.btn-success:hover {
    color: #fff;
    background-color: #1db135;
    border-color: #23ab39;
}
.btn-warning {
    color: #2d3033;
    background-color: #ffed14;
    border-color: #ffec05;
}
.btn-warning:hover {
    color: #2d3033;
    background-color: #ffec05;
    border-color: #ffec05;
}
.badge-promo {
    background-color: #fdff66;
    color: #272525;
}
.navbar-toggler {
    border-radius:0;
    border: none;
}
.alert {
    padding: .5rem 1rem;
}
.border {
    border: 1px solid #efefef !important;
}
.text ol {
    margin-bottom: 1rem;
}
.floating {
    display: none;
}
.head-title {
    background-color: #fff;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(177,187,199,0.2);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(177,187,199,0.2);
    z-index: 10;
}
#accordion .card {
    margin-bottom: 1rem;
}
#accordion .card .card-header h5 a {
    color: #283740;
}
.head-title ul.nav {
    -ms-flex-pack: center;
    justify-content: center;
}

.head-title .h2 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.2;
    padding: .7rem 0 .7rem 0;
    margin: 0
}
@media screen and (max-width: 780px){
    .navbar>.container {
        padding-left: 0;
        padding-right: 0;
    }
    .head-title a.nav-link {
        padding: 0 .7rem .3rem .5rem;
    }
    
    .head-title .h2 {
        font-size: 1.4rem;
        padding: .5rem 0 .5rem 0;
    }
    
    .nav-scroller {
      position: relative;
      z-index: 2;
      height: 44px;
      overflow-y: hidden;
    }

    .nav-scroller .nav {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding-bottom: 1rem;
      margin-top: -1px;
      overflow-x: auto;
      /* color: rgba(255, 255, 255, .75); */
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      
      -ms-flex-pack: left !important;
    justify-content: left !important;
    }
    #search-form {
        display: none;
    }
    .floating {
        display: block;
    } 
    .btn-float {
        position: fixed;
        bottom: 1.875rem;
        width: 100%;
        z-index: 1000;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        
        padding: 1rem .4rem;
        max-width: 85%;
        border-radius: 100px;
    }
	
	body.landing .intro {
		min-height: 180px;
	}
}
.navbar-main {
    background-color: #f02675;
    color: #fff;
}
.navbar-main .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
.navbar-main .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    color: #ffffff;
}
.navbar-main .navbar-nav .nav-link.btn {
    font-size: 1.2rem;
	padding: 4px 24px;
	border: 2px solid #fff;
}
.navbar-main .nav-item.active .nav-link,
.navbar-main .nav-item:hover .nav-link {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.6rem;
}
.navbar-image  {
    display: inline-block;
    margin-right: 1rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-image img {
    max-height: 21px;
}
@media screen and (max-width: 780px){
	.navbar-brand {
		font-size: 1rem;
	}
	.navbar-image img {
		max-height: 30px;
		margin: .5rem 0;
		max-width: 90px;
	}
	.navbar-main .navbar-nav .nav-link.btn {
		font-size: 1rem;
		padding: 2px 8px;
		border: 2px solid #fff;
	}
}
.badge-attention {
    color: #fff;
    background-color: #ffbb38;
}
.btn-round {
    border-radius: 100px;
}
.btn-circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: unset;
    text-align: center;
    line-height: 50px;
}
.btn-bold {
    font-weight: 600;
    border-width: 2px;
}
.card-body {
    padding: 1.1rem;
}
a.nav-link  {
    color: #000;
}
.navbar .nav-link  {
    color: #fff;
}
a.nav-link .nav-pill {
    background-color: #fff;
    border: 1px solid #6900d7;
    padding: 3px 10px;
    border-radius: 100px;
    color: #7107e3;
}
a.nav-link .nav-pill:hover {
    background-color: #6900d7;
    border-color: #fff;
    color: #fff;
}
a.nav-link .nav-pill-inverse {
    background-color: #6900d7;
    border: 1px solid #fff;
    padding: 3px 10px;
    border-radius: 100px;
    color: #fff;
}
a.nav-link .nav-pill-inverse:hover {
    background-color: #fff;
    color: #6900d7;
}
footer, footer a {
    color: #929496;
}
footer a:hover, footer a:active, footer a:focus {
    color: #717375;
    text-decoration: none;
}
.what {
    padding: 2px 5px;
    font-size: .7rem;
    background-color: #e4e4e4;
    text-align: center;
    margin-bottom: 5px;
}
.search-filter {
    padding: 2px 5px;
    font-size: .85rem;
    background-color: #fff;
    text-align: center;
    margin-bottom: 5px;
}
.search-paramter .form-group {
    margin-bottom: 0;
}
.search-paramter .form-control:focus {
    /* border: 1px solid #ced4da; */
    border: 1px solid #bcc0c3;
    box-shadow: none;
}
.search-paramter .form-control {
    color: #747677;
}

.search-paramter {
    background-color: #f9f9f9;
    border: 1px solid #e8e8e8;
    margin: .9rem 0;
    padding: .7rem;
    border-radius: 8px;
    -moz-box-shadow: 0 0 3px #e3e3e3;
    -webkit-box-shadow: 0 0 3px #e3e3e3;
    box-shadow: 0 0 3px #e3e3e3;
}
.profiles .card {
    -moz-box-shadow: 0 0 3px #e3e3e3;
    -webkit-box-shadow: 0 0 3px #e3e3e3;
    box-shadow: 0 0 3px #e3e3e3;
    margin-bottom: 1rem;
}
.profiles .card:hover {
    -moz-box-shadow: 0 0 6px #e0e0e0;
    -webkit-box-shadow: 0 0 6px #e0e0e0;
    box-shadow: 0 0 6px #e0e0e0;
}
.btn-xs {
    padding: .15rem .3rem;
    font-size: .625rem;
    line-height: 1.5;
    border-radius: 1rem;
}
.box {
    border: 1px solid #e8e4e4!important;
    background: #fff;
}
.nobreak {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-facebook .icon-facebook::before {
    color: #fff;
}

.btn-facebook {
    background-color: #4267B2;
    color: #fff;
	font-size: .725rem;
	display: inline-flex;
	align-items: center;
}
.btn-facebook:hover {
    color: #fff;
    background-color: #3059AB;
    border-color: #4065B0;
}

.btn-pill {
    padding: 1px 6px;
    border-radius: 80px;
    font-size: .75rem;
}

.card-body {
    padding: .7rem 1.1rem;
}

.nav-pay-logo {
    text-align: center;
    padding: .3rem;
}

.offerlist.table tr th:first-child, 
.offerlist.table tr td:first-child {
    padding-left: 0;
    
}

.table-packages td {
    vertical-align: middle;
    border-top: none;
    padding: 0;
}

.remind-notification {
    padding: .7rem;
    color: #0a1f44;
    background: #ffdc99;
    border-radius: .6rem;
}
.remind-notification .icon {
    font-size: 1.5rem;
    display: inline;
}
.remind-notification a {
    color: #ff8f00;
    text-decoration: underline;
}
.remind-notification a.btn {
    font-weight: 700;
    background-color: #ff8f00;
    color: #fff;
    text-decoration: none;
}
.img-payment-small {
    max-height: 1.8rem;
}
.mh-1 {
    max-height: 1.5rem;
}
.mh-2 {
    max-height: 1.8rem;
}
.mh-3 {
    max-height: 2.2rem;
}

@media screen and (max-width: 780px){
    form.search, form.search .form-control {
        font-size: .8rem;
    }
    form.search .form-control {
        padding: .25rem .5rem;
        height: 2rem;
        line-height: 1.25;
    }
    /*
    form#signup p.invalid-feedback {
        margin-bottom: .35rem;
    }
    form#signup .form-group {
        margin-bottom: .3rem;
    }
    form#signup label {
        margin-bottom: .2rem;
        font-size: .8rem;
    }
    form#signup .form-control {
        height: calc(1.5em + .5rem + 2px);
        padding: .25rem .5rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }
    */
}
form.search label {
    font-weight: 700;
    color: #8a94a6;
}
.search-parameter {
    padding-top: .5rem;
    background-color: #fff;
}
.dot {
  display: inline-block;
  border-radius: 50%;
  width: 50%;
  background-color: #EEE;
  height: 15px;
  width: 15px;
  margin: 0 2px;
}
.dot.dot-success {
  background-color: #51d451;
}
.dot.dot-warning {
  background-color: #F0AD4E;
}
.dot.dot-danger {
  background-color: #D9534F;
}
.dot.dot-online {
  background-color: #12E3AC;
}
.dot.dot-away {
  background-color: #F5A426;
}

.dot.dot-sm {
  height: 10px;
  width: 10px;
}
.dot.dot-lg {
  margin: 0 4px;
  height: 20px;
  width: 20px;
}
.pwa-install {
    color: #fff;
    text-align: center;
    background-color: #2af1af;
    background-image: -webkit-linear-gradient(left, #2af1af 0%, #00dd93 50%, #2af1af 100%);
    background-image: linear-gradient(to right, #2af1af 0%, #00dd93 50%, #2af1af 100%);
    padding: 1rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1rem;
}
.pwa-install-fly {
    font-weight: 600;
    position: fixed;
    bottom: 1.875rem;
    z-index: 1000;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 70%;
    border-radius: 100px;
}
.image-caption {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 10;
}

ul.nav .nav-link.active {
    border-bottom: 0.125rem solid #7001e3;
}

.btn-online:hover {
    color: #fff;
}
.btn-online {
    color: #fff;
    background-color: #2af1af;
    background-image: -webkit-linear-gradient(left, #2af1af 0%, #00dd93 50%, #2af1af 100%);
    background-image: linear-gradient(to right, #2af1af 0%, #00dd93 50%, #2af1af 100%);
}
.btn-crazy:hover {
    color: #fff;
}
.btn-crazy {
    color: #fff;
    background-color: #ae73f0;
    background-image: -webkit-linear-gradient(left, #ae73f0 0%, #fe526d 50%, #ae73f0 100%);
    background-image: linear-gradient(to right, #ae73f0 0%, #fe526d 50%, #ae73f0 100%);
}
.btn-round-action {
    width: 40px;
    height: 40px;
    padding: unset;
    text-align: center;
    line-height: 40px;
}
.text-gold {
    color: #ccac02;
}
.sub-active {
    font-weight: 700;
}
.listing img, .listing-blocked img {
    max-width: 90px;
    max-height: 90px;
}
body.landing{
    background-color: #fff;
}
body.landing nav{
    background: transparent;
    border: none;
}
body.landing nav.dark{
    background-color: #7001e3;
    transition: background-color 2s ease-in;
}
nav .dropdown-menu {
    /* border-top: none; */
    box-shadow:     2px      2px      4px       #999;
}
nav:focus, nav a:focus, nav button:focus {
    outline: none;
}
.dropdown-item:active {
    color: #16181b;
    background-color: #f8f9fa;
}
.img-payment {
    max-height: 80px;
    max-width: 160px;
}
#favorite.action.on span {
    color: #d03232;
}
#favorite.favorite{
    background: deeppink;
    border:none;
}
#favorite.action.favorite .icon-heart, 
#favorite.action.favorite .icon-star{
    font-weight: 900;
    color:white;
}

label.radio-label {
    width: 100%;
}

label.radio-label input {
    visibility: hidden;
    position: absolute;
}
label.radio-label input + .radio-select{ 
    cursor:pointer;
    background-color: #f7f7f7;
    border: 1px solid #cecdcd;
    color: #000;
}
label.radio-label{ 
    border: none;
}

label.radio-label > input:checked + .radio-select{ 
    background-color: #a562d8;
    border: 1px solid #8a44bf;
    color: #fff;
}

.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
iframe.pay {
  margin-top: 10px;
  margin-bottom: 10px;

  border: 1px solid #e2e2e2;
}

.nav-shadow {
    position: relative;
    -webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(177,187,199,0.2);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(177,187,199,0.2);
    z-index: 10;
}

.bg-light.border-bottom {
    border-bottom: 1px solid #f0f0f0 !important;
}

.rotate-90 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1.0);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}
.rotate-270 {
  filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2.5);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  display: inline-block;
}
.meet .image-caption {
    padding: .5rem;
    font-size: 1rem;
    color: #fff;
    text-shadow: 0 1px 0 black;
}

/*
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
*/
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border-color: #e9ecef;
        /* margin-top: .5rem; */
        /* width: 240px; */
    }
}
.card.meet {
    background: #3b3a3a;
    border-radius: 0;
    text-align: center;
    border: 0;
}
.card.meet img {
    max-height: 500px;
}
/*
#navbarContent [class^="icon-"], #navbarContent  [class*=" icon-"] {
    font-size: 1.2rem;
    margin-right: .3rem;
}
*/
.meet {
    /* max-width: 400px; */
    /* max-height: 500px; */
    /* max-width: 100%; */
    position: relative;
}

.meet .like-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
    text-align: center;
    margin-bottom: 2rem;
}

.meet .like-block a.btn.like {
    font-size: 45px;
    -webkit-transition-property: background-color, border;
    transition-property: background-color, border;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding: .6rem;
    
    text-shadow: 0 1px 0 black;
}
.meet .like-block a.btn.like:hover {
    background-color: #81bf4f;
    border-color: #81bf4f;
    opacity: .85;
}
.meet .like-block a.btn {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 85px;
    height: 85px;
    margin-left: 35px;
    margin-right: 35px;
}
.meet .like-block a.btn.dislike {
    font-size: 40px;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color, background-color, border, -webkit-box-shadow;
    transition-property: color, background-color, border, -webkit-box-shadow;
    transition-property: color, background-color, box-shadow, border;
    transition-property: color, background-color, box-shadow, border, -webkit-box-shadow;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    padding: .8rem;
    text-shadow: 0 2px 0 black;
}
.meet .like-block a.btn.dislike:hover {
    background-color: #bf2077;
    border-color: #bf2077;
    opacity: .85;
}
@media (max-width: 639px){
    .meet .like-block a.btn {
        margin-left: 20px;
        margin-right: 20px;
        width: 65px;
        height: 65px;
    
    }
    .meet .like-block a.btn.like, .meet .like-block a.btn.dislike {
        font-size: 30px;
        padding: .7rem;
    }
    .meet .like-block {
        height: 80px;
        margin-bottom: .4rem;
    }
}
.icon-pill {
    background: #ff8f00;
    border-radius: 100px;
    padding: .4rem;
    color: #fff;
}
.navbar-dark .nav-link.active {
    background-color: #8d38e8;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 4px 8px;
    
}
.navbar-profile img {
    max-width: 26px;
    height: 26px;
    border: solid 1px #fff;
    
}
.navbar-profile {
    display: inline-block;
    padding: 0;
    /* margin-right: 1rem; */
    line-height: inherit;
    white-space: nowrap;
}
.dropdown-subitem {
    display: none;
}
@media screen and (max-width: 575px){
    .navbar-member-menu {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
    }
    .navbar-member-profile {
        position: static;
    }
    .navbar-member-profile .dropdown-menu .dropdown-item {
        padding: .75rem 1.5rem;
    }
    .navbar-member-profile .dropdown-menu {
        margin: 0;
        border-radius: 0;
        border: 0;
        width: 100%;
    }
    .dropdown-subitem a {
        color: #212529;
        margin-right: .5rem;
        font-size: .95rem;
    }
    .dropdown-subitem {
        display: block;
        padding: .5rem 1.5rem;
    }
    a.nav-link {
        font-size: .8rem;
    }
    .navbar-member-menu a.nav-link {
        font-size: 1.3rem;
        padding: .7rem .6rem;
    }
    .nav-link.navbar-profile {
        padding: .5rem 0 .5rem .5rem;
    }
    .navbar-member-upgrade a.nav-link  {
        font-size: .9rem;
        padding: 4px 5px;
    }
    .profiles .row {
        margin-right: 0;
        margin-left: 0;
    }
    .profiles .row >[class^="col-"]{
      padding-left: .3rem;
      padding-right: .3rem;
    }
    .profiles .card {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        /* border: none; */
        border-radius: .3rem;
        /* margin: 0; */
        margin-bottom: .6rem;
    }
    .profiles .card-body {
        /* display: none; */
        padding: .3rem .5rem;
    }
    .profiles .card-body .h5 {
        font-size: .9rem;
        color: #716a6a;
        font-weight: 600;
    }
    .profiles .card-body .card-text {
        font-size: .7rem;
    }
    .profiles .card-img-top {
        border-radius-top: .3rem;
    }
}
@media screen and (max-width: 320px){
    .navbar-member-menu a.nav-link {
        font-size: 1.1rem;
        padding: .9rem .5rem;
    }
    .nav-link {
        display: block;
        padding: .5rem .7rem;
    }
    .head-title a.nav-link {
        padding: 0 .5rem .3rem .3rem;
    }
}
.message-box {
    border: 1px solid #ccc;
    text-align: right;
}

.message-box textarea:focus,.message-box textarea:active, .message-box textarea{
    outline: none;
    box-shadow:none;
    border: none;
}

.message-box textarea {
    overflow: hidden;
    resize: none;
}

/*Body Style*/
body.messenger {
    height: 3000px;
    overflow: hidden;
}

body.messenger .container-fluid{
	height: 100%;
	position: fixed;
}

body.messenger > a#navbarDropdown {
    padding: .5rem 1rem;
}

@media screen and (max-width: 575px){
    .desktop{
        display: none!important;
    }
}
@media screen and (min-width: 576px){
    .mobile{
        display: none!important;
    }
}

/*
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background: #999;
}
*/

.border-color1{
    border-color: #aaa!important;
}


/* Main Controller Style */
.main-controller{
    max-width: 360px;
}
/* Main Controller Header Style */
.main-controller-header{
    height: 55px;
    border-bottom: 1px solid #aaa;
}
.tab{
    line-height: 50px;
    position: relative;
}

.tab.active:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #7001e3;
    bottom: -1px;
    left: 0px;
}

.main-controller-container{
    height: calc( 100% - 55px );
}
.main-controller-container .tab-pane{
    height: 100%;
}

/* Tab Style */
.tab-pane.inactive{
    display: none;
}

/* Inbox Pane Style */
.load-nofification{
    height: 55px;
    background-color: #ddd;
    font-size: 0.85rem;
}
/* Archive Pane Style */
/* Notification list style */
.notification{
    position: relative;
}
.notification .close-mark{
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* User list style */
.users{
    overflow-y: auto;
}
.user.active{
    background-color: #ddd;
}
.user.active:hover{
    background-color: #ddd;
}
.user:hover{
    background-color: #eee;
}
.user .avatar img{
    width: 42px;
    height: 42px;
    object-fit: cover;
    -o-object-fit: cover;
}
.user .info .name{
    font-size: 1rem;
}
.user .info .status{
    font-size: 0.9rem;
}
.user .date{
    font-size: 0.9rem;
}

.message-input-pane form {
    display: contents;
}
/* Main Container Style*/
.main-container{
    width: calc( 100% - 360px );
}
/* Header Style */
.main-container-header{
    height: 55px;
}
.main-container-header .desktop .current-user .name a {
    color: #283740;
}
.main-container-header .desktop .current-user .name{
    font-size: 1.2rem;
}
.main-container-header a[data-toggle="dropdown"]{
    width: 50px;
}
.main-container-header .dropdown .dropdown-menu{
    right: 15px;
    
    /*
    left: unset!important;
    right: 0px;
    
    -webkit-transform: translate3d(0px, 54px, 0px)!important;
    -moz-transform: translate3d(0px, 54px, 0px)!important;
    -ms-transform: translate3d(0px, 54px, 0px)!important;
    -o-transform: translate3d(0px, 54px, 0px)!important;
    transform: translate3d(0px, 54px, 0px)!important;
    */
}
/* Container Style */
.main-container-pane{
    height: calc( 100% - 95px );
    position: fixed;
    /* bottom: 0px;*/
}
@media screen and (min-width: 1201px){
	.main-container-pane{
		width: calc( 100% - 360px );
	}
}
@media screen and (max-width: 1200px) and (min-width: 576px){
	.main-container-pane{
		width: calc( 100% - 92px );
	}
}
@media screen and (max-width: 575px){
	.main-container-pane{
		width: 100%;
	}
}

/* Empty Message */
/*
.conversation-pane:not(.empty) .empty-message-pane{
    display: none;
}
*/
.conversation-pane.empty .message-history-pane{
    display: none;
}
.empty-message-pane{
    height: calc( 100% - 160px );
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.empty-message-pane .current-user-avatar{
    height: 150px;
    width: 150px;
}
.empty-message-pane .current-user-avatar img{
    object-fit: cover;
    -o-object-fit: cover;
}
.empty-message-pane .ignore{
    text-decoration: underline!important;
}

/* Conversation Pane Style*/
.conversation-pane{
    position: relative;
}
.message-input-pane{
    position: absolute;
    bottom: 0px;
    height: 124px;
}
.message-history-pane{
    height: calc( 100% - 120px );
    position: relative;
    /* padding-top: 40px; */
    padding-top: 0;
}
.message-history{
    height: calc( 100% - 40px );
    overflow-y: auto;
    -ms-overflow-y: auto;
}
.time-notification{
    font-size: 0.875rem;
    line-height: 1rem;
    position: absolute;
    top: 0px;
}
.message-notification{
    font-size: 0.875rem;
    line-height: 1rem;
    position: absolute;
    /* bottom: 0px; */
}

.message{
    margin-top: 15px;
    margin-bottom: 15px;
}
.message .time{
    font-size: 0.7rem;
    color: #999595;
}
.message.mine{
    max-width: 70%;
    margin-left: auto;
}
.message.mine .message-container{
    display: flex;
    flex-direction: row-reverse;
}
.message.mine .message-content{
    background: #9056d8;
    color: white;
}
.message.mine .message-content .time{
    display: block;
    color: #ddc1ff;
    text-align: right;
}
.message.mine.read .message-content .time{
    /* display: none; */
    
}

.message.mine > .read-status{
    display: none;
}
.message.mine > .read-status{
    font-weight: 300;
    font-size: 0.75rem;
}
.message.mine.read > .read-status{
    display: block;
}

.message.mine > .read-status{
    text-align: right;
}
.message.other{
    max-width: 70%;
    margin-right: auto;
}
.message.other .message-container{
    display: flex;
    flex-direction: row;
}
.message .avatar img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    -o-object-fit: cover;
}
.message-container .avatar{
    align-self: flex-end;
}
.message-container .message-content{
    /* margin-left: 1rem; */
    padding: 0.75rem;
    background: #faf9fe;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    word-wrap: break-word;
}
.message.other .time{
    /* margin-left: 60px; */
    /* margin-left: 10px; */
}
.message-input-pane textarea{
    resize: none;
    display: block;
    /* width: 100%; */
    /* height: calc(2.25rem + 2px); */
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}
/*
.message-input-pane textarea:focus{
    outline: 1px solid #ddd;
}
*/
.message-input-pane button.send{
    width: 250px;
}
.message-input-pane .attach img{
    width: 25px;
}
.message-input-pane .attach{
    min-width: 220px;
}
.message-input-pane .attach a{
    align-self: center;
}
.message-input-pane .collapse-attach{
    display: none;
}
.overlay.active{
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000000aa;
}

.status {
    display: inline-block;
    border-radius: 50%;
    width: 50%;
    background-color: #EEE;
    height: 8px;
    width: 8px;
    margin: 0 2px;
}
.status.online{
    background-color: #12E3AC;
}
.status.away{
    background-color: #F5A426;
}
.status.offline{
    background-color: #f1f1f1;
}


/*
.status.online{
    color: #12e3ac;
    padding-left: 12px;
    position: relative;
}
.status.online:after{
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    display: block!important;
    background-color: #12e3ac;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
*/
/* tablet Style */
@media screen and (max-width: 1200px) and (min-width: 576px){
    .main-controller{
        max-width: 92px;
        transition: all .1s;
    }
    .main-controller.open{
        transition: all .1s;
    }
    .main-controller-header .col{
        display: none;
    }
    .main-controller .user > *:not(.avatar){
        display: none!important;
    }
    .main-controller .notifications{
        display: none;
    }
    .main-controller .collapse-button span{
        width: 25px;
        height: 4px;
    }
    .main-controller.open{
        max-width: 320px;
        position: absolute;
        z-index: 2;
        background-color: white;
    }
    .main-controller.open .col{
        display: block;
    }
    .main-controller.open .user > *:not(.avatar){
        display: block!important;
    }
    .main-controller.open .notifications{
        display: block;
    }
    .main-controller.open .collapse-button{
        display: none!important;
    }
    .main-controller.open + .main-container{
        max-width: calc( 100% - 92px );
        margin-left: 92px!important;
    }

    /* show only archive list */
    .main-controller:not(.open) .tab-pane{
        display: none;
    }
    .main-controller:not(.open) .tab-pane[data-ui="archive"]{
        display: block;
    }
}
@media screen and (max-width: 992px){
    .message.other{
        max-width: 80%;
    }
    .message.mine{
        max-width: 80%;
    }
}

/* Mobile Design*/
@media screen and (max-width: 576px){
    .main-controller.active{
        max-width: 100%;
        display: block;
    }
    .main-controller{
        display: none;
    }
    .main-controller-header{
        position: fixed;
        background: white;
        z-index: 1;
        width: 100%;
    }
    .main-controller-container{
        margin-top: 55px;
        z-index: 0;
    }
    .main-controller-container .notification{
        font-size: 0.85rem;
    }
    .main-container.active{
        display: block;
    }
    .main-container{
        display: none;
    }
    .main-container-header{
        position: fixed;
        z-index: 1;
        background: white;
        width:100%;
    }
    .main-container-pane{
        margin-top: 55px;
        z-index: 0;
    }
    .main-container-header .back{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .main-container-header .mobile .current-user .name{
        font-size: 1.2rem;
    }
    .main-container-header .mobile .current-user .status{
        font-size: 0.875rem;
    }
    .message.other .avatar img{
        width: 35px;
        height: 35px;
        object-fit: cover;
        -o-object-fit: cover;
    }
    .message-container{
        font-size: 0.9rem;
    }
    .message.other .message-content{
        margin-left: 0.5rem;
        padding: 0.5rem;
    }
    .message.other .time {
        margin-left: 45px;
    }
    .message-input-pane .send{
        width: 100%!important;
    }
}

@media screen and (max-width: 440px){
    .message-input-pane > div{
        position: relative;
        overflow: hidden;
    }
    .message-input-pane .attach{
        position: absolute;
        z-index: 1;
        right: 0px;
        flex-direction: column!important;
        top: 0px;
        min-width: 30px;
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .message-input-pane .attach.active{
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
    .message-input-pane .attach img{
        width: 20px;
    }
    .message-input-pane textarea{
        padding: 10px 15px 10px 10px;
    }
    .message-input-pane .activate .send{
        width: calc( 100% - 20px )!important;
    }
    .message-input-pane .activate{
        justify-content: flex-start!important;
    }
    .message-input-pane .collapse-attach{
        display: block;
        align-self: center;
    }
    .collapse-attach img{
        width: 20px;
    }
}

@media screen and (max-width: 360px){
    .user .info .name{
        font-size: 1rem;
    }
    .user .info .status{
        font-size: 0.8rem;
    }
    .user .date{
        font-size: 0.8rem;
    }
}


.after-request{
    display: none;
}

.modal.fade.show{
    background: #0000007f;
}

.modal:not(.second-step) .modal-content:nth-child(2){
    display: none;
}

.modal.second-step .modal-content:nth-child(1){
    display: none;
}

.modal-backdrop{
    display: none;
}

@media (max-width: 786px) {
  footer.member {
          display: none;
  }
  body {
    background: #fff;
  }
}

@media (display-mode: standalone) {
  /* All installed PWAs */
  footer {
          display: none;
  }
}

@media (max-width: 576px) and (display-mode: standalone) {
  /* Installed PWAs on mobile devices */
  
  @supports (-webkit-overflow-scrolling: touch) {
    /* Installed PWAs on mobile Apple devices */
    
  }
  
  @supports not (-webkit-overflow-scrolling: touch) {
    /* Installed PWAs on mobile non-Apple devices */
    
  }
}



input[data-autocomplete]{
    /*border-color:grey;
    border-style:none none solid none;
    border-width:0 0 1px 0;
    margin:0;
    margin-bottom:.8rem;
    padding:5px;
    width:100% */
    margin-bottom:.8rem;
}
.autocomplete{
    position:absolute;
    max-height:0;
    overflow-y:hidden;
    /*
    transition:all .5s ease 0s;
    transition-duration:.3s;
    transition-property:all;
    transition-timing-function:cubic-bezier(0,1,.5,1)
    */
}
.autocomplete:active,.autocomplete:focus,.autocomplete:hover{
    background-color:#fafafa;
    transition:all .5s ease 0s
}
.autocomplete:empty{
    display:none
}
.autocomplete>ul{
    list-style-type:none;
    margin:0;
    padding:0
}
.autocomplete>ul>li{
    cursor:pointer;
    padding:5px 0 5px 10px
}
.autocomplete>ul>li.active,.autocomplete>ul>li:active,.autocomplete>ul>li:focus,.autocomplete>ul>li:hover{
    background-color:#eee;
    /*
    transition:all .5s ease 0s
    */
}
.autocomplete>ul>li.active a:active,.autocomplete>ul>li.active a:focus,.autocomplete>ul>li.active a:hover,.autocomplete>ul>li:active a:active,.autocomplete>ul>li:active a:focus,.autocomplete>ul>li:active a:hover,.autocomplete>ul>li:focus a:active,.autocomplete>ul>li:focus a:focus,.autocomplete>ul>li:focus a:hover,.autocomplete>ul>li:hover a:active,.autocomplete>ul>li:hover a:focus,.autocomplete>ul>li:hover a:hover{
    text-decoration:none
}
.autocomplete>ul>li.locked{
    cursor:inherit
}
.autocomplete.open{
    display:block;
    background-color:#fafafa;
    max-height:500px;
    overflow-y:auto;
    /*
    transition:all .5s ease 0s;
    transition-duration:.3s;
    transition-property:all;
    transition-timing-function:cubic-bezier(0,1,.5,1);
    */
    z-index:500;
}
.autocomplete.open:empty{
    display:none
}


.autocomplete li {
    white-space: nowrap;
}


/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: none;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FFFFFF;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}

.choices[data-type*="select-one"] .choices__button:hover, .choices[data-type*="select-one"] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00BCD4;
}

.choices[data-type*="select-one"]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*="select-one"].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px;
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

.choices[data-type*="select-multiple"] .choices__button:hover, .choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid #00a5bb;
  color: #FFFFFF;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

.choices__input.is-hidden,
.choices[data-type*="select-one"] .choices__input.is-hidden,
.choices[data-type*="select-multiple"] .choices__input.is-hidden {
  display: none;
}

/*=====  End of Choices  ======*/

/* === Start the Awesomplete Style === */
.awesomplete [hidden] {
  display: none;
}

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.awesomplete {
  display: inline-block;
  position: relative;
}

.awesomplete > input {
  display: block;
}

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
}

.awesomplete > ul:empty {
  display: none;
}

.awesomplete > ul {
border-radius: .3em;
margin: .2em 0 0;
background: hsla(0,0%,100%,.9);
background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
border: 1px solid rgba(0,0,0,.3);
box-shadow: .05em .2em .6em rgba(0,0,0,.2);
text-shadow: none;
}

@supports (transform: scale(0)) {
.awesomplete > ul {
  transition: .3s cubic-bezier(.4,.2,.5,1.4);
  transform-origin: 1.43em -.43em;
}

.awesomplete > ul[hidden],
.awesomplete > ul:empty {
  opacity: 0;
  transform: scale(0);
  display: block;
  transition-timing-function: ease;
}
}

/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0; height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer;
}

.awesomplete > ul > li:hover {
  background: hsl(200, 40%, 80%);
  color: black;
}

.awesomplete > ul > li[aria-selected="true"] {
  background: hsl(205, 40%, 40%);
  color: white;
}

  .awesomplete mark {
    background: hsl(65, 100%, 50%);
  }
  
  .awesomplete li:hover mark {
    background: hsl(68, 100%, 41%);
  }
  
  .awesomplete li[aria-selected="true"] mark {
    background: hsl(86, 100%, 21%);
    color: inherit;
  }
/* === End the Awesomplete Style === */




/*===============================
=            Choices            =
===============================*/


.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
  border-left: 1px solid #fff;
}

.choices__inner {
  background-color: #fff;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.choices__list--multiple .choices__item {
  border-radius: 0;
  background-color: #007bff;
  border: 1px solid #0778f1;
  color: #fff;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #127ef3;
  border: 1px solid #127ef3;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  background-color: #fff;
  border: 1px solid #ddd;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__heading {
  border-bottom: 1px solid #f7f7f7;
}

.choices__input {
  background-color: #fff;
}

.choices[data-type*="select-multiple"] .choices__button, .choices[data-type*="text"] .choices__button {
    color: #fff;
}


/* ==== Progress Bar Style ==== */
.progress{
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #cacaca;
}

.progress .name{
  position: absolute;
  left: 0px;
  color: white;
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 5px;
}
.progress .percent{
  position: absolute;
  top: 0px;
  width: 100%;
  text-align: center;
  line-height: 16px;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  color: white;
}

@media screen and (max-width: 450px){
  .progress .percent{
    text-align: right;
    padding-right: 5px;
  }
}




.main-container:not(.loaded) .main-container-header{
    visibility: hidden!important;
}
.main-container:not(.loaded) .main-container-header.allow{
    visibility: visible!important;
}

.main-container:not(.loaded) .message-history-pane{
    display: none;
}

.main-container:not(.loaded) .message-input-pane{
    display: none;
}

.main-container:not(.loaded) .message-input-pane.allow{
    display: block;
}

.main-container.loaded .empty-message-pane{
    display: none!important;
}

.message-input-pane textarea{
    outline: none;
    padding-top: 0px;
}

/* replace the current style */
@media screen and (max-width: 440px){
    .message-input-pane .attach {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .message-input-pane .attach img {
        width: 20px;
        margin-top: 3px;
        margin-bottom: 2px;
    }
    .message-input-pane .activate .send {
        width: 100%!important;
    }
    .message-input-pane .collapse-attach{
        display: none;
    }
    .message-input-pane textarea{
        padding-top: 0px;
        padding-right: 30px;
    }
}

.awesomplete > ul {
  z-index: 11;
}

/* Fix the origin style file  */
@media screen and (max-width: 1200px) and (min-width: 576px){
    .main-controller:not(.open) .tab-pane:not(.inactive) {
        display: block;
    }
    .main-controller .tab-pane > *:not(.users){
        display: none!important;
    }
}

@media screen and (max-width: 576px){
    .main-container-header .mobile .current-user .name {
        font-size: 1.3rem;
        line-height: 1.6;
    }
}

/* Offline status */
/*
.main-container-header .status.offline {
    position: relative;
    padding-left: 12px;
}
.main-container-header .status.offline::after {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    display: block !important;
    background-color: #636363;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
*/
.load-nofification {
    background: white;
    border-bottom: 1px solid #aaa;
}

@media screen and (min-width: 576px){
    .message-history {
        padding-left: 2rem !important;
        padding-right: 1rem !important;
    }

    .message.other .time {
        margin-left: 0px;
    }
}

.message-container .avatar {
    margin-bottom: 5px;
    margin-right: 5px;
}

/* Media message */
.message-content img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}

.message-content .emoji{
    font-size: 24px;
    vertical-align: middle;
}


/* emotion style */
.emoji.smile:after{

}
.emoji.grin:after{

}
.emoji.laughing:after{

}
.emoji.wink:after{

}
.emoji.unamused:after{

}
.emoji.pensive:after{

}
.emoji.stuck_out_tongue_winking_eye:after{

}
.emoji.stuck_out_tongue_closed_eyes:after{

}
.emoji.grinning:after{

}
.emoji.expressionless:after{

}
.emoji.confused:after{

}
.emoji.stuck_out_tongue:after{

}
.emoji.fearful:after{

}
.emoji.no_mouth:after{

}
.emoji.point_up:after{

}
.emoji.heart:after{

}
.emoji.thumbsup:after{

}
.emoji.thumbsdown:after{

}

/* message Input Pane Style */
.message-input-pane .send:not(.enable){
    background: #ccc;
    border: 1px solid #ccc;
}

.message-input-pane .send:not(.enable):focus{
    box-shadow: none;
}


.message-input-pane .emoticons{
    position: absolute;
    width: 200px;
    flex-wrap: wrap;
    justify-content: flex-start;
    transform: translateY(-103%);
    background: #ffeb3bb8;
    border-radius: 10px;
    padding: 5px 5px;
    user-select: none;
    -moz-user-select: none;
    box-shadow: 0px 0px 2px grey;
    display: none;
}

.message-input-pane .emoticons:after{
    border-top: 16px #ffea36d6 solid;
    border-bottom: none;
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    position: absolute;
    bottom: -14px;
    left: 18px;
    content: "";
    z-index: 1;
}

.message-input-pane .emoticons .emoticon{
    width: 25px;
    margin: 1px 3px 1px 3px;
    font-size: 25px;
}

.message-input-pane .emoticons.enable{
    display:flex;
}

@media screen and (max-width: 440px){
    .message-input-pane > div{
        overflow: visible;
    }
    .message-input-pane .emoticons{
        transform: translateY(-103%);
        top: 0px;
        right: 0px;
        background: #ffeb3b;
    }
    .message-input-pane .emoticons:after{
        left: unset;
        right: 10px;
    }
}

/* Notification badge for the inbox mail */
.user{
    position: relative;
}
.user .alert-mark{
    width: 20px;
    height: 20px;
    display: block!important;
    background: #37a000;
    border-radius: 12px;
    text-align: center;
    align-self: center;
    line-height: 20px;
    color: white;
    font-weight: 700;
    position: absolute;
    /* bottom: 20px; */
    border: 2px solid white;
    box-sizing: content-box;
    /* right: 10px; */
    top: 10px;
}

/* Notification badge for the tab header */
.main-controller-header .alert-mark{
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    background: #3fa000;
    border-radius: 50%;
    color: white;
    text-align: center;
}

/* Main controller height refixed */
.main-controller-container{
    height: calc( 100% - 109px );
}

@media screen and ( max-width: 780px ){
    .main-controller-container{
        height: calc( 100% - 93px );
    }
}
@media screen and (max-width: 1200px) and (min-width: 576px){
    .main-controller-container .users{
        height: 100%!important;
    }
}


/* Media library */
.media_library {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: #aaaaaaaa;
    z-index: 3;
    display: none;
    justify-content: center;
    flex-direction: column;
  }
  .media_library.open{
    display: flex;
    z-index: 1040;
  }
  .media_library_wrapper {
    width: 95%;
    max-width: 600px;
    height: 70%;
    max-height: 600px;
    background: white;
    margin: auto;
    position: relative;
  }
  .media_library_header {
    height: 40px;
    background: #620dba;
    line-height: 40px;
    padding-left: 15px;
    font-size: 19px;
    color: white;
  }
  .media_library_header .close{
    line-height: 40px;
    font-size: 30px;
    font-weight: 300;
    width: 40px;
    text-align: center;
    color: white;
    opacity: 1;
    border-left: 1px solid #7224c2;
  }
  .media_library_content {
    max-height: calc( 100% - 87px );
    padding: 10px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
  }
  
  .media_item .preview{
    width: 100%;
  }
  
  .media_item{
    position: relative;
  }
  
  @media screen and (min-width: 451px){
    .media_item {
      width: 23.5%;
      margin-bottom: 10px;
      margin-left: 1.2%;
      position: relative;
    }
  }
  
  @media screen and (max-width: 450px){
    .media_item {
      width: 31%;
      margin-bottom: 10px;
      margin-left: 1.75%;
      position: relative;
    }
  }
  
  .media_item.selected:after{
    position: absolute;
    width: 20px;
    height: 20px;
    background: #9056d8aa;
    display: block;
    content: "\2714";
    line-height: 20px;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    color: white;
    text-shadow: 0px 0px 2px white;
    border: 2px solid white;
    box-sizing: content-box;
  }
  
  .media_library_action {
    text-align: right;
    height: 47px;
    padding-top: 4px;
    border-top: 1px solid gainsboro;
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  .media_library_action a{
    margin-right: 3px;
  }
  .media_library.photos .media_item.video{
    display:none;
  }
  .media_library.videos .media_item.image{
    display:none;
  }
  
  .awesomplete{
    display: block!important;
  }
  
  .media_library_header{
    display: flex;
    justify-content: space-between;
  }
  .media_library_header .switch{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    padding-right: 10px;
  }
  .media_library_header .switch .switch-panel{
    font-size: 16px;
    background: white;
    color: black;
    border-radius: 5px;
    height: 24px;
    margin-top: 8px;
    position: relative;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
  }
  .switch-panel.on .switch-btn:first-child{
    position: absolute;
    top: 0px;
    left: -50%;
    display: block;
    line-height: 24px;
    padding-left: 5px;
    transition: all .2s;
  }
  .switch-panel.on .switch-btn:last-child{
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    line-height: 24px;
    padding-left: 5px;
    transition: all .2s;
  }
  .switch-panel.on::after {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    padding-left: 5px;
    content: "";
    height: 24px;
    width: 50%;
    background: #38db51;
    transition: all .2s;
  }
  .switch-panel.off .switch-btn:first-child{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    line-height: 24px;
    padding-left: 5px;
    transition: all .2s;
  }
  .switch-panel.off .switch-btn:last-child{
    position: absolute;
    top: 0px;
    left: 100%;
    display: block;
    line-height: 24px;
    padding-left: 5px;
    transition: all .2s;
  }
  .switch-panel.off::after {
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    padding-left: 5px;
    content: "";
    height: 24px;
    width: 50%;
    background: #38db51;
    transition: all .2s;
  }


  /* upload Progress Info */
  .upload_progress{
    position: fixed;
    top: -70px;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #999;
    display: flex;
    height: 70px;
    justify-content: space-between;
    transition: top .3s;
  }

  .upload_progress.enable{
      top: 120px;
      transition: top .3s;
  }

  @media screen and ( min-width: 1200px ){
    .upload_progress{
        width: calc( 100% - 420px );
        left: 385px;
    }
  }

  @media screen and (max-width: 1200px) and (min-width: 576px){
      .upload_progress{
        width: calc( 100% - 150px );
        left: 120px;
      }
  }

  @media screen and (max-width: 575px){
    .upload_progress{
        width: calc( 100% - 40px );
        left: 20px;
      }
  }

  .upload_progress .thumbnail{
    width: 60px;
    object-fit: cover;
  }

  .upload_progress .info{
    width: calc( 100% - 75px );
  }

  .upload_progress .progress{
    background: white;
    height: 10px;
    border-radius: 2px;
  }
  .upload_progress .progress-bar{
      background-color: #9056d8;
  }
  .upload_progress.failed{
      background: pink;
  }

  #messages #load_more{
    background: #8080804d;
    text-align: center;
  }
  @media screen and (min-width: 576px){
    #messages #load_more{
        width: calc( 100% + 48px );
        margin-left: -32px;
    }
  }
  @media screen and (max-width: 576px){
    #messages #load_more{
        width: calc( 100% + 16px );
        margin-left: -8px;
    }
  }

  #messages[data-completed="true"] #load_more{
      display: none;
  } 

/* Image modal style */
.image-modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: #00000077;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.image-modal.open{
    display: flex;
}

.image-modal .modal-content{
    width: 90%;
    max-width: 600px;
    margin: auto;
}

.image-modal .close{
    position: absolute;
    transform: translate(100%, -100%);
    right: 0px;
    font-size: 30px;
}

.image-modal .modal-content .image{
    width: 100%;
    max-height: calc( 100vh - 175px );
    overflow-y: auto;
}

.image-modal .modal-content .image img{
    width: 100%;
}

/* Video modal Style */
.video-modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0px;
    left: 0px;
    background: #00000077;
    display: none;
    flex-direction: column;
    justify-content: center;
}

.video-modal.open{
    display: flex;
}

.video-modal .modal-content{
    width: 90%;
    max-width: 600px;
    margin: auto;
}

.video-modal .close{
    position: absolute;
    transform: translate(100%, -100%);
    right: 0px;
    font-size: 30px;
}

.video-modal .video-content .video{
    width: 100%;
}


/* Input message Pane Style */
.message-input-pane .message-input.disable{
    display: none!important;
}

.message-input-pane > .enable:not(.message-input){
    display: block!important;
}

#ev_conversation_forward.enable{
    display: block!important;
}
#ev_conversation_buy.enable{
    display: block!important;
}
#ev_upgrade_inline.enable{
    display: block!important;
}
#ev_upgrade_inline button{
    margin-right: 10px;
}

#ev_credits_buy_inline.enable{
    display: block!important;
}
#ev_credits_buy_inline button{
    margin-right: 10px;
}

.confirm_event_modal{
    position: fixed;
    width: 90%;
    max-width: 265px;
    left: 50%;
    background: #eee;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px;
    top: 0px;
    transform: translate(-50%, -100%);
    transition: all .4s;
}

.confirm_event_modal.open{
    top: 100px;
    transform: translateX(-50%);
    transition: all .4s;
}

.confirm_event_modal .info{
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
}

.info .label{
    font-size: 15px;
    color: #555;
    width: 50px;
}

.info span:not(.label){
    font-size: 14px;
    color: black;
}

.confirm_event_modal .btn{
    width: 120px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-default{
    background: gainsboro;
}

.modal.fade.show{
    background: #0000007f;
}

.modal:not(.second-step) .modal-content:nth-child(2){
    display: none;
}

.modal.second-step .modal-content:nth-child(1){
    display: none;
}

@media screen and ( max-width:440px ){
	.message-input-pane{
		height: 40px;
		padding: 0px!important;
	}
	.message-input{
		border: none!important;
		padding: 3px 8px!important;
	}
	#messenger{
		display: flex;
        flex-direction: row;
        margin-right: 30px;
	}
	#message{
        padding: 0px 0px 0px 10px;
        border-bottom: 1px solid gainsboro!important;
        width: calc( 100% - 60px )!important;
        flex-grow: unset!important;
        margin-right: 0px;
        margin-left: 30px;
        line-height: 33px;
        height: 35px;
    }
    .message-input-pane .activate .send{
        width: 34px!important;
        padding: 0px;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .message-input-pane .activate .send:before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: white;
        background-image: url(/images/send.svg);
        background-size: 64% 64%;
        background-repeat: no-repeat;
        background-position: 40%;
    }   
    .message-input-pane .activate .send.enable:before{
        background-color: #007bff;
    }
    .message-input-pane .attach{
        flex-direction: row!important;
        justify-content: space-between!important;
        width: 30px;
        padding-right: 0px;
        left: 10px;        
    }
    .message-input-pane .upload_picker{
        display: block;
        position: absolute;
        left: 100vw;
        bottom: 60px;
        transform: translateX(0px);
        transition: transform .8s;
    }
    .message-input-pane .library_picker{
        display: block;
        position: absolute;
        left: 100vw;
        bottom: 30px;
        transform: translateX(150%);
        transition: transform .8s;
    }
    .upload_picker.active{
        transform: translateX(-150%);
        transition: transform .8s;
    }
    
    .library_picker.active{
        transform: translateX(-150%);
        transition: transform .8s;
    }
    .message-input-pane .attach img {
        width: 25px;
        margin-top: 7px;
        margin-bottom: 4px;
    }

    .collapse-attach{
        display: block!important;
        position: absolute;
        right: 5px;
        z-index: 10;
    }

    .collapse-attach img{
        display: none;
        
    }

    .collapse-attach:before{
        content: "+";
        font-size: 45px;
        height: 25px;
        overflow: hidden;
        display: block;
        line-height: 25px;
        width: 25px;
    }

    .message-history-pane{
        height: calc( 100% - 40px )
    }

    .emoticons.enable{
        right: unset;
    }
    .message-input-pane .emoticons:after{
        right: unset;
        left: 5px;
    }
}

.message .message-content{
    max-width: 100%;
    word-break: break-all;
}

.dialog{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #5555;
}

.dialog.open{
    height: 100vh;
}

.dialog .dialog-container{
    width: 100%;
    max-width: 400px;
    background: white;
    border-radius: 3px;
    position: relative;
    min-height: 150px;
    margin: auto;
}

.dialog .dialog-container .dialog-header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    padding-left: 15px;
    border-bottom: 1px solid gainsboro;
    padding-top: 5px;
}

.dialog-container .close-mark{
    position: absolute;
    width: 30px;
    height: 20px;
    background-color: #fe9e23;
    top: 0px;
    right: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.dialog-content{
    margin-top: 30px;
    height: calc( 100% - 70px );
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}

.dialog-footer{
    width: 100%;
    bottom: 0px;
    left: 0px;
    height: 40px;
    text-align: right;
    border-top: 1px solid gainsboro;
    padding-top: 4px;
    padding-right: 10px;
}

.dialog-footer a.btn{
    padding-top: 2px;
    padding-bottom: 2px;
}


.photos .card[data-main='1']{
    border: 2px solid #0076ff;
    border-radius: calc(.25rem - 1px);
}

.photos .card[data-main='1'] .btn-primary{
    display: none;
}

.toast{
    min-width: 290px;
    background-color: rgba(255, 250, 155, 0.85);
    border: 1px solid rgb(248, 240, 94);
}
.toast-header{
    border-bottom: none!important;
    background-color: rgb(248, 240, 94);
}

.toast-header button{
    margin-left: auto!important;
}

.toast-body{
    padding-top: 0px!important;
    display: flex;
}

.toast-body img{
    width: 60px;

    height: 60px;

    object-fit: cover;

    margin-right: 15px;

    border-radius: 5px;
}

.toast-body .alert-info{
    background: transparent;
}

.custom-control-label [class^="icon-"], [class*=" icon-"] {
    line-height: inherit;
}

#alert-box{
    position: fixed;
    z-index: 10000;
    bottom: 15px;
    right: 15px;
}


#AddApp{
    display: block;
    position: absolute;
    top: 40px;
    z-index: 1000000;
    width: 100%;
    text-align: center;
    background: #9056d8;
    user-select: none;
    cursor: pointer;
}

a.buy_media{
    display: block;
    font-size: 12px;
    border: none;
    background: #9056d8;
    color: gainsboro!important;
    border-radius: 5px;
    margin: 5px auto;
    text-align: center;
    cursor: pointer;
}