* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html{max-width:100%;}

body{
  background-color:#eff0f5;
  /*background-image:url('bg2.png');*/
  background-size:100%;
  overflow:hidden;
  width:100%;
  max-height:100vh;
}

#body {
  margin: 0 auto;
  max-width:850px;
  font-family: Arial, Helvetica, sans-serif;
  background-position: center top;
  background-size: 100% auto;
  padding:0px 3%;
  width:80%;
}

header{max-width:100%;}
f
.wp-block-group.alignwide.is-layout-flow.wp-block-group-is-layout-flow{
    max-width: 780px;
    padding: 5px 30px !important;
    margin:0 auto !important;    
}



/* Copy Trade Info */

#CopyFidgetTrade{
    background-color: #b6c1f9;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    margin: 10px 10px 0 0;
    padding: 10px;
    float: right;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 4px 4px 1px #a49f9f;
}

#CopyFidgetTrade:hover{
    box-shadow: inset 4px 4px 1px #858585;
}

/* RAINBOW TOGGLE */

.switch {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100px;
  height: 40px;
}

#settingchecklist .switch{float:none; margin-top:0px;}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  font-size: 18px; 
  content:" ";
  padding-left: 7px;
  padding-top: 3px;
  height: 32px;
  width: 29px;
  left: 4px;
  top: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: .4s;
  transition: .4s;
}

#ShowAllRainbows + .slider:before{
  content: "🌈" !important;
}

#IsItNightTime + .slider:before{
  content: "🌙" !important;
}

#IsItNightTime:checked + .slider:before{
  content: "☀️" !important;
}

#IsItNightTime:checked + .slider{
  background-image:none;
  background:#FFDAB4;
}

.slider:after{
    content:"";
    clear:both;
}

input:checked + .slider {
  background-image: linear-gradient(to right, #FFCBE1, #FFDAB4, #F9E1A8, #D6E5BD, #BCD8EC, #DCCCEC);
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(57px);
  -ms-transform: translateX(57px);
  transform: translateX(57px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}        

/* Scroll bar */
::-webkit-scrollbar {
  height: 5px;
  width:3px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #EEAECA !important
}
::-webkit-scrollbar-thumb:hover {
  background: #EEAECA !important
}

.description {
    display: inline-block;
}

/* LOADING IMAGES */

#loading{
  position: fixed;
  z-index: 2; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.6);
  color: white;
  text-align:center;
  visibility: visible;
}

.hiddens#loading{
    transition:visibility 2.2s, opacity 2s ease-in-out ;
    opacity: 0;
    visibility: hidden;
}

#loading img{
  animation: wobble 2s ease infinite;
  width: 50%;
  max-width:700px;
  margin:0 auto;
}

@keyframes wobble {
  0% { transform: translateX(0%); }
  15% { transform: translateX(-25%) rotate(-5deg); }
  30% { transform: translateX(20%) rotate(3deg); }
  45% { transform: translateX(-15%) rotate(-3deg); }
  60% { transform: translateX(10%) rotate(2deg); }
  75% { transform: translateX(-5%) rotate(-1deg); }
  100% { transform: translateX(0%); }
}
/* Style the top room title */
.roomtitle {
  overflow: hidden;
}

.roomtitle p {
  font-weight: bolder;
  font-size: 24px;
  margin:10px 0;
}

/* Trade Box */

