/* =======================================================================
Template Name: Dil Hospital
Author:  SmartEye Adminpanel
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template
======================================================================= */
/* ===================================== Import Variable ================================== */
/* ===================================== Import Basic ================================== */
/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html, body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

body {
  background-color: #f7f7ff !important;
  font-family: Poppins, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #444444;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}
.btn-xs i {
  font-size: 11px;
}

.btn-primary {
  background-color: #2e379c;
  border-color: #2e379c;
}
.btn-primary:hover {
  background-color: #2e379c !important;
  border-color: #2e379c !important;
}
.btn-primary:active {
  background-color: #2e379c !important;
  border-color: #2e379c !important;
}
.btn-primary:focus {
  background-color: #2e379c !important;
  border-color: #2e379c !important;
  box-shadow: none !important;
}

.table .btn-xs {
  margin-right: 5px;
}

.err {
  width: 100%;
  text-align: center;
  color: #d81b60;
}

/* ===================================== Admin Layout Style  ================================== */
.teft-part {
  width: 250px;
  float: left;
  background-color: #FFFFFF;
  height: 100%;
  z-index: 99;
}
@media screen and (max-width: 960px) {
  .teft-part {
    position: absolute;
    margin-left: -250px;
    margin-top: 60px;
    height: calc(100% - 60px);
  }
}

.right-part {
  height: 100%;
  width: calc(100% - 250px);
}
@media screen and (max-width: 960px) {
  .right-part {
    width: 100% !important;
  }
}

#sidebar.active {
  width: 70px;
}
@media screen and (max-width: 960px) {
  #sidebar.active {
    width: 240px;
  }
}

#content.active {
  width: calc(100% - 70px);
}
@media screen and (max-width: 705px) {
  #content.active {
    width: 100% !important;
  }
}

#content, #sidebar {
  transition: all 0.3s;
}

/* ===================================== Left Sidebar Style  ================================== */
@media screen and (max-width: 960px) {
  #sidebar.active {
    margin-left: 0px;
  }
}
@media screen and (min-width: 961px) {
  #sidebar.active .logo-part img {
    margin-top: 1px;
  }
  #sidebar.active .logo-part span {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  #sidebar.active .logo-part span {
    display: block;
  }
}
@media screen and (min-width: 961px) {
  #sidebar.active nav ul li {
    border-bottom: 1px solid #CCC;
    padding: 15px 2px;
    padding-top: 17px;
  }
  #sidebar.active nav ul li .rit-ico {
    font-size: 15px;
    padding-top: 5px;
    margin-right: 5px;
  }
  #sidebar.active nav ul li i {
    font-size: 22px;
  }
  #sidebar.active nav ul li span {
    display: none;
  }
  #sidebar.active nav ul li:hover span {
    display: block;
    position: fixed;
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    width: 230px;
    margin-left: 68px;
    padding: 10px;
    margin-top: -34px;
  }
  #sidebar.active nav ul li:hover span .inner-nav {
    margin-top: 10px;
  }
  #sidebar.active nav ul li:hover span:hover .inner-nav {
    display: block;
  }
  #sidebar.active nav ul li:hover span:hover .inner-nav ul {
    margin-left: -10px;
  }
  #sidebar.active nav ul li:hover span:hover .inner-nav ul li {
    padding: 10px;
  }
  #sidebar.active nav ul li:hover span:hover .inner-nav ul li i {
    font-size: 17px;
    padding-top: 5px;
  }
}

.teft-part {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}
.teft-part .slimScrollDiv {
  overflow: none !important;
}
.teft-part .logo-part {
  height: 60px;
  background-color: #2e379c;
  padding: 4px 10px;
  padding-top: 5px;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}
