.deletepng{
          width:50px;
          height:50px;
          z-index:9999;
        }
        #preview>div.backgroundimg{
          width:439px;
          height:291px;
        }
        .fleft{
          float:left;
        }
        .upload-avatar{
          z-index:99;
        }
        .upload-logo{
          z-index:99;
        }
        .cards{
          height: 291px;
          width: 439px;
          -webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
          -moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
          box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.75);
          cursor:crosshair;
        }
        div[contenteditable]{
          cursor:text;
        }
        .colorpicker-element>span>i{
          width:40px!important;
          height:40px!important;
          border-radius:50px!important;
        }
        .colorpicker-element>input{
          display:  none;
        }
        .colorwrap{
          display:inline-flex;
          margin-left:100px;
        }
        .colorpickerwrap{
          position:   relative; 
        }
        .row{
          margin: 0px;
          padding: 0px;
        }
        .rowblock{
          display:block;
        }
        .iframe-holder{
          margin-bottom: 10px;
        }
        .accordion-container{
          position: relative;
          max-width: 500px;
          height: auto;
          /*margin: 10px auto;*/
        }
        .accordion-container > h2{
          text-align: center;
          color: #fff;
          padding-bottom: 5px;
          margin-bottom: 20px;
          padding-bottom: 15px;
          border-bottom: 1px solid #ddd;
        }
        .set{
          position: relative;
          width: 100%;
          height: auto;
          background-color: #262626;
        }
        .set:hover{
          background-color: #3d3d3d;
        }
        .set > a{
          display: block;
          padding: 10px 15px;
          text-decoration: none;
          color: #fff;
          font-weight: 600;
          border-bottom: 1px solid #000;
          -webkit-transition:all 0.2s linear;
          -moz-transition:all 0.2s linear;
          transition:all 0.2s linear;
        }
        .set > a i{
          float: right;
          margin-top: 2px;
          color:white;
        }
        .set > a.active{
          background-color:#6eccf2;
          color: #fff;
        }
        .content{
          background-color: #fff;
          border-bottom: 1px solid #ddd;
          display:none;
          min-height:200px;
        }
        .content p{
          padding: 10px 15px;
          margin: 0;
          color: #333;
        }
        #color-picker-rgb>span>i{
          border : 1px solid black;
          display: none;
        }
        #color-picker-rgb2>span>i{
          border : 1px solid black;
        }
        .italic{
          font-style: italic;
        }
        .bold{
          font-weight: 900;
        }
        .input-group-addon{
          display: none;
        }
        .radiohidden{
          display: none;
        }
      }
      .font-size-label { margin-right: 20px; }
      #font-size { margin: 0 5px; }
      .containersize { 
        width: 500px;
        text-align: center;
      }
      .highlight{
  font-weight: 900;
  color:white;
}