/*! ice sryles */
.active {
    font-weight: bolder !important;
    color: #e2e2e2 !important;
}
.active:before {
    font-family: "stack-interface";
    content: '\e80c ';
}

.bg--cp-ice {
	border-color: #C0D3E6;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d4e5fc 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d4e5fc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#d4e5fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4e5fc',GradientType=0 );
	color: #1E83C4 !important;
}
.bg-cp-ice {
	border-color: #C0D3E6;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d4e5fc 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d4e5fc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#d4e5fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4e5fc',GradientType=0 );
	color: #1E83C4 !important;
}

.bg-cp-ice:hover {
	background: #d4e5fc;
	border-color: #C0D3E6 !important;
	background: -moz-linear-gradient(top,  #d4e5fc 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #d4e5fc 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #d4e5fc 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e5fc', endColorstr='#ffffff',GradientType=0 );
	
}

.table-cp-ice {
	background: #d4e5fc;
	border-color: #C0D3E6 !important;
	background: -moz-linear-gradient(top,  #d4e5fc 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #d4e5fc 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #d4e5fc 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e5fc', endColorstr='#ffffff',GradientType=0 );
	
}

.ml5 {
	margin-left:5px;
}
.mr5 {
	margin-right:5px;
}

.btn.bg-cp-ice .btn__text {
	color: #1E83C4 !important;
}

.cp-ice-np {
	padding: 0 !important;
}
.modal-title {
	background-color: #89ADD7;
	
}
.table-cp-ice-primary {
	background-color: #89ADD7;
}
.table-cp-ice-primary > thead > tr > th {
	color: white;
	background-color: #89ADD7 !important;
}
.cp-ice-nmb {
	margin-bottom: 0 !important;
}
.modal-title > h3 {
    padding: 5px 15px;
    color: white;
    font-weight: bolder;
    margin-bottom: 0;
    text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0px;
}
.modal-body {
	padding: 1.5em;
	
	background: #f5fcff;
	background: -moz-linear-gradient(top,  #f5fcff 0%, #eff8fe 96%, #e5f1fc 100%);
	background: -webkit-linear-gradient(top,  #f5fcff 0%,#eff8fe 96%,#e5f1fc 100%);
	background: linear-gradient(to bottom,  #f5fcff 0%,#eff8fe 96%,#e5f1fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fcff', endColorstr='#e5f1fc',GradientType=0 );
}
.cp-ice-th {
	border-bottom: none !important;
	background: none !important;
}
.cp-ice-close {
	top: 0.7em !important;
    border-radius: 50%;
    width: 2em;
    height: 2em;
    text-align: center;
    color: #3F83BF;
    border: 1px solid #3F83BF;
    background: -moz-linear-gradient(top,  #d4e5fc 0%, #ffffff 100%);
    background: #f5fcff;
    background: -moz-linear-gradient(top,  #f5fcff 19%, #dbeefd 77%, #d1e8fc 100%);
    background: -webkit-linear-gradient(top,  #f5fcff 19%,#dbeefd 77%,#d1e8fc 100%);
    background: linear-gradient(to bottom,  #f5fcff 19%,#dbeefd 77%,#d1e8fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fcff', endColorstr='#d1e8fc',GradientType=0 );

}
.no-deco {
	text-decoration: none !important;
}
.g-recaptcha > div {
	margin: 0 auto;
}
.cp-ice-close:before {
	content: "" !important;
	font-size: initial !important;
}

.cp-ice-avatar {
	
    background-color: #52BEDD;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 4px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 4px 0 0;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    
    max-height:3em !important;

}

.cp-settings-avatar {
	
    background-color: #52BEDD;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 4px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 4px 0 0;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
}
.referral-link {
	position: absolute;
    top: 1.23809524em;
    right: 1.23809524em;
    width: 75% !important;
}
.iziToast-cover {
	background-color:#52BEDD !important;
	border-right: 1px solid #fff;
}
.iziToast-theme-cp-ice {
	border-color: #C0D3E6;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d4e5fc 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d4e5fc 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d4e5fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4e5fc',GradientType=0 );
    color: #1E83C4 !important;
    font-family: 'Source Sans Pro','Verdana','Helvetica', sans-serif;
}
.disabled {
	color: #c7c7c7;
    text-decoration: line-through;
}
.no-br {
	border-radius: 0 !important;
}
.cp-chevron-bg {
	background-color: #2168ad !important;
	border-color: #006ac9 !important;
	border-radius:5px;
	background-image: url(/img/chevron.jpg) !important;
    background-size: cover !important;
    color: white;
}
.ip-addr {
	color: transparent;
    text-shadow: 0 0 6px #666;
    margin-top: -3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cp-chevron-title {
	font-weight:bold;
	color:white;
}
.cp-chevron-text > li > a {
	font-weight:bolder;
	color:white;
}

.messenger-nav {
	color: white !important;
    top: 2px;
    position: relative;

}

.mwc {
	min-width:initial !important;
}
.store-btn {
	    padding: 0 10px;
}

.top-label {
	    top: -1.928571em;
    right: -2.71428571em;
    min-width:26px;
    background-color: #bb0a0a !important;
}

#music_div > iframe {
	min-height:0 !important;
	opacity:0;
}

.cp-ice-section-title {
	padding-top:2em;
}

.modal-content {
	background-color: initial !important;
}

.hide {
	display:none;
}
.cp-ice-page-title {
	font-weight: 600;
}

.comment__avatar {
	width:45px !important;
	margin-right:10px;
}
.comment {
	display: flex;
}
.cp-ice-avatar-leaderboard {
	min-height: 45px;
    min-width: 45px;
	height: 45px;
    width: 45px;
    margin-top: 1px;
    background-color: #52BEDD;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 4px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 4px 0 0;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: 2px solid #fff;
    overflow: hidden;
}
.popover {
	max-width: initial !important;
	border-radius:10px;
	border-color: #C0D3E6;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #d4e5fc 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d4e5fc 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#d4e5fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4e5fc',GradientType=0 );
	color: #1E83C4 !important;
}
.bg--primary {
	color: white;
}
.arrow::after {
	border-top-color:#d4e5fc !important;
}
.bg--cp-sunset {
	background: #facd58;
	background: -moz-linear-gradient(top,  #facd58 61%, #f9b731 100%);
	background: -webkit-linear-gradient(top,  #facd58 61%,#f9b731 100%);
	background: linear-gradient(to bottom,  #facd58 61%,#f9b731 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#facd58', endColorstr='#f9b731',GradientType=0 );
	color: #003e71 !important;
}
.bg--cp-ninja {
	background: #7a7a7a;
	background: -moz-linear-gradient(top,  #7a7a7a 0%, #444444 100%);
	background: -webkit-linear-gradient(top,  #7a7a7a 0%,#444444 100%);
	background: linear-gradient(to bottom,  #7a7a7a 0%,#444444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#444444',GradientType=0 );
	color: white;
}
.kb-icon {
	width: 80px;
	opacity: 0.7;
}




/* -- old play & messenger css */
	/* SWEET ALERT OASIS THEME */
	body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }
.xbbcode-b {
    font-weight:bold;
}

.xbbcode-blockquote {

}

.xbbcode-center {
    margin-left:auto;
	margin-right:auto;
	display: block;
	text-align: center;
}

.xbbcode-code {
    white-space: pre-wrap;
    font-family: monospace;
}

.xbbcode-i {
    font-style: italic; 
}

.xbbcode-justify {
	display: block;
	text-align: justify;
}

.xbbcode-left {
	display: block;
	text-align: left;
}

.xbbcode-right {
	display: block;
	text-align: right;
}

.xbbcode-s {
    text-decoration: line-through;
}

.xbbcode-size-4 {font-size:4px;}
.xbbcode-size-5 {font-size:5px;}
.xbbcode-size-6 {font-size:6px;}
.xbbcode-size-7 {font-size:7px;}
.xbbcode-size-8 {font-size:8px;}
.xbbcode-size-9 {font-size:9px;}
.xbbcode-size-10 {font-size:10px;}
.xbbcode-size-11 {font-size:11px;}
.xbbcode-size-12 {font-size:12px;}
.xbbcode-size-13 {font-size:13px;}
.xbbcode-size-14 {font-size:14px;}
.xbbcode-size-15 {font-size:15px;}
.xbbcode-size-16 {font-size:16px;}
.xbbcode-size-17 {font-size:17px;}
.xbbcode-size-18{font-size:18px;}
.xbbcode-size-19 {font-size:19px;}
.xbbcode-size-20 {font-size:20px;}
.xbbcode-size-21 {font-size:21px;}
.xbbcode-size-22 {font-size:22px;}
.xbbcode-size-23 {font-size:23px;}
.xbbcode-size-24 {font-size:24px;}
.xbbcode-size-25 {font-size:25px;}
.xbbcode-size-26 {font-size:26px;}
.xbbcode-size-27 {font-size:27px;}
.xbbcode-size-28 {font-size:28px;}
.xbbcode-size-29 {font-size:29px;}
.xbbcode-size-30 {font-size:30px;}
.xbbcode-size-31 {font-size:31px;}
.xbbcode-size-32 {font-size:32px;}
.xbbcode-size-33 {font-size:33px;}
.xbbcode-size-34 {font-size:34px;}
.xbbcode-size-35 {font-size:35px;}
.xbbcode-size-36 {font-size:36px;}
.xbbcode-size-37 {font-size:37px;}
.xbbcode-size-38 {font-size:38px;}
.xbbcode-size-39 {font-size:39px;}
.xbbcode-size-40 {font-size:40px;}

.xbbcode-u {
    text-decoration: underline;
}

.xbbcode-table {
    border-collapse:collapse;
}

.xbbcode-tr {

}

.xbbcode-table , .xbbcode-th, .xbbcode-td {
    border: 1px solid #666;
}
.sweet-alert {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 0 0;
      background: rgba(255,117,0,1);
    background: -moz-linear-gradient(top, rgba(255,117,0,1) 0%, rgba(231,102,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,117,0,1)), color-stop(100%, rgba(231,102,0,1)));
    background: -webkit-linear-gradient(top, rgba(255,117,0,1) 0%, rgba(231,102,0,1) 100%);
    background: -o-linear-gradient(top, rgba(255,117,0,1) 0%, rgba(231,102,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,117,0,1) 0%, rgba(231,102,0,1) 100%);
    background: linear-gradient(to bottom, rgba(255,117,0,1) 0%, rgba(231,102,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7500', endColorstr='#e76600', GradientType=0 );
  border: 3px solid #D05402;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: white;
    font-size: 25px;
	font-family: "Open Sans", Arial;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
	  font-family: "Open Sans", Arial;
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
        background-color: #D95600;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .sicon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 24px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	  background-color: white !important;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 0 0 !important;
}
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert button {
	background: rgba(255,154,87,1);
	background: -moz-linear-gradient(top, rgba(255,154,87,1) 0%, rgba(254,106,0,1) 5%, rgba(213,84,0,1) 97%, rgba(186,71,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,154,87,1)), color-stop(5%, rgba(254,106,0,1)), color-stop(97%, rgba(213,84,0,1)), color-stop(100%, rgba(186,71,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,154,87,1) 0%, rgba(254,106,0,1) 5%, rgba(213,84,0,1) 97%, rgba(186,71,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,154,87,1) 0%, rgba(254,106,0,1) 5%, rgba(213,84,0,1) 97%, rgba(186,71,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,154,87,1) 0%, rgba(254,106,0,1) 5%, rgba(213,84,0,1) 97%, rgba(186,71,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,154,87,1) 0%, rgba(254,106,0,1) 5%, rgba(213,84,0,1) 97%, rgba(186,71,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a57', endColorstr='#ba4700', GradientType=0 );
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
	border: 1px solid #9E3805;
    font-weight: 500;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 10px 50px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
background: rgba(186,71,0,1);
background: -moz-linear-gradient(top, rgba(186,71,0,1) 0%, rgba(213,84,0,1) 3%, rgba(254,106,0,1) 95%, rgba(255,154,87,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,71,0,1)), color-stop(3%, rgba(213,84,0,1)), color-stop(95%, rgba(254,106,0,1)), color-stop(100%, rgba(255,154,87,1)));
background: -webkit-linear-gradient(top, rgba(186,71,0,1) 0%, rgba(213,84,0,1) 3%, rgba(254,106,0,1) 95%, rgba(255,154,87,1) 100%);
background: -o-linear-gradient(top, rgba(186,71,0,1) 0%, rgba(213,84,0,1) 3%, rgba(254,106,0,1) 95%, rgba(255,154,87,1) 100%);
background: -ms-linear-gradient(top, rgba(186,71,0,1) 0%, rgba(213,84,0,1) 3%, rgba(254,106,0,1) 95%, rgba(255,154,87,1) 100%);
background: linear-gradient(to bottom, rgba(186,71,0,1) 0%, rgba(213,84,0,1) 3%, rgba(254,106,0,1) 95%, rgba(255,154,87,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba4700', endColorstr='#ff9a57', GradientType=0 );      
	  }
    .sweet-alert button:active {
     background: rgba(186,71,0,1);
background: -moz-linear-gradient(top, rgba(186,71,0,1) 0%, rgba(254,106,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,71,0,1)), color-stop(100%, rgba(254,106,0,1)));
background: -webkit-linear-gradient(top, rgba(186,71,0,1) 0%, rgba(254,106,0,1) 100%);
background: -o-linear-gradient(top, rgba(186,71,0,1) 0%, rgba(254,106,0,1) 100%);
background: -ms-linear-gradient(top, rgba(186,71,0,1) 0%, rgba(254,106,0,1) 100%);
background: linear-gradient(to bottom, rgba(186,71,0,1) 0%, rgba(254,106,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba4700', endColorstr='#fe6a00', GradientType=0 ); }
    .sweet-alert button.cancel {
      background-color: #D0D0D0; }
      .sweet-alert button.cancel:hover {
        background-color: #c8c8c8; }
      .sweet-alert button.cancel:active {
        background-color: #b6b6b6; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
box-shadow: rgba(0, 0, 0, 0.1) 0 4px 0 0;	}
    .sweet-alert .sa-icon.sa-error {
      border-color: #D05402;
	  }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
            background-color: #D05402;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
		  background-color: rgba(0, 0, 0, 0);
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
		  background-color: rgba(0, 0, 0, 0);
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: rgba(0, 0, 0, 0);
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
	background-color: white;
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }
  #loadingScreen {
	position: absolute;
	display:none;
	width: 360px;
	height: 320px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(//cdn.mirai.so/img/processing-icon.gif);
	background-color: rgba(0, 0, 0, 0.5);
}
#loadingScreenFixed {
	position: fixed;
	top: 0;
	display:none;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(//cdn.mirai.so/img/processing-icon.gif);
	background-color: rgba(0, 0, 0, 0.5);
}
.loadingBtn {
	color: transparent !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(//cdn.mirai.so/img/processing-icon.gif) !important;
    background-size: 40px !important;
    background-color: #D05402 !important;
}

.cpp-mod-tools {
	color: white;
	font-family:BurbankSmallBold;
}
.cpp-mod-tools.closeBtn0000 {
	background:url(../images/modp.png) 0 0 no-repeat;
	height: 34px;
	width: 34px;
}
.cpp-mod-tools.disableActions0000 {
	background:url(../images/modp.png) -34px 0 no-repeat;
	height: 34px;
	width: 34px;
}
.cpp-mod-tools.disableCommunication0000 {
	background:url(../images/modp.png) -68px 0 no-repeat;
	height: 34px;
	width: 34px;
}
.cpp-mod-tools.disableTransformations0000 {
	background:url(../images/modp.png) -102px 0 no-repeat;
	height: 34px;
	width: 34px;
}
.cpp-mod-tools.modTools0000 {
	background:url(../images/modp.png) 0 -34px no-repeat;
	height: 416px;
	width: 200px;
}
.cpp-mod-tools.moveUser0000 {
	background:url(../images/modp.png) -200px -34px no-repeat;
	height: 41px;
	width: 41px;
}
.cpp-mod-tools.orangeBtn0000 {
	background:url(../images/modp.png) 0 -450px no-repeat;
	height: 53px;
	width: 154px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cpp-mod-tools.orangeBtn0000:hover {
	background:url(../images/modp.png) 0 -503px no-repeat;
	height: 53px;
	width: 154px;
}
.cpp-mod-tools.orangeBtn0000:active {
	background:url(../images/modp.png) 0 -556px no-repeat;
	height: 53px;
	width: 154px;
}
.cpp-mod-tools.smallBtn0000 {
	background:url(../images/modp.png) -154px -556px no-repeat;
	height: 53px;
	width: 75px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cpp-mod-tools.smallBtn0000:hover {
	background:url(../images/modp.png) 0 -609px no-repeat;
	height: 53px;
	width: 75px;
}
.cpp-mod-tools.smallBtn0000:active {
	background:url(../images/modp.png) -75px -609px no-repeat;
	height: 53px;
	width: 75px;
}
@font-face {
    font-family: BurbankSmallBold;
    src: url(//cdn.penguinoasis.info/ocloud_cms/fonts/cpBurbankSmallBold.ttf);
}
.item-label {
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item-result {
	width: 90px;height: 90px;
	margin-bottom: 0 !important;
}
.item-div:hover {
	background-color:white;
}
 
.item-results {
	text-align: center;
}
.messenger-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #424242;
}

.messenger-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.messenger-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltiptext > ul {
	list-style: none;
	margin: 0;
	display: inline-table;
}
.tooltiptext > ul > li {
	border-left:1px solid #6b6b6b;
	float: left;
	padding: 0px 7px;
}
.tooltiptext > ul > li:first-child {
	border:none !important;
}

.messenger-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.gamebar {
	background-color: #2168ad !important;
	border-color: #006ac9 !important;
	border-radius:5px;
	background-image: url(/img/gamebar-bg.jpg);
    background-size: cover;
}
.cp-island-bg {
	background-color: #2168ad !important;
	border-color: #006ac9 !important;
	border-radius:5px;
	background-image: url(/img/gamebar-bg.jpg) !important;
    background-size: cover !important;
    color: white;
}

.tag {
	top: initial;
	right: initial;
	position: initial;
}
.event-tools {
	
    font-size: 12px;
    float: right;
    margin-right: 3em !important;
    text-shadow: none;

}
.messenger-tools {
	padding-left:.75rem !important;
	padding-right:.75rem !important;
}
.messenger-tools:first-of-type {
	/*margin-right:1em !important;*/
}
.pl0 {
	padding-left:0 !important;
}
.gamebar-party-switcher {
	display:block;background-color: #0095e7;color: white;font-family: Arial;font-size: 14px;border: 1px solid #00a2e5;
}
.bshadow {
	text-shadow: black 0px 0px 1px;
}
.gamebar-party-switcher::after {
	display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.gamebar-brand {
	color:white;
	font-size:14px;
	
}
.gamebar-nav {
	color: white;
}
.gamebar .gamebar-nav>li>a {
	color: white;
}
.messenger-list-name {
    font-weight: bold;
}
.messenger-list-preview {
	display:block;
	color:gray;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.messenger-timestamp {
	width: auto !important;
}
.messenger-list-item {
	cursor:pointer;
}
.messenger-chat-bubble-container > span {
	color: gray;
    font-size: 12px;
}
.messenger-chat-item {
	    display: block;
	    clear: both
}
.messenger-chat-item-me {
	 display: block;
	float:right;
	clear: both
}

.messenger-list-container {
	border-right: 1px dashed #d0d0d0;
	height:100%;
	overflow-y:auto;
}
.messenger-chat-col {
	height:100%;
}
.messenger-chat-container { 
	   height: 89%;
    overflow-y: auto;
    margin-bottom: 10px;
    overflow-y: auto;
}

.messenger-modal { 
	height: 75vh !important;
}

.messenger-chat-bubble-me > a {
    color: #aacce0;
}
.messenger-chat-bubble-me {
	max-width:100%;
	overflow-wrap: break-word;
	margin-bottom: 10px;
	padding: 10px;
	background: #336E7B;
	border-radius: .4em;
	color:white;
	position: relative;
	display: inline-block;
	clear: both;
	float:right;
	
}
iframe {
	min-height: initial !important;
}
.unread { 
	border: 2px solid #ca6767 !important;
}

#messenger-thread-name {
	font-weight: normal;
	display:none;
	padding: 0 15px;color: white;margin-top: -10px;text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0px;
}

.message-group {
	margin-top: -5px;
}

.messenger-chat-bubble-container {
	display: table-cell;
}

.messenger-chat-bubble-container-me {
	display: table-cell;
}
.messenger-chat-bubble-container > div:first-child:after {
	
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-right-color: #aeaeae;
	border-left: 0;
	border-bottom: 0;
	margin-top: -6px;
	margin-left: -12px;
}
.messenger-chat-bubble-container > div:first-child {
	margin-top: 0;
}
.messenger-chat-bubble-container-me > div:first-child {
	margin-top: 0;
}
.messenger-chat-bubble-container > div:not(:first-child) {
	margin-top: -6px;
}
.messenger-chat-bubble-container-me > div:not(:first-child) {
	margin-top: -6px;
}
.messenger-chat-bubble-container-me > div:first-child:after {
	
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-left-color: #336E7B;
	border-right: 0;
	border-bottom: 0;
	margin-top: -6px;
	margin-right: -12px;
}

.messenger-chat-meta {
	margin-right:15px;
	float:left;
}
.messenger-chat-meta-me {
	margin-left:15px;
	float:right;
}

.messenger-chat-bubble {
	
	overflow-wrap: break-word;
	max-width:100%;
	margin-bottom: 10px;
	padding: 10px;
	background: #aeaeae;
	border-radius: .4em;
	color:#3c3c3c;
	position: relative;
	display: inline-block;
	clear: both;
	float:left;
	
}

.bubble-first:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-right-color: #aeaeae;
	border-left: 0;
	border-bottom: 0;
	margin-top: -6px;
	margin-left: -12px;
}

.bubble-first-me:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-left-color: #336E7B;
	border-right: 0;
	border-bottom: 0;
	margin-top: -6px;
	margin-right: -12px;
}

.messenger-avatar-group-one {
	position: relative;
    right: 15px;
}

.messenger-avatar-group-two {
	position: relative;
    top: -40px;
    right: -10px;
}

.messenger-input-container {
  position: absolute;
  bottom: 0;
  left: 30px;
  height: 42px;
  padding-left: 8px;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  width: calc(100% - 58px);
  border-radius: 5px;
}
.messenger-input-container input {
  font-size: 14px;
  float: left;
  width: 90%;
  height: 40px;
  padding: 0 10px;
  color: #1a1a1a;
  border: 0;
  outline: none;
  background-color: #f7f7f7;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: lighter;
}

.messenger-chat-input-send {
  display: inline-block;
  float: left;
  width: 20px;
  height: 42px;
  margin-left: 11px;
  content: '';
  background-image: url("//cdn.penguinoasis.info/ocloud_cms/2.0/images/messenger-send-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.messenger-bubble-container {
  font-size: 16px;
  position: relative;
  display: inline-block;
  clear: both;
  margin-bottom: 8px;
  padding: 13px 14px;
  vertical-align: top;
  border-radius: 5px;
}
.messenger-bubble-container:before {
  position: absolute;
  top: 19px;
  display: block;
  width: 8px;
  height: 6px;
  content: '\00a0';
  -webkit-transform: rotate(29deg) skew(-35deg);
          transform: rotate(29deg) skew(-35deg);
}
.messenger-bubble-container.you {
  float: left;
  color: #fff;
  background-color: #00b0ff;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
}
.messenger-bubble-container.you:before {
  left: -3px;
  background-color: #00b0ff;
}
.messenger-bubble-container.me {
  float: right;
  color: #1a1a1a;
  background-color: #eceff1;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
}
.messenger-bubble-container.me:before {
  right: -3px;
  background-color: #eceff1;
}

		.bootstrap-tagsinput {
			display: block;
		    width: 100%;
		    height: 38px;
		    padding: 8px 14px;
		    overflow:auto;
		    font-size: 15px;
		    line-height: 1.42857143;
		    color: #555555;
		    background-color: #ffffff;
		    background-image: none;
		    border: 2px solid #DDD;
		    border-radius: 0!important;
		    -webkit-transition: border-color ease-in-out .15s;
		    -o-transition: border-color ease-in-out .15s;
		    transition: border-color ease-in-out .15s;
		    box-shadow: none;
		   }
		   .messenger-chat-recipients-container > .bootstrap-tagsinput {  
		    border: 1px solid #e6e6e6;
		    border-radius: 5px;
		   }
		   .bootstrap-tagsinput > input {
			       font-size: 14px;
   
    
    padding: 0 10px;
    color: #1a1a1a;
    border: 0;
    outline: none;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: lighter;
		   }
		   
.clear-rt {
	    display: block;
    overflow: hidden;
}
		
		.di {
    display: inline;
}
.right {
    float: right!important;
}
.mirai-modal button.btn {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #43BDAA;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.store-btn {
    background-color: #33B1B7;
    height: 32px !important;
    line-height: initial !important;
    font-size: 13px !important;
     padding-left: 10px !important;
     padding-right: 10px !important;
}
.list-group-item {
    border: initial !important;
    position: relative;
    padding: 20px;
    background-color: #f5f5f5;
    display: block;
    margin-bottom: 1px;
    border-bottom: 1px solid #eee;
    color: #777;
}   
.snowball {
	background-color: #33B1B7;
    height: 32px !important;
    line-height: initial !important;
    font-size: 13px !important;
}
.item-label {
	    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight:light;
}
.item-result {
    width: 90px;
    height: 90px;
    margin-bottom: 0!important;
}
#item-search-results {
    text-align: center;
}
.message-tools {
	
	position: absolute;
    visibility: hidden;
    opacity: 0;
    padding-left: 5px;
    font-size: 12px !important;
    top: -3px;
    left: 100%;

}
.message-tools-me {
	
	position: absolute;
    visibility: hidden;
    opacity: 0;
    padding-right: 5px;
    font-size: 12px !important;
    top: -3px;
    right: 100%;

}
.message-tool-message:hover .message-tools {
    visibility: visible;
    opacity: 1;
}
.message-tool-message:hover .message-tools-me {
    visibility: visible;
    opacity: 1;
}
.message-tools > button > i {
	font-size: 14px !important;
}
.message-tools-me > button > i {
	font-size: 14px !important;
}
#modal-messenger-settings {
	z-index:1051 !important;
}
#messenger-chat-settings-btn {
    display:none;
}
.chat-member-div {
	text-align: center;
}
.chat-member {
	margin-bottom: 0!important;
}
.name-meta {
	display: block;
    text-align: center;
    margin-top: -10px;
    width: 45px;
    font-size: 11px;
}
.heart {
	z-index:1000;
    position: absolute;
    width: 100px;
    height: 90px;
    animation: heartbeat 1s infinite;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.heart:before,
.heart:after {
    position: absolute;
    content: "";
    left: 50px;
    top: 0;
    width: 50px;
    height: 80px;
    background: #ff0000;
    -moz-border-radius: 50px 50px 0 0;
    border-radius: 50px 50px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
.heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}



@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.spost .entry-image, .spost .entry-image a, .spost .entry-image img, .spost .entry-image i {
    width: 48px;
    height: 48px;
}
.spost .entry-image, .mpost .entry-image {
    float: left;
    margin: 0 15px 0 0;
    text-align: center;
}
.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.entry-image {
    margin-bottom: 30px;
}
.entry-c {
    position: relative;
    overflow: hidden;
}
.spost:first-child, .mpost:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}
.spost .entry-image, .spost .entry-image a, .spost .entry-image img, .spost .entry-image i {
    width: 48px;
    height: 48px;
}
.modal-body img {
    margin-bottom: 15px;
}
.entry-image img {
    border-radius: 3px;
}
.entry-image, .entry-image > a, .entry-image .slide a, .entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.avatar {
    height: 45px;
    width: 45px;
    margin-top: 1px;
    background-color: #52BEDD;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 4px 0 0;
    box-shadow: rgba(0,0,0,0.1) 0 4px 0 0;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: 2px solid #fff;
    overflow: hidden;
}
.img-circle {
    border-radius: 50% !important;
}
.img-circle {
    border-radius: 50%;
}
.comment-reply-link, .review-comment-ratings {
    display: block;
    position: absolute;
    top: 4px;
    left: auto;
    text-align: center;
    right: 0px;
    width: 14px;
    height: 14px;
    color: #CCC;
    font-size: 14px;
    line-height: 1;
}
.spost, .mpost {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #E5E5E5;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 24px;
    cursor: text;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}
.bootstrap-tagsinput>input {
    font-size: 14px;
    padding: 0 10px;
    color: #1a1a1a;
    border: 0;
    outline: none;
    font-family: source sans pro,sans-serif;
    font-weight: lighter;
}
.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}



@font-face {
    font-family: BurbankSmallBold;
    src: url(../fonts/BurbankSmall-Medium.otf);
}
.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.oasis-playercard {
	font-family:BurbankSmallBold;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#player_card_name {
  color: white;
  font-family: BurbankSmallBold;
  font-size: 19px;
  position:relative;
  top:-7px;
	-webkit-touch-callout: initial;
    -webkit-user-select: initial;
    -khtml-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.oasis-playercard.handle0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -1px -1px no-repeat;
	height: 30px;
	width: 136px;
	position: relative;
	top: -24px;
	cursor: move;
}
.oasis-playercard.bg_img {
  background: url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -138px -1px no-repeat;
  height: 402px;
  width: 300px;
  position: absolute;
  z-index: -1;
}
.oasis-playercard.background_mc0000 {
	height: 402px;
	width: 300px;
	position: absolute;
	top:50px;
	z-index: 2000;
}
.oasis-playercard.buddy_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -439px -1px no-repeat;
	height: 21px;
	width: 21px;
	position: relative;
    top: 8px;
    right: 1px;
}
#player_card_close {
	position: relative;
	top: -35px;
	left: 116px;
	margin-bottom: -25px;
	cursor:pointer;
}
.oasis-playercard.button_btn0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -461px -1px no-repeat;
	height: 37px;
	width: 37px;
	cursor:pointer;
	display:inline-block;
	margin:-1px;
}
.oasis-playercard.button_btn0000:hover {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -1px -404px no-repeat;
	height: 37px;
	width: 37px;
}
.oasis-playercard.button_btn0000:active {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -39px -404px no-repeat;
	height: 37px;
	width: 37px;
}
.oasis-playercard.button_btn0000:disabled {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -77px -404px no-repeat;
	height: 37px;
	width: 37px;
}
.oasis-playercard.chevron_mc0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -115px -404px no-repeat;
	height: 28px;
	width: 38px;
}
.oasis-playercard.chevron_mc0001 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -154px -404px no-repeat;
	height: 28px;
	width: 38px;
}
.oasis-playercard.chevron_mc0002 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -193px -404px no-repeat;
	height: 28px;
	width: 38px;
}
.oasis-playercard.chevron_mc0003 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -232px -404px no-repeat;
	height: 28px;
	width: 38px;
}
.oasis-playercard.chevron_mc0004 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -271px -404px no-repeat;
	height: 28px;
	width: 38px;
}
.oasis-playercard.close_btn0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -310px -404px no-repeat;
	height: 37px;
	width: 38px;
}
.oasis-playercard.close_btn0000:hover {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -349px -404px no-repeat;
	height: 37px;
	width: 38px;
}
.oasis-playercard.close_btn0000:active {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -388px -404px no-repeat;
	height: 37px;
	width: 38px;
}
.oasis-playercard.close_btn0003 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -427px -404px no-repeat;
	height: 37px;
	width: 38px;
}
.oasis-playercard.icon_mc0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -1px -442px no-repeat;
	height: 53px;
	width: 63px;
}
#button_menu {
	margin-top: 17px;
}
.oasis-playercard.icon_mc0001 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -65px -442px no-repeat;
	height: 53px;
	width: 63px;
}
.oasis-playercard.icon_mc0002 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -129px -442px no-repeat;
	height: 53px;
	width: 63px;
}
.oasis-playercard.edit_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/edit.png)no-repeat;
	height: 16px;
	width: 16px;
	position: relative;
    top: 10px;
}
.oasis-playercard.save_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/save.png)no-repeat;
	height: 16px;
	width: 16px;
	position: relative;
    top: 10px;
}
.oasis-playercard.igloo_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -193px -442px no-repeat;
	height: 22px;
	width: 22px;
	position: relative;
    top: 7px;
    right: 2px;
}
.oasis-playercard.ignore_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -216px -442px no-repeat;
	height: 21px;
	width: 21px;
	position: relative;
    top: 8px;
}
.oasis-playercard.like_bg0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -238px -442px no-repeat;
	height: 26px;
	width: 72px;
}
.oasis-playercard.like_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -311px -442px no-repeat;
	height: 18px;
	width: 18px;
}
.oasis-playercard.like_icon0001 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -330px -442px no-repeat;
	height: 18px;
	width: 18px;
}
.oasis-playercard.mail_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -349px -442px no-repeat;
	height: 16px;
	width: 20px;
	position: relative;
    top: 10px;
}
.oasis-playercard.modBadge0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -370px -442px no-repeat;
	height: 58px;
	width: 57px;
}
.oasis-playercard.modBadge0001 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -428px -442px no-repeat;
	height: 58px;
	width: 57px;
}
.oasis-playercard.modBadge0002 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -1px -501px no-repeat;
	height: 58px;
	width: 57px;
}
.oasis-playercard.moderator_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -59px -501px no-repeat;
	height: 20px;
	width: 21px;
	position: relative;
    top: 9px;
    right: 1px;
}
.oasis-playercard.paper_doll_mc0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -81px -501px no-repeat;
	height: 202px;
	width: 180px;
}
.oasis-playercard.photo_mc0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -1px -704px no-repeat;
	height: 267px;
	width: 268px;
	position: relative;
	left: -1px;
}
.oasis-playercard.profile_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -270px -704px no-repeat;
	height: 21px;
	width: 21px;
	position: relative;
    top: 7px;
}
.oasis-playercard.relationshipType0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -292px -704px no-repeat;
	height: 19px;
	width: 18px;
}
.oasis-playercard.relationshipType0001 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -311px -704px no-repeat;
	height: 19px;
	width: 18px;
}
.oasis-playercard.relationship_bg0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -330px -704px no-repeat;
	height: 26px;
	width: 130px;
}
.oasis-playercard.stamp_icon0000 {
	background:url(//cdn.penguinoasis.info/ocloud_cms/images/playercard.png) -461px -704px no-repeat;
	height: 24px;
	width: 24px;
	position: relative;
    top: 6px;
    right: 1px;
}

/* ============================================================
   messenger-patch.css  —  load AFTER ice-styles.css
   ============================================================ */


/* ══════════════════════════════════════════════════════════════
   1. MODAL SHELL & SIZING
══════════════════════════════════════════════════════════════ */

/* Both messenger modals get a clean white card look */
.messenger-modal-content,
.messenger-settings-content {
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18) !important;
}

