.custom-card {
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  margin: 6px 6px 6px 6px;
  background-color: #fff;
}

.custom-card-header {
  background-color: #f5f5f5;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.custom-card-body {
  padding: 15px;
}

.custom-card-footer {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: right;
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 1000px !important;
    overflow-y: auto !important;
}

.inline {
    display: inline-block !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.wrap {
    margin-left: 10px;
    margin-right: 10px;
}

#async-loading {
    height:48px;
    width:28px;
    padding-top:16px;
}

#async-loading-icon.active {
    color: #000000;
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

#async-loading-icon .inactive {
    color: #d1d1d1;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.loading-content {
    padding-top:50px;
    min-height:130px;
}

.loading-icon{
    width:24px;
    height:24px;
}

.center {
    text-align:center;
}

.flashMessage {
    padding:10px;
}

.node {
    width:200px;
    height:100px;
    position:absolute;
    color: #000000;
    background: #ffffff;
    z-index:2;
}
.node.markNode {
    transition: all 1s;
    animation: marknodemove 1s infinite;
}
@keyframes marknodemove {
    from { transform: scale(1.0);}
    to { transform: scale(1.2);}
}
.node-content:hover {
    height:250px;
    width:200px;
    overflow-y:scroll;
    overflow-x:hidden;
    padding-right:6px;
}

.node:hover .node-bottom {
    display:block;
}

.node-content:hover .node-bottom {
    display:block;
}
.node-bottom:hover {
    display:block;
}

.node-title {
    font-weight:bold;
    text-align: center;
}

.node-content {
    width:170px;
    height:70px;
    padding: 5px;
    font-size: 10pt;
    overflow:hidden;
}

.node-details {
    width:100%;
    height:100px;
    font-weight: normal;
    color: #000000;
    background: #ffffff;
    display:none;
    position:relative;
    z-index: 300000;
}

.node-bottom {
    position:absolute;
    top:-30px;
    height:30px;
    width:100%;
    display:none;
}

.node-bottom-block {
    display: block !important;
}

.node-text {
    background: #0abe36;
    color:#000000;
}
.node-tutorial {
    background: #fc0f03;
    color:#000000;
}
.node-tutorial {
    background: #fc0f03;
    color:#000000;
}
.node-specialevent {
    background: #7FB5B5;
    color:#000000;
}
.node-changenodestatus {
    background: #7FB5B5;
    color:#000000;
}
.node-endscreen {
    background: #fc0f03;
    color:#000000;
}
.node-deletestatus {
    border: 5px solid red;
    opacity: 0.5;
}
.node-textuser {
    background: #097525;
    color:#000000;
}

.node-textstatus {
    background: #086122;
    color:#000000;
}

.node-message {
    background: #00bea8;
    color:#000000;
}

.node-popup {
    background: #be3b66;
    color:#000000;
}

.node-decision {
    background: #00b8d4;
    color:#000000;
}

.node-condition {
    background: #da691c;
    color:#000000;
}

.node-input {
    background: #d1cf99;
    color:#000000;
}
.node-diarynote {
    background: #8B4513;
    color:#000000;
}

.node-chapterend {
    background: #d14cc0;
    color:#000000;
}
.node-chapterchoosepopup {
    background: #c842f5;
    color:#000000;
}

.node-image {
    background: #864dd6;
    color:#000000;
}

.node-start {
    background: #9f9ea9;
    color:#000000;
}

.node-chatkind {
    background: #a97289;
    color:#000000;
}

.node-bgsound {
    background: #a9976f;
    color:#000000;
}

.node-sound {
    background: #a96b13;
    color:#000000;
}

.node-soundoff {
    background: #a99236;
    color:#000000;
}

.node-delay {
    background: #6f84a9;
    color:#000000;
}

.node-fadetext {
    background: #96a903;
    color:#000000;
}

.node-payment {
    background: #a9565f;
    color:#000000;
}

.node-gameover {
    background: #202020;
    color: #cfcfcf;
}

.node-werbung {
    background: #202020;
    color: #cfcfcf;
}

