html {
  scroll-behavior: smooth;
}

.logo-img {
  width: 7%;
  padding: 3px;
}

.nav-sec {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 5px;
}

body {
  font-family: Verdana, sans-serif;
}

/*grievance-form*/
.grievance-form {
  padding: 2em 0 3em;
}

.header {
  margin-bottom: 30px;
}

.title {
  letter-spacing: 0;
  font-size: 25px;
  color: #cb5f00;
  font-weight: 600;
}

.survey-form h5 {
  font-size: 16px;
  color: #cb5f00;
  font-weight: 600;
}

.blank-div {
  padding: 5px;
}

.divider {
  width: 100%;
  height: 1px;
  background: #cb5f00;
}

.giv-information-sec {
  padding: 15px 0 0 0;
}

#description {
  font-size: 24px;
}

.form_wrapper {
  background: rgba(255, 255, 255, 1);
  width: 97%;
  padding: 40px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

/* .form_wrapper:before{
    content: "";
    width: 85%;
    height: calc(100% + 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    background: #0d59b9;
    z-index: -1;
    opacity: 0.8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
      
}*/
.form-group {
  margin-bottom: 7px;
}

.form-group>label,
.form-details>label,
.check-bx-left>label {
  display: flex;
  font-size: 12px;
  padding: 0 5px;
  color: #555;
  margin: 0 0 4px;
  font-weight: 600;
  align-items: center;
  /*    justify-content: end;*/
}

#check-box-st {
  font-size: 10px;
  padding: 0 5px;
  color: #555;
  margin: 0 0 4px;
  font-weight: 600;
  display: block;
}

.custom-control-label {
  color: #000;
  font-size: 16px;
}

.captcha-area {
  display: flex;
  /*height: 65px;
  margin: 30px 0 20px;*/
  align-items: center;
  justify-content: space-between;
}

.captcha-area .captcha-img {
  /*height: 100%;
  width: 345px;*/
  user-select: none;
  background: #000;
  border-radius: 5px;
  position: relative;
  width: 75%;
}

.captcha-img img {
  width: 100%;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.95;
}

.captcha-img .captcha {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #000;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0px;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #b1b1b1;
}

.reload-btn {
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #cb5f00;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.reload-btn:hover {
  background: #8a3e00;
}

.reload-btn {
  width: 45px;
  height: 100%;
  font-size: 24px;
}

.side-btn {
  background: #cb5f00;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 5px 20px;
  transition: 0.5s;
  color: #fff;
  border: none;
  cursor: pointer;
}

.side-btn:hover {
  background: #8a3e00;
  color: #fff;
}

button:focus {
  outline: none;
}

.captcha-area .reload-btn i {
  transition: transform 0.3s ease;
}

.captcha-area .reload-btn:hover i {
  transform: rotate(15deg);
}

.input-area {
  height: 60px;
  width: 100%;
  position: relative;
}

.form-control {
  /*     height: 50px;*/
  background: #ecf0f4;
  border-color: transparent;
  padding: 0 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #cb5f00;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.form_wrapper .input_field {
  position: relative;
  margin-bottom: 20px;
  -webkit-animation: bounce 0.6s ease-out;
  animation: bounce 0.6s ease-out;
}

.form_wrapper .input_field>span {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  height: 100%;
  border-right: 1px solid #cccccc;
  text-align: center;
  background: #cb5f00;
  padding: 0 10px;
}

.form_wrapper .input_field>span>i {
  vertical-align: -webkit-baseline-middle;
}

.form_wrapper .textarea_field>span>i {
  padding-top: 10px;
}

.input-bg h6 {
  font-size: 13px;
  color: #414141;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.input-bg {
  width: 100%;
  padding: 6px 10px;
  border-bottom: 1px solid rgb(237 237 237 / 80%);
  border-top: none;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  background: rgb(237, 237, 237, 0.7);
}

.form_wrapper input,
.form_wrapper textarea,
.form_wrapper select {
  width: 100%;
  padding: 6px 10px;
  border-bottom: 1px solid rgb(237 237 237 / 80%);
  border-top: none;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 13px;
  color: #515151;
  background: rgb(237, 237, 237, 0.7);
}

.form_wrapper input:hover,
.form_wrapper textarea:hover,
.form_wrapper select:hover {
  background: #fafafa;
}

.form_wrapper input:focus,
.form_wrapper textarea:focus,
.form_wrapper select:focus {
  outline: none;
  border-bottom: 1.5px solid rgba(203, 95, 0, 0.6);
  background: #fafafa;
}

.check-box-sec label>span {
  float: left;
  width: 25%;
  margin-top: 12px;
  padding-right: 10px;
}

.custom-control-label {
  margin: 0 !important;
  padding: 0;
  /* display: flex; */
  font-size: 13px;
  white-space: nowrap;
}

.chk-bx {
  margin: 0 0 0 30px;
}

.grievance-chk-bx {
  display: inline-block;
}

.sort-sec {
  display: inline-block;
  margin: 0 10px;
}

.frm-btn {
  margin: 35px auto 0;
  text-align: center;
}

.custom-control-label::before,
.custom-control-label::after {
  border-radius: 0 !important;
}

/*.check-bx-right{
  float: left;
  margin: 0;
}
.sm-complain-bx{
  padding: 3px 0 7px 0;
  display: inline-flex;
}
.grs-search{
    display: flex;
    vertical-align: bottom;
    position: absolute;
    top: 20px;
}*/