.tradebox{
  background-color:#ffffff;
  border-radius: 10px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.FidgetDiv{
    max-width: 90px;
    float: left;
}

.extras {
    z-index: 1;
    position: relative;
}

.extras p {
    float: right;
    color: white;
    font-weight: bold;
    font-size: 13px;
    background: #fd56b0;
    padding: 0 4px;
    border: 1px solid #fd56b0;
    border-radius: 20px;
    min-width: 24px;
    text-align: center;
}

.fidget{
    max-width: 100px;
    margin: 13px 0;
}

.UnderReview {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#UnderReview a{color:white;}

/* Check Add Close Buttons */

.checkaddx{
  width:100%;
  max-height: 70px;
  border-top: 2px solid #eaeaea;
  background-image:none;
  background-size: 100% 100%;
  border-radius: 0 0 10px 10px;
  display:flex;
}

.top{
  border-bottom: 2px solid #eaeaea;
  border-top:0px;
  border-radius: 10px 10px 0 0;
}

.checkaddx:after {
    clear:both;
    display:block;
    content:'';
}

.checkaddx p {
  margin:0;
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont, sans-serif;
  font-size: 40px;
  line-height:70px;
  font-weight: 1000;
  text-align: center;
}

.opp{transform: rotate(180deg);}

.check{
  width:33%;
  float:left;
  border-radius: 0 0 10px 0;
}

.check.yes{background-color: #adf1b5;}
.check p {color:#7fc956}
.check.yes p{color:#fff}

.add{
  width:33%;
  float:left;
  border-right:2px solid #eaeaea;
  border-left:2px solid #eaeaea;
}

.add p{font-size: 50px; color:#6fb6f9;}

.add.yes{
  background-color: #9ac3fc;
  animation-name: add-flash;
  animation-duration: 1s;
}
.add.yes p{color:#fff}

@keyframes add-flash {
  0%   {background-color: rgba(255, 255, 255, 0.1);}
  25%  {background-color: #9ac3fc;}
  50%  {background-color: rgba(255, 255, 255, 0.1);}
  100% {background-color: #9ac3fc;}
}

.x{
  width:34%;
  float:left;
}
#urX:hover{
  cursor: pointer;
  background-color: #f2a6a8;
  color:#fff !important;
}

.x.opp{border-radius: 0 0 0 10px;}
.x{border-radius:0 0 0 10px; color:#eb485c;}

.x.no{
  background-color: #f2a6a8;
}

.x.no p{color:#fff}
.x p {margin-bottom:11px;}

/* Trade Cancel Confirmation box */



/* Trades */

.trades{
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  min-height:130px;
  max-height:130px;
}

#ur-trade{margin-bottom:7px;}

.paddingTradebox{Margin:0 10px;}

.opp-list.ul, .ur-list.ul {
    width: max-content;
}

/* SEARCH */

img.searchfield {
  width:100%; 
  height:auto;
  max-width:207px; 
  aspect-ratio: 1 / 1;
} 

#opp-type {
    overflow: auto;
    height: calc(100vh - 100px);
    margin-top: -80px;
    padding-top: 80px;
    width: 100%;
}

#opp-type::-webkit-scrollbar, body::-webkit-scrollbar-button {
    display: none;
}

.imgFrame{
  width:100%;
  margin:0 auto;
  display:block;
}

img#currentfidget{
    max-width: 300px;
    display: block;
    margin: -55px auto 10px;
    object-fit: cover;
    object-position: 0 63px;
}

.BorderLIM{
  border:4px solid rgba(254,  83, 175, .5) !important;
}

.FidgetName{
  font-size: 27px;
  font-weight:600;
  text-align: center;
  text-wrap: wrap;
  margin: 10px 0 0;
  line-height: 1.25;
}

.SetName, .Value, .ReleaseDate{margin: 2px 0;}

.SearchValue{
    /*display: block !important */
    font-size: 12px;
    margin: 1px -10%;
    text-align: center;
    width: 120%;
    box-shadow: 0px 2px 3px rgb(70 48 48 / 30%);
    font-weight: 900;
    color: #000;
}

/*TEST*/

.Pink{background-color:#EE8FC2; background-color:rgba(238,143,194,0.65); } 

.Orange{background-color:#F3B878; background-color:rgba(243,184,120,0.7); }

.Yellow{background-color:#F3E078; background-color:rgba(255,240,156,0.8); }

.Green{background-color:#9CE79B; background-color:rgba(156,231,155,0.7); }

.Turquoise{background-color:#86E3ED; background-color:rgba(134,227,237,0.6); }

.Blue{background-color:#98B4E2; background-color:rgba(152,180,226,0.75); }

.Purple{background-color:#A39AE1; background-color:rgba(163,154,225,0.8); }

.ReleaseDate {
    text-align: right;
    margin: 0;
    padding: 0;
    margin-bottom: -20px;
    font-size: 14px;
    color: #666;
}

.label{margin: -5px 0 10px; font-size: 12px;}

.Duped{
    text-wrap: auto;
    margin-left: -20px;
    width: calc(100% + 40px);
    background: #d6494f;
    color: white;
    margin-bottom: 20px;
}

#dupe-def em {
    font-style: normal;
    font-size: 11px;
    vertical-align: super;
}

#Dupe-popup {
    z-index: 4;
    background: #8e8f91;
    border: 1px solid #8e8f91;
    border-radius: 15px;
    position: relative;
    float: right;
    width: 280px;
    padding: 1px;
    text-wrap: auto;
    margin: -110px 0 0 0;
}

#Dupe-popup p {
    color: white;
    padding: 0px;
    line-height: 19px;
    margin: 10px;
}

li.searchfield{
  list-style-type: none;
  text-align: center;
}

.search-bar{
  width:100%;
}

.settings, #settings {
    border-radius: 25px !important;
    background: #EDEFF2;
    position: absolute;
    z-index: 2;
    float: right;
    width: 50px;
    right: 49px !important;
    padding: 0px !important;
    height: 50px;
    top: 16px !important;
}

#settings:hover{
    cursor:pointer;
    background-color: #aaa;
    color: #EDEFF2;
}

.settings img, #settings img {
    width: 100%;
}

.stick{
  position: sticky;
  top: 0px;
}

#OppSearchInput, #UrSearchInput{
    width: calc(75% - 65px);
    height: 50px;
    margin: 15px 0 15px 10px;
    border: 1px solid #efefef;
    box-shadow: -5px 6px 9px #d3d3d3;
}

select#dropdown-sort {
    width: calc(25% - 55px)
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.pfp{width: 50px; float:left; margin:10px}

.ftc-user{width:60px;}

h3{Float:left; width:75%; margin-bottom:0; font-weight:800;font-size: 1em !important}
h5{float:left; margin:3px 0 0 0; color:#aaaaaa; font-weight:200;}

.Ur-Right,.Opp-Right{width:35%; margin-top: 10px;}
.Ur-Left,.Opp-Left{Width:150px;float:left;}
.Ur-Right, .Opp-Right{Float:right;}

#urMag, #oppMag,#urSum,#oppSum{float:right;}

#urSum,#oppSum{
  display:none;
  color:#9ea4ba;
  font-size:15px;
  margin:10px 15px 0 0;
  font-display: swap;
  letter-spacing: 3px;
}

#urMag, #oppMag{width:40px; margin:5px 10px 0 0 ;}
#urMag:hover, #oppMag:hover {filter: brightness(1.2);cursor:pointer;}


.ursearchfidget, .oppsearchfidget{
    background-color:#fefefe;
    width: 13.986% /* for 4 across 24.7%*/;
    float: left;
    padding: 1%;
    margin: 0.15%;
    overflow:hidden;
}

.LIM{border:3px solid rgba(254,  83, 175, .5); border-radius:10px;}

.FAIRY{border:3px solid rgba(118, 228, 153, .5); border-radius:10px;}

.ursearchfidget:active, .oppsearchfidget:active { 
  transform: scale(0.9); 
} 

#ursearch::after, #oppsearch::after, #ur-type::after, #opp-type::after, .clear, .clear-trade{
    content: '';
    display: block;
    clear: both;
}

.hidden{display:none !important; font-size:1px;}

.modal-content{background-color: #EDEFF2;}
.fidgetpopup, .settingpopup {background-color:#fefefe;}

.modal, .fidgetpopup, .settingpopup  {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */

#floatingConfirmation{
  z-index:3;
  text-align:center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  visibility: hidden;
  position:fixed;
  left: 0;
  top: 20px;
  width:100%;
  display:none;
}

#floatingConfirmation h3{
    padding: 9px;
    width: fit-content;
    background: rgb(255, 255, 255, 0.7);
    border: 1px solid rgb(255, 255, 255, 0.7);
    border-radius: 15px;
    margin: 0 auto !important;
    float: none;
}

.FadeIn {
    visibility: visible !important;
    display:block !important;
    animation: fadeinAndout 2s ease-in-out 1;
}

@keyframes fadeinAndout {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}

.modal-content, .fidgetpopupcontent, .settingpopupcontent{
  margin: auto;
  padding: 0 20px 20px 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 960px;
}

.fidgetpopupcontent, .settingpopupcontent{
    background-color:#fefefe;
    text-align: center; 
    width:80% !important; 
    max-width: 850px;
    margin-top:20px;
    max-width: 550px;
}

#oppsearch .modal-content{
    height: calc(100vh - 100px);  
    border-radius: 10px 10px 0 0;
}

/* How Many */

#quantity{width:60px;}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 2px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}

/* The Close Button */
#urclose, #oppclose, #urCurrentclose, #oppCurrentclose, #settingclose {
  color: #aaaaaa;
  float: right;
  font-size: 22px;
  font-weight: bold;
  cursor:pointer;
}

#urclose, #oppclose{
    padding: 0 12px;
    border-radius: 20px;
    background-color: #EDEFF2;
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 10px;
}

#urclose:hover, #oppclose:hover {
    background-color: #aaa;
    color: #EDEFF2;
}

#urCurrentclose, #oppCurrentclose{
    margin-top:10px;
    z-index: 1;
    position: relative;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#GoogleAd{
  width: 470px;
  height:62px;
  margin:20px auto;
  margin-bottom:0px;
  border: 1px solid #aaa;
}

/* DARK MODE */
header .has-ti-bg-alt-background-color.dark{background-color:#f3a8c7 !important;}
footer .has-ti-accent-background-color.dark{background-color: #7fadef !important;}

body.dark{background-color:#202020;}

.tradebox.dark {background-color: #282726;}

.checkaddx.dark,
.check.dark p,
.add.dark p,
.x.dark p,
h3.dark,
.roomtitle.dark{color:white;}

.modal-content.dark, .fidgetpopupcontent.dark, .settingpopupcontent.dark {
    background: #343434;
    color:white;
}

.fidgetpopupcontent.dark .number-input button:before, .fidgetpopupcontent.dark .number-input button:after{background-color:white;}

.checkaddx.dark {
    background-image: url(/wp-content/themes/neve-fse-child/nebula-bar.png) !important;
}

.ursearchfidget.dark, .oppsearchfidget.dark {background-color: #222222;}


#OppSearchInput.dark, 
#UrSearchInput.dark{
    border: 1px solid #505050;
    box-shadow: -5px 6px 9px #606060;
    background: #999999;
    color: white;
}

#OppSearchInput.dark::placeholder, 
#UrSearchInput.dark::placeholder{color:#000000;}

#dropdown-sort.dark {background: #ababab;}

.dark .ReleaseDate {color: white;}


/* PRINT LAYOUT */

@media print{
    /* CSS CODE */
  .tradebox{box-shadown:none;}
  .checkaddx {
   display: none;
  }
  .trades{
    min-height:none;
    max-height:none;
  }
  .fidget{
    width:100px;
    border:1px solid gray; border-radius:10px;
    margin-right:5px;
    padding:2px;
    box-align: center;
  }
  #urMag, #oppMag {display: none;}

  .trades{
    display:         flex;
    flex-wrap:       wrap;
    justify-content: center;
  }
}



@media only screen and (max-width:680px){
    #GoogleAd{width:100% !important;}
    .ad{width:100%;}
    
    .fidget {
        max-width: 69px;
        margin: 30px 0;
    }
    .ursearchfidget, .oppsearchfidget {width: 19.7%; /*row of 5*/}
    
    #OppSearchInput, #UrSearchInput{width: calc(65% - 39px);}
    select#dropdown-sort {
        width: calc(31% - 57px);
        padding-left: 2px;
        height: 50px;}
    #Dupe-popup{margin-top:-120px;}
}

@media  only screen and (max-width: 532px) {
    button.wp-block-navigation__responsive-container-open {
        background: #cccccc;
        padding: 1px;
        border-radius: 6px;
    }

    header{max-width:95%;}
    body{max-height:100%;overflow-y:visible;}
    
    .switch {margin-top:0;}
    .wp-site-blocks{padding:0 !important;}
    #body{width:90%;margin-top:-64px;}
    .menu-mobile.wp-block-group.alignwide.is-layout-flow.wp-block-group-is-layout-flow {
        background: none;
        padding-top: 0px !important;
    }
    
    .switch, #CopyFidgetTrade {
        float: none;
    }

    
    .menu-mobile{
        background-color:#eff0f6;
        float:right;
        display:block !important;
        margin-bottom:-10px;
    }
    
    .hamburger-menu{padding-top:7px;}
    .dark #modal-1 {
        background: #282726;
        color: white !important;
    }
    
    h3{font-size:0.8em; margin-top:20px;}
        
}

@media only screen and (max-width:468px){
    
    .trades{
        min-height: 130px;
        max-height: 130px;
    }
    .Ur-Left, .Opp-Left {Width: 100px;}
    
    .ursearchfidget, .oppsearchfidget{
        width: 24.7%; /* 4 row */
    }
    
    img#currentfidget {
        max-width: 270px !important;
        margin:-60px auto 10px;
        display:inline;
    }
    
    .fidget {margin: 25px 0;max-width: 66px;}
    
    h3{font-size:0.8em; margin-top:20px;}
    
    #OppSearchInput, #UrSearchInput{width: calc(55% - 33px);}
    select#dropdown-sort {width: calc(45% - 81px);}
}

@media  only screen and (max-width: 385px) {
    #body {width: 95%;}
    .paddingTradebox {margin: 0 5px;}
    .wp-site-blocks{padding:0 !important;}
    
    /* Headers */
    .Ur-Right, .Opp-Right {width: 45%; margin-top:0px;}
    #urMag, #oppMag {width: 35px;}
    
    .Ur-Left, .Opp-Left {Width: 80px;}
     h3{font-size: 0.75em !important; margin-top: 11px;}
    .ftc-user {width: 50px;}
    
    img#currentfidget {
        margin: -45px auto -15px;
        max-width: 240px !important;
        object-position: 0 48px;
    }
    
    .fidget {margin: 20px -6px 25px 0; max-width: 73px;}
    .pfp {width: 40px; margin: 2px;}
    #urSum, #oppSum {font-size: 12px;}
    
    .checkaddx p {
      margin:0;
      text-align: center;
      font-family: -apple-system,BlinkMacSystemFont, sans-serif;
      font-size: 30px;
      font-weight: 800;
    }
    
    .add p{font-size: 39px; color:#6fb6f9;}
    #Dupe-popup{margin-top:-140px;}
    
    #urclose, #oppclose{right:0;}
    
    select#dropdown-sort {width: calc(45% - 64px);}
    
    .settings, #settings{
        width: 40px;
        right: 39px !important;
        padding: 0px !important;
        height: 40px;
        top: 20px !important;
    }
}

@media  only screen and (max-width: 325px) {
    h3 {
        font-size: 0.65em !important;
        margin-top: 14px;
    }
    
    .Ur-Right, .Opp-Right {width: 45%;}
    #urMag, #oppMag {width: 30px;}
    .Ur-Left, .Opp-Left {Width: 70px;}
        
    img#currentfidget {
        margin: -15px auto 15px;
        max-width: 140 !important;
        object-position: 0 52px;
        width: 100%;
    }
    
    .settings img, #settings img {
        width: 70%;
        margin: 6px;
    }
                
    .site-logo-mobile{
        visibility:hidden;
        height:0px;
    }
}




