body.login-body {
  background: #d10b0e url("../../../img/bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

.manage-role-wrap .square-switch {
  margin-bottom: 10px;
}

.manage-role-wrap {
  padding: 15px 0 5px 10px;
  border-radius: 0.25rem;
}

.square-switch {
  margin-right: 7px;
  display: flex;
  align-items: center;
}

.square-switch label {
  margin: 0 10px 0 0;
}

.pfr-ul {
  padding: 0;
  list-style: none;
  margin-top: 10px;
}

.pfr-ul li {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  background: #dcdada url(../../../img/drag-icon.png) 10px 50% no-repeat;
  padding: 8px 8px 8px 30px;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background-size: 12px;
  transition: all 0.2s ease-in-out;
}

.pfr-ul li:hover {
  background: #e6d2d2 url(../../../img/drag-icon-filled.png) 10px 50% no-repeat;
  background-size: 12px;
}

.pfr-ul li .form-group {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pfr-ul li > div {
  flex: 0 0 90%;
}

.pfr-ul li .form-group label {
  background: #263238;
  display: inline-flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0;
}

.pfr-ul li .form-group .input-group {
  width: calc(100% - 50px);
}

.pfr-ul li .form-group .input-group-addon {
  border: 1px solid #9a9a9a;
  background-color: #daaaaa;
  border-radius: 0;
  min-width: 45px;
  color: #fff;
  text-align: center;
  padding-top: 8px;
}

.pfr-ul li .form-group .input-group .form-control {
  border: 1px solid #9a9a9a;
}

.add-form .input-group-addon {
  border: 1px solid #9a9a9a;
  background-color: #daaaaa;
  color: #fff;
  padding-top: 8px;
  text-align: center;
}

.input-group-addon {
  border: 1px solid #e1e5ea;
  background-color: transparent;
  border-radius: 0;
  min-width: 45px;
}

.add-form.input-group .form-control {
  border: 1px solid #9a9a9a;
}

.ui-sortable-handle td:first-child {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  background: url(../../../img/drag-icon.png) 10px 50% no-repeat;
  padding: 8px 8px 8px 30px;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  background-size: 12px;
  transition: all 0.2s ease-in-out;
}

.ui-sortable-handle td:first-child:hover {
  background: url(../../../img/drag-icon-filled.png) 10px 50% no-repeat;
  background-size: 12px;
}
.ui-sortable tr:hover {
  background: #ffdada;
}

.onoffswitch {
  position: relative;
  width: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  height: 20px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: none;
  border-radius: 30px;
}

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 20px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
}

.onoffswitch-inner:before {
  content: "";
  padding-left: 10px;
  background: #22bdff;
  color: #ffffff;
  border-radius: 30px 0 0 30px;
}

.onoffswitch-inner:after {
  content: "";
  padding-right: 10px;
  background: #bbb;
  color: #999999;
  text-align: right;
  border-radius: 0 30px 30px 0;
}

.onoffswitch-switch {
  display: block;
  background: #fff;
  width: 14px;
  height: 14px;
  margin: 0px;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: calc(100% - 18px);
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 4px;
}

.searchbox-wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding: 15px;
  background: #dedede;
  border-radius: 5px;
  justify-content: space-between;
}

.searchbox-wrap span {
  display: inline-block;
  margin: 0;
  font-weight: 600;
  /* width: 125px; */
  white-space: nowrap;
}

.searchbox-wrap input {
  width: calc(100% - 205px);
  margin: 0 15px;
}

/*.searchbox-wrap button {
    margin: 0;
    padding: 5px 12px;
    width: 50px;
}*/

.ui-widget.ui-widget-content {
  max-height: 250px;
  overflow-y: auto;
}

