::selection {
  background: #219ECF;
  /* WebKit/Blink Browsers */
  color: #F2F2F0;
}
::-moz-selection {
  background: #219ECF;
  /* Gecko Browsers */
  color: #F2F2F0;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F2F2F0 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #F2F2F0 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #F2F2F0 !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0) inset;
  -webkit-text-fill-color: #219ECF;
}
body {
  background-color: #F2F2F0;
}
body.dark-theme {
  background-color: #F2F2F0;
  color: #197599;
}
/*--------------------------------------------------------
Typography
---------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #197599;
}
h2 {
  color: #197599;
}
h2 a.breadcrumb-link {
  color: #219ECF;
}
h2 a.breadcrumb-link.active,
h2 a.breadcrumb-link:hover,
h2 a.breadcrumb-link:active,
h2 a.breadcrumb-link:focus {
  color: #197599;
}
h2 .breadcrumb-item {
  color: #219ECF;
}
h2 .breadcrumb-item:before {
  color: #219ECF;
}
.text-main {
  color: #219ECF;
}
.border-1-main {
  border-color: #219ECF;
}
.hint-text {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.label {
  color: #F2F2F0;
}
pre code {
  color: #F2F2F0;
}
/*--------------------------------------------------------
Anchor
---------------------------------------------------------*/
a {
  color: #219ECF;
}
a.inverted {
  color: #F2F2F0;
}
a.active,
a:hover,
a:active,
a:focus {
  color: #197599;
}
a.active.inverted,
a:hover.inverted,
a:active.inverted,
a:focus.inverted {
  color: #219ECF;
}
/*--------------------------------------------------------
Form Elements
---------------------------------------------------------*/
input {
  background-color: #219ECF;
  color: #F2F2F0;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F2F2F0 !important;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #F2F2F0 !important;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #F2F2F0 !important;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #F2F2F0 !important;
}
label.error {
  color: #219ECF;
}
.btn-pink {
  color: #ffffff;
  background-color: #219ECF;
}
.btn-pink.inverted {
  color: #5D5F65;
  background-color: #ffffff;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
  background-color: #197599;
  color: #ffffff;
}
.btn-pink:hover.inverted,
.btn-pink:focus.inverted,
.btn-pink:active.inverted,
.btn-pink.active.inverted {
  color: #ffffff;
  background-color: #219ECF;
}
.file-loadingbar-fixed {
  background-color: rgba(33, 158, 207, 0.8);
}
/*--------------------------------------------------------
Loader
---------------------------------------------------------*/
#preloader {
  background-color: #219ECF;
}
#preloader .progress-icon {
  color: #F2F2F0;
}
.ajax-loading {
  background-color: rgba(33, 158, 207, 0.8);
}
.ajax-loading .progress-icon {
  color: #F2F2F0;
}
.ajax-loading h3 {
  color: #ffffff;
}
.ajax-loading-inline {
  background-color: rgba(255, 255, 255, 0.8);
}
.ajax-loading-inline .progress-icon {
  color: #219ECF;
}
/*--------------------------------------------------------
Sidebar
---------------------------------------------------------*/
#sidebar {
  background-color: #219ECF;
}
#sidebar .sidebar-top {
  height: 214px;
}
#sidebar .sidebar-top figure {
  background: #ffffff;
}
#sidebar .sidebar-top p {
  color: #ffffff;
}
#sidebar .sidebar-top p a {
  color: #ffffff;
}
#sidebar .sidebar-top p a:hover {
  color: #A20C26;
}
#sidebar .sidebar-nav nav ul li a {
  color: #ffffff;
}
#sidebar .sidebar-nav nav ul li.active a,
#sidebar .sidebar-nav nav ul li:hover a {
  color: #219ECF;
  background-color: #F2F2F0;
}
#sidebar .sidebar-bottom {
  height: 100px;
}
#sidebar .sidebar-bottom .bottom-logo {
  background-color: #219ECF;
}
/*--------------------------------------------------------
Main Content Panel
---------------------------------------------------------*/
#main-content-panel .img-rounded-wrapper .img-rounded {
  background: #F2F2F0;
  border: 1px solid #197599;
}
#main-content-panel .img-rounded-wrapper .img-rounded.center-icon i {
  color: #219ECF;
}
#main-content-panel .img-rounded-wrapper .bubble {
  background-color: #219ECF;
  color: #ffffff;
}
#main-content-panel .img-rounded-wrapper .bubble div a {
  color: #ffffff;
}
#main-content-panel .img-rounded-wrapper .bubble div a.active,
#main-content-panel .img-rounded-wrapper .bubble div a:hover,
#main-content-panel .img-rounded-wrapper .bubble div a:active,
#main-content-panel .img-rounded-wrapper .bubble div a:focus {
  color: #F2F2F0;
}
#main-content-panel .inner-content-panel {
  /*--------------------------------------------------------
    Main Content Area
    ---------------------------------------------------------*/
}
#main-content-panel .inner-content-panel .mobile-sidebar {
  color: #219ECF;
  background-color: #F2F2F0;
  border: 1px solid #219ECF;
}
#main-content-panel .inner-content-panel .mobile-sidebar:hover {
  color: #F2F2F0;
  background-color: #219ECF;
}
#main-content-panel .inner-content-panel .main-content-area .box-container {
  background-color: #219ECF;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header {
  border-bottom: 1px solid #F2F2F0;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-header a.link-select:not(:last-child):after {
  background-color: #F2F2F0;
}
#main-content-panel .inner-content-panel .main-content-area .box-container .box-body .box-title h4 {
  color: #F2F2F0;
}
#main-content-panel .inner-content-panel .main-content-area .grid-box > div {
  border-top: 1px solid #F2F2F0;
  border-bottom: 1px solid #F2F2F0;
  border-left: 1px solid #F2F2F0;
}
#main-content-panel .inner-content-panel .main-content-area .grid-box > div:last-child {
  border-right: 1px solid #F2F2F0;
}
/*--------------------------------------------------------
   OVERWRITES
---------------------------------------------------------*/
.alert.alert-success {
  background-color: #219ECF;
  border: #219ECF;
  color: #ffffff;
}
.alert.alert-danger {
  background-color: #F2F2F0;
  border: 1px solid #219ECF;
  color: #219ECF;
}
/*--------------------------------------------------------
Form Elements
---------------------------------------------------------*/
.form-group label,
.form-group .label-fake {
  color: #219ECF;
}
.form-group .form-control {
  color: #219ECF;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #197599;
}
.form-group .form-control:focus {
  border-bottom: 1px solid #219ECF;
}
.form-group .select2-selection--single,
.form-group .select2-selection--multiple {
  background-color: rgba(0, 0, 0, 0) !important;
  border-bottom: 1px solid #219ECF !important;
}
.form-group .select2-selection--single .select2-selection__rendered,
.form-group .select2-selection--multiple .select2-selection__rendered {
  color: #219ECF !important;
}
.form-group .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.form-group .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  color: #219ECF !important;
}
.form-group .select2-selection--single .select2-selection__rendered .select2-search--inline .select2-search__field,
.form-group .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  background-color: rgba(0, 0, 0, 0) !important;
}
.form-group .select2-selection--single .select2-selection__rendered .select2-selection__choice,
.form-group .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  color: #ffffff !important;
}
.form-group .select2-selection--single .select2-selection__arrow b:after,
.form-group .select2-selection--multiple .select2-selection__arrow b:after {
  color: #219ECF !important;
}
/*--------------------------------------------------------
Form Elements - Tags Input
---------------------------------------------------------*/
.bootstrap-tagsinput {
  background-color: #A20C26;
  border: #F2F2F0 1px solid;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #219ECF;
}
/*--------------------------------------------------------
Form Elements - Checkboxes
---------------------------------------------------------*/
.form-group.checkbox-group,
.form-group.description-group {
  border-bottom: 1px solid #197599;
}
.checkbox input + span,
.radio input + span {
  border: 1px solid #219ECF;
}
.checkbox input + span::after {
  color: #219ECF;
}
.radio input:checked + span::after {
  background: #000000;
}
/*--------------------------------------------------------
Select2
---------------------------------------------------------*/
.select2-container--default .select2-selection--single {
  background-color: rgba(0, 0, 0, 0);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #219ECF;
}
.select2-container--default .select2-search__field {
  background-color: #ffffff;
  border-bottom: 1px solid #F2F2F0 !important;
  color: #6e081a;
}
.select2-container--default .select2-results__option[aria-selected] {
  color: #219ECF;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #219ECF;
  color: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #219ECF;
  color: #ffffff;
}
.select2-container--boxed .select2-selection--single,
.select2-container--boxed .select2-selection--multiple {
  background-color: #219ECF;
  border: 1px solid #F2F2F0;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered,
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered {
  color: #ffffff;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered li:not(.select2-search--inline),
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered li:not(.select2-search--inline) {
  background-color: #219ECF;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  color: #F2F2F0;
}
.select2-container--boxed .select2-selection--single .select2-selection__rendered .select2-search--inline .select2-search__field,
.select2-container--boxed .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field {
  background-color: #A20C26;
}
.select2-container--boxed .select2-selection--single .select2-selection__arrow b:after,
.select2-container--boxed .select2-selection--multiple .select2-selection__arrow b:after {
  color: #F2F2F0;
}
.select2-container--boxed .select2-search--dropdown {
  background-color: #F2F2F0;
}
.select2-container--boxed .select2-search--dropdown .select2-search__field {
  background-color: #F2F2F0;
  border-bottom: 1px solid #F2F2F0 !important;
  color: #219ECF;
}
.select2-container--boxed .select2-results__options {
  background-color: #F2F2F0;
}
.select2-container--boxed .select2-results__options .select2-results__message,
.select2-container--boxed .select2-results__options .select2-results__option[aria-selected] {
  color: #219ECF;
}
.select2-container--boxed .select2-results__options .select2-results__option--highlighted[aria-selected] {
  background-color: #219ECF;
  color: #F2F2F0;
}
.select2-container--boxed .select2-results__options .select2-results__option[aria-selected=true] {
  background-color: #219ECF;
  color: #F2F2F0;
}
/*--------------------------------------------------------
Bootstrap Colors
---------------------------------------------------------*/
.text-primary {
  color: #219ECF !important;
}
.text-secondary {
  color: #6e081a !important;
}
.text-success {
  color: #008000 !important;
}
.text-danger {
  color: #B6002D !important;
}
.text-warning {
  color: #EAC825 !important;
}
.text-light {
  color: #F2F2F0 !important;
}
.badge-primary {
  background-color: #219ECF;
  color: #ffffff;
}
.badge-secondary {
  background-color: #6e081a;
  color: #ffffff;
}
.badge-success {
  background-color: #008000;
  color: #ffffff;
}
.badge-danger {
  background-color: #B6002D;
  color: #ffffff;
}
.badge-warning {
  background-color: #EAC825;
  color: #ffffff;
}
.badge-light {
  background-color: #F2F2F0;
  color: #219ECF;
}
.btn-primary {
  background-color: #219ECF;
  border-color: #219ECF;
  color: #ffffff;
}
.btn-secondary {
  background-color: #A20C26;
  border-color: #A20C26;
  color: #219ECF;
}
.btn-success {
  background-color: #008000;
  border-color: #008000;
  color: #ffffff;
}
.btn-danger {
  background-color: #B6002D;
  border-color: #B6002D;
  color: #ffffff;
}
.btn-warning {
  background-color: #EAC825;
  border-color: #EAC825;
  color: #ffffff;
}
.btn-light {
  background-color: #F2F2F0;
  border-color: #219ECF;
  color: #219ECF;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  border-color: #ffffff;
  background-color: #197599;
  color: #ffffff !important;
}
/*--------------------------------------------------------
Bootstrap Borders
---------------------------------------------------------*/
.border {
  border: 1px solid #F2F2F0 !important;
}
/*--------------------------------------------------------
HR
---------------------------------------------------------*/
hr {
  border-top: 1px #ffffff solid;
}
/*--------------------------------------------------------
HR
---------------------------------------------------------*/
.note-editor.note-frame {
  border: 1px solid #197599;
}
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #F2F2F0;
  color: #000000;
}
/*--------------------------------------------------------
Modal
---------------------------------------------------------*/
.modal .modal-dialog .modal-content {
  background-color: #F2F2F0;
  border: 1px solid #F2F2F0;
}
.modal .modal-dialog .modal-content .modal-header .close {
  color: #219ECF;
}
.modal.fade.slide-right .modal-dialog .modal-body {
  background-color: #F2F2F0;
}
/*--------------------------------------------------------
Cards
---------------------------------------------------------*/
.card {
  background-color: #219ECF;
  border: 1px solid #ffffff;
}
.card .card-header {
  background-color: #F2F2F0;
  border-bottom: 1px solid #F2F2F0;
}
/*--------------------------------------------------------
Datepicker
---------------------------------------------------------*/
.datepicker-dropdown {
  background-color: #F2F2F0;
  border: 1px #219ECF solid;
  color: #219ECF;
}
.datepicker-dropdown table tr td.active.active,
.datepicker-dropdown table tr td.active.highlighted.active,
.datepicker-dropdown table tr td.active.highlighted:active,
.datepicker-dropdown table tr .datepicker table tr td.active:active {
  background-color: #219ECF;
  color: #F2F2F0;
}
.datepicker-dropdown table tr td.day:hover,
.datepicker-dropdown table tr td.day.focused {
  background-color: #219ECF;
  color: #F2F2F0;
}
.datepicker-dropdown .datepicker-switch:hover,
.datepicker-dropdown .next:hover,
.datepicker-dropdown .prev:hover {
  background-color: #219ECF;
  color: #F2F2F0;
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 6px solid #219ECF;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  border-bottom: 6px solid #219ECF;
}
/*--------------------------------------------------------
Timepicker
---------------------------------------------------------*/
.bootstrap-timepicker-widget table td input {
  background-color: #F2F2F0;
  color: #219ECF;
  border-color: #197599;
}
.bootstrap-timepicker-widget table td input:active,
.bootstrap-timepicker-widget table td input:focus,
.bootstrap-timepicker-widget table td input:hover {
  background-color: #F2F2F0;
  color: #197599;
  border: 1px solid #197599 !important;
}
.bootstrap-timepicker-widget table td a {
  color: #219ECF;
}
.bootstrap-timepicker-widget table td a:active,
.bootstrap-timepicker-widget table td a:focus,
.bootstrap-timepicker-widget table td a:hover {
  background-color: #F2F2F0;
  border: 1px solid #197599 !important;
}
.bootstrap-timepicker-widget.dropdown-menu {
  background-color: #F2F2F0 !important;
  border: 1px #219ECF solid;
  color: #219ECF;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  border-bottom: 6px solid #219ECF;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  border-top: 6px solid #219ECF;
}
/*--------------------------------------------------------
Datatable
---------------------------------------------------------*/
.table {
  color: #F2F2F0;
  background-color: #219ECF;
}
.table tr:not(:last-child) td {
  border-bottom: 1px solid #ffffff;
}
.table tr.shown + tr {
  background-color: #5D5F65;
}
.table.table-hover tbody tr:hover {
  background-color: #197599;
  color: #F2F2F0;
}
.table.table-hover tbody tr td a {
  color: #A20C26;
}
.table.table-hover tbody tr td a:hover,
.table.table-hover tbody tr td a:focus,
.table.table-hover tbody tr td a:active,
.table.table-hover tbody tr td a.active {
  color: #F2F2F0;
}
.table.table-hover tbody tr td .row-title {
  color: #F2F2F0;
}
.table.table-hover tbody tr td .row-label {
  color: #F2F2F0;
}
.table.table-hover tbody tr td .row-content {
  color: #ffffff;
}
.table.child {
  color: #ffffff;
  background-color: #5D5F65;
}
.dataTables_info {
  color: #F2F2F0;
}
.dataTables_paginate a {
  color: #F2F2F0;
}
.dataTables_paginate a.current {
  color: #A20C26;
}
.dataTables_paginate a.previous,
.dataTables_paginate a.next {
  background-color: #197599;
  color: #F2F2F0;
}
.dataTables_paginate a.active,
.dataTables_paginate a:hover,
.dataTables_paginate a:active,
.dataTables_paginate a:focus {
  color: #A20C26;
}
.dataTables_processing {
  background-color: rgba(33, 158, 207, 0.6);
}
.dataTables_processing .table-loader {
  color: #219ECF;
}
/*--------------------------------------------------------
   LOGIN
---------------------------------------------------------*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #219ECF !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #219ECF !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #219ECF !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #219ECF !important;
}
#login-panel {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
}
#login-panel label:not(.error) {
  color: #bdbdbd;
}
#login-panel input {
  color: #219ECF;
  border-bottom: solid 2px #197599;
}
#login-panel input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #219ECF !important;
}
#login-panel input::-moz-placeholder {
  /* Firefox 19+ */
  color: #219ECF !important;
}
#login-panel input:-ms-input-placeholder {
  /* IE 10+ */
  color: #219ECF !important;
}
#login-panel input:-moz-placeholder {
  /* Firefox 18- */
  color: #219ECF !important;
}
#login-panel .reset-pwd-link {
  color: #219ECF;
}
#login-panel .reset-pwd-link:hover,
#login-panel .reset-pwd-link:active,
#login-panel .reset-pwd-link:focus,
#login-panel .reset-pwd-link .active {
  color: #197599;
}
/* Background */
.login-background {
  background-color: #219ECF;
}
/* Monkeys */
.monkeys-fly-area .monkeys {
  display: none;
}
.monkeys-fly-area .monkeys li {
  background-image: url("../images/logo_jokers_head.png");
  background-repeat: no-repeat;
  background-size: contain;
}
/*--------------------------------------------------------
   BEACONS
---------------------------------------------------------*/
.battery-progress .progress-bar {
  background-color: #5D5F65;
}
.battery-progress .progress-bar-success {
  background-color: #008000;
}
.battery-progress .progress-bar-warning {
  background-color: #EAC825;
}
.battery-progress .progress-bar-danger {
  background-color: #B6002D;
}
/*--------------------------------------------------------
   COINS BARS
---------------------------------------------------------*/
.coins-progress .progress-bar {
  background-color: #5D5F65;
}
.coins-progress .progress-bar-success {
  background-color: #008000;
}
.coins-progress .progress-bar-warning {
  background-color: #EAC825;
}
.coins-progress .progress-bar-danger {
  background-color: #B6002D;
}
/*--------------------------------------------------------
   RESET PASSWORD
---------------------------------------------------------*/
#reset-panel label:not(.error) {
  color: #219ECF;
}
#reset-panel input {
  color: #219ECF;
  border-bottom: solid 2px #F2F2F0;
}
#reset-bottom-panel p a {
  color: #219ECF;
}
#reset-bottom-panel p a.active,
#reset-bottom-panel p a:hover,
#reset-bottom-panel p a:active,
#reset-bottom-panel p a:focus {
  color: #F2F2F0;
}
/*--------------------------------------------------------
   Winner Tab
---------------------------------------------------------*/
#mod-contest-winner .nav-tabs {
  border-bottom: 1px solid #bdbdbd;
}
#mod-contest-winner .nav-tabs .nav-link {
  color: #5D5F65;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bdbdbd;
  border-bottom-color: #F2F2F0;
}
#mod-contest-winner .nav-tabs .nav-link.active {
  color: #219ECF;
  border: 1px solid #219ECF;
  border-bottom-color: #F2F2F0;
}
#mod-contest-winner .tab-content {
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
/*--------------------------------------------------------
   Notifications Tab
---------------------------------------------------------*/
.notification-tab-container .nav-tabs {
  border-bottom: 1px solid #bdbdbd;
}
.notification-tab-container .nav-tabs .nav-link {
  color: #5D5F65;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #bdbdbd;
  border-bottom-color: #F2F2F0;
}
.notification-tab-container .nav-tabs .nav-link.active {
  color: #219ECF;
  border: 1px solid #219ECF;
  border-bottom-color: #F2F2F0;
}
.notification-tab-container .tab-content {
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
}
/*--------------------------------------------------------
Language Switcher
---------------------------------------------------------*/
.switch-content-lang:not(.active).missing:not(:hover):after {
  color: #5D5F65;
}
/*--------------------------------------------------------
Chat
---------------------------------------------------------*/
.card {
  background-color: #ffffff !important;
}
.chat-app .people-list .chat-list li:hover {
  background: #F2F2F0;
}
.chat-app .people-list .chat-list li.active {
  background: #F2F2F0;
}
.chat-app .people-list .chat-list li .status {
  color: #5D5F65;
}
.chat-app .chat {
  border-left: 1px solid #F2F2F0;
}
.chat-app .chat .chat-message .input-group-text {
  background-color: rgba(0, 0, 0, 0);
}
.chat-app .chat .chat-message .input-group-text i {
  background-color: #219ECF;
  cursor: pointer;
  color: #ffffff;
}
.chat-app .chat .chat-message .input-group-text i.disabled {
  background-color: #bdbdbd;
  cursor: default;
}
.chat-app .chat .chat-message .link-open-message-options {
  color: #bdbdbd;
}
.chat-app .chat .chat-message .link-open-message-options.active {
  color: #219ECF;
}
.chat-app .chat .chat-header {
  border-bottom: 2px solid #F2F2F0;
}
.chat-app .chat .chat-history {
  background-image: url("../images/bg_jackpot7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.chat-app .chat .chat-history .message-data-time {
  color: #5D5F65;
}
.chat-app .chat .chat-history .message {
  color: #5D5F65;
}
.chat-app .chat .chat-history .read_container,
.chat-app .chat .chat-history .button_answer_container {
  color: #197599;
}
.chat-app .chat .chat-history .read_container.hint-text,
.chat-app .chat .chat-history .button_answer_container.hint-text {
  color: #5D5F65;
}
.chat-app .chat .chat-history .other-message {
  background: #ffffff;
}
.chat-app .chat .chat-history .other-message:after {
  border-top-color: #ffffff;
}
.chat-app .chat .chat-history .other-message.message_image .bottom_container {
  background: #ffffff;
}
.chat-app .chat .chat-history .other-message .read_container i {
  color: #5D5F65;
}
.chat-app .chat .chat-history .my-message {
  background: #A20C26;
  color: #ffffff;
}
.chat-app .chat .chat-history .my-message:after {
  border-top-color: #A20C26;
}
.chat-app .chat .chat-history .my-message.message_image .bottom_container {
  background: #A20C26;
}
.chat-app .chat .chat-history .my-message .read_container i {
  color: #ffffff;
}
/*--------------------------------------------------------
Unread Badge
---------------------------------------------------------*/
.unread-badge {
  background-color: #B6002D;
}
/*--------------------------------------------------------
WebView
---------------------------------------------------------*/
.bg-blue {
  background-color: #197599;
}
.code-container {
  background-color: #219ECF;
}
.bubble-container .bubble-count {
  color: #ffffff;
}
.bubble-container .bubble-count.finished {
  color: #219ECF;
}
.bubble-container .bubble-price {
  color: #ffffff;
}
.bubble-container .bubble-price.finished {
  color: #A20C26;
}
.icon-list li i {
  color: #219ECF;
  background-color: #bdbdbd;
}
.info-box {
  border-color: #219ECF;
}
#recruiting-container h1 {
  color: #219ECF;
}
#recruiting-container .code-container h2 {
  color: #ffffff;
}
#player-card {
  background-image: -webkit-linear-gradient(-45deg, #219ECF 50%, #197599 50%);
  color: #ffffff;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.5);
}
#player-card h1,
#player-card h2,
#player-card h3,
#player-card h4,
#player-card h5,
#player-card h6 {
  color: #ffffff;
}
#player-card figure {
  -webkit-box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.5);
}
#player-card .bottom-container {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
#payment-wrapper {
  background-color: #ffffff;
  color: #197599;
}
#payment-wrapper .text-success {
  color: #00B21B !important;
}
#payment-wrapper .webview-header {
  background-color: #A20C26;
  color: #ffffff;
}
#payment-wrapper .webview-scroll-view .separator {
  background-color: #A20C26;
}
#payment-wrapper .webview-scroll-view .btn-pink {
  color: #ffffff;
}
#payment-wrapper .webview-scroll-view .btn-pink:hover,
#payment-wrapper .webview-scroll-view .btn-pink:active,
#payment-wrapper .webview-scroll-view .btn-pink.active,
#payment-wrapper .webview-scroll-view .btn-pink:focus {
  background-color: #A20C26;
}
#payment-wrapper .webview-scroll-view .btn-pink:disabled,
#payment-wrapper .webview-scroll-view .btn-pink.disabled {
  background-color: #79a6b7;
  color: #197599;
}
#payment-wrapper .webview-scroll-view .btn-close {
  border-color: #79a6b7;
  color: #197599;
}
#payment-wrapper .webview-scroll-view .btn-close:hover,
#payment-wrapper .webview-scroll-view .btn-close:active,
#payment-wrapper .webview-scroll-view .btn-close.active,
#payment-wrapper .webview-scroll-view .btn-close:focus {
  background-color: #197599;
  color: #ffffff;
}
#payment-wrapper .webview-scroll-view .btn-close:disabled {
  background-color: #79a6b7;
  color: #197599;
}
#payment-wrapper .webview-scroll-view .btn-pay-method {
  border-color: #79a6b7;
}
#payment-wrapper .webview-scroll-view .btn-pay-method.active {
  background-color: #79a6b7;
}
#payment-wrapper .webview-scroll-view .btn-pay-method:disabled {
  background-color: #79a6b7;
}
#payment-wrapper .webview-scroll-view input[type="text"] {
  background-color: #ffffff;
  border-color: #79a6b7;
  color: #00B21B;
}
#payment-wrapper .info-container {
  background-color: #79a6b7;
  color: #ffffff;
}
#payment-wrapper .info-container h3 {
  color: #ffffff;
}
.ip-blocked-container {
  border-color: #A20C26;
}
/*# sourceMappingURL=ColorsExcellent.css.map */