/*.action-button {
    display: inline-block!important;
    font-weight: 500;
    letter-spacing: 0.5px;
    background: #0d59b9;
    color: #fff;
    padding: 7px 7px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    box-shadow: 0 0 0 1px white, 0 0 0 2px #2f3cab;
    border: 2px solid #fff;
    cursor: pointer;
    margin: 0 6px;
    font-size: 14px;
    display: table;
    width: 100%;
}
.action-button:hover, .action-button:focus:hover {
  background: #003c89;
  color: #fff;
  box-shadow:0 0 0 1px white, 0 0 0 2px #003c89;
}*/


/*login-form*/

/*.login-page {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}*/
/* .login-form{
  height: 107vh;
} */
.registration-frm {
  height: auto;
}

/*.login-page::before {
  z-index: 1;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(100 171 239 / 70%);
  width: 100%;
  height: 100%;
}*/
/* .login-page .login-frm {
  position: relative;
  z-index: 1;
  left: 0;
  background: #fff;
  width: 40%;
  padding: 35px 35px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 auto;
} */

/* .registration-frm {
  position: relative;
  z-index: 1;
  top: 2%;
  left: 0;
  background: #fff;
  width: 40%;
  padding: 15px 35px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 auto;
} */

.sign-up p {
  font-size: 15px;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

.sign-up p a {
  color: #cb5f00;
  font-weight: 600;
}

.login-page .form h5 {
  margin: 0 0;
  color: #cb5f00;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.login-page .form h6 {
  color: #cb5f00;
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0 10px;
}

.title-heading-sec {
  margin: 0px 0 20px;
  text-align: center;
  border-bottom: 0.3px solid #cb5f00;
}

.title-heading-sec p {
  font-weight: 500;
  font-size: 14px;
  color: red;
  text-align: center;
}

.form-check-label {
  display: flex;
  color: #555;
  font-size: 13px;
  align-items: flex-start;
  font-weight: 600;
  margin: 0;
}

.login-page .form input,
.login-page .form textarea,
.login-page .form select,
.login-page .form date {
  width: 100%;
  padding: 7px 10px;
  margin: 2px 0;
  /*border-bottom: 1px solid rgb(237 237 237 / 80%);
    border-top: none;
    border-left: none;
    border-right: none;*/
  border: 1px solid #dadada;
  border-radius: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  color: #515151;
  background: rgb(249 249 249 / 70%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  box-shadow: inset 0 0 10px 0 #e7e7e7;
}

.login-page .form input:hover {
  background: #fafafa;
}

.login-page .form input:focus {
  outline: none;
  border-bottom: 1.5px solid rgba(203, 95, 0, 0.6);
  background: #fafafa;
}

.login-btn {
  background: #cb5f00;
  width: 100%;
  padding: 10px 20px;
  letter-spacing: 0.5px;
  border: 0;
  color: #fff !important;
  font-size: 13px;
  font-weight: 400;
  margin: 10px 0 0;
  text-align: center;
}

.login-btn:hover {
  background: #8a3e00;
  color: #fff;
}

.login-btn:focus {
  border-radius: 0;
  outline: none;
}

.login-btn-sec .form-group:last-child {
  margin: 0 10px;
}

.login-btn-sec {
  display: flex;
}

a:hover {
  text-decoration: none;
}


.view-sm-complain-bx {
  padding: 3px 0 7px 0;
  width: 100%;
  overflow-x: hidden;
  height: 10vh;
}

.merged-ticket-sec {
  height: 50px;
  overflow-y: scroll;
}

/*table-sec*/
.tb-title th {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle !important;
  font-weight: 500;
  padding: 10px 5px;
}

.tb-title {
  background: #cb5f00;
  color: #fff;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px !important;
  font-size: 13px;
  letter-spacing: 0;
}

td a {
  color: #000;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.table i {
  margin: 0 auto;
  display: table;
  font-size: 15px;
}



.grivance-a {
  font-size: 14px;
  color: #cb5f00;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  display: table;
}

.form-btn1 {
  margin: 25px auto 0;
  display: table;
}

.form-btn {
  margin: 10px 0 0;

}


.form_wrapper:before {
  content: "";
  width: 85%;
  height: calc(100% + 30px);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -15px;
  background: #cb5f00;
  z-index: -1;
  opacity: 0.8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}


/*access-panel*/
.icon-box img {
  width: 22%;
  margin: 0 0 5px;
}

.access-panel-sec {
  padding: 10em 2em 4em;
}

.panel-box {
  text-align: center;
  padding: 25px;
  margin: 15px 0;
  background: #f7f7f7;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all 0.3s ease-out;
}

.panel-box:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.panel-box h4 {
  font-weight: 600;
  margin: 0;
  padding: 7px 0 0;
  color: #212121;
  font-size: 17px;
}

.title-sec {
  text-align: center;
  padding: 0 0 5px;
}

.title-sec h5 {
  color: #cb5f00;
}

/*grivance-management*/
.grievance-management,
.grievance-management p,
.complainant-sec,
.complainant-sec p {
  text-align: left;
}

.grievance-management,
.complainant-sec {
  padding: 10px 0;
}

.grievance-management h6,
.complainant-sec h6 {
  margin: 0 0 10px;
  text-align: center;
  border-bottom: 0.3px solid #cb5f00;
  background: rgb(255 243 235 / 50%);
}

.complainant-sec a {
  font-size: 15px;
}

.management-text {
  padding: 25px 0 0;
}

.blank-div {
  padding: 15px;
}

.complainant-dashboard-table {
  padding: 15px 0 0;
}