.ui-autocomplete {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ui-autocomplete li {
  margin: 0;
}

.ui-menu-item {
  /*height: 80px;*/
  border: 1px solid #ececf9;
}

.ui-autocomplete li a.ui-menu-item-wrapper {
  display: block;
  background: #fff;
  border-color: #fff;
}

.ui-autocomplete li a.ui-menu-item-wrapper::after {
  content: "";
  display: block;
  clear: both;
}

.ui-autocomplete li a.ui-menu-item-wrapper .list_item_container {
  width: 100%;
  height: auto;
  margin-left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ui-autocomplete li a.ui-menu-item-wrapper .list_item_container .image {
  width: 75px;
  border: 1px solid #dedede;
  text-align: center;
}

.ui-autocomplete li a.ui-menu-item-wrapper .list_item_container .image img {
  width: auto;
  height: 40px;
}

/*.label {
    width: calc(100% - 75px);
    float: right;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(188, 25, 30);
    text-align: left;
}*/

.performance-sortable li {
  width: 100%;
  margin-bottom: 10px;
  background: url(../../../img/drag-icon.png) 10px 50% no-repeat;
  padding: 8px 8px 8px 30px;
  border-radius: 5px;
  background-size: 12px;
  transition: all 0.2s ease-in-out;
}

.performance-sortable li:hover {
  background: #e6d2d2 url(../../../img/drag-icon-filled.png) 10px 50% no-repeat;
  background-size: 12px;
}

.list-group {
  margin-top: 10px;
}

.list-group-item {
  border-color: #b70006;
}

.list-group-item > ul {
  margin: 0;
  margin-left: 35px;
}

.list-group-item > ul li {
  padding: 0;
  border-radius: 0;
  border-color: #263238;
}

.list-group-item > ul li img {
  height: 40px;
  border-radius: 50%;
  max-width: 40px;
}

.right-part-drag {
  color: #ff0008;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.right-part-drag button.close {
  color: #ff0008;
  opacity: 1;
}

.right-part-drag button {
  margin: 0 0 0 5px;
}

.row-drag {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-part-drag {
  font-weight: 600;
  color: #ff0008;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.left-part-drag span {
  position: relative;
  padding: 0 0 0;
  margin: 0 5px 0 0;
}

.performance-sortable .left-part-drag span {
  position: relative;
  padding: 0 15px 0 10px;
}

.performance-sortable .left-part-drag span:before {
  content: "\f14c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ff0008;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  right: -6px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.left-part-drag:hover span:before {
  opacity: 1;
}

.custom-file-label {
  display: none;
}

.custom-file {
  height: calc(1.5em + 0.94rem + 2px);
  padding: 5px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-input {
  opacity: 1;
  height: auto;
}

.autofill-area {
  border: 1px solid #bc191e;
  border-radius: 4px;
  padding: 13px;
}

.event-sortable li .row-drag {
  width: 100%;
  background: url(../../../img/drag-icon.png) 10px 50% no-repeat;
  padding: 8px 8px 8px 30px;
  border-radius: 5px;
  background-size: 12px;
  transition: all 0.2s ease-in-out;
}

.event-sortable li .row-drag:hover {
  background: #e7e1e1 url(../../../img/drag-icon-filled.png) 10px 50% no-repeat;
  background-size: 12px;
}

.event-sortable > li > .row-drag {
  margin-bottom: 5px;
}

.event-sortable li > ul li .row-drag:hover {
  background-color: #e7e1e1;
}

.ui-sortable li:hover {
  background-color: #f7f6f6;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.14);
}

.ui-sortable li img {
  margin: 0 10px 0 5px;
  border: 1px solid #dedede;
  padding: 3px;
}

.inp-game-event-title {
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin: 0 5px 0 0;
  border-radius: 20px;
}

.btn-sm.game-edit-event-title {
  background: #c0c318;
  border: 0 none;
  margin: 0 5px 0 0;
}

.btn-sm.game-save-event-title {
  background: #4caf50;
  border: 0 none;
  margin: 0 5px 0 0;
}

.hide {
  display: none !important;
}

/*.btn {
    border-radius: 30px;
}*/

.btn-right {
  background: #263238;
  color: #fff !important;
  margin: 0 5px 0 0;
}

.add-btn {
  background: red;
  color: #fff !important;
  font-weight: 600;
}

.cowboy-type-ul {
  margin-left: 35px;
}

.cowboy-type {
  font-weight: 600;
  font-size: 18px;
  margin-left: 35px;
}

span.help-block {
  display: inline-block;
  font-size: 11px;
  color: #ff0008;
  margin: 0;
}

.navbar-brand-box {
  background: #2299c3 !important;
  border-bottom: 1px solid #2a3042;
}

.vertical-menu {
  background: #2299c3 !important;
}

#sidebar-menu ul li a,
#sidebar-menu ul li a i {
  color: #fff !important;
}

li.mm-active {
  color: #fff !important;
  background: #202a2f !important;
}

.metismenu ul a:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 13px;
  padding-right: 0;
  position: absolute;
  top: 5px;
  left: 36px;
}

.metismenu a.active {
  font-weight: 700;
}

.btn-primary {
  color: #fff;
  background-color: #34a853;
  border-color: #338d4b;
}

.btn-primary:hover {
  color: #fff;
  background-color: #53e479;
  border-color: #308547;
}

.bg-soft-primary {
  background-color: #2299c3 !important;
}

.bg-soft-primary .text-primary {
  color: #fff !important;
}

.card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.card a.active {
  font-weight: bold;
}

.btn-info {
  background-color: #676464 !important;
  border-color: #3f3131 !important;
}

.badge-soft-success {
  border: 1px solid #34c38f;
}

.badge-soft-warning {
  border: 1px solid #f1b44c;
}

.badge-soft-danger {
  border: 1px solid #f46a6a;
}

.help-info {
  color: #f12a31;
}

input[switch]:checked + label,
.onoffswitch-inner:before {
  background-color: #353232;
}

tbody tr:nth-child(odd) {
  background-color: #e7e7e7;
  color: #000;
}

.table thead th {
  /*    color: #2299C3;
    font-family: monospace;
    font-size: 16px;*/
  border-bottom: 1px solid;
}

.list_item_container h4 {
  font-size: 16px;
  padding-left: 9px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #2299c3;
  border-color: #1d799b;
}

.page-title-box h4 {
  color: #2299c3;
  /*font-family: monospace;*/
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(to right, #ab0909 10%, #e87d25 50%, #ebc064 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*animation: textclip 1.5s linear infinite;*/
  display: inline-block;
}

.badge {
  font-size: 12px;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: #bd3535 !important;
}

.dtp .p10 > a {
  color: #fff !important;
}
.dtp div.dtp-date,
.dtp div.dtp-time {
  background: #953030 !important;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #000 !important;
}

.btn-primary:focus {
  color: #fff;
  background-color: #2299c3;
  border-color: #1d799b;
}

.nav-tabs-custom .nav-item .nav-link.active {
  color: #f87304;
}

.nav-tabs-custom .nav-item .nav-link::after {
  background: #f87304;
}

.lock input,
.lock select,
.lock li {
  background: #d3d3d3 !important;
  pointer-events: none;
}

.lock {
  pointer-events: none;
  background: beige;
  padding: 11px;
}

.lock .left-part-drag {
  background: #d3d3d3;
  color: #000;
  opacity: 0.5;
}

.lock .add-btn,
.lock .delete-event,
.lock .control-label,
.lock .delete-cowboy,
.lock .delete-performance,
.lock .remove-me,
.lock #add-more,
.lock .table-bordered td {
  opacity: 0.3 !important;
}

.lock .searchbox-wrap {
  background: #d3d3d3;
  opacity: 0.5;
}

.lock .table-striped > tbody > tr:nth-child(2n + 1),
.lock .table-striped > tbody > tr:nth-of-type(odd) {
  background: #d3d3d3 !important;
}

.lock .onoffswitch10-inner:before,
.lock .onoffswitch1-inner:before,
.lock .onoffswitch11-inner:before,
.lock .onoffswitch2-inner:before {
  background: grey;
}

.disableSvBtn {
  background: grey;
  pointer-events: none;
}

.disableInsrnceTogle {
  pointer-events: none;
}

.list-group.bg-trans.publish-btn {
  margin: 10px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
}

.list-group.bg-trans.publish-btn button {
  margin: 0 0 15px;
  width: 100%;
  border-radius: 5px;
}

.list-group.bg-trans.publish-btn ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-group.bg-trans.publish-btn ul li {
  font-size: 12px;
  margin: 0 0 10px;
  position: relative;
  padding-left: 20px;
}

.list-group.bg-trans.publish-btn ul li::before {
  content: "\f14e";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #b70006;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.event-none {
  pointer-events: none;
}
.stop-watch {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stop-watch span {
  background: linear-gradient(
    45deg,
    rgba(31, 31, 31, 0.9),
    rgba(31, 31, 31, 0.9) 50%,
    hsla(0, 0%, 53%, 0.9) 50%,
    rgba(135, 135, 135, 0.9)
  );
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  width: 105px;
  font-weight: 600;
  float: right !important;
  white-space: nowrap;
  line-height: 40px;
  margin: 15px 10px;
}
.text-wrap {
  white-space: normal;
}
.width-150 {
  width: 150px;
}
.width-250 {
  width: 253px;
}
.width-100 {
  width: 100px;
}

.scroll-to-top {
  position: fixed;
  bottom: -100px;
  right: 30px;
  /*display: none;*/ /* this is optional if you want fadeIn/fadeOut effect */
  width: 60px;
  height: 60px;
  background-color: #cccccc;
  text-align: center;
  border-radius: 100%;
  color: #000000;
  font-size: 20px;
  padding-top: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.animate-button {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  bottom: 30px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.png-circle-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover; /* Ensures the image covers the area, without distortion */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.sprite {
  width: 100px;  /* Width of a single frame */
  height: 100px; /* Height of a single frame */
  background-image: url('../../../img/ic_loader.gif'); /* The sprite sheet image */
  background-position: 0 0;
  animation: play 1s steps(10) infinite; /* 10 frames */
}

@keyframes play {
  100% {
    background-position: -1000px 0; /* Width of all frames combined */
  }
}