.messenger-modal-content { width: 72% !important; }
.messenger-settings-content { width: 42% !important; }

/* Strip the boxed padding — we control spacing ourselves */
.messenger-modal-content  .boxed--lg,
.messenger-settings-content .boxed--lg {
    padding: 0 !important;
}


/* ══════════════════════════════════════════════════════════════
   2. SHARED HEADER  (.messenger-modal-header)
   Replaces the old .modal-title + inline <h3> approach.
   Gives us a true flex row so the title+subtitle stack on the
   left and action buttons sit vertically centred on the right.
══════════════════════════════════════════════════════════════ */

.messenger-modal-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;

    /* Match the existing ice-blue gradient from .modal-title */
    background-color: #89ADD7;
    /* Right padding is large enough to clear the absolute-positioned ✖ close button
       (ice-styles places it at right: 1.23809524em ≈ 26px, width 2em ≈ 32px) */
    padding: 0 68px 0 16px !important;
    min-height: 58px;

    /* Kill any inherited h3 margin that pushes things around */
    margin: 0;
}

/* Left side: stacked title + optional subtitle */
.messenger-header-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    min-width: 0;       /* allow text to truncate instead of push */
    flex: 1;
}

.messenger-header-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: rgba(0,0,0,0.25) 1px 1px 0;
    white-space: nowrap;
    line-height: 1.2;
}