.teft-part .logo-part span {
  font-size: 21px;
}
.teft-part .logo-part img {
  padding: 3px;
  margin-top: -5px;
  text-align: left;
  width: 220px;
}
.teft-part nav ul li {
  padding: 10px 0px;
  font-size: 0.82rem;
  cursor: pointer;
  color: #444444e8;
}
.teft-part nav ul li i {
  margin-right: 12px;
  margin-left: 20px;
  color: #5b5b5bd4;
}
.teft-part nav ul li a {
  font-size: 0.82rem;
  font-weight: 500;
  color: #444444e8;
}
.teft-part nav ul li .rit-ico {
  float: right;
  margin-right: 12px;
  font-size: 15px;
  padding-top: 5px;
}
.teft-part nav ul .active .inner-nav {
  display: block !important;
  transition: all 0.3s;
  margin-top: 10px;
  margin-bottom: -10px;
}
.teft-part nav ul .bottom-line {
  border-bottom: 1px solid #cccccc57;
}
.teft-part nav ul .inner-nav {
  background-color: #F9F9F9;
  transition: all 0.3s;
  display: none;
  padding-top: 5px;
}
.teft-part nav ul .inner-nav ul li {
  border-bottom: 1px solid #DBDBDB;
  padding: 10px;
  font-size: 0.8rem;
}

.float-auto {
  float: none;
  margin: 0 auto;
}

.vbkmn {
  margin-top: 10px;
  border-radius: 8px;
}

/* ===================================== Header Style  ================================== */
.right-header {
  background-color: #FFFFFF;
  height: 60px;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 0px 6px 0 rgba(206, 206, 238, 0.54);
}
@media screen and (max-width: 960px) {
  .right-header {
    position: absolute;
    width: 100%;
    z-index: 999;
  }
}
@media screen and (max-width: 960px) {
  .right-header .search-bar {
    display: none;
  }
}
.right-header .left-ul {
  margin-bottom: 0px;
}
.right-header .left-ul li {
  float: left;
  padding: 15px;
}
@media screen and (max-width: 364px) {
  .right-header .left-ul li {
    padding-left: 10px;
  }
}
.right-header .left-ul li i {
  font-size: 18px;
  position: absolute;
  color: #444;
}
.right-header .left-ul .search-bar {
  margin-left: 10px;
  height: 30px;
}
.right-header .left-ul .search-bar input {
  border: 1px solid #dadaf1;
  font-size: 15px;
  width: 330px;
  border-radius: 30px;
  height: 30px;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  background: #f7f7ff;
}
.right-header .left-ul .search-bar i {
  position: relative;
  top: -28px;
  left: 92%;
  color: #000;
  font-size: 14px;
}
.right-header .right-ul {
  float: right;
  margin-right: 20px;
}
@media screen and (max-width: 364px) {
  .right-header .right-ul {
    margin-right: 10px;
  }
  .right-header .right-ul li {
    padding: 18px 15px !important;
  }
}
.right-header .right-ul li {
  float: left;
  padding: 18px 25px;
  font-size: 20px;
}
.right-header .right-ul li img {
  width: 40px;
  border-radius: 8px;
  margin-top: -7px;
}
.right-header .right-ul .dropdown-menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-top: 20px;
}
.right-header .right-ul .badge {
  font-size: 12px;
  position: absolute;
  top: 10px;
  margin-left: -10px;
}

