

.btn-grad {
background: rgb(236,236,236);
background: linear-gradient(158deg, rgba(236,236,236,1) 1%, rgba(0,50,107,1) 81%);
}

/* ------------------------iamge preview------------------ */
    .image_div_col{
      position: relative;
      /* border: 1px solid red; */
      border-radius: 10px;
    }
    .image_div_col img{
      position: absolute;
      height: 90%;
      width: 100%x;
      top: 50%;
      transform:translateY(-50%);
      left: 30px;
    }
    .image_div_col label{
      position: absolute;
      font-size: 40px;
      top: 50%;
      transform:translateY(-50%);
      cursor: pointer;
      right: 30px;
    }
      .image_div_col label i{
        color: gray;
      }
    .image_preview_div{
      border: 2px solid gray;
      height: 100%;
      border-radius: 10px;
      padding: 8px;

    }
    /* -------------------------------------------------------- */
.main-panel{
  display:flex!important;
  margin: auto!important;
  justify-content: center;
}
.btn-grad {
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.nav-heading{
    /* position:absolute; */
    color: #fff!important;
    font-weight: bold;
    left:45%;
}

.line {
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 40px;
  background: rgb(204, 204, 204);
}

.line-all {
  width: 101%;
  height: 2px;
  margin-bottom: 20px;
  margin-top: 8px;
background: rgb(236,236,236);
background: linear-gradient(158deg, rgba(236,236,236,1) 1%, rgba(0,50,107,1) 81%);
}

label {
  font-weight: bold;
  font-size: 14px;
  color: rgb(51, 51, 51) !important;
}


#red {
  color: red;
}
.nav2{
  display: none;
}

input[type=text], input[type=password], input[type=file], input[type=email], input[type=date], input[type=number], select,textarea {
  border: 1px solid  #00326B !important;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=file]:focus, input[type=date]:focus, option:focus, input[type=number]:focus,textarea:focus, select:focus {
  border: 1px solid  #DF2800 !important;
  box-shadow: 0px 0px 8px #88C6F0 !important;
}
input{
  margin-bottom: 10px;
}
/*
.press_id_div{
  position: relative;
}
.hide_input{
  position: absolute;
  top: 0;
  right: 15px;
  height: 32px;
  width: 148px;
  pointer-events: none;
  padding: 2px;
  background: #eee;
} */

  @media screen and (max-width:1400px) {
    label {
      margin-left: 20px !important;
    }

    @media screen and (max-width:970px) {
      .container {
        margin-top: 40px !important;
        max-width: 95% !important;
      }


    }

    @media screen and (max-width:780px) {
      .container {
        margin-top: 40px !important;
        max-width: 98% !important;
      }

      .nav2 {
        display: block;
        text-align: center;
        z-index: -1;
      }

      .nav-head {
        font-size: 18px;
      }

      nav button {
        font-size: 12px !important;
        padding: 2px 4px 2px 4px !important;
      }
/*
      .nav-heading {
        display: none;
      } */
      .admin-home{
        position: absolute;
        top: 60.5px;
        right: 0px;
      }
.row, .col-3 ,.col-md-3{
  margin: 0!important;
  padding: 0!important;
}
    .form_div{
      display: flex;
      justify-content: space-between;
    }
      .line-all {
        width: 104%;
        margin-left: -13px !important;
      }

      label {
        margin-left: 5px !important;
      }
    }
    @media screen and (max-width:600px) {
      .nav2{
        text-align: left;
      }
    }
