:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin:22px 0px 0px 0px; width: 100%;
  display: inline-block;
}
.pagetitle #ChangeSurveyName{font-size: 24px; margin-bottom: 13px; font-weight: 600; color: #012970; display: inline; float: left;}
.dashboardPageTitle h1 {font-size: 24px; margin-bottom: 13px; font-weight: 600; color: #012970; display: inline; float: left; width: 35%;}
.pagetitle h1 {font-size: 24px; margin-bottom: 13px; font-weight: 600; color: #012970; display: inline; float: left;}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}



.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding:10px; 
}

.card-body1 {
  padding:10px;
  margin-bottom:10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}


.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  color: #899bbd;
  font-weight: 600;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;  color: #012970;  font-size: 21px;}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}

.logo img {
  max-height:60px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height:75px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}



.header .search-bar {
  margin: 0px auto;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight:400;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  /* min-width: 240px;
  top: 8px !important;*/
  padding-bottom: 0;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  right: 0;
  bottom: 0;
  width: 250px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer { margin-right: 0px;
   /* margin-right: 250px;  */
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-right: 0;
  }

  .toggle-sidebar .sidebar {
    right: -250px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #0081c4;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #0081c4;
}

.sidebar-nav .nav-link.collapsed {
  color: #000;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}

.sidebar-nav .nav-link:hover {
  color: #0081c4;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #0081c4;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size:15px;
  line-height: 0;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #3e4f6f;
}

.dashboard .revenue-card .card-icon {
  color: #007565;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #012970;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
.text-muted {font-size: 12px; display: block;}
.aed{font-size: 13px;}
.pagetitle1 h2 {
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #012970;
}



.type1{margin: -10px 0px 18px 0px;}
.type1 a {font-size: 12px; background-color: #007565; padding: 4px 10px 5px 10px;
  color: #fff; border-radius: 3px;  } 
.type1 a:hover { background-color:#c6aa76 !important;}


.cad-table1 table th{font-size: 13px;}
.cad-table1 table td{font-size: 12px;}
.cad-table1 table .tb-bg td {background-color:#007565; color: #fff;}
.cad-table1 table .tb-bg2 td {background-color:#c6aa76; color: #000;} 
.ststus1 {border-radius:3px; background-color:#007565; font-size: 11px; color: #fff; padding:0px 8px 2px 8px;}
.ststus1:hover{background-color:#c6aa76; color: #000;}
.card-icon img {width: 30px; height: 30px;}
.card-title strong{font-weight: normal;}
.atmc-bg .sales-card {background-color:#c6aa76;}
.atmc-bg .sales-card .mx-auto .text-success {color: #fff !important;}
.ststus2 {border-radius:3px; background-color:#c6aa76; font-size: 13px; color: #000; padding: 4px 10px 5px 10px;}
.ststus2:hover{background-color:#007565; color: #fff;}
.r-bg1 {background-color: #c6aa76;}
.abd-col {color: #fff !important;}
.pad-2{padding: 15px 0 4px 0 !important;}


/*================ #Narayan end ======================================*/

/*================ # Narayan-S ======================================*/

.login-header2{background: none; box-shadow: none;}
.logo-part {margin-top: 20px; display:inline-block; padding: 0px 0px 0px 20px;}
.sign-1{font-size: 28px; padding: 10px 0px 0px 17px; font-weight: 500; color: #707070;}
.input1 {display: inline-block; margin: 10px 0px 0px 0px; display:inline-block; width: 100%;}
.input1 .form-control{padding: 10px 20px;}
.card11{background: none; box-shadow: none; position: relative; right: 0;}
.input-group-prepend.ic { position: absolute; right: 35px; border: none!important; 
  box-shadow: none; padding: 10px; }
.input1 .but-sign {width: 100%; padding:10px 0px; background-color:#0081c4;}

.bg-darkNew {
  position: fixed;
  height: 100%;
  /*background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/WUF-Tree-01.png) center !important;*/
  background-repeat: no-repeat;
  background-size: cover !important;
  right: 0;
  top: 0;
}


.colr-n-1 {color:#0081c4;}
.color-1{text-decoration: underline; color: #0081c4;}
.value1 input {
    display: inline-block;
    width: 15%;
    height: 30px;
    position: relative;
    /* line-height: 52px; */
    top: 5px;
    font-size: 11px;
    vertical-align: super;
}
.total-nu1 {display: inline-block; width: 78%; }
.total-nu1 span {padding: 0px 0px 10px 0px; display:inline-block; color: #000;
  font-size: 13px; font-weight:500;}

.total-nu2 {display: inline-block; width:75%; }
.total-nu2 span {padding: 0px 0px 10px 0px; display:inline-block; color: #000;
  font-size: 13px; font-weight:500;}

.middle-part{display: inline-block;}
.card-icon {display: inline-block; }
.card-icon2 {display: inline-block; }
.card-icon2 .down-top-er1 a{font-size: 14px; font-weight: bold;}
.remove { display: inline-block; margin-top:30px; }
.remove .rem { font-size: 12px; }
.remove .rem a { color: #0081c4; }
.sales-card {height:380px;  overflow-y: scroll; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: rgb(203, 203, 203);}
.card-body2 {box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); width: 100%;
  background-color: #fff; border-radius: 3px; height: 200px; display: inline-block;}
.card-body2 .card-title { padding:8px 7px 7px 7px; font-size: 12px; border-radius: 3px 3px 0px 0px; 
  background-color:#0081c4; color: #fff;}

  .all-sectr-prt1{ margin: 0px; padding: 0px; list-style: none; height: 340px;
    background-color: #fff; overflow-y: scroll;}
  .all-sectr-prt1 li{border-bottom: 1px solid #dcdbdb; padding: 8px 0px;}
  .a-s-p-icon{display: inline-block;}
  .a-s-p-text{font-size: 11px; font-weight:500; color: #000; padding: 0px 0px 0px 0px; display: inline-block;}
  .a-s-p-numb {float: right; font-size: 12px; padding: 5px 6px 0px 0px; color:#acacac;}
  .all-sectr-prt1 .a-s-p-icon img {width: 30px; margin: 0px 5px 0px 7px; display: inline-block;}
  /* .all-sectr-prt1 li{background-color:#c7dfeb;} */
  
  .save-part {float: right; text-align: right; position: relative;}
  .save-part select{width: 125px; height: 30px; font-size: 12px; display: inline; padding-right: 26px;}
  .save-part button{ padding: 1px 20px 2px 20px; margin:0px 0px 0px 5px; text-align: center;
    background-color: #0081c4; border-radius: 3px; }
  .save-part p{font-size: 10px; text-align: right; padding:7px 0px 0px 0px;}

  .save-part3 {float:right; text-align: right; display: inline; margin: 22px 0px 0px 0px }
  .save-part3 .selectionSection{display:flex; text-align: right;}
  .save-part3 .selectionSection select{width: 125px; height: 30px; font-size: 12px; display: inline; padding-right: 26px;}
  .save-part3 .selectionSection button{ padding: 1px 20px 2px 20px; margin:0px 0px 0px 5px; text-align: center;
    background-color: #0081c4; border-radius: 3px; }
    .save-part3 .selectionSection p{font-size: 10px; text-align: right; padding:7px 0px 0px 0px;}

  .header2 .sector1{width:49%; float: right; }

  .header2 .search-bar {
    margin: 0px auto;
    width:49%; 
    display:inline-block;
  }
  
  @media (max-width: 1199px) {
    .header2 .search-bar {
      position: fixed;
      top: 50px;
      left: 0;
      right: 0;
      padding: 20px;
      box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
      background: white;
      z-index: 9999;
      transition: 0.3s;
      visibility: hidden;
      opacity: 0;
    }
  
    .header2 .search-bar-show {
      top: 60px;
      visibility: visible;
      opacity: 1;
    }
  }
  
  .header2 .search-form {
    width: 100%;
  }
  
  .header2 .search-form input {
    border: 0;
    font-size: 14px;
    color: #012970;
    border: 1px solid rgba(1, 41, 112, 0.2);
    padding: 5px 38px 5px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
  }
  
  .header2 .search-form input:focus,
  .header2 .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
    border: 1px solid rgba(1, 41, 112, 0.3);
  }
  
  .header2 .search-form button { border: 0; padding: 0; margin-left: -30px; background: none;}
  
  .header2 .search-form button i { color: #012970;}
  .header2{display: inline-block; width: 100%;}
  .sector1 .form-select{padding: 6px 10px; font-size: 13px; border-radius: 2px;}
  .right-1 .card{padding: 10px; margin: 10px 0px 0px 0px;}
  .right-1 .card h3{text-align: justify; font-size: 14px; font-weight: 600;}
  .card-body3{padding: 7px 10px 7px 10px; background-color:#f6f9ff; margin:10px 0px 0px 0px;}
  .remove2 { display: inline-block; margin-top:0px; }
  .remove2 .rem { font-size: 12px; font-weight:500; margin:20px 0px 0px 0px; color: #0081c4; }
  .value1{margin:0px 0px 0px 0px;}
  .dem-1 a{font-size: 10px; border-radius: 10px; border: 1px solid #0081c4; 
    padding:3px 8px 4px 8px; color: #0081c4;}
  .value1{font-weight:400; font-size:10px;}
  .scrol-bar1 {overflow-y: scroll; height: 350px;}

  .flex-container { display: flex; flex-wrap: nowrap; }
  .flex-container > div  { width: 13%; margin: 10px; text-align: center;
    line-height: 75px; font-size: 30px; }
  .box-content span img{height:40px; width: 40px;}

  .img-bx1 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/demography.png) center !important;
  background-position: right center; background-repeat: no-repeat;  
  background-size: cover !important; height:100%; width: 100%; }

  .img-bx2 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/economy.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }

  .img-bx3 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/education.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }

  .img-bx4 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/energy.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }

  .img-bx5 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/finance.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }

  .img-bx6 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/governance.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }

  .img-bx7 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/housing.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }

  .img-bx8 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/environment.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }
  
  .img-bx9 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/water-sanitation.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }
  
  .img-bx10 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/safety.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }

  .img-bx11 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/health.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }
  
  .img-bx12 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/mobility.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }
  
  .img-bx13 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/planingRegulation.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }
  
  .img-bx14 {background: url(http://35.154.100.13/niua_amplifi/assets/niua/img/solidWaste.png) center !important;
    background-position: right center; background-repeat: no-repeat;  
    background-size: cover !important; height:100%; width: 100%; }

  .box-content h5 {/* width: 125px; */word-wrap: break-word;white-space: initial;}

  .navbar-brand{display: inline-block; background-color: transparent;}
  .box-content{margin-top: 30%;text-align: left;padding: 0px 11px 0;}
  .box-content h5 {color: #fff;font-weight: 800;font-size: 14px;/* padding: 9px 0; */height: 15px;margin: 0;}
  .box-content h6 {color: #fff;font-weight: 500;font-size: 19px;/* padding: 18px 0 0; */}
/*  .line {border: 2px solid #21bb2c;}*/

  .mt-n10 {margin-top:10px;}
  .sub-p{padding: 2px 20px 3px 20px !important;}
  .selet-del-1{display: inline-block; width:100%; }
  .selet-del-1 .form-check{display: inline;}
  .check-1 {
    font-size:16px;
  float: left;
  }
  .check-2 {
    font-size:16px;
  float: right;
  position: relative;
  right: 30px;
  margin-left:10px;
  }
  .check-2 a {
      color:#0081c4;
  }


.crt-1{font-size: 14px; font-weight:600; margin: 20px 0px 0px 0px;}
.sec1 select{font-size: 11px; width: 100%; color: #9a9898;}
.sec1 label{font-size: 14px;}
.crt-1 button{ padding: 4px 20px 5px 20px; margin: 4px 0px 0px 0px; text-align: center;
  background-color: #0081c4; border-radius: 3px; font-size: 13px; }
.sec1 input{font-size: 11px; width: 100%; color: #9a9898; margin: 14px 0px 0px 0px;}
.search-bar2 {width: 100% !important; margin: 14px 0px 0px 0px !important;}
.ad-table1 .table-db1 tr {box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); border: none; text-align: justify;
  margin: 10px 0px 0px 0px; padding: 10px 0px 10px 0px; display: inline-table; width: 100%;}
.ad-table1 .table-db1 tr th{border: none; text-align: justify; font-size: 12px; font-weight: normal;}
.ad-table1 .table-db1 tr td {border: none; text-align: left; font-size: 13px;}
.tbl-bg1 th {background-color: #535353 !important; color: #fff;}
.tb-wid1{width: 60px;}
.tb-wid2{width: 110px;}
.tb-wid3{width: 140px;}
.tb-wid4{width: 230px;}
.tb-wid5{width: 40px;}
.tb-wid7{float: left; width: 225px;}
.tb-wid6{float: left; width: 100%;}
.tb-wid4 a{text-decoration: underline; color:#0081c4;}

.tb-pd-1{position: absolute; margin: -4px 0px 0px 3px;}
.tb-pd-1 a{color: #b7b4b4;}
.tb-pd-2{position: absolute; margin: 4px 0px 0px 3px;}
.tb-pd-2 a{color: #b7b4b4;}
.dem-but1{border-radius: 20px; padding:4px 10px 4px 10px; border: 1px solid #0081c4; float: left; 
  font-size: 11px; margin: 5px 10px 5px 0px; color:#0081c4; background-color: #f1f5fe; text-transform: uppercase;}
.dem-but1:hover{background-color: #d9fae9; color: #5aba87; border: 1px solid #5aba87;}
.data-subm1 {width: 100%; float: left; border-bottom: 1px solid #8a8b8e; margin: 10px 0px 10px 0px;}
.data-subm1 a{color:#8a8b8e; padding: 0px 30px 10px 0px; display: inline-block;}
.actv-1{border-bottom:2px solid #0081c4; color:#0081c4 !important;}
.line2 { border: 2px solid #21bb2c; margin: 5px 0px 10px 0px; width: 130px;}

.section2{background: #fff; border-radius:5px; width: 100%; 
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); padding: 10px;}
.vald1{font-size:13px; font-weight: 600; padding: 10px 0px 0px 0px;}

.job1{font-size: 11px; padding:10px 0px;}
.all-no1{display: inline;}
.all-no1 ul {display: inline; list-style: none; margin: 0px; padding: 0px;}
.all-no1 ul li {display: inline; list-style: none; font-size: 12px; margin:0px 5px ; 
  padding:4px 6px; border-radius: 5px; border: 1px solid #7c7c7c;}
.val-col2{color: #21bb2c;} .val-col3{color: #ce0e0e;} .val-col4{color: #ffb300;}
.tot-nub1{width: 100%; display: inline-block; overflow-y: scroll; height: 300px; padding: 0px 10px;}
.tol-sec1{border: 1px solid #C8C8C8; border-radius: 4px; padding:10px; margin:10px 0px;  }
.dem-but2{background-color: #d9fae9; color: #5aba87; border: 1px solid #5aba87;}
.dem-but2:hover{background-color: #d9fae9; color:#0081c4; border: 1px solid #0081c4;}

/*=== 13-12-23 ==*/
.midl1 {width: 70%; display:table; box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  border-radius: 8px; height: 300px; background: #fff; margin: 0px auto;
 }
.for1{padding: 10px 20px; font-size: 14px;}
.for1 select, input{font-size: 14px;}
.for1 .form-control{font-size: 14px;}
.tabl-titl1{background:#0081c4; padding:15px 0px; width: 100%; border-top-right-radius:8px;
  border-top-left-radius:8px;}
.star-red{color: red;}
.bg-col1 {background-color: #0081c4;} 
.act-plus{color: #21bb2c; font-size: 25px; font-weight:bolder;}
.data-tabl2{ margin: 20px 0px 0px 0px;}
.data-tabl2 table{border: 1px solid #d8d6d6; }
.data-tabl2 table tr td{border: 1px solid #d8d6d6; font-size: 13px; }
.data-tabl2 table thead th{border: 1px solid #d8d6d6;}
.model-wid1{    --bs-modal-width: 650px;}
.data-text2{width: 40%;}
.colr2{color: #f50707; font-weight: bold;}
.colr3{color: #028228; font-weight: bold;}
.pag-numbr1{float: right;}
.pup1{margin:10px;}
.lable_left{float: left;}


.a-s-p-text a{color:#000;}
.all-sectr-prt1 li:hover{background:#e4edff;}

.swal2-confirm{padding: 4px 20px !important; background-color: #0081c4 !important;}
.swal2-cancel{padding: 4px 20px !important;}
.swal2-styled.swal2-confirm:focus{box-shadow: none;} 
#Survey_Name{font-size:13px;}
.SurveyDropDownSelection .form-select{width:25%}

.line3 { border: 2px solid #21bb2c; margin: 5px 0px 10px 0px;}
.tb-wid01{width: 30px;}
.dem-but2{border-radius: 20px; padding:3px 9px 3px 9px; border: 1px solid #F26C63; float: left; 
  font-size: 10px; margin: 5px 10px 5px 0px; color:#F26C63; background-color: #FDECEB; text-transform: uppercase;}
.dem-but2:hover{background-color: #d9fae9; color: #5aba87; border: 1px solid #5aba87;}


/*== 18-12-23 ==*/
.card-body4{ padding: 0px 0px 5px 5px; height: 75px;}
.r-bg2 {border-left:5px solid #0081C4; padding-bottom: 0px !important; }
.submited {border-left:5px solid #0081C4; padding-bottom: 0px !important; }
.not-submited {border-left:5px solid #ccc; padding-bottom: 0px !important; }
.errow-right-1 { margin: 5px 8px 0px 5px; position: absolute; top: 0; right: 0;}
.pd1{margin: 0px; padding: 0px;}
.pd1 strong{font-size:27px; font-weight: bold;}
.card-title .abd-co2{font-size:12px; display: block; color: #767676;}
.pd1 label{display: block; font-size: 8px; color: #919191;}
.selet1 .form-select{font-size: 12px;}
.crt-2{font-size: 14px; font-weight:600; margin:0px 0px 0px 0px;}
.crt-2 button {background:#0081C4}

.dem-but2a{border-radius: 20px; padding:3px 9px 3px 9px; border: 1px solid #F26C63; float: left; 
  font-size: 10px; margin: 5px 10px 5px 0px; color:#F26C63; background-color: #FDECEB; text-transform: uppercase;}
.dem-but2a:hover{background-color: #d9fae9; color: #5aba87; border: 1px solid #5aba87;}

.dem-but3{border-radius: 20px; padding:3px 9px 3px 9px; border: 1px solid #0081c4; float: left; 
  font-size: 10px; margin: 5px 10px 5px 0px; color:#3C72F6; background-color: #EBF1FE; text-transform: uppercase;}
.dem-but3:hover{background-color: #d9fae9; color: #5aba87; border: 1px solid #5aba87;}

.dem-but4{border-radius:5px; padding:4px 18px; border: 1px solid #0081c4; float: left; 
  font-size: 10px; margin: 5px 10px 5px 0px; color:#F6F9FF; background-color: #0081C4; text-transform: uppercase;}
.dem-but4:hover{background-color: #d9fae9; color: #5aba87; border: 1px solid #5aba87;}
.info-circle1{ display: inline-block; padding: 7px 0px 0px 0px;}
.filt2 {position: relative !important; right: 0px; display: flex; top: 5px !important;}
.wid1 {width: 73% !important;}
.job1{display: inline-block; width: 100%; padding: 0px; }
.colr2{color: #0081C4;}
.valid-qust1{font-size: 12px; display: inline-table; margin-left: 20%; text-align: center;}
.prg1{ height: 4px; border: none; border-radius: 0px;}
.prg1 .progress-bar{background-color:#F3AC34;}

.undr-line1{width: 104px; background-color: #0081C4; height: 2px; margin: 0px;}
.all-sectr-prt1 li a{display: flex;}
.val-pad2 {float: right; padding: 10px 0px;}

.total-nu3{display: inline-block; width: 75%;}
.total-nu3 span {font-size: 13px; font-weight: 600;}

.check1 { padding:10px 0px;}
.value1 select { width: 120px; height: 30px; display: inline-block; font-size: 11px;}

.radiotextsty{font-weight: normal !important;}
.rat-star1{padding: 0px 10px; display: inline-block; color: #ffd500;}
.noUi-connect{background-color: #0081C4 !important;}

.labl-1{display:flex;}
.min1{margin:10px 20px;}

.new-but1 { background-color: #EBF4FE; border: 1px solid #D1F3FF; color: #3D3D3D; 
  font-size: 14px; padding: 4px 8px; margin: 0px 0px 5px 3px;}
.rejt-1{display: inline;}

.new-button-2{background-color: #EBF4FE; border: 1px solid #D1F3FF; color: #3D3D3D; 
  font-size: 10px; padding: 3px 10px; margin: 0px 49px 0px 12px;}
.filt3 {right: 0px; display: inline;}


.dataTables_wrapper .dataTables_length{margin: 10px 0px;}
.dataTables_filter input:focus-visible {outline: none;}
.dataTables_wrapper table {border:none;}
.dataTables_wrapper table thead tr{background: #575757; font-size: 14px; color: #fff;}
.dataTables_wrapper table thead tr th{background: none; font-size: 14px; color: #fff; font-weight:normal;
 padding: 10px 7px; width: auto !important;  text-wrap: nowrap !important; }
.dataTables_wrapper table thead tr th .sorting:after{opacity: 0.7;}
.dataTables_wrapper table thead tr th .sorting:before{opacity: 0.7;}
.dataTables_length .question_list_length{padding:4px 10px;}

.odd td textarea{border: 1px solid #D6D6D6; height:40px; border-radius:5px; padding:5px 10px; font-size: 11px;}
.even td textarea{border: 1px solid #D6D6D6; height:40px; border-radius:5px; padding:5px 10px; font-size: 11px;} 
/*.pagetitle a{padding: 5px 12px; font-size: 13px; border-radius: 5px; background:#0081c4 !important;}*/

.dataTables_paginate .paginate_button{padding: 3px 14px !important; background:#0081c4 !important; 
color: #fff !important; border: none !important;}

.text-content .txt{padding: 10px 0px 0px 0px; font-size: 12px;}

.total-nu4{float: left; width:80%;}
.total-nu4 span{font-size: 13px; font-weight: 500;}
.remove-2{float: right;     margin-top:10px;}
.remove-2 .rem{float: right;}
.remove-2 .rejt-1 {float: right;}

.upld-1 {  -webkit-appearance: button;  -moz-appearance: button;  appearance: button;  text-decoration: none;
    color:#0081C4; cursor: pointer; } 
.upld-1 input {/*hide the inout*/  width: 0px;  outline:none;  opacity:0;  visibility:none;  height:0px; display:none; }
.upld-1:hover{color: #fff;}

.pad-3{padding: 0px 10px; border-radius: 5px !important; margin: 0px 0px 10px 0px; }
.pad-3 .accordion-flush .accordion-body { padding: 0 0 2px 0;}
.rem-2 a{font-size: 13px; color: #0081C4; }

/*== #-23-12-2023 ==*/

.pad-3 .accordion-header{display: flex;}
.tol-tip1 {display: flex; margin: 0px 0px 0px 20px;}
.rem-2 {width: 120px; margin:0px 10px 0px 0px;}

.city-officl { display: inline-block; margin: 10px 0px 10px 0px;}
.city-icon {width:10%; float: left; text-align: center; padding: 5px; margin-top: 10%;}
.city-icon i{font-size:19px; color:#A2A2A2;}
.city-icon span{font-size:10px; display: block; line-height:4px; color:#A2A2A2; }
.city-text1{float: right; width:90%; background-color: #E9E9E9; 
  border-radius: 10px 10px 10px 0px; padding: 10px;}

.city-text1 h4{ font-size:10px;}
.city-text1 h4 label{ font-size: 13px; float: left; color: #000; font-weight: 600;}
.city-text1 h4 span{font: size 10px; float: right; color: #000;}
.city-text1 p{ font-size: 12px; width: 100%; display: inline-block; 
  padding: 10px 0px 0px 0px; margin: 0px; color: #000;}

.city-offic2 { display: inline-block; margin:10px 0px 10px 0px; width: 100%;}
.ct-tx1{float:left !important; background-color: #EBF8FF;  border-radius: 10px 10px 0px 10px;}
.ct-ic1{float: right; color:#0081C4;}
.ct-ic1 i{color:#0081C4;}

.text-sent1 textarea {height: 40px; font-size: 12px;}
.chek-3{ margin: 16px 12px 0px 0px; display: flex;}
.star-3 a {margin: 8px 0px 0px 0px; display: inline-block;}
.text-sent1 button{background: #0081C4 !important; color: #fff; padding: 0px 15px;}
.text-sent1 button:hover{background: #000 !important;}
.pad-3 .accordion-header .accordion-button {font-size: 14px;}

#questionListToBeSuffledHere .ui-sortable .card-body1 i{ float: left; margin:10px 10px 0px 0px; }
#questionListToBeSuffledHere .ui-sortable .card-body1 {padding: 20px 10px !important;}
#questionListToBeSuffledHere .ui-sortable .card-body1 .accordion-header {padding:0px !important;}
#questionListToBeSuffledHere .ui-sortable .card-body1 .accordion-header .collapsed{padding: 8px 0 !important;}

/*== #-03-01-2024 ==*/

#example_wrapper .dataTables_paginate .pagination li{padding: inherit !important; background: inherit !important;}
.datatable-v1 tbody tr td{font-size: 13px;}
.datatable-v1 tbody tr {border-bottom: solid 1px #b4b2b2;}
.prog-clr1{height: 5px; border-radius: 0px; background-color: #767676; margin: 6px 0px 0px 0px;}
.prog-clr1 .progress-bar {background-color: #21bb2c; width: 50%;}
.clr2 {color: #CE7C00;}
.clr4{color: #767676; font-size: 11px; margin: 0px; padding: 0px; line-height: 7px;}

#example2_wrapper .dataTables_paginate .pagination li{padding: inherit !important; background: inherit !important;}
#example2 tbody tr td{font-size: 13px;}
#example2 tbody tr {border-bottom: solid 1px #b4b2b2;}

.upload-input[type="file"] {  z-index: -1; position: absolute; opacity: 0;}
.upload-input:focus + label { outline: 2px solid;}
.file-name1 {margin:5px 0px 0px 0px; color: #027437; font-size: 12px;}

.error_msg{display: block !important;}
.down-top-er1 {display: inline-block; margin:2px 0px;}
.ps-3 .i-icon1 .btn{margin: 0px; padding: 0px;}
.left-bdr1{border-left: 5px solid #F1AA33;}
.left-bdr2{border-left: 5px solid #B1B1B1;}
.data-subm1 .nav-pills li button{ background: none; color: black; padding: 10px 60px;
  border-radius: 0px; margin: 0px;}
.data-subm1 .nav-pills li button.active{ background: none; color: black; padding: 10px 60px;
 border-bottom: 3px solid #0081c4; border-radius: 0px; margin: 0px;}
 .all-sectr-prt1 li.validatorActiveSector { background-color: #e4edff;}

 .SurveyMainDataUpdates{margin-top:60px;}
 #questionDetailModalPopup .modal-dialog .modal-content .modal-header{padding: 8px 10px;}
#questionDetailModalPopup .modal-dialog .modal-content .modal-body table thead tr{background:#0081c4; color:#fff;}
#questionDetailModalPopup .modal-dialog .modal-content .modal-body table thead tr th{background:#0081c4; color:#fff;}
#questionDetailModalPopup .modal-dialog .modal-content .modal-body table tr td{font-size:13px;}



/*================ #-Narayan-End ======================================*/

/*================ #-Praveen-start ======================================*/
  
.fileInput{width: 250px;}
.dateinput{width: 250px;}
.dateWithTime{width: 250px;}
.dateRange{width: 250px;}
.question_note{font-size: 11px !important; font-weight: normal !important;}


/* Range Input */
.range {
  height: 80px;
  width: 380px;
  background: #fff;
  border-radius: 10px;
  padding: 0 65px 0 45px;
}
.range .sliderValue {
  position: relative;
  width: 100%;
}
.range .sliderValue span {
  position: absolute;
  height: 45px;
  width: 45px;
  text-align: center;
  transform: translateX(-56%) scale(0);
  font-weight: 500;
  top: -25px;
  line-height: 55px;
  z-index: 2;
  color: #fff;
  transform-origin: bottom;
  transition: transform 0.3s ease-in-out;
}
.range .sliderValue span.show {
  transform: translateX(-77%) scale(1);
}
.range .sliderValue span.show:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: dodgerblue;
  border: 3px solid #fff;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-bottom-left-radius: 50%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.range .field {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.range .field .value {
  position: absolute;
  font-size: 18px;
  color: dodgerblue;
  font-weight: 600;
}
.range .field .value.left {
  left: -22px;
}
.range .field .value.right {
  right: -43px;
}
.range input {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  border: none;
  z-index: 2222;
}
.range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  background: dodgerblue;
  border: 1px solid dodgerblue;
  cursor: pointer;
}
.range input::-moz-range-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  background: dodgerblue;
  border: 1px solid dodgerblue;
  cursor: pointer;
}
.range input::-moz-range-progress {
  background: dodgerblue;
}

/*================ # Praveen-end ======================================*/

/* ========================Malay CSS(8th Dec 2023)================*/
.pagetitle h1 p {
    width: auto;
    font-size: 11px;
    padding: 7px 0;
}

/* Custom Radio Button Start*/

.radiotextsty {
  color: #A5A4BF;
  font-size: 18px;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size:16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
  margin-right: 5px;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0081c4;
}

/* Custom Radio Button End*/

.new-button{
  background-color:#EBF4FE;
  border:1px solid #D1F3FF;
  color:#3D3D3D;
  font-size:12px;
  margin:5px;
  
}


.total-nu1.ps-3.col-lg-10 span {
    font-weight: 800;
    font-size: 14px;
}

.gray-box{
width: 100%;
height: auto;
padding-bottom: 10px;
background: #E6E6E6 0% 0% no-repeat padding-box;
border: 1px dashed #00000080;  
}

.gray-icon{ top: 359px; left: 690px; width: 50px; height: 41px;
/* UI Properties */
background: transparent url('img/Group 219983.png') 0% 0% no-repeat padding-box; 
}

.image-upload { margin: 2% 0%; text-align: center;}
.image-upload > input { display: none;}
.image-upload img{ width: 90px; cursor: pointer;}
.text-content{ display: inline-block; text-align: center; color: black;}
span.col-12.txt { display: block;}
.modal-body span { color: black;}
progress { vertical-align: baseline; width: 100%; height: 5px;}
.upld-status {width: 100%; padding:10px 10px 0px 10px;}
.upld-status .table{font-size:12px; }
.cancel1{padding: 2px 10px; font-size: 10px;  border-radius:4px; background-color: #0081c4;}
.cancel2{padding: 4px 10px; font-size: 13px;  border-radius:4px; background-color: #0081c4;}
.size-1 img{width:40%;}
.bi-arrow-up-short{cursor: pointer;}
.left_menu_active_sector{background: #e8f4fe};
.validation_compleated{background-color: #d9fae9; color: #5aba87; border: 1px solid #5aba87;}

.form-horizontal .text-content{line-height: 9px;}

.main .new-button-2{margin: 0px 24px 0px 12px !important;}
#swal2-checkbox{height: 30px;width: 20px;margin-top: -22px;}
#google_translate_element span{display: none !important;}

.goog-te-gadget{color:transparent !important;}
.goog-te-gadget .goog-te-combo {
margin: 0px 4px !important;
border-radius: 6px;
border: 1px solid #cccccca6;
padding-right: 2px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none!important;
}
#submitted_cities_list_filter, #myJobsDataTable_filter {
    float: right;
    padding-bottom: 6px;
}
.citySubmissionNote{font-weight: bolder; margin: 2px;}
.new-but1.openRevertWithCommentPopup.bg-warning{color:#fff;}
.new-but1.approveQuestion.bg-success, .new-but1.rejectQuestion.bg-danger{color:#fff;}
.jobSelected{border-bottom: 2px solid #012970;}
.val-col2 {
    color: #21bb2c;
    font-size: 14px;
    font-weight: 700;
}
.val-col3 {
    color: #ce0e0e;
    font-size: 14px;
    font-weight: 700;
}
.val-col4 {
    color: #ffb300;
    font-size: 14px;
    font-weight: 700;
}
#reSubmit {
  font-size: 14px;
  padding: 5px 5px;
  width: 100%;
  position: relative;
  top: 25px;
}

.alert.alert-warning.alert-dismissible.fade.show{
  width: 85%;
  margin-top: -20px;
}

.ParentChildConditionalCls{
  background: #edf2fa;
  padding: 10px;
  margin-bottom: 10px;
}
.ParentChildConditionalCls input {
    margin-left: 5px;
}
.yes_no{
/*  display: flex;*/
  background: #fff;
    height: auto;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 5px;
}
.show_childQuestion{
  border: 1px solid #0d6efd;
    line-height: 12px;
    height: auto;
    margin-top: 8px;
    padding-left: 8px;
}
.acknowledgement_checkbox_sec{
  line-height: 28px;
    height: 40px;
    display: flex;}
.acknowledgement_checkbox{width:3% !important;}
.show_childQuestion .questiontitle{
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 5px;
}
.questiontitle button{padding: 0px 5px;}
.total-nu1 span.questiontitle{padding: 0px !important}
.showQuestionMatrix{padding-left:70px;}
input[type="time"]::-webkit-clear-button {
  display: none;
}
.inputTimeSection select{
width: 38px;
height: 30px;
display: inline-block;
font-size: 11px;
padding: 0px 6px;
text-align: center;
}

.vsb-main .vsb-menu .multi li {max-width: 400px !important;}
.vsb-main .vsb-menu .multi{min-width: 400px !important;}
.ui-icon.ui-icon-circle-triangle-w{
  width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #000;
    border-bottom: 10px solid transparent;
    margin-top: -16px;
    margin-left: 0px;
} 

.ui-icon.ui-icon-circle-triangle-e{
  width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid #000;
    border-bottom: 10px solid transparent;
    margin-top: -16px;
    float: right;
    position: relative;
}

.priorityCircle{font-size: 20px;  font-weight: bold;}

.remove-2 .rem span{
  background-color: #d9fae9;
    color: #5aba87;
    border: 1px solid #5aba87;
    border-radius: 20px;
    padding: 0px 9px 3px 9px;
    float: left;
    font-size: 10px;
}
.total-nu1 span {
    padding: 0px 8px 10px 8px;
    display: inline-block;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    height: 20px;
}


.DateWithTimeSection label {
  display: block;
  font:
    1rem 'Fira Sans',
    sans-serif;
}

.DateWithTimeSection input,
label {
  margin: 0.4rem 0;
}


#loginForm .form-group.input1.remembermechkSection{
    line-height: 13px;
}
#loginForm .form-group.input1 .remembermechk{
    width: 4%;
    height: 17px;
}

.selet-del-1 .form-check.check-1{line-height:10px;}
.remove-2 .dropdown-menu .dropdown-item {
    background: #fff;
}

.show_childQuestion.revertCycle .value1 .conditional_option_section input{
  width: 3%;
    height: 30px;
    line-height: 30px;
  }
.show_childQuestion.cycle1 .value1 .conditional_option_section span {
    position: relative;
    top: 12px;
}
.show_childQuestion.revertCycle .value1 .conditional_option_section span {
    position: relative;
    top: -10px;
}
.dem-but2a.v2comment{font-size:10px;}


/*================ # Responsive ======================================*/

@media screen and (max-width: 768px) {
  .pagetitle h1{font-size:20px;}
  .flex-container > div {width:12%;}
}

@media screen and (max-width: 426px) {
  .sign1{top:35% !important; right:9% !important;}
  .mt-n10 .flex-container {display: block;}
  .flex-container > div {width: 100%;}
  .breadcrumb-item a h1{font-size: 6px;}
  .breadcrumb .breadcrumb-item::before{font-size: 5px;}
  .pagetitle h1{font-size:15px !important; width: 100%;}
  .save-part button{padding: 1px 10px 2px 10px; font-size:13px;}
  .logo img{max-height: 40px;}
  .total-nu2{width: 65%;}
  
  .total-nu1{width:100%;}
  .total-nu1 span{font-size: 12px !important;}
  .total-nu1 .questiontitle .btn{padding: 0px 0px 0px 2px;}
  .remove-2 {margin-top: 10px }
  .remove-2 .rem .new-button-2{font-size: 6px; padding: 4px 4px; margin:0px;}
  .remove-2 .rem{font-size: 6px; padding: 4px 4px;}
  .value1 input{width: 60%;}
  
  .SurveyDropDownSelection .form-select{width:70%}
  .check-2{font-size:12px;}
  .city-text1{width: 80%;}
  .city-icon {width: 20%;}
  .city-icon span{font-size: 8px;}
  .pad-3 .accordion-header .accordion-button {font-size: 10px;}
  .rem-2 a{font-size: 9px;}
  .all-no1 ul li{font-size: 8px;}
  
  .card-body1 .d-flex{display: inline-block;}
  .SurveyMainDataUpdates{margin-top:0px;}
  .pagetitle{margin: 0px;}
  .questionUOMtypeDataAdminSide .total-nu1 .checkbox .form-check-inline{font-size: 12px;}

  #loginForm .form-group.input1 .remembermechk{width: 7%;}
  .SurveyDropDownSelection{float: left;}

  .save-part3 .selectionSection{display:inline-table;}
  .range{ width: 200px;}
  .save-part3{margin: 0px; float: left;}


}
/*================ # Responsive END ======================================*/
