  .gui-text {
    color: #0077ba;
    right: 0;
    height: 100%;
    width: 25vw;
    padding: 10px;
    background-color: white;
    border-left: 4px #0077ba solid;
    display: flex;
    align-items: center;
  }

.gui-text .heading {
  position: absolute;
  width: 25vw;
  padding: 3px 15px;
  background-color: #004F79;
  border: 4px #0077ba solid;
  color: white;
  font-size: medium;
  z-index: 1000;
  right:0;
  margin:0;
  top:0;
}

  .gui-text > * {
      margin: 5px;
      flex: auto;
  }
  .gui-text textarea {
      width: 100%;
  }
  .gui-text span {
    display: block;
    width: 100%;
    background-color: #21526e;
    color: white;
    padding-left: 10px;
    margin:15px 0 5px 0;
  }

  #textDeleteButton {
      background-color: #D75020;
      border-radius: 4px;
      color:white;
      border:none;
      padding: 10px;
      cursor: pointer;
      transition: all 0.15s ease-in-out;
      width: 100%;
      margin-top: 15px;
  }
  #textDeleteButton:hover{
      background-color: #B1421A;
  }
  #textContent{
      resize: none;
  }

  .newText {
    background-color: #8cc63f;
    border: none;
    color: white;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100%;
    margin-top:10px;
}

/*SLIDER*/
.textSizeSlider {
    -webkit-appearance: none;
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    width: 100%;
   box-sizing: border-box;
  }
  .textSizeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: black;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }
  .textSizeSlider::-webkit-slider-thumb:hover {
    background: black;
  }
  .textSizeSlider:active::-webkit-slider-thumb {
    background: black;
  }
  .textSizeSlider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: black;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }
  .textSizeSlider::-moz-range-thumb:hover {
    background: black;
  }
  .textSizeSlider:active::-moz-range-thumb {
    background: black;
  }
  .textSizeSlider:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px black;
  }
  .textSizeSlider::-ms-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: black;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }
  .textSizeSlider::-ms-thumb:hover {
    background: black;
  }
  .textSizeSlider:active::-ms-thumb {
    background: black;
  }/*https://codepen.io/seanstopnik/pen/CeLqA*/




/* COLOR PICKER */  
  .card {
    overflow: hidden;
  }
    .color-choices {
    width: 100%;
    float: left;
    position: relative;
  }
    .color-choices div {
    width: 33%;
    height: 55px;
    float: left;
    text-align: center;
  }
    .color-choices div input {
    width: 0px;
    height: 0px;
    position: absolute;
    top: -99999px;
    left: -99999px;
  }
  .color-choices div input:checked ~ label:after {
    width: 65px;
    height: 65px;
    margin-top: -32.5px;
    margin-left: -32.5px;
  }
  .color-choices div:nth-of-type(1) label:before {
    background-color: white;
  }
   .color-choices div:nth-of-type(1) label:after {
    background-color: lightgrey;
  }
   .color-choices div:nth-of-type(2) label:before {
    background-color: black;
  }
   .color-choices div:nth-of-type(2) label:after {
    background-color: darkslategrey;
  }
   .color-choices div:nth-of-type(3) label:before {
    background-color: #6e2c00;
  }
   .color-choices div:nth-of-type(3) label:after {
    background-color: #6e4123;
  }
   .color-choices div label {
    width: 55px;
    margin: 5px;
    height: 55px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 20;
    box-sizing: border-box;
  }
   .color-choices div label:before {
    content: "";
    width: 55px;
    height: 55px;
    display: inline-block;
    background: red;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27.5px;
    margin-left: -27.5px;
    border-radius: 50%;
    border: 2px solid rgb(77, 77, 77);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 10;
  }
   .color-choices div label:after {
    content: "";
    width: 52px;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 9;
  }
   .color-choices div label:hover {
    cursor: pointer;
  }
/*https://codepen.io/BeanBaag/pen/XKPoAy*/  






.radiosliderwrapper {
    background-color: #fff;
  }
  .pdx-radio-slider {
    display: inline-flex;
    position: relative;
    width: 100%;
  }
  .pdx-radio-slider .pdx-radio-slider__option {
    display: none;
  }
  .pdx-radio-slider label {
    z-index: 1;
    transition: color 0.4s ease;
    display: flex;
    color: #005687;
    width: 50%;
    height: 50px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .pdx-radio-slider .pdx-radio-slider__option:checked + label {
    color: #fff;
  }
  .pdx-radio-slider .pdx-radio-slider__option:nth-child(1):checked ~ .pdx-radio-slider__slider {
    left: 0;
  }
  .pdx-radio-slider .pdx-radio-slider__option:nth-child(3):checked ~ .pdx-radio-slider__slider {
    left: 50%;
  }
  .pdx-radio-slider__slider {
    z-index: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background-color: #005687;
    transition: left 0.4s ease;
  }
  /* //SLIDER/RADIOSELECT @ FONT */





  @media (max-width: 991px) { 
    .gui-text {
      height: 40vh;
      bottom: 0;
      background-color: white;
      width: 100%;
      border-top: 4px #0077ba solid;
      border-left: none;
      padding-top: 30px;
  }
  .gui-text .container-fluid {
    width: 100%;
    overflow-y: scroll !important;
  }
  
  .gui-text .heading {
    font-size: small;
    display: inline-block;
    position: absolute;
    bottom: 40vh;
    transform: translateY(100%);
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
    top:auto;
  }

  .gui-text .closeBtn {
    position: absolute;
    bottom: calc(40vh + 5px);
    right: 0px;
  }

  .gui-text .container-fluid {
    height: 100%;
  }
 

  }
  @media (min-width: 992px) { 

    .gui-text .closeBtn {
      transform: translateX(calc(100% - 305px))  rotate(-90deg)
    }

  }