/* The active thread name shown in the header */
.messenger-header-subtitle {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.82);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* hidden when empty — JS sets .text() so an empty span has no height */
    display: none;
}
.messenger-header-subtitle:not(:empty) { display: block; }

/* Right side: action buttons */
.messenger-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.messenger-header-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 32px !important;
    line-height: 32px !important;  /* belt-and-suspenders against framework overrides */
    padding: 0 14px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .15s, color .15s, box-shadow .15s;
    /* reset anything .btn or .event-tools injects */
    float: none !important;
    margin: 0 !important;
    top: auto !important;
    position: static !important;
    vertical-align: middle !important;

    /* Ghost style (default) */
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    text-shadow: none !important;
}
.messenger-header-btn:hover {
    background: rgba(255,255,255,0.28) !important;
    box-shadow: 0 1px 4px rgba(0,0,0,0.12);
}

/* Filled / primary variant — Compose */
.messenger-header-btn--primary {
    background: rgba(255,255,255,0.9);
    color: #1158a0 !important;
    border-color: transparent;
}
.messenger-header-btn--primary:hover {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.14);
}


/* ══════════════════════════════════════════════════════════════
   3. MODAL BODY — two-column layout
══════════════════════════════════════════════════════════════ */

.messenger-modal {
    height: 72vh !important;
    min-height: 420px;
    display: flex !important;
    align-items: stretch;
    padding: 0 !important;
    overflow: hidden;
    /* remove the ice gradient — body is plain white */
    background: #fff !important;
    filter: none !important;
}