.node-anruf {
    background: #ffd682;
    color: #282828;
}

.node-bgchange {
    background: #4479a9;
    color:#000000;
}

.node-avatarchange {
    background: #479da9;
    color:#000000;
}

.node-bitcoins {
    background: #a95959;
    color: #c9c9c9;
}

.node-chapteractivate {
    background: #6e3ea9;
    color: #2a2a2a;
}
.node-linkchattype {
    background: #6e3ea9;
    color: #2a2a2a;
}

.node-media {
    background: #30a99e;
    color: #131313;
}

.node-minigame {
    background: #2e78a9;
    color: #131313;
}

.node-puzzleriddle {
    background: #9780a9;
    color: #2f2f2f;
}

.node-dicegame {
    background: #2336a9;
    color: #b0b0b0;
}

.node-video {
    background: #8fa975;
    color: #000000;
}

.node-audioplayer {
    background: #35a98e;
    color: #000000;
}

.node-gallery {
    background: #49a961;
    color: #000000;
}

.node-cancelwrite {
    background: #009fa9;
    color: #000000;
}

.node-flimmerpicture {
    background: #58a98e;
    color: #000000;
}


.node-removenode {
    background: #a97f72;
    color: #000000;
}

.node-link {
    background: #a95021;
    color: #000000;
}

.node-note {
    background: #5ca900;
    color: #000000;
}

.node-filtereffect {
    background: #a6a983;
    color: #000000;
}

.node-toast {
    background: #71a966;
    color: #480c00;
}


.node-chattypenote {
    background: #2da996;
    color: #480c00;
}

.node-displaytext {
    background: #a56700;
    color: #c7c7c7;
}

.node-textchange {
    background: #004b42;
    color: #dcdcdc;
}

.node-codeinput {
    background: #c83eff;
    color: #dcdcdc;
}

.node-murderpopup {
    background: #970012;
    color: #dcdcdc;
}

.node-chatlistshake {
    background: #6a3339;
    color: #dcdcdc;
}

.node-dynamicgroup {
    background: #ffd31f;
    color: #000000;
}

.node-spy {
    background: #675f38;
    color: #ffffff;
}

.node-genderchoice {
    background: #66c0bd;
    color: #ffffff;
}

.node-themeunlock {
    background: #d3a3d7;
    color: #000000;
}

.node-abwehrscreen {
    background: #494049;
    color: #ffffff;
}
.node-installprogress {
    background: #5cd6ae;
    color: #000000;
}

.node-mirrorchattype {
    background: #5cd6ae;
    color: #000000;
}

.node-opinionpoll {
    background: #2efd42;
    color: #000000;
}
.node-deletechattype {
    background: #ce85f2;
    color: #000000;
}

.node-loadscene {
    background: #7f6e88;
    color: #000000;
}

.node-variable {
    background: #75c1ff;
    color: #000000;
}

.node-mediaremove {
    background: #3c8bcb;
    color: #000000;
}

.node-eastereggcompetition {
    background: #7badd8;
    color: #000000;
}

.whitespace {
    white-space: pre-wrap !important;
}

.busyBorder {
    border: 3px solid #e200d4;
}

.batteryBorder {
    border: 3px solid #d88c00;
}

.beziehungsstatusBorder {
    border: 4px solid #00e42a;
}

.varchangeBorder {
    border: 4px solid #e80016;
}

.smileyBorder {
    border: 4px solid #d48b00;
}

.genderBorder {
    border: 4px solid #c68ac6;
}

.premium_node {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 10px;
    background: #ffe273;
    border-radius: 50%;
}

.smileyContainer {border:1px solid #000; padding: 10px;}
.smileyContainer .items {cursor: pointer; margin-right: 10px;margin-bottom: 10px;}
#loadOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.spellcorrection_highlight {
    background-color: #B4D5FF;
}

ins {
    text-decoration: none;
    background-color: #d4fcbc;
}

del {
    text-decoration: line-through;
    background-color: #fbb6c2;
    color: #555;
}