@charset "UTF-8";
body {
  background: #EBECF0 !important;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a:hover {
  text-decoration: none !important;
}

.main-category {
      padding: 15px 0;
    margin-bottom: 30px;
}
.main-category h3 {
    margin: 0;
    line-height: 64px;
    text-align: center;
    font-size: 35px;
}
.feedbackpage .nav-tabs {
    text-align: center;
    display: block;
    border: 0;
    margin: 25px 0;
}
.feedbackpage .tab-content {
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.feedbackpage .nav-tabs li {
    display: inline-block;
    padding: 10px 20px;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
    margin: 0 10px;
    border-radius: 30px;
}
.feedbackpage .nav-tabs li:hover {
    box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
}
.feedbackpage .nav-tabs a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
.feedbackpage .nav-tabs  img{
    margin-bottom: 10px;
}
.feedbackpage .fade:not(.show) {
    opacity: 1;
}
.feedbackpage textarea {
     height:105px;
 }
.feedbackpage button {
    margin-top:20px;
    box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
    background: blue;
    border-radius: 30px;
    border: 0;
    color: #fff;
    font-weight: 700;
    margin-right: 30px;
}
.feedbackpage button a {
    color:#fff;
}
.feedbackpage button a:hover {
    color:#fff;
    text-decoration:none;
}
.feedbackpage .form-control {
    display: block;
    width: 100%;
   /* height: calc(1.5em + .75rem + 2px);*/
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
}

.feedbackpage input:focus { 
    outline: none !important;
    border: 0 !important;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff !important;
 
 }
.checkbox-area-main .form-group {
    width: 25%;
    float: left;
}
.half-field input{
        width: 32% !important;
    float: left;
    margin-right: 10px;
}
.half-field select{
    width: 29% !important;
    float: left;
    margin-right: 10px;
}
.half-field{
    height: 71px;
}
.choose-file-option .form-group{
        width: 220px;
    height: 300px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    position:relative;
    margin-right: 22px;
    display: inline-block;
}
.choose-file-option .form-group input[type=file] {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #007bff;
}
.add-productfile {
    background: #fff;
    height: 400px;
    border-radius: 6px;
    background-image: url(add-camera-img.png);
    background-repeat: no-repeat;
    background-position: center;
}
.add-productfile .form-group input[type=file] {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #007bff;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.add-half-box .form-group {
        width: 48%;
    display: inline-block;
    margin-right: 4px;
}
.menu-baar {
        text-align: right;
    margin-top: 11px;
}
.menu-baar ul li {
    display: block;
    background: #254979;
    padding: 10px 20px;
    margin: 10px 0;
    text-align: left;
}
.menu-baar ul li a {
    color: #fff;
}
.feedbackpage {
    padding:50px 0;
}
.left-section {
    background: #fff;
    padding: 20px;
    border: 10px double #ebecf0;
    height: 100%;
}
.left-section .logo {
    text-align:center;
    margin-bottom:30px;
}
.right-section {
    border: 7px double #254979;
    padding: 10px;
}
.helpdesk h5 {
    
}
.helpdesk a {
    display: block;
    padding: 8px 8px 8px 0;
    color: #254979;
    font-weight: 600;
    border-bottom: 1px solid #254979;
}
.helpdesk a .fa {
    margin-right:10px;
}
.addlocation-area a {
    color: #fff;
    background: #254979;
    padding: 5px 10px;
    margin: 10px 5px 0 0;
    display: inline-block;
    border-radius: 30px;
}

#pencet{
  display:flex;
  flex-direction:column;
  cursor:pointer;
  top: 16px;
    position: absolute;
    right: 10px;
}

#pencet span{
  background-color:#000;
  width:2em;
  height:.2em;
  margin:0.26em 0;
  display:block;
  transition: all .4s ease;
  transform-origin:0 0;
}

.Diam span:nth-child(1) {
  transform: rotate(45deg) translate(1px, -1px);
}

.Diam span:nth-child(2) {
  Transform: scaleX(0);
}

.Diam span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 0);
}