/* Both columns: flex column, no outer padding (we pad internally) */
.messenger-modal > [class*="col-"] {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    box-sizing: border-box;
}

/* Strip the .modal-body gradient too */
#modal-messenger .modal-body {
    padding: 0 !important;
    overflow: hidden;
    background: #fff !important;
    filter: none !important;
}


/* ══════════════════════════════════════════════════════════════
   4. LEFT COLUMN — thread list
══════════════════════════════════════════════════════════════ */

.messenger-list-col {
    border-right: 1px solid #e8eff6;
    background: #f7fbff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0; /* must be 0, not auto — allows flex child to shrink so overflow-y:auto activates */
}

/* Search bar wrapper — gives consistent padding */
.messenger-search-wrap {
    padding: 10px 12px 8px;
    flex-shrink: 0;
}

#messenger-search-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 14px;
    border: 1px solid #d0e2f0;
    border-radius: 20px;
    font-size: 13px;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color .15s, box-shadow .15s;
}
#messenger-search-input:focus {
    border-color: #1E83C4;
    box-shadow: 0 0 0 2px rgba(30,131,196,0.12);
}

/* Scrollable thread list */
.messenger-list-container {
    border-right: none !important;
    flex: 1;
    overflow-y: auto;
    height: auto !important;
    padding: 0 8px 8px 10px;   /* 10px left keeps avatars off the edge */
    -webkit-overflow-scrolling: touch;
}

