body{
    font-family: 'Lato', sans-serif!important;
    color: #000;
    /* font-family: "Kanit", sans-serif!important; */
}
.dashboard-sec{
    padding: 0.5em 0;
}
.login-page .col-lg-4{
    padding: 0;
}
/*nav-sec*/
.navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.nav-img{
    width:20%;
}
/*login-form*/
a{
    text-decoration: none;
}

.login-page {
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  background-position: center;
}
/*.login-page::before {
  z-index: 1;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(115 115 115 / 35%);
  width: 100%;
  height: 100%;
}*/
.login-page .form {
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    width: 94%;
    padding: 30px 30px 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 auto;
    height: 100%;
    float: right;
}
.login-form{
    height: 100vh;
}
.login-sec{
    padding: 40px 0;
}
.logo-img{
    width: 32%;
    margin: 0 auto 25px;
    display: table;

}
.login-page .form h5 {
    margin: 0 0 20px;
    color: #0d59b9;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.7px;
}
.login-page .form input {
    width: 100%;
    padding: 10px 13px;
    margin: 0;
    letter-spacing: 0.2px;
    border-bottom: 1.5px solid rgb(179 179 179 / 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: 14px;
    color: #515151;
    background: rgb(239 239 239 / 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;
}
.login-page .form input:hover{
    background: #fafafa;
}
.login-page .form input:focus {
  outline: none;
  border-bottom: 1.5px solid rgb(13,89,185,0.6);
  background: #fafafa;
}
.login-page .form .login-btn {
    background: #0d59b9;
    width: 100%;
    padding: 7px 30px;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 0;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.login-page .form .login-btn:hover {
  background: #003c89;
  color: #fff;
}
.login-page .form .login-btn:focus{
  border-radius: 0;
  outline: none;
}
a:hover{
  text-decoration: none;
}
.login-left-content h3{
    font-size: 50px;
    color: #004085;
    font-weight: bold;
    text-shadow: -2px 3px 0 rgb(157 157 157 / 50%);
    /* margin: 0; */
    line-height: 53px;
    letter-spacing: 0.5px;
}
.login-left-content h6{
    font-size: 23px;
    letter-spacing: 1px;
    color: #fff;
    background: rgb(0 0 0 / 73%);
    padding: 2px 15px;
    width: 50%;
    margin: 13px 0 0;
}
/* .login-left-content {
    position: relative;
    z-index: 9;
    left: 10%;
    top: 30%;
} */



/*dashboard*/
.radius-10 {
    border-radius: 10px !important;
}

.border-info {
    border-left: 5px solid  #0ab5e1 !important;
}
.border-success {
    border-left: 5px solid  #14b979 !important;
}

.title{
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    
}
.card {
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: .25rem;
    margin: 15px;
    padding: 0 7px;
    transition: all 0.3s ease-out;
}
.card:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bg-gradient-scooter {
    background: #17ead9;
    background: -webkit-linear-gradient( 
45deg
 , #17ead9, #6078ea)!important;
    background: linear-gradient( 
45deg
 , #17ead9, #6078ea)!important;
}
.widgets-icons-2 {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    font-size: 28px;
    border-radius: 10px;
}
.rounded-circle {
    border-radius: 50%!important;
}
.text-white {
    color: #fff!important;
}
.ms-auto {
    margin-left: auto!important;
}
/*.bg-gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient( 
45deg
 , #f54ea2, #ff7676)!important;
    background: linear-gradient( 
45deg
 , #f54ea2, #ff7676)!important;
}*/

.bg-gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient( 
45deg
 , #00b09b, #96c93d)!important;
    background: linear-gradient( 
45deg
 , #00b09b, #96c93d)!important;
}

/*.bg-gradient-blooker {
    background: #ffdf40;
    background: -webkit-linear-gradient( 
45deg
 , #ffdf40, #ff8359)!important;
    background: linear-gradient( 
45deg
 , #ffdf40, #ff8359)!important;
}*/
.icon-sec{
    width: 50px;
}

.listing-btn{
    background: #0d59b9;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 7px 15px;
    text-align: center;
    margin: 0;
    transition: 0.5s;
    border-radius: 5px;
}
.listing-btn:hover{
    background: #003c89;
    color: #fff;
}
/*point-data*/
.point-data-sec {
  font-family: 'Roboto', Arial, sans-serif;
  margin: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  color: #9e9e9e;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out;
}
.point-data-sec:hover{
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.point-data-sec *,
.point-data-sec *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.point-data-sec figcaption {
  padding: 30px;
}

.point-data-sec h3,.card2 .title {
  color: #3c3c3c;
}

.point-data-sec p {
  font-size: 0.9em;
  font-weight: 300;
  margin: 0 0 20px;
}
.icon-images {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.img {
    width: 50px;
    text-align: center;
}


/*facility*/
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -8px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
    font-size: 27px;
}

.card2 {
  display: block;
  top: 0px;
  position: relative;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 40px 25px;
  margin: 0;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 1px solid #f2f8f9;
  transition: 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.card2:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1px solid #cccccc;
  background-color: white;
}
.card2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #00838d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(2);
  transform-origin: 50% 50%;
  transition: transform 0.15s ease-out;
}
.card2:hover:before {
  transform: scale(2.15);
}
.title1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #555;
}

/*form*/
.form-wrap{
    background: rgba(255,255,255,1);
    width: 100%;
    max-width: 850px;
    padding: 50px;
    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-wrap:before{
    content: "";
    width: 90%;
    height: calc(100% + 60px);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    background: #00bcd9;
    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: 12px;
}
.form-group > b{
    display: block;
    font-size: 15px;   
    letter-spacing: 0.5px; 
    color: #494949;
    padding: 0 0 5px;
}
.custom-control-label{
    color: #000;
    font-size: 16px;
}
.form-control{
    height: 45px;
    background: #ecf0f4;
    border-color: transparent;
    padding: 10px 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: #00bcd9;
    -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);
}
textarea.form-control{
    height: 100px;
    padding-top: 15px;
    resize: none;
}

.btn{
    padding: .657rem .75rem;
    font-size: 18px;
    letter-spacing: 0.050em;
    -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;
        margin: 25px 0 0;
}

.btn-primary {
  color: #fff;
  background-color: #00bcd9;
  border-color: #00bcd9;
}

.btn-primary:hover {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
    -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);
}

.btn-primary:focus, .btn-primary.focus {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
  -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);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #00bcd9;
  background-color: #ffffff;
  border-color: #00bcd9;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -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);
}
/* span{
    color: red;
} */
select.form-control:not([size]):not([multiple]){
    height: 45px;
}
#survey-form {
    background: #ffffff;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}
#survey-form h6{
    font-size: 21px;
    text-align: center;
    color: #009db5;
    font-weight: 600;
    margin: 0 0 20px;
}



/*table-sec*/
.tb-title th{
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle!important;
    font-weight: 500;
    padding: 10px 5px;
    letter-spacing: 0.5px;
}
.table{
    margin: 10px 0;
}
.table-sm th {
    font-size: 13px;
    text-align: center;
}
.tb-title {
    background: #00bcd9;
    color: #fff;
}

.td-body td{
  font-size: 13px;
  vertical-align: baseline;
  text-align: center;
}
.td-body i{
  font-size: 15px;
  text-align: center;
  display: block;
  margin: 2px 0 0;
  color: #0d59b9;
}
.side-btn{
  background: #0d59b9;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 5px 20px;
  transition: 0.5s;
  color: #fff;
  border: none;
  cursor: pointer;
}
.side-btn:hover{
  background: #003c89;
  color: #fff;
}
.table-responsive {
    overflow-y: auto;
    height: 395px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
}
.comp-col{
  padding: 0 5px;
}
.filter-row {
    background: rgb(33,150,243,0.2);
    padding: 5px 10px;
    margin: 15px 0 0;
}
.table-hover tbody tr:hover {
    background: rgb(33,150,243,0.1);
}
.filter-row .form-group{
  margin: 0;
}





/*desktop-view*/

body{
  font-family: 'Lato', sans-serif;
}

/*login-form*/
a{
    text-decoration: none;
}

/*.login-page {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  background-position: center;
}*/
/* .left-banner{
      background-image: url(https://upload.wikimedia.org/wikipedia/en/c/c3/Howrah_Municipal_Corporation_logo.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
       width: 50%;
       height: 50%;
} */
/*.login-page::before {
  z-index: 1;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(115 115 115 / 35%);
  width: 100%;
  height: 100%;
}*/
.login-page .form {
    position: relative;
    z-index: 9;
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    width: 100%;
    padding: 30px 30px 40px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 auto;
    height: 100%;
    float: right;
}
.login-form{
    height: 100vh;
}
.login-sec{
    padding: 40px 0;
}
.logo-img{
    width: 150px;
    margin: 0 auto 25px;
    display: table;
}
.login-page .form h5 {
    margin: 0 0 20px;
    color: #0d59b9;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.7px;
}
.login-page .form input {
    width: 100%;
    padding: 10px 13px;
    margin: 0;
    letter-spacing: 0.2px;
    border-bottom: 1.5px solid rgb(179 179 179 / 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: 14px;
    color: #515151;
    background: rgb(239 239 239 / 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;
}
.login-page .form input:hover{
    background: #fafafa;
}
.login-page .form input:focus {
  outline: none;
  border-bottom: 1.5px solid rgb(13,89,185,0.6);
  background: #fafafa;
}
.login-page .form .login-btn {
    background: #0d59b9;
    width: 100%;
    padding: 7px 30px;
    border: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 0;
    text-align: center;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.login-page .form .login-btn:hover {
  background: #003c89;
  color: #fff;
}
.login-page .form .login-btn:focus{
  border-radius: 0;
  outline: none;
}
a:hover{
  text-decoration: none;
}
/*.login-left-content h3{
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    text-shadow: -2px 3px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    line-height: 53px;
    letter-spacing: 0.5px;
}
.login-left-content h6{
    font-size: 23px;
    letter-spacing: 5px;
    color: #fff;
    background: rgb(0,0,0,0.4);
    padding: 2px 15px;
    width: 65%;
    margin: 13px 0 0;
}*/
/* .login-left-content {
    position: relative;
    z-index: 9;
    left: 40%;
    top: 40%;
} */
.login-page .col-lg-4 {
    padding: 0;
}

/*dashboard*/
.card-sec{
    background: red;
}
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.card.card-img-holder {
    position: relative;
}
.stretch-card > .card {
    width: 100%;
    min-width: 100%;
}
.card {
    border: 0;
    background: #fff;
    margin: 10px 0;
    box-shadow: rgb(102 102 102 / 30%) 0px 8px 24px;
}
.bg-gradient1 {
    background: linear-gradient(-20deg,#105395 0%,#1d3593 100%)!important;
}
.bg-gradient2 {
    background: linear-gradient(71deg,#009390 0%,#58b9b2 100%)!important;
}
.bg-gradient3 {
    background: linear-gradient(to right, #6db5ef, #0d8ad3 99%) !important;
}
.bg-gradient4 {
    background: linear-gradient(to top,#d59b01 0%,#e9bb00 100%)!important;
}
.bg-gradient6 {
    background: linear-gradient(to top,#96a1cf 0%,#8ba3fb 100%)!important;
}
.bg-gradient7 {
    background: linear-gradient(to top,#d59b01 0%,#e9bb00 100%)!important;
}
.bg-gradient8 {
    background:linear-gradient(to top,#58b78b 0%,#7cd7aa 100%)!important;
}
.bg-gradient9 {
    background:linear-gradient(to top,#db8585 0%,#df7d7d 100%)!important;
}
.card.card-img-holder .card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.card-body {
    padding: 25px;
/*    box-shadow: rgb(102 102 102 / 30%) 0px 8px 24px;*/
/*}*/
.subtitle{
    padding: 0 0 3px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0;
}
.card-body h2{
    font-weight: 600;
    margin: 0;
    font-size: 20px;
}
.page-header h5{
    font-weight: bold;
    letter-spacing: 0.5px;
}
.target-sec{
    padding: 5em 1em;
}
.sales-report-area {
    background: #fff;
    padding: 25px;
}

/*form-sec*/
.form_wrapper {
    background: rgba(255,255,255,1);
    width: 97%;
    padding: 25px;
    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);
}
.grievance-form {
    padding: 1em 0 3em;
}
.form-group{
     margin-bottom: 15px;
}
.form-group > label,.form-details > label,.check-bx-left > label{
    display: block;
    font-size: 12px;
    padding: 0 5px;
    color: #555;
    margin: 0 0 4px;
    font-weight: 600;
}
#check-box-st{
    font-size: 12px;
    padding: 0 5px;
    color: #555;
    margin: 0 0 4px;
    font-weight: 600;
}
.custom-control-label{
     color: #000;
     font-size: 16px;
}
 .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: #00bcd9;
     -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;
  /* width: 30px; */
  background: #0d59b9;
  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);
}
.dataTables_wrapper div.dataTables_length select{
    border: 1px solid #cfcfcf;
}
.dataTables_wrapper div.dataTables_length label,
.dataTables_wrapper div.dataTables_filter label {
    font-size: 14px;
}
.table-responsive {
    display: block;
    width: 100%;
     overflow-x: auto; 
    -webkit-overflow-scrolling: auto;
}
.pagination, .dataTables_wrapper div.dataTables_info {
    font-size: 14px;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc{
    font-size: 14px;
}
.table th, .table td {
    padding: 7px 10px;
    font-size: 14px;
}
.page-link{
    color: #0d59b9;
}
.page-item.active .page-link{
    background: #0d59b9;
    color: #fff;
}
.custom-select.custom-select-sm.form-control{
    padding: 0 13px;
}



.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 rgb(13,89,185,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: 2px 0!important;
  display: block;
  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;
}

.marge-frm-btn{
  margin: 23px 0;
  display: flex;
  justify-content: end;
}


/*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: #2196f3f5;
    color: #fff;
}

.td-body td{
  font-size: 13px;
  vertical-align: baseline;
  text-align: center;
}
.td-body i{
  font-size: 15px;
  text-align: center;
  display: block;
  margin: 2px 0 0;
  color: #0d59b9;
}
.side-btn{
    background: #0d59b9;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 7px 30px;
    transition: 0.5s;
    color: #fff;
    width:100%;
    border: none;
    cursor: pointer;
}
.side-btn:hover{
  background: #003c89;
  color: #fff;
}
/*.table-responsive {
    overflow-y: auto;
    height: 500px;
    margin: 10px 0;
}*/
.comp-col{
  padding: 0 5px;
}
.filter-row {
    background: rgb(33,150,243,0.2);
    padding: 5px 10px;
    margin: 15px 0 0;
}
.table-hover tbody tr:hover {
    background: rgb(33,150,243,0.1);
}
.filter-row .form-group{
  margin: 0;
}



.grivance-a{
    font-size: 14px;
    color: #0d59b9;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.form-btn1 {
    margin: 25px auto 0;
    display: table;
}
.form-btn {
    margin: 25px 0 0;

}


.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);
}



#survey-form {
    background: #ffffff;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}
#survey-form h6{
    font-size: 21px;
    text-align: center;
    color: #0d59b9;
    font-weight: 600;
    margin: 0 0 20px;
}



/*table-sec*/
.tb-title th{
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle!important;
    font-weight: 500;
    padding: 10px 5px;
    letter-spacing: 0.5px;
}
.table-sec .col-xl-12{
    padding: 0;
}
.table-sm th {
    font-size: 12px;
    text-align: center;
}
.tb-title {
    background: #0d59b9;
    color: #fff;
}

.td-body td{
  font-size: 12px;
  vertical-align: baseline;
  text-align: center;
}
.td-body i{
  font-size: 15px;
  text-align: center;
  display: block;
  margin: 2px 0 0;
  color: #0d59b9;
}
/*.side-btn{*/
/*  background: #0d59b9;*/
/*  font-size: 13px;*/
/*  font-weight: 500;*/
/*  letter-spacing: 0.5px;*/
/*  padding: 5px 20px;*/
/*  transition: 0.5s;*/
/*  color: #fff;*/
/*  border: none;*/
/*  cursor: pointer;*/
/*}*/
/*.side-btn:hover{*/
/*  background: #003c89;*/
/*  color: #fff;*/
/*}*/
.table-responsive {
    overflow-y: auto;
    height: 395px;
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;*/
}
.comp-col{
  padding: 0 5px;
}
.filter-row {
    background: rgb(33,150,243,0.2);
    padding: 5px 10px;
    margin: 15px 0 0;
}
.table-hover tbody tr:hover {
    background: rgb(33,150,243,0.1);
}
.filter-row .form-group{
  margin: 0;
}
.metismenu span{
    color:#fff;   
}
.main-content-inner .card{
    padding:0;
}
}

#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 14px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    background-color: #104483;
    color: white;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.admin-table-sec {
    padding: 1em 2em;
    height: 290px;
    overflow: auto;
}
th {
    background:#33414e!important;
    border: 2.3px solid #fbfdff!important;
    color: white !important;
    font-size: 14px !important;
    /* vertical-align: middle !important; */
}
td, th {
    padding: 5px 6px!important;
    vertical-align: middle !important;
}
td {
    border: 2.3px solid #fbfdff!important;
    /* background: #edf1fa; */
    font-size: 15px;
    color: #000000;
    /* vertical-align: middle !important; */
}
tr:nth-child(odd){
    background-color: #0e8a7842!important;
}
tr:nth-child(even){
    background-color: #edf1fa!important;
}
.tkt_dtl_modal .form-control{
    background-color: #192027;
}
.tkt-dtl-hdr{
    color: #0e574d;
    font-size: 18px;
}
.form-control[disabled]:focus, .form-control[readonly]:focus {
    background-color: #9eaebd;
}
.form-control[disabled], .form-control[readonly] {
    color: #ffffff;
}
.form_input{
    width: 50%!important;
    text-align: left!important;
    vertical-align: middle!important;
    color: #000000!important;
    font-weight: bold!important;
}