/*#fview{
scale: 1;
transition: 0.3s;
}

#fview:hover{
scale: 1.25!important;
}*/
.virtual_fb_swatch{
    width: 125px;
    font-size: 20px;
    background-color: #000000;
    color: white;
    border: none;
    cursor: pointer;
    margin-left: -15px;
    margin: 0px 0px 0px 10px;
    animation: zoom-in-zoom-out 2s ease-in-out infinite;
}

.virtual_fb_swatch:hover {
    width: 125px;
    font-size: 20px;
    background-color: #626262;
    color: white;
    border: none;
    cursor: pointer;
    margin-left: -15px;
    margin: 0px 0px 0px 10px;
    animation: zoom-in-zoom-out 2s ease-in-out infinite;
}


@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1) rotate(0deg);
  }
  50% {
    transform: scale(1.25, 1.25) rotate(0deg);
    background-color: red;
  }
  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}

.virtual_smart_menu,
.virtual_smart_menu ul,
.virtual_smart_menu li,
.virtual_smart_menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}



 
.virtual_smart_menu {
    height: 50px;
    /* width: 505px; */
    /* background: #4c4e5a; */
    display: flex;
}
 
.virtual_smart_menu li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 40px;
}

.virtual_smart_menu ul { display: none; }

  .virtual_smart_menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 18px;
    text-decoration: none;
 
    border-left: 1px solid #a7a7a7;
    border-right: 1px solid #a7a7a7;
    border-bottom: 0;
    border-top: 0;
    border-style: dashed;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    color: #282829;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,.6);*/
     -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

  .virtual_smart_menu li a:hover {
    color: #FF0000;
    }
 
.virtual_smart_menu li:first-child a { border-left: none; }
.virtual_smart_menu li:last-child a{ border-right: none; }



.virtual_arts{
    text-align: center;
    display: block;
    padding-top: 15px;
    text-transform: uppercase;
}


    .virtualg_leftside {
      margin-top: 0px;
      margin-left:42px;
    }
    
    .virtual_gradient_class {
      font-size: 12px;
    }
    
    .virtual_gradient_class > input {
      display:none;
    }
    
    .virtual_gradient_class input:checked + .virtualg_radio_btns {
        background-color: #FF0000;
        color: #fff;
        cursor: default;
    }
    
    .virtualg_radio_btns {
      width: 45px;
      height: 45px;
      position: relative;
      text-align: center;
      padding: 3px 3px;
      cursor: pointer;
      background-color: #eaeaea;
      float:left;
      margin-right: 15px;
    }
    
    .virtualg_radio_btns > img {
      width: 45px;
      height: 45px;
    }




/* HIDE RADIO */
.virtual_rimg.[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.virtual_rimg.[type=radio] + img {
  /*cursor: pointer;*/
}

/* CHECKED STYLES */
.virtual_rimg.[type=radio]:checked + img {
  outline: 2px solid #f00;

}




.disableoutline{
    opacity: 0.4 !important;
    cursor: default;
    scale: 0.8;
}

.enableoutline{
    opacity: 1 !important;
    cursor: pointer;
    scale: 1;
}

.text_arch{
 cursor: pointer;
 transition: 0.3s;
 display: block;
}

.text_arch:hover{
  opacity: 0.7;
  background-color: #b9b7b7;
  display: block;
}

.text_arch_active{
  opacity: 0.7;
  background-color: #b9b7b7;
  display: block;
}

.outline0{
 cursor: pointer;
  transition: 0.3s;
}

.outline0:hover{
  opacity: 0.7;
}

  .form-group-eform{
    width: 100%!important;
    margin-bottom: 10px!important;
  }

.virtualhl {
  /*display: block;
  background-color: black;
  padding: 20px 0px;
  letter-spacing: 1px;*/

  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 25px;
  font-weight: 400;
  color: black;
}
.virtualhlp{
padding-top: 5px;
margin-bottom: -5px;
} 
.virtualhlspan{
padding-top: 10px;
}      

.virtualsehed{
    cursor: pointer;
    font-weight: 800;
    font-size: 24px;
    display: block;
    margin-top: 10px;
}

.chali {
        padding: 10px;
        }
.panel-group {
  margin-bottom: 20px;
}
.chali .panel {
  border: 0px !important;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.chali .panel-default > .panel-heading {
  font-family: 'Sarala', sans-serif;
  font-size: 14px;
  color: #242424;
  font-weight: 700;
  padding: 0px;
  border: 0px;
  background-color: #e4e4e4;
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.5);
  height: 51.6px;
}
.chali .panel-default > .panel-heading .panel-title {
}
.chali .panel-default > .panel-heading .panel-title a {
  font-family: 'Sarala', sans-serif;
  font-size: 18px;
  color: #242424;
  font-weight: 700;
  padding: 15px 15px;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: left;
  text-shadow: -1px 1px 2px #000,
          1px 1px 2px #000,
          1px -1px 0 #000,
          -1px -1px 0 #000;
  /*text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000, 0 0 20px #000, 0 0 25px #000;
  text-shadow: 0 0 0.2px #000, 0 0 10px #000, 0 0 15px #000, 0 0 0px #000, 0 0 0px #000;*/
}

.picker {
  display: flex;
  float: right;
  width: 100%;
  height: auto;
  height: 35px;
  margin-top: -35px;
  margin-right: 41px;
  padding: 7px 0px 0px 10px;
  border-radius: 5px;
  margin: 0 18px;
  border-radius: 5px;
  cursor: pointer;
  border: solid;
  color: black;
}

.newcolorcircle {
  width: 30px !important;
  height: 30px !important;
  padding: 10px 16px !important;
  line-height: 1.33 !important;
  border-radius: 5px !important;
  /*margin: -47px 320px 0px 0px !important;*/
  margin: -62px 10px 0px 0px !important;
}

.lara_color ul li span {
  display: block;
  position: relative;
}

.lara_color ul li span {
  display: inline-table;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  border-radius: 10%;
  border: 1px solid #ececec;
  display: inline-block;
  background-clip: padding-box;
  transition: .5s;
}

.lara_color ul li {
  display: inline-block;
  padding: 0px;
}


.virtual-toggle-el {
  /*padding: 2rem;
  height: 240px;*/
  background: none;
  transition: all 0.2s ease;
  opacity: 1;
  margin-top: 1rem;
  overflow: hidden;
}

input[type=checkbox].hide-input:checked + .virtual-toggle-el {
  height: 0;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}

input.hide-input {
  position: absolute;
  left: -999em;
}

label.virtual-toggle {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  padding: 0.5em 1em;
  font-size: 1rem;
  color: none;
  background: none;
  border-radius: 3px;
  user-select: none;
  width: inherit;
  height: inherit;
}



form { max-width:420px; margin-left: -15px; }

.feedback-input {
  color:black;
  font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: transparent;
  border:2px solid #CC6666;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 15px;
  width:100%;
  box-sizing: border-box;
  outline:0;
}

.feedback-input:focus { border:2px solid #CC4949; }

textarea {
  height: 150px;
  line-height: 150%;
  resize:vertical;
}