.messenger-empty-list {
    text-align: center;
    color: #b0bec5;
    margin-top: 2.5em;
    font-size: 13px;
}

/* ── Thread item ─────────────────────────────────────────── */
.messenger-list-item {
    display: flex !important;   /* !important to override .spost block display */
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    padding: 8px 10px 8px 8px;
    transition: background .12s;
    margin-bottom: 1px;
    border-top: none !important;
    margin-top: 0 !important;
}
.messenger-list-item:hover            { background: rgba(30,131,196,0.07); }
.messenger-list-item--unread          { background: rgba(30,131,196,0.05); }
.messenger-list-item--unread .messenger-list-name { color: #1158a0; }

/* Avatar wrapper — fixed 52px box, stacking context for group pair */
.messenger-list-item .entry-image {
    flex-shrink: 0 !important;
    float: none !important;      /* kill the .spost float */
    display: block !important;
    width: 52px !important;
    height: 48px !important;
    position: relative !important;
    margin: 0 10px 0 0 !important;
    overflow: visible !important;
    /* clearfix pseudo-elements can collapse this — prevent that */
    min-width: 52px;
}

/* Strip clearfix pseudo-elements from the entry-image specifically */
.messenger-list-item .entry-image::before,
.messenger-list-item .entry-image::after { display: none !important; }

/* Single avatar — centred in the 52px box */
.messenger-list-item .entry-image > img.avatar:not(.messenger-avatar-group-one):not(.messenger-avatar-group-two) {
    position: static !important;
    top: auto !important; right: auto !important;
    left: auto !important; bottom: auto !important;
    width: 44px !important;
    height: 44px !important;
    margin: 2px 0 0 0 !important;
    display: block !important;
}

/* Group pair — first avatar (top-left, slightly larger) */
.messenger-list-item .messenger-avatar-group-one {
    position: absolute !important;
    top: 0 !important;  left: 0 !important;
    right: auto !important; bottom: auto !important;
    width: 34px !important;
    height: 34px !important;
    margin: 0 !important;
}

/* Group pair — second avatar (bottom-right, with outline cut-out) */
.messenger-list-item .messenger-avatar-group-two {
    position: absolute !important;
    bottom: 0 !important; right: 0 !important;
    top: auto !important; left: auto !important;
    width: 30px !important;
    height: 30px !important;
    margin: 0 !important;
    outline: 2px solid #f7fbff; /* outline doesn't affect layout unlike border */
    border: none !important;
}

/* Text column */
.messenger-list-item .entry-c {
    flex: 1;
    min-width: 0;           /* allow text-overflow: ellipsis */
    overflow: hidden;
    position: relative;
    padding-right: 4px;
}

.messenger-list-name {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #2c3e50;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.messenger-list-preview {
    display: block;
    color: #8a9bab;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
}

.messenger-timestamp {
    position: absolute !important;
    top: 0; right: 0;
    width: auto !important;
    font-size: 11px;
    color: #a0b4c4;
    white-space: nowrap;
}

.messenger-unread-dot {
    display: inline-block;
    width: 7px; height: 7px;
    background: #e05555;
    border-radius: 50%;
    margin-left: 4px;
    vertical-align: middle;
    flex-shrink: 0;
}

/* Nuke the .spost default top padding/border on all list items */
.messenger-list-container .spost,
.messenger-list-container .spost:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
}