.new-messages {
  padding: 0px;
  border-radius: 0px;
  width: 320px;
}
.new-messages .list-title {
  padding: 10px !important;
  font-size: 1rem !important;
  text-align: center;
}
.new-messages .list-title .badge {
  position: relative;
  border-radius: 2px;
  color: #fff;
  background-color: #fd3550;
  margin-top: -15px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.new-messages .message-item {
  padding: 10px !important;
}
.new-messages .message-item h6 {
  margin-bottom: 2px;
}
.new-messages .message-item p {
  font-size: 13px;
  margin-bottom: -5px;
}
.new-messages .message-item small {
  font-size: 12px;
}
.new-messages .message-item img {
  margin-right: 1rem !important;
  margin-top: 2px !important;
  width: 60px !important;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  background-color: #FFF;
  padding: 2px;
  margin-left: 5px;
}
.new-messages .foter-message {
  text-align: center;
  padding: 10px !important;
}
.new-messages .foter-message p {
  text-align: center;
  font-size: 0.9rem;
}
.new-messages .notification-item {
  padding: 10px !important;
}
.new-messages .notification-item i {
  font-size: 24px;
  margin-top: 5px;
  margin-left: 2px;
}
.new-messages .notification-item h6 {
  margin-bottom: 2px;
  font-size: 13px;
}
.new-messages .notification-item p {
  font-size: 12px;
}

.user-details {
  padding: 0px;
  margin: 0px;
}
.user-details ul li {
  padding: 10px !important;
  float: none;
  border-bottom: 1px solid #E1E1E1;
  padding-left: 15px !important;
  font-size: 0.85rem !important;
}
.user-details ul li i {
  font-size: 18px !important;
  margin-top: 5px;
}
.user-details .user-info h6 {
  margin-bottom: 0px;
}
.user-details .user-info p {
  font-size: 13px;
  margin-bottom: 5px;
}
.user-details .user-info img {
  width: 50px;
  margin-top: 5px !important;
  margin-left: 6px !important;
}

/* ===================================== Container Style  ================================== */
.content-container {
  padding: 20px 30px;
  padding-bottom: 0px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .content-container {
    height: calc(100% - 60px);
    overflow: auto;
  }
}

.badge {
  font-size: 85%;
}

.logo-cokl {
  background-color: #2e379c;
}

/* ===================================== Import Basic ================================== */
.spinner {
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.load-modl {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  padding-top: 35%;
}

.modal-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* ===================================== Import Basic ================================== */
/* ===================================== Information Widget Card  ================================== */
.info-card {
  background-color: #FFf;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  padding: 15px;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
.info-card span {
  display: none;
}
.info-card .row {
  margin-top: 15px;
}
.info-card .row h2 {
  margin-bottom: 0px;
  margin-top: 8px;
  font-size: 1.7rem;
}
.info-card .row svg {
  margin-top: 10px;
}
.info-card .row .donut-spn svg {
  margin-top: 0px;
}

/* ===================================== World Map Style  ================================== */
.world-map-row {
  margin: 0px;
  margin-top: 30px;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}
.world-map-row .world-map {
  padding: 30px;
  padding-bottom: 0px;
}
.world-map-row .world-map svg {
  margin-top: -30px;
}
.world-map-row .world-map .jqvmap-zoomin {
  padding: 11px 6px;
  padding-right: 6px;
  line-height: 0px;
  text-align: center;
  margin-left: 2px;
  padding-right: 15px;
  margin-top: -10px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.world-map-row .world-map .jqvmap-zoomout {
  padding: 11px 6px;
  padding-right: 6px;
  line-height: 0px;
  text-align: center;
  margin-left: 2px;
  padding-right: 15px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.world-map-row .table-col {
  padding: 30px;
  padding-left: 20px;
  margin-top: 17px;
}
.world-map-row .table-col tr {
  border-bottom: 1px solid #EFEFEF;
}
.world-map-row .table-col tr td {
  border-top: 0px !important;
  font-size: 0.9rem;
}

/* ===================================== Import Basic ================================== */
/* ===================================== Form Controls Style  ================================== */
.body-content {
  min-height: 500px;
  padding: 30px 0px;
}

.form-body {
  padding: 30px;
}

.panel-card {
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}
.panel-card .panel-header {
  padding: 12px;
  border-bottom: 1px solid #CCC;
  font-weight: 600;
}
.panel-card .panel-body {
  padding: 20px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  padding-top: 6px;
  font-size: 0.83rem;
  font-weight: 500;
}
.form-group .form-indicat {
  float: right;
  padding-top: 3px;
}
.form-group .form-control {
  background-color: #f7f7ff;
  border-radius: 0px;
  font-size: 0.83rem;
  font-weight: 400;
}
.form-group .form-control:focus {
  border: 2px solid #007bff;
  box-shadow: none;
}
.form-group .form-control-curve {
  border-radius: 15px;
}

.table-surv .btn-int {
  padding: 2px 7px;
  font-size: 0.8rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.cupfile {
  font-size: 0.8rem !important;
  padding: 1px;
  overflow: hidden;
}

/* ===================================== Import Basic ================================== */
/* ===================================== Information Widget - 2  ================================== */
.info-widget-2 {
  margin-top: 20px;
}
.info-widget-2 .widget-2-cover {
  padding: 20px;
  padding-left: 10px;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
}
.info-widget-2 .widget-2-cover .widget-icon {
  padding: 20px;
  border-radius: 3px;
  margin-top: -40px;
}
.info-widget-2 .widget-2-cover .widget-icon i {
  color: #FFFFFF;
  font-size: 34px;
}
.info-widget-2 .color-1 .widget-icon {
  background: linear-gradient(60deg, #26c6da, #00acc1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}
.info-widget-2 .color-1 h4 {
  color: #00acc1;
}
.info-widget-2 .color-1 .widget-icon {
  background: linear-gradient(60deg, #26c6da, #00acc1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}
.info-widget-2 .color-1 h4 {
  color: #00acc1;
}
.info-widget-2 .color-2 .widget-icon {
  background: linear-gradient(60deg, #ec407a, #d81b60);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 30, 99, 0.4);
}
.info-widget-2 .color-2 h4 {
  color: #d81b60;
}
.info-widget-2 .color-3 .widget-icon {
  background: linear-gradient(60deg, #ffa726, #fb8c00);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(255, 152, 0, 0.4);
}
.info-widget-2 .color-3 h4 {
  color: #fb8c00;
}

/* ===================================== Chart Row Style  ================================== */
.chart-row {
  margin-top: 30px;
}
.chart-row .chart-cover {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  background-color: #FFF;
}
.chart-row .chart-cover .card-header {
  background-color: #FFF;
}
.chart-row .chart-cover .card-action {
  float: right;
}
.chart-row .chart-cover .card-action .dropdown-toggle::after {
  display: none;
}
.chart-row .chart-cover .card-action .dropdown-menu {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

/* ===================================== Footer Style  ================================== */
.footer-admin {
  padding: 15px;
  border-top: 1px solid #DFDFDF;
  margin-top: 140px;
  padding-top: 22px;
}
.footer-admin p {
  text-align: center;
  font-size: 0.8rem;
}

/* ===================================== Page Title Style  ================================== */
.page-title {
  width: 100%;
}
.page-title h4 {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}
.page-title ul li {
  float: left;
  font-size: 0.85rem;
}
.page-title ul li a {
  color: #2e379c !important;
}
.page-title ul li i {
  width: 50px;
  font-size: 18px;
  text-align: center;
  font-size: 13px;
  padding-top: 3px;
}

.card {
  background-color: #FFF;
}

.card-widget-aee .card-header {
  background-color: #FFF;
}
.card-widget-aee .card-header h4 {
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.bullet.bullet-xs {
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
}

.datepicker td, .datepicker th {
  padding: 5px;
  font-size: 0.85rem;
}

/* ===================================== Import Basic ================================== */
/* ===================================== Login Style CSS ================================== */
.oter-header {
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  padding: 5px;
  position: absolute;
  width: 100%;
  background-color: #FFF;
}

.login-cover {
  float: none;
  margin: auto;
}
.login-cover .login-box {
  padding: 30px;
  background-color: #FFF;
  box-shadow: 0 2px 6px 0 rgba(218, 218, 253, 0.65), 0 2px 6px 0 rgba(206, 206, 238, 0.54);
  border-radius: 5px;
  border-top: 2px solid #008cff;
  border-bottom: 2px solid #008cff;
}
.login-cover .login-box .logo-cover {
  margin-bottom: 10px;
}
.login-cover .login-box .logo-cover strong {
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.login-cover .login-box .logo-cover img {
  width: 100px;
}
.login-cover form {
  padding: 20px;
  width: 100%;
}
.login-cover form .form-group {
  width: 100%;
  margin-bottom: 22px;
}
.login-cover form .form-group input {
  border-radius: 0px;
}
.login-cover form .form-group i {
  position: absolute;
  right: 14px;
  top: 10px;
}
.login-cover form .align-right {
  text-align: right;
  color: #0056b3;
}
.login-cover form .btn-round {
  border-radius: 15px;
  width: 100%;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.login-cover .reset-tit {
  text-align: center;
}
.login-cover .reset-tit strong {
  text-transform: uppercase;
}

/* ===================================== Import Basic ================================== */
.card-row {
  margin-top: 30px;
}

.card-custom {
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0px;
}

.text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-light-primary {
  background-color: #E2ECFF;
  color: #5A8DEE !important;
}

.avatar img {
  border-radius: 50%;
}

.plain-card {
  margin-bottom: 2.2rem;
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.plain-card .card-header {
  border-bottom: 0 solid #DFE3E7;
  background-color: #FFF;
}
.plain-card .card-header h4 {
  font-size: 1.2rem;
  margin-bottom: 0px;
}
.plain-card .card-body h4 {
  font-size: 1.2rem;
  margin-bottom: 0px;
}

.list-card .card-header {
  border-bottom: 0 solid #DFE3E7;
  background-color: #FFF;
}
.list-card .card-header h4 {
  font-size: 1.2rem;
  margin-bottom: 0px;
}

/* ===================================== Import Basic ================================== */
.single-question-row {
  margin: 0px;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #cccccc85;
}
.single-question-row h4 {
  margin-bottom: 15px;
  font-size: 0.9rem;
  font-weight: 600;
}
.single-question-row button {
  float: right;
  margin-top: -33px;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 2px 8px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.single-question-row ul li {
  padding: 10px;
  font-weight: 500;
  font-size: 0.83rem;
  width: 50%;
  float: left;
  padding-right: 50px;
}
.single-question-row ul li span {
  float: right;
}
.single-question-row .yes-no li {
  width: 30%;
}
.single-question-row .yes-no li .fa-star {
  color: #a9a4a4;
}
.single-question-row .yes-no li .selstar {
  color: #ffb01f;
}
.single-question-row .points li {
  width: 20%;
}
.single-question-row .modal-footer button {
  margin-top: 0px;
}
.single-question-row .modal-header button {
  box-shadow: none;
}
.single-question-row .modal-header button span {
  font-size: 22px;
}

.report-table td {
  font-weight: 400;
}
.report-table td .fa-times {
  color: #fd3550;
  font-size: 15px;
}
.report-table td .fa-check {
  color: #35da51;
  font-size: 15px;
}

.table-star .fa-star {
  color: #a9a4a4;
  font-size: 0.75rem;
}
.table-star .selstar {
  color: #ffc109;
}

.rit-reports {
  padding-right: 0px;
}
.rit-reports ul {
  float: right;
}
.rit-reports ul li {
  float: left;
  padding-top: 14px;
}
.rit-reports ul li i {
  width: auto;
  margin-right: 3px;
}

.iti-navs {
  padding: 0px !important;
}
.iti-navs ul {
  display: inline-block;
  margin-bottom: -6px;
}
.iti-navs ul li {
  float: left;
  padding: 13px 20px;
}
.iti-navs ul .act {
  border-bottom: 2px solid #0069d9;
}

.explin {
  padding: 15px;
  font-size: 0.9rem;
  background-color: #f6f6f6;
}

/* ===================================== Import Basic ================================== */
.resulr-row {
  border: 1px solid #CCC;
}
.resulr-row .questionr {
  width: 100%;
  padding: 15px;
  padding-top: 20px;
}
.resulr-row .questionr h2 {
  font-size: 0.9rem;
  margin-bottom: 0px;
  line-height: 24px;
}
.resulr-row .questionr img {
  margin-top: 10px;
}
.resulr-row .choisr {
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 15px;
  font-size: 0.85rem;
  width: 100%;
}
.resulr-row .choisr ul {
  width: 100%;
}
.resulr-row .choisr ul li {
  padding: 10px;
}
.resulr-row .answer {
  width: 100%;
  border-top: 1px solid #CCC;
  padding: 15px;
  padding-left: 0px;
  font-size: 0.85rem;
}
.resulr-row .answer .yr {
  border-right: 1px solid #CCC;
}
.resulr-row .wrong {
  background-color: rgba(250, 0, 0, 0.09);
}
.resulr-row .rit {
  background-color: rgba(39, 208, 26, 0.09);
}

/* ===================================== Import Basic ================================== */
/* ===================================== Table Style CSS ================================== */
.table tr th, .table tr td {
  font-size: 0.83rem;
}
.table tr th {
  font-weight: 600;
}

/* ===================================== Delet Box Style CSS ================================== */
.remove-model h5 {
  font-size: 1rem;
}
.remove-model .vbn {
  width: 50%;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}
.remove-model .vvg {
  border-right: 1px solid #CCC;
}

/* ===================================== Data Table CSS ================================== */
.dataTables_filter {
  margin-top: -37px;
  margin-right: 10px;
}
.dataTables_filter input {
  border: 1px solid #dadaf1;
  font-size: 15px;
  width: 330px;
  height: 30px;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  background: #f7f7ff;
}

.dataTables_length label {
  padding-top: 12px;
  padding-left: 10px;
}
.dataTables_length label select {
  border: 1px solid #dadaf1;
  font-size: 15px;
  width: 330px;
  height: 30px;
  padding: 0.375rem 2rem 0.375rem 0.75rem;
  background: #f7f7ff;
}

.dataTables_info {
  max-width: 300px;
  padding-left: 10px;
  padding: 10px;
  margin-top: -9px !important;
}

.dataTables_paginate {
  max-width: 300px;
  padding-right: 20px;
  margin-top: -34px !important;
  float: right;
}
.dataTables_paginate a {
  padding: 5px;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.3rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-top-color: #dee2e6;
  border-right-color: #dee2e6;
  border-bottom-color: #dee2e6;
  border-left-color: #dee2e6;
}
.dataTables_paginate .current {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.dataTable {
  border-bottom: 1px solid #CCC;
  margin-bottom: -5px !important;
}

.bgghn-err {
  margin-top: -10px;
  margin-bottom: 20px;
  display: none;
}

/* ===================================== Validation CSS ================================== */
.smart-valid {
  position: absolute;
  width: 250px;
  background-color: #fd3550;
  left: 105%;
  color: #FFF;
  font-size: 0.88rem;
  padding: 8px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-top: 9px;
  padding-left: 18px;
  display: none;
  top: -13px;
  z-index: 999;
}

@media screen and (max-width: 720px) {
  .smart-valid {
    position: absolute;
    width: 250px;
    background-color: #fd3550;
    left: 70px !important;
    color: #FFF;
    font-size: 13px;
    padding: 5px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    margin-top: 9px;
    padding-left: 38px !important;
    display: none;
    top: -54px !important;
    z-index: 999;
  }

  .smart-valid::before {
    box-sizing: border-box;
    left: 5px !important;
    background-color: #fd3550;
    content: "";
    position: absolute;
    z-index: 100;
    height: 15px;
    top: 12px !important;
    transform: rotate(135deg);
    width: 15px;
  }
}
.smart-valid::before {
  box-sizing: border-box;
  left: -12px;
  background-color: #fd3550;
  content: "";
  position: absolute;
  z-index: 100;
  height: 25px;
  top: 7px;
  transform: rotate(135deg);
  width: 25px;
}

.in-err {
  border: 2px solid #fd3550;
}

.smart-val-left {
  right: 100%;
  left: unset;
}

.smart-val-left::before {
  left: unset;
  right: -12px;
}

#login-err {
  color: #c82333;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
  font-size: 0.9rem;
}

.overflio {
  font-weight: 400;
  font-size: 0.8rem;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.modal-header {
  padding: 10px;
}
.modal-header h5 {
  font-size: 0.95rem;
}

.social-shar a {
  font-size: 0.83rem;
}
.social-shar .fb {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-shar .twit {
  background-color: #00acee;
  border-color: #00acee;
}
.social-shar .ink {
  background-color: #0e76a8;
  border-color: #0e76a8;
}
.social-shar .whats {
  background-color: #075E54;
  border-color: #075E54;
}

.user-row {
  margin-top: 30px;
}
.user-row .user-card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
  border-radius: 3px;
  margin-bottom: 30px;
}
.user-row .user-card .user-det {
  padding: 10px;
}
.user-row .user-card .user-det h4 {
  font-size: 1rem;
  font-weight: 600;
}
.user-row .user-card .user-det ul li {
  font-size: 0.8rem;
  padding: 1px;
}
.user-row .user-card .user-det ul li i {
  margin-right: 5px;
}
.user-row .user-card .user-img {
  padding: 10px;
  padding-top: 11px;
}
.user-row .user-card .user-img img {
  border-radius: 50px;
  border: 1px solid #cccccca3;
}
.user-row .user-card .action ul {
  border-top: 1px solid #CCC;
}
.user-row .user-card .action ul li {
  padding: 10px 10px;
  float: left;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  color: #424040;
}

.permisions .user-det {
  border-bottom: 1px solid #CCC;
  margin-bottom: 5px;
}
.permisions .user-det h4 {
  margin-bottom: 0px;
}
.permisions .permisav {
  margin-bottom: 10px;
}

.permisionscol li {
  padding: 6px;
}
.permisionscol li input {
  margin-right: 7px;
}

/*# sourceMappingURL=style.css.map */