/* ══════════════════════════════════════════════════════════════
   5. RIGHT COLUMN — chat area
══════════════════════════════════════════════════════════════ */

.messenger-chat-col {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    background: #fff;
    min-height: 0; /* same fix — lets the bubble area scroll instead of expanding the modal */
}

/* Scrollable bubble area */
.messenger-chat-container {
    flex: 1;
    overflow-y: auto;
    padding: 12px 14px 6px;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
}

/* Empty / loading states */
.messenger-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 200px;
    color: #cfd8dc;
    text-align: center;
}
.messenger-empty-state i  { font-size: 2.6em; margin-bottom: .35em; }
.messenger-empty-state h4 { font-weight: 300; color: #b0bec5; margin: 0; font-size: 15px; }


/* ── Input bar ────────────────────────────────────────────── */
.messenger-input-container {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;

    display: flex;
    align-items: flex-end;
    gap: 8px;

    min-height: 44px;
    padding: 8px 12px;
    margin: 0 12px 10px;
    border: 1.5px solid #d0e2f0;
    border-radius: 22px;
    background: #fff;
    box-sizing: border-box;
    flex-shrink: 0;
    transition: border-color .15s, box-shadow .15s;
}
.messenger-input-container:focus-within {
    border-color: #1E83C4;
    box-shadow: 0 0 0 3px rgba(30,131,196,0.10);
}

.messenger-input-container textarea#messenger-chat-input-field {
    flex: 1;
    min-height: 24px;
    max-height: 120px;
    padding: 0;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #1a1a1a;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    line-height: 1.5;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.messenger-input-container textarea::placeholder { color: #b0bec5; }

/* Fallback for old <input> */
.messenger-input-container input#messenger-chat-input-field {
    flex: 1; height: 24px; padding: 0;
    border: none; outline: none; background: transparent;
    font-size: 14px; font-family: 'Source Sans Pro', sans-serif; color: #1a1a1a;
}

/* Send button — SVG arrow */
.messenger-send-btn {
    flex-shrink: 0;
    align-self: flex-end;          /* always sits at the bottom of the input bar */
    width: 32px; height: 32px;
    border: none;
    border-radius: 50%;
    background: #1E83C4;
    color: #fff;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, transform .1s;
    /* no margin-bottom — align-self:flex-end handles it */
}
.messenger-send-btn:hover   { background: #1670a8; }
.messenger-send-btn:active  { transform: scale(0.92); }
.messenger-send-btn svg     { width: 14px; height: 14px; }

/* Legacy image send button — kept in case old HTML is still used */
.messenger-chat-input-send {
    flex-shrink: 0;
    width: 30px; height: 30px;
    border: none; background: none;
    background-image: url("//cdn.penguinoasis.info/ocloud_cms/2.0/images/messenger-send-icon.png");
    background-repeat: no-repeat; background-position: center; background-size: 18px;
    cursor: pointer; opacity: 0.45; padding: 0;
    transition: opacity .15s;
}
.messenger-chat-input-send:hover { opacity: 1; }

#messenger-char-counter {
    font-size: 11px; text-align: right;
    min-height: 14px; padding: 2px 14px 0;
    flex-shrink: 0; color: transparent;
}

/* Recipients tagsinput row */
.messenger-chat-recipients-container {
    padding: 8px 14px 0;
    flex-shrink: 0;
}
#messenger-recipient-note {
    font-size: 12px; color: #8a9bab;
    margin: 4px 14px 0; padding: 0;
}


/* ── "New messages ↓" badge ───────────────────────────────── */
#messenger-new-msg-badge {
    position: absolute;
    bottom: 66px; left: 50%;
    transform: translateX(-50%);
    background: #336E7B; color: #fff;
    padding: 5px 16px;
    border-radius: 14px;
    font-size: 12px; cursor: pointer;
    z-index: 10; white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0,0,0,0.16);
    transition: background .15s;
}
#messenger-new-msg-badge:hover { background: #265b66; }


/* ── Typing indicator (animated dots) ────────────────────── */
.messenger-typing-indicator {
    display: flex; align-items: center; gap: 5px;
    padding: 8px 14px; clear: both;
}
.messenger-typing-indicator span {
    display: inline-block; width: 7px; height: 7px;
    border-radius: 50%; background: #b0bec5;
    animation: msgrDotPulse 1.2s infinite ease-in-out;
}
.messenger-typing-indicator span:nth-child(2) { animation-delay: .2s; }
.messenger-typing-indicator span:nth-child(3) { animation-delay: .4s; }
@keyframes msgrDotPulse {
    0%, 80%, 100% { transform: scale(0.55); opacity: .45; }
    40%           { transform: scale(1);    opacity: 1;   }
}


/* ── Failed-send state ────────────────────────────────────── */
.message-send-failed {
    opacity: 0.55;
    border: 1px dashed #e05555 !important;
    cursor: pointer;
}
.message-send-failed::after {
    content: '⚠ Tap to retry';
    font-size: 10px; color: #e05555; display: block; margin-top: 3px;
}


/* ── Links inside bubbles ─────────────────────────────────── */
.messenger-chat-bubble    a { color: #1E83C4; text-decoration: underline; word-break: break-all; }
.messenger-chat-bubble-me a { color: #b8ddf0; text-decoration: underline; word-break: break-all; }


/* ── Blur style effect ────────────────────────────────────── */
.effect-blur        { filter: blur(5px); transition: filter .25s; cursor: pointer; }
.effect-blur:hover  { filter: none; }


/* ══════════════════════════════════════════════════════════════
   6. SETTINGS MODAL BODY
══════════════════════════════════════════════════════════════ */

.messenger-settings-body {
    padding: 20px 20px 16px !important;
    background: #f7fbff !important;
    filter: none !important;
}

/* Section label — replaces the old <h4 class="cp-ice-nmb"> */
.messenger-settings-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #7a9bbb;
    margin: 0 0 8px;
}

/* Input + button row */
.messenger-settings-row {
    display: flex;
    gap: 8px;
    align-items: center;
}

.messenger-settings-input {
    flex: 1;
    min-width: 0;
    height: 36px;
    padding: 0 12px;
    border: 1.5px solid #d0e2f0;
    border-radius: 8px;
    font-size: 13px;
    color: #1a1a1a;
    background: #fff;
    outline: none;
    box-sizing: border-box;
    transition: border-color .15s, box-shadow .15s;
}
.messenger-settings-input:focus {
    border-color: #1E83C4;
    box-shadow: 0 0 0 2px rgba(30,131,196,0.10);
}

.messenger-settings-btn {
    flex-shrink: 0;
    height: 36px;
    padding: 0 16px;
    border: none;
    border-radius: 8px;
    background: #1E83C4;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s;
}
.messenger-settings-btn:hover    { background: #1670a8; }
.messenger-settings-btn:disabled { background: #a0c4de; cursor: default; }

.messenger-settings-divider {
    border: none;
    border-top: 1px solid #e0edf6;
    margin: 16px 0;
}

.messenger-add-member-row { margin-top: 10px; }


/* ── Member grid ──────────────────────────────────────────── */
.messenger-member-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 14px;
    padding: 0;
    /* override Bootstrap .row negative margins */
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.chat-member-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 64px;
    cursor: default;
    position: relative;
}
.chat-member-div .text {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

/* Avatar inside settings grid */
.chat-member-div .chat-member {
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
}

.chat-member-div .item-label {
    font-size: 11px;
    color: #445566;
    text-align: center;
    max-width: 60px;
}

/* Remove (✕) badge — shown on hover */
.chat-member-remove {
    position: absolute;
    top: -3px; right: -3px;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #e05555;
    color: #fff;
    border: none;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 0;
    z-index: 2;
    transition: background .12s;
}
.chat-member-remove:hover      { background: #c0392b; }
.chat-member-div:hover .chat-member-remove { display: block; }

/* "+" add tile */
.chat-member-add-tile { cursor: pointer; }
.chat-member-add-icon {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: #eaf4fd;
    border: 2px dashed #1E83C4;
    color: #1E83C4;
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    transition: background .15s;
}
.chat-member-add-tile:hover .chat-member-add-icon {
    background: #d4eaf9;
}


/* ══════════════════════════════════════════════════════════════
   7. RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
    .messenger-modal-content,
    .messenger-settings-content { width: 96% !important; border-radius: 12px !important; }

    .messenger-modal {
        height: auto !important;
        flex-direction: column;
    }
    .messenger-list-col {
        border-right: none;
        border-bottom: 1px solid #e8eff6;
        max-height: 200px;
    }
    .messenger-chat-col { min-height: 300px; }

    .messenger-header-btn { padding: 0 10px; font-size: 12px; }
}
