:root{
  --theme: #12B2B3;
  --light-theme: #eff7f8;
}
*::-moz-selection {
  background: var(--theme);
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: var(--theme);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--theme);
  color: #fff;
  text-shadow: none;
}
.fs-30{
  font-size: 30px;
}
.btn-outline-theme{
  color: var(--theme);
  border-color: var(--theme);
}
.bg-theme-soft{
  background-color: #12b2b32b !important;
}
.light-border{
  border-color: #7ac9d1 !important;
}
.btn-outline-theme:hover{
  color: white;
  border-color: var(--theme);
  background-color: var(--theme);
}
.bg-theme{
  background-color: var(--theme);
}
.border-theme{
  border-color: var(--theme);
}
.text-theme{
  color: var(--theme);
}
/* Definition Lists */
dl dd {
  margin-bottom: 15px;
}
dl dd:last-child {
  margin-bottom: 0px;
}

.modal-height{
  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
/* Table */
.table td,
.table th {
  vertical-align: middle;
}
a:hover {
  text-decoration: none;
  color: #02818f;
}
.dropdown-item {
  font-size: 14px;
}
.dropdown-menu {
  border-radius: 10px;
}
h1, h2, h3, h4, h5, h6{
  color: #333333;
}
label{
  color: #222222;
}
.form-control {
  height: 40px;
  line-height: 40px;
  border: 1px solid #d6d6d6;
  font-size: 14px;
  color: #4c4c4c;
  border-radius: 5px;
}

/* scroller */
.scroller {
  overflow-y: auto;
  scrollbar-color: var(--theme) var(--light-theme);
  scrollbar-width: thin;
}
.scroller::-webkit-scrollbar-thumb {
  background-color: var(--theme);
}
.scroller::-webkit-scrollbar-track {
  background-color: var(--light-theme);
}
#sidebar-scrollbar {
  overflow-y: auto;
  scrollbar-color: var(--theme) var(--light-theme);
  scrollbar-width: thin;
}
#sidebar-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--theme);
}
#sidebar-scrollbar::-webkit-scrollbar-track {
  background-color: var(--light-theme);
}

/* Form */
#sidebar-scrollbar {
  height: 100%;
}
.lighttext{
  color: #a09e9e;
}
/*---------------------------------------------------------------------
                                Badge
-----------------------------------------------------------------------*/
.badge {
  padding: 6px 10px;
  font-size: 12px;
}
.breadcrumb.bg-primary .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}

/*---------------------------------------------------------------------
                             Media Support
-----------------------------------------------------------------------*/
.media-support {
  display: inline-block;
  width: 100%;
}
.media-support-user-img img {
  height: 60px;
}
.media-support-header {
  display: flex;
  align-items: flex-start;
}
.media-support-info {
  flex: 1;
}
.projects-media img {
  height: 60px;
}
.iq-media-group .iq-media {
  margin-left: -20px;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.iq-media-group .iq-media:hover {
  z-index: 9;
}
.iq-media-group .iq-media img,
.iq-media-group .iq-media.border {
  border: 2px solid #ddd;
}
.iq-media-group .iq-media:first-child {
  margin-left: 0;
}
.iq-media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.iq-media:hover {
  text-decoration: none;
}
.media-pl {
  text-align: center;
}

/*---------------------------------------------------------------------
                                Best Sellers
-----------------------------------------------------------------------*/
.media-sellers {
  display: flex;
  align-items: flex-start;
}
.media-sellers-media-info {
  flex: 1;
}
.media-sellers-img img {
  height: 80px;
}
.iq-card .list-star li {
  margin-right: 0;
}

/*---------------------------------------------------------------------
                                Profile-Avatar
-----------------------------------------------------------------------*/
.iq-profile-avatar {
  position: relative;
}
.iq-profile-avatar:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  border: 2px solid #fff;
  background-color: #374948;
  height: 16px;
  width: 16px;
  right: 0;
  bottom: 3px;
}
.iq-profile-avatar.status-online:before {
  background-color: #0abb78;
}
.iq-profile-avatar.status-away:before {
  background-color: #ffb820;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 15px 0 0;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #777d74;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #374948;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*---------------------------------------------------------------------
                                Countdown
-----------------------------------------------------------------------*/
.iq-comingsoon {
  margin-top: 80px;
}
.countdown {
  margin: 60px 0 0;
  padding: 0;
}
.countdown li {
  margin: 0 30px 0 0;
  padding: 45px 0;
  list-style: none;
  width: 22.8%;
  display: inline-block;
  text-align: center;
  line-height: normal;
  background: #ffffff;
  float: left;
  color: #374948;
  border-radius: 15px;
}
.countdown li span {
  font-size: 60px;
  display: inline-block;
  width: 100%;
  color: var(--theme);
}
.countdown li:last-child {
  margin-right: 0;
}
.iq-comingsoon-form {
  position: relative;
}
.iq-comingsoon-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 30px;
}

/*---------------------------------------------------------------------
                                Progressbar
-----------------------------------------------------------------------*/
.iq-progress-bar {
  background: #eef1f7;
  box-shadow: 0 0 0;
  height: 6px;
  margin: 0;
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.iq-progress-bar > span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 4px;
}

/*---------------------------------------------------------------------
                           Dropdown Menu
-----------------------------------------------------------------------*/
.iq-card-header .dropdown-bg {
  background: #ceebee;
  padding: 8px 15px;
  color: var(--theme);
  border-radius: 15px;
}
.iq-card-header .dropdown-menu {
  margin: 0;
  padding: 0;
  font-size: 13px;
  top: 20px !important;
  border-radius: 10px;
  border-color: #eef0f4;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
  -moz-box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
  box-shadow: 0px 15px 30px 0px rgba(233, 237, 244, 1);
}
.iq-card-header .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  color: #777d74;
}
.iq-card-header .dropdown-menu .dropdown-item i {
  font-size: 14px;
  vertical-align: middle;
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: var(--theme);
}

/*--------------*/
.iq-card-header select.form-control {
  background: #eef0f4;
  border: none;
  font-size: 14px;
  margin-right: 15px;
}
.iq-card-header select.form-control.width-100 {
  width: 180px;
}

/*---------------------------------------------------------------------
                           Badge Img Tag
-----------------------------------------------------------------------*/
.badge-img-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}

/*---------------------------------------------------------------------
                           list Style 1
-----------------------------------------------------------------------*/
.iq-list-style-1 {
  margin: 0;
  padding: 0;
}
.iq-list-style-1 li {
  display: inline-block;
  float: left;
  list-style-type: none;
  margin-right: 15px;
}
.iq-list-style-1 li:last-child {
  margin-right: 0;
}
.iq-list-style-1 li a {
  color: #777d74;
}
.iq-list-style-1 li a i {
  color: #9597af;
  margin-right: 5px;
}
.iq-list-style-1 li a:hover,
.iq-list-style-1 li a:focus {
  text-decoration: none;
  color: var(--theme);
}
.iq-list-style-1.text-white li a,
.iq-list-style-1.text-white li a i {
  color: #ffffff;
}
.list-inline.text-white li a {
  color: #ffffff;
}
.list-inline.text-white li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

/*---------------------------------------------------------------------
                           Icon Box
-----------------------------------------------------------------------*/
.iq-icon-box {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 10px;
  font-size: 22px;
  text-decoration: none;
}
.iq-icon-box:hover {
  text-decoration: none;
}

/*---------------------------------------------------------------------
                           Tasks Card
-----------------------------------------------------------------------*/
.tasks-card {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #eef0f4;
  margin: 0 0 15px 0;
}
.tasks-card .close {
  font-size: 16px;
}
.tasks-card:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

/*---------------------------------------------------------------------
                             Sign In
-----------------------------------------------------------------------*/
.sign-in-page {
  height: 100%;
}
.sign-in-detail {
  padding: 100px;
  /* height: 100vh; */
  border-radius: 40px;
}
.sign-in-logo {
  display: inline-block;
  width: 100%;
}
.sign-in-logo img {
  height: 100px;
}
.sign-in-from {
  padding: 60px;
  border-radius: 37px;
  top: 10%;
  bottom: 10%;
  left: 0;
  min-height: 400px;
  right: 0;
  background: #fff;
}
.sign-info {
  border-top: 1px solid #cdd1f3;
  margin-top: 30px;
  padding-top: 20px;
}
.iq-social-media {
  margin: 0;
  padding: 0;
  float: right;
}
.iq-social-media li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
.iq-social-media li:last-child {
  margin-right: 0;
}
.iq-social-media li a {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: var(--light-theme);
  color: var(--theme) !important;
}
.iq-social-media li a:hover {
  text-decoration: none;
}
.sign-in-page .sign-in-page-bg {
  position: relative;
  overflow: hidden;
}
.sign-in-page .sign-in-page-bg::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 270px;
  z-index: -1;
  border-radius: 40px;
  background: var(--theme);
  /* background: -moz-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8, 155, 171, 1)), color-stop(100%, rgba(13, 181, 200, 1)));
  background: -webkit-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
  background: -o-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
  background: -ms-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
  background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--theme)', endColorstr='#0db5c8', GradientType=1);
}

/*---------------------------------------------------------------------
                             Dash Hover
-----------------------------------------------------------------------*/
.dash-hover-blank {
  background-color: #eee;
  border: dashed 2px #444;
  height: 90%;
  justify-content: center;
}
.dash-hover-blank:hover {
  cursor: pointer;
  background-color: #ddd;
}

/*---------------------------------------------------------------------
                             Waves Effect
-----------------------------------------------------------------------*/
.iq-waves-effect {
  position: relative;
  overflow: hidden;
}

/*  Ripple */
.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(8, 155, 171, 0.1);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}
.rippleEffect {
  animation: rippleDrop 0.6s linear;
}
@keyframes rippleDrop {
  100% {
      transform: scale(2);
      opacity: 0;
  }
}

/*---------------------------------------------------------------------
                              Sidebar
-----------------------------------------------------------------------*/
.iq-sidebar {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 260px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  background-color: var(--theme) !important;
  display: flex;
  flex-direction: column;
}
.iq-sidebar .iq-sidebar-logo {
  float: none;
  width: 100%;
  border-bottom: 1px solid #7ac9d1;
}
.iq-sidebar #sidebar-scrollbar {
  margin-top: 15px;
}

/*---------------------------------------------------------------------
                           Sidebar Menu
-----------------------------------------------------------------------*/

/* Form */
#sidebar-scrollbar {
  height: 100vh;
}
.scroll-content div.p-3 {
  height: 100px;
}
.iq-sidebar-menu .iq-menu .iq-menu-title {
  display: block;
  color: #ffffff;
  font-size: 15px;
  position: relative;
  padding: 15px;
  font-weight: 500;
  line-height: 18px;
}
.iq-sidebar-menu {
  position: relative;
}
.iq-sidebar-menu .iq-menu {
  margin: 0 15px;
  padding: 0;
  list-style-type: none;
}
.iq-sidebar-menu .iq-menu li {
  list-style-type: none;
  position: relative;
  white-space: nowrap;
  margin: 7px 0;
  border-radius: 15px;
}
.iq-sidebar-menu ul.iq-submenu li:last-child{
  border-radius: 0 0 20px 20px;
}
.iq-sidebar-menu ul.iq-submenu li:first-child{
  border-radius: 20px 20px 0 0;
}
.iq-sidebar-menu ul.iq-submenu li {
  background-color: white !important;
  margin: 0;
  border-radius: 0;
}
.iq-sidebar-menu .iq-menu li a {
  font-size: 14px;
  white-space: nowrap;
  display: block;
  color: #ffffff;
  position: relative;
  padding: 10px 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 15px;
  text-transform: capitalize;
}
.iq-sidebar-menu .iq-menu li li a {
  font-size: 14px;
}
.iq-sidebar-menu .iq-menu li a i {
  font-size: 20px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.iq-sidebar-menu .iq-menu li li a i {
  font-size: 16px;
}
.iq-sidebar-menu .iq-menu li a span {
  white-space: nowrap;
  margin-left: 10px;
  padding: 0;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition: none;
}
.iq-sidebar-menu .iq-menu li a .iq-arrow-right {
  margin-right: 0;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.iq-sidebar-menu .iq-menu li a .badge {
  position: absolute;
  right: 10px;
  padding: 3px;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
}
.iq-sidebar-menu .iq-menu li.active,
.iq-sidebar-menu .iq-menu li.main-active {
  border-bottom: none;
}
.iq-sidebar-menu .iq-menu li a:hover {
  color: #ffffff;
}
#logot_nav .iq-menu li:hover a{
  color: var(--theme) !important;
  background-color: #ffffff !important;
}
.iq-sidebar-menu .iq-menu li.active > a,
.iq-sidebar-menu .iq-menu li.main-active > a {
  color: var(--theme);
  background-color: #ffffff;
  text-decoration: none;
  transition: none;
}
.iq-search-bar .searchbox .search-link {
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 16px;
}
.iq-sidebar-menu .iq-menu li a[aria-expanded="true"] .iq-arrow-right {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.iq-sidebar-menu .iq-menu li .iq-submenu li a:hover,
.iq-sidebar-menu .iq-menu li.active .iq-submenu li > a {
  background: transparent;
}
.iq-sidebar-menu .iq-menu li.active .iq-submenu li.active > a {
  background: #ceebee;
  color: var(--theme);

}
.iq-sidebar-menu .iq-menu li.active .iq-submenu li:last-child > a {
  border-radius: 0 0 15px 15px;
}
.iq-sidebar-menu .iq-menu li .iq-submenu li > a::before {
  display: none;
}
/*body.sidebar-main .iq-sidebar .iq-menu li a[aria-expanded="false"].collapsed {border-radius: 15px;}*/
/*body.sidebar-main .iq-sidebar .iq-menu li a[aria-expanded="true"] { border-radius: 15px 15px 0 0; }*/
.iq-sidebar .iq-menu li.active,
.iq-sidebar .iq-menu li.main-active {
  /* background-color: #ffffff; */
}
.top-rounded.collapsed{

}
.top-rounded[aria-expanded="true"] {
  border-radius: 15px 15px 0 0 !important;
}
/* .iq-sidebar .iq-menu li.main-active {
  margin: 10px 0;
} */
/* .iq-sidebar .iq-menu li.main-active li {
  margin: 0;
} */
.iq-sidebar-menu .iq-menu li ul {
  padding-left: 30px;
}
body.sidebar-main-menu.sidebar-main .iq-sidebar-menu .iq-menu li ul ul {
  padding-left: 30px;
}
body.sidebar-main .iq-sidebar-menu .iq-menu li ul ul {
  padding-left: 0;
}
body.sidebar-main-menu .iq-sidebar:hover .iq-sidebar-menu .iq-menu li ul ul,
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li ul ul {
  padding-left: 30px;
}
body.sidebar-main-menu .iq-sidebar-menu .iq-menu li ul ul {
  padding-left: 0;
}

/*------------------------*/
.iq-sidebar-menu .iq-menu li ul {
  padding-left: 0px;
  margin-top: 10px;
}
.iq-sidebar-menu .iq-menu li ul.iq-submenu-data {
  padding-left: 30px;
}
.iq-sidebar-menu .iq-menu li ul li a {
  color: #777d74;
  padding: 10px 15px;
}
.iq-sidebar-menu .iq-menu li ul a:hover {
  color: var(--theme);
  text-decoration: none;
  background: transparent;
}

/*---------Sidebar Dark---------------*/
.iq-sidebar.sidebar-dark,
.iq-sidebar.sidebar-dark .iq-sidebar-logo {
  background: #151b21;
  color: #ffffff;
}
.iq-sidebar.sidebar-dark .iq-sidebar-logo a span {
  color: rgba(255, 255, 255, 0.8);
}
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu .iq-menu-title {
  color: rgba(255, 255, 255, 0.4);
}
.iq-sidebar.sidebar-dark .iq-menu li > a::before {
  display: none;
}
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li > a:hover,
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li.active > a,
.iq-sidebar.sidebar-dark .iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li a {
  color: #ffffff;
  background: #0f1317;
}
.iq-sidebar.sidebar-dark .iq-menu li a:hover,
.iq-sidebar.sidebar-dark .iq-menu li.active > a,
.iq-sidebar.sidebar-dark .iq-menu li.menu-open > a {
  color: #ffffff;
  background: #0f1317;
}
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li a {
  color: rgba(255, 255, 255, 0.6);
}
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li ul li a {
  background: transparent;
}
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li ul {
  padding-left: 0;
  background: #1e242a;
}
.iq-sidebar.sidebar-dark .iq-sidebar-menu .iq-menu li.active .iq-submenu li > a {
  background: transparent;
}
.iq-sidebar.sidebar-dark .iq-menu li.active .iq-submenu li.active > a {
  background: #1e1e1e;
  color: #fff;
}
.iq-sidebar.sidebar-dark .ripple {
  background: rgba(255, 255, 255, 0.1);
}
.iq-sidebar.sidebar-dark .iq-menu-bt {
  background: #0f1317;
}
.iq-sidebar.sidebar-dark .line-menu {
  background: #ffffff;
}

/*---------------------------------------------------------------------
                           Top Menu
-----------------------------------------------------------------------*/
.iq-top-navbar .iq-navbar-custom .iq-menu-bt {
  display: none;
}
.iq-top-navbar {
  padding: 0;
  min-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: calc(100% - 320px);
  display: inline-block;
  z-index: 99;
  background: #ffffff;
  margin: 20px 30px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  transition: all 0.45s ease 0s;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.iq-top-navbar.fixed-header {
  /* margin: 0; */
  right: 0;
  margin-top: 0;
  left: 0;
  top: 0;
  width: calc(100% - 260px);
  border-radius: 0;
  transition: all 0.45s ease 0s;
}
.iq-top-navbar .iq-navbar-custom .navbar-breadcrumb {
  display: block;
  margin-left: 30px;
  padding: 10px 0;
}
.iq-top-navbar .breadcrumb .breadcrumb-item.active {
  color: #777d74;
}
.iq-top-navbar .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}
.iq-top-navbar .breadcrumb li {
  list-style-type: none;
  font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\ea5f";
  font-family: "remixicon";
  font-size: 14px;
  vertical-align: sub;
  color: #777d74;
}
.iq-top-navbar .breadcrumb li a,
.iq-top-navbar .breadcrumb li a:hover {
  text-decoration: none;
}
.navbar-list {
  margin: 0;
  padding: 0;
  float: right;
}
.navbar-list li {
  float: left;
  list-style-type: none;
  position: relative;
}
.navbar-list li > .dropdown .dropdown-menu {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.navbar-list li .dropdown-toggle::after {
  display: none;
}
.navbar-list li > a.language-title {
  font-size: 16px;
}
.navbar-list li > a {
  font-size: 18px;
  padding: 0 15px;
  line-height: 73px;
  color: var(--theme);
  display: block;
  min-height: 60px;
}
.navbar-list li:last-child > a {
  padding-right: 10px;
}
.menu-tag {
  position: absolute;
  background: #374948;
  color: #ffffff;
  display: inline-block;
  top: 18px;
  left: 18px;
  font-size: 12px;
  border-radius: 90px;
  line-height: normal;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
}
.navbar-list li a:hover {
  text-decoration: none;
}
.navbar-list li > a > img {
  width: 50px;
  height: 50px;
  padding: 3px;
  object-fit: cover;
  border: 1px solid #11b2b3;
}
.navbar-list li.iq-nav-user {
  display: flex;
  align-items: flex-start;
}
.navbar-list li.iq-nav-user span {
  flex: 1;
  font-size: 14px;
}
.iq-top-navbar .iq-sidebar-logo .top-logo {
  display: none;
}
.iq-breadcrumb {
  display: none;
}
.nav-item span.dots {
  height: 5px;
  width: 5px;
  font-size: 0;
  text-align: center;
  padding: 0;
  position: absolute;
  top: 25px;
  right: 10px;
  animation: shadow-pulse-dots 1s infinite;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.nav-item span.count-mail {
  height: 5px;
  width: 5px;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 10px;
  animation: shadow-pulse 1s infinite;
  border-radius: 50%;
}
@keyframes shadow-pulse-dots {
  0% {
      box-shadow: 0 0 0 0px rgba(230, 65, 65, 0.2);
  }
  100% {
      box-shadow: 0 0 0 15px rgba(230, 65, 65, 0);
  }
}
@keyframes shadow-pulse {
  0% {
      box-shadow: 0 0 0 0px rgba(0, 132, 255, 0.2);
  }
  100% {
      box-shadow: 0 0 0 15px rgba(0, 132, 255, 0);
  }
}
div#lottie-beil,
div#lottie-mail,
div#lottie-fullscreen {
  height: 20px;
  width: 20px;
}
div#lottie-beil svg path,
div#lottie-mail svg path,
div#lottie-fullscreen svg path {
  stroke: var(--theme);
}
.navbar-list li .caption {
  line-height: 16px;
}
.top-nav-bottom {
  margin-left: 260px;
  border-top: 1px solid #f2edff;
}
.topnav-toolbar li a {
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  color: #a09e9e;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.topnav-toolbar li.date-today {
  background: #f2f3f7;
}
.topnav-toolbar li.active a {
  background: var(--light-theme);
  color: var(--theme);
}
.topnav-toolbar ul li {
  list-style: none;
  padding: 13px 0;
}
.navbar-list li > .dropdown {
  line-height: 73px;
  cursor: pointer;
}
.iq-search-bar {
  padding: 0 15px;
}
.iq-search-bar .searchbox {
  width: 480px;
  position: relative;
}
.iq-search-bar .search-input {
  width: 100%;
  padding: 5px 40px 5px 15px;
  border-radius: 10px;
  border: none;
  background: #ceebee;
}

/*---------- Sidebar Logo --------------*/
.iq-sidebar-logo {
  display: none;
  width: 260px;
  padding: 15px;
  float: left;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: transparent;
}
.iq-sidebar-logo a {
  display: flex;
  align-items: flex-start;
}
.iq-sidebar-logo a span {
  margin-left: 10px;
  font-size: 28px;
  line-height: 45px;
  font-weight: 600;
  color: #ffffff;
  /* font-family: "Poppins", sans-serif; */
  flex: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.iq-sidebar-logo a:hover,
.iq-sidebar-logo a:focus {
  text-decoration: none;
}
.iq-sidebar-logo img {
  height: 45px;
}
.iq-top-navbar .iq-navbar-custom .iq-menu-bt-sidebar .iq-menu-bt {
  display: block;
  margin: 0 0 0 20px;
}
body.sidebar-main .iq-menu-bt-sidebar .iq-menu-bt {
  opacity: 1;
}
.iq-menu-bt {
  padding: 12px 7px;

  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 12px;
}
.close-btn,
.wrapper-menu {
  font-size: 30px;
  line-height: 15px;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 330ms ease-out;
}
.line-menu {
  background-color: var(--theme);
  border-radius: 90px;
  width: 100%;
  height: 2px;
}
.line-menu.half {
  width: 50%;
}
.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37);
  transform-origin: right;
}
.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}
.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.37, 0.37);
  transform-origin: left;
}
.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}
.main-circle {
}
.hover-circle {
  opacity: 0;
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}

/*----------------------*/
.iq-top-navbar .iq-sub-dropdown {
  width: 300px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.iq-top-navbar .iq-sub-dropdown .iq-card-body div {
  border-radius: 10px 10px 0 0;
}

/* ----------------------------------------------
* Generated by Animista on 2019-12-22 15:30:2
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation fade-in-bottom
* ----------------------------------------
*/
@-webkit-keyframes fade-in-bottom {
  0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0;
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0;
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
  }
}
.iq-show .iq-sub-dropdown {
  display: inline-block;
}
.navbar-list li .iq-sub-dropdown .iq-sub-card {
  font-size: inherit;
  padding: 15px;
  line-height: normal;
  color: inherit;
  border-bottom: 1px solid #f3f7fd;
  display: inline-block;
  width: 100%;
}
.iq-top-navbar .search-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(45, 69, 95, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.iq-show .search-box {
  display: inline-block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.search-box .search-input {
  width: 300px;
  height: 50px;
  padding: 0 1em;
  border: 1px solid #d4e3f9;
  background-color: #f3f7fd;
  opacity: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.iq-sub-dropdown .iq-card-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

/*---------------------------------------------------------------------
                            Content Page
-----------------------------------------------------------------------*/
.wrapper {
  transition: 0.3s;
  background:var(--theme);
  /* background: rgba(8, 155, 171, 1);
   background: -moz-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8, 155, 171, 1)), color-stop(100%, rgba(13, 181, 200, 1)));
  background: -webkit-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
  background: -o-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
  background: -ms-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
  background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--theme)', endColorstr='#0db5c8', GradientType=1); */
}
.content-page {
  margin-left: 260px;
  overflow: hidden;
  padding: 20px 15px 70px;
  min-height: 100vh;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: var(--light-theme);
  border-radius: 25px 25px 0 0;
}
.iq-user-dropdown {
  width: 350px;
}
body.sidebar-main .iq-top-navbar {
  width: calc(100% - 140px);
}
body.sidebar-main .content-page {
  margin-left: 80px;
}
body.sidebar-main .iq-sidebar-logo {
  width: 80px;
}
body.sidebar-main .iq-sidebar .iq-sidebar-menu .iq-menu li a span,
body.sidebar-main .iq-sidebar-logo a span,
body.sidebar-main .iq-sidebar-menu .iq-menu li a .badge {
  opacity: 0;
  display: none;
  transition: all 0.45s ease 0s;
}
body.sidebar-main .iq-sidebar-menu .iq-menu .iq-menu-title i {
  font-size: 20px;
}
body.sidebar-main .iq-menu-bt {
  opacity: 0;
  display: none;
}
body.sidebar-main .iq-sidebar {
  width: 80px;
}
body.sidebar-main .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
  margin-right: 0;
  display: none;
}
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .iq-arrow-right {
  margin-right: 0;
  display: inline-block;
}
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a span,
body.sidebar-main .iq-sidebar:hover .iq-sidebar-logo a span,
body.sidebar-main .iq-sidebar:hover .iq-sidebar-menu .iq-menu li a .badge,
body.sidebar-main .iq-sidebar:hover .iq-menu-bt {
  opacity: 1;
  display: inline-block;
  transition: none;
}

/* -survey-detail-slider */
.carousel.survey-detail-slider .carousel-indicators{
  margin: 0px auto 6px;
}
.carousel.survey-detail-slider .carousel-indicators .indicators[data-bs-target]{
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
}
/* .carousel-control-prev-icon{
  background-image: none;
} */
/* .carousel-control-next-icon{
  background-image: none;
} */
 .swiper-1{
  height: calc(100% - 28px);
 }
.survey-detail-slider{
  position: relative;
}
.survey-detail-slider .swiper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.survey-detail-slider .video-s1play-cover{
  position: absolute !important;
  z-index: 999;
  height: 100%;
  width: 100%;
}
.survey-detail-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height:100%;
}
.survey-detail-slider .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;

}
.survey-detail-slider .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.survey-detail-slider .swiper-slide a video {
  display: block;
  aspect-ratio: 16 / 9;

  width: 100%;
  height: 100%;
  object-fit: cover;
}
.survey-detail-slider .swiper-pagination-bullet {
  background: #FFFFFF;
  outline: 1px solid var(--theme);
  border: 3px solid #FFFFFF;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.swiper-pagination {
  position: absolute !important;
  bottom: 02px !important;
}
.survey-detail-slider .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 0;
}
.survey-detail-slider .swiper-pagination-bullet-active {
  background: var(--theme);
  border: 3px solid #FFFFFF;
}
.survey-detail-slider .swiper-button-next, .swiper-button-prev{
  color: #ffffff;
}
.survey-detail-slider .swiper-button-next, .swiper-button-prev{
  /* background-color: #0208003d; */
  background-color:  #02080069;
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.survey-detail-slider .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  left: 13px;
}
.survey-detail-slider .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  right: 13px;
}
/*------------------------*/
.iq-card.iq-user-profile-block {
  margin-top: 65px;
  height: 81%;
}
.user-details-block .user-profile {
  margin-top: -85px;
}
.user-details-block h3 span {
  font-size: 20px;
}
ul.doctoe-sedual li {
  list-style: none;
  flex: 1;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
ul.doctoe-sedual li:first-child {
  border-left: none;
}
ul.doctors-lists {
  height: 340px;
  overflow-y: scroll;
}

/*-------------------------*/
.iq-iconbox {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  border-radius: 10px;
}
.iq-scale-border {
  height: 50px;
  width: 50px;
  border: 8px solid;
  border-radius: 50%;
}
.iq-scale-border.like-block {
  border-color: #ceebee;
}
.iq-scale-border.comment-block {
  border-color: #e5fafc;
}
.iq-scale-border.share-block {
  border-color: #fedc8a;
}
.iq-scale-border.repost-block {
  border-color: #fa847b;
}
.iq-scale-border.view-block {
  border-color: #56d172;
}
.iq-scale-border.post-block {
  border-color: #cacaca;
}
ul#post-slider .slick-arrow {
  top: -64px;
  background: transparent;
  height: 30px;
  width: 30px;
  color: #777d74;
  border: 1px solid #777d74;
  padding: 0;
  line-height: 30px;
  text-align: center;
}
ul#post-slider .slick-arrow.left {
  left: auto;
  right: 35px;
}
.iq-caption {
  position: absolute;
  top: 30px;
  left: 50px;
  color: #fff;
}
.iq-caption h1 {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
}
.iq-caption p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 4.2px;
}

/*--------------------------------*/
.doctor-list-item-inner {
  box-shadow: -1px 3px 13px -2px rgba(175, 175, 175, 0.1);
  padding: 20px 15px;
  margin: 5px;
}
table.table-box-shadow {
  box-shadow: 0px 0px 12px 0px rgba(120, 146, 141, 0.06);
  border-radius: 25px;
  padding: 30px;
}
table.table-box-shadow thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.table-box-shadow th {
  font-weight: 400;
}
.patient-role > li {
  margin: 0 10px;
  width: 33.33%;
}

/* --------------------------- */
div#contact-slider .slick-arrow,
div#blog-slider .slick-arrow {
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border-radius: 25px;
  top: 40px;
  opacity: 0;
  transition: all 0.45s ease 0s;
}
div#blog-slider .image-block img {
  background: #ceebee;
  border-radius: 15px 15px 0 0;
}
div#blog-slider .slick-arrow {
  top: 45%;
}
div#contact-slider:hover .slick-arrow,
div#blog-slider:hover .slick-arrow {
  opacity: 1;
  transition: all 0.45s ease 0s;
}

/*--------------------*/
.iq-card-header-list {
  margin: 0;
  padding: 0;
  float: right;
}
.iq-card-header-list li {
  list-style-type: none;
  float: left;
  display: inline-block;
  font-size: 20px;
  margin: 0 0 0 8px;
}
.iq-card-header-list li a,
.iq-card-header-list li a:hover {
  text-decoration: none;
}

/*-------------- Media Header ---------------*/
.iq-card .iq-card-header.iq-header-media {
  padding: 20px;
}

/*-------------- Content Page ---------------*/
.big-card {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #f2edff;
  padding: 20px;
}

/*---------------------------------------------------------------------
                            Error Page
-----------------------------------------------------------------------*/
.iq-error {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: inline-block;
}
.iq-error h1 {
  font-weight: 900;
  font-size: 16rem;
  line-height: 14rem;
  margin-bottom: 0;
  padding-top: 45px;
  letter-spacing: 15px;
}
.iq-error-img {
  position: static;
  display: inline-block;
  width: 700px;
  margin: 100px 0 50px;
}
.error-500 .iq-error-img {
  width: 100%;
}
/*---------------------------------------------------------------------
                             OWL Carousel
-----------------------------------------------------------------------*/
.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
}
.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  left: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}
.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-align: center;
  text-indent: inherit;
  right: -8%;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}
.owl-carousel .owl-nav i {
  font-size: 24px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  padding-left: 0px;
  display: inline-block;
  color: #fff;
  background: #e7e7e7;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.owl-carousel .owl-nav i:hover {
  background: #4ac4f3;
  color: #fff;
}

/* Dots */
.owl-carousel .owl-controls .owl-dot {
  margin-top: 20px;
  display: inline-block;
}
.owl-carousel .owl-dots {
  position: relative;
  width: 100%;
  display: inline-block;
  text-indent: inherit;
  text-align: center;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  display: inline-block;
  border-radius: 30px;
  margin: 0px 5px;
  height: 8px;
  width: 8px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
  outline: none;
  border: none;
}
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
}
.iq-example-row .row > .col,
.iq-example-row .row > [class^="col-"] {
  padding-top: 0.75rem;
  color: #374948;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}
.iq-example-row-flex-cols .row {
  margin-bottom: 15px;
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}
.iq-icons-list {
  line-height: 50px;
  margin-bottom: 15px;
  display: inline-block;
}
.iq-icons-list i {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  float: left;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  display: inline-block;
}
.iq-icons-list .icon {
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 50px;
  margin-right: 10px;
  display: inline-block;
}
.iq-icons-list span {
  display: inline-block;
  vertical-align: middle;
}
.iq-card-icon {
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  border-radius: 50%;
}

/*---------------------------------------------------------------------
                             Timeline
-----------------------------------------------------------------------*/
.iq-timeline {
  margin: 0 0 0 5px;
  padding: 0;
  width: 100%;
  border-left: 3px solid #f2edff;
}
.iq-timeline li {
  margin-left: 15px;
  position: relative;
  padding: 15px 15px 0 5px;
  list-style-type: none;
}
.iq-timeline li .timeline-dots {
  position: absolute;
  top: 20px;
  left: -24px;
  border: 3px solid var(--theme);
  border-radius: 90px;
  padding: 5px;
  background: #fff;
}
.iq-timeline li .timeline-dots-fill {
  position: absolute;
  top: 20px;
  left: -23px;
  background: var(--theme);
  border-radius: 90px;
  padding: 7px;
}

.loginlogout .iq-timeline li .timeline-dots {
  left: -31px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*---------------------------------------------------------------------
                             Team
-----------------------------------------------------------------------*/
.iq-team {
  background: #ffffff;
  padding: 15px;
  position: relative;
}
.team-authors-bg {
  position: relative;
  margin-bottom: 50px;
}
.team-authors-bg .avatar-80 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/*------------------------------*/
.iq-team-1 {
  position: relative;
  background: #ffffff;
}
.iq-team-1 .iq-team-1-info {
  position: absolute;
  padding: 30px 15px;
  bottom: 0;
  left: 0;
  width: 100%;
}

/*---------------------------------------------------------------------
                         User Add Block
-----------------------------------------------------------------------*/
.user-add-block {
  background: #ffffff;
}
.user-add-plus {
  position: absolute;
  right: 30px;
  font-size: 24px;
  bottom: -25px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  background: #374948;
  color: #ffffff;
  border-radius: 900px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1);
  -moz-box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(57, 60, 82, 0.1);
}
.user-add-plus:hover {
  background: var(--theme);
  color: #ffffff;
  text-decoration: none;
}
.user-add-authors {
  position: relative;
}
.user-add-authors:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 132, 255, 0.8);
}
.user-add-authors .user-add-media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  display: inline-block;
}
.user-add-list {
  padding: 30px;
}

/*---------------------------------------------------------------------
                           Email list
-----------------------------------------------------------------------*/
.iq-email-list .iq-email-ui {
  margin: 0;
  padding: 0;
}
.iq-email-list .iq-email-ui li {
  list-style-type: none;
  font-size: 16px;
  color: #777d74;
  margin-bottom: 3px;
}
.iq-email-list .iq-email-ui li:last-child {
  margin-bottom: 0;
}
.iq-email-list .iq-email-ui li a {
  color: #777d74;
  padding: 0;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.iq-email-list .iq-email-ui li.active a,
.iq-email-list .iq-email-ui li a:hover {
  text-decoration: none;
  color: var(--theme);
}
.iq-email-list .iq-email-ui li {
  list-style-type: none;
}
.iq-email-list .iq-email-ui li i {
  margin-right: 10px;
}
.iq-email-list .iq-email-ui li .badge {
  float: right;
  font-weight: normal;
  margin-top: 3px;
}
.iq-email-list .iq-email-ui.iq-email-label li {
  margin-bottom: 10px;
}
.iq-email-list .iq-email-ui.iq-email-label li:last-child {
  margin-bottom: 0;
}

/*----------------------------------*/
.iq-email-to-list ul {
  margin: 0;
  padding: 0;
}
.iq-email-to-list ul li {
  list-style-type: none;
  font-size: 20px;
  color: #777d74;
  margin: 0 5px 0 0;
  float: left;
}
.iq-email-to-list ul li:first-child a {
  background: none;
  width: auto;
}
.iq-email-to-list ul li > a {
  color: var(--theme);
  text-align: center;
  line-height: 38px;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: var(--light-theme);
}
.iq-email-to-list ul li a:hover,
.iq-email-to-list ul li.q-list a:hover {
  color: var(--theme);
  text-decoration: none;
}
.iq-email-to-list ul li .custom-control-label::before {
  top: 13px;
  left: -20px;
}

/*----------------------------------*/
.iq-email-search {
  position: relative;
}
.iq-email-search .form-control {
  height: 40px;
  border: 1px solid #eef0f4;
  width: 300px;
}
.iq-email-search .search-link {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 18px;
  line-height: 38px;
  color: var(--theme);
}
.iq-email-search .search-link:hover {
  text-decoration: none;
}

/*----------------------------------*/
.iq-email-listbox .iq-email-sender-list {
  margin: 15px 0 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.iq-email-listbox .iq-email-sender-list > li {
  list-style-type: none;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #eef0f4;
  float: left;
  display: inline-block;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.iq-email-listbox .iq-email-sender-list > li:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(8, 155, 171, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(8, 155, 171, 0.2);
  box-shadow: 0px 0px 30px 0px rgba(8, 155, 171, 0.2);
}
.iq-email-listbox .iq-email-sender-list li a:hover {
  text-decoration: none;
}
.iq-email-listbox .iq-email-sender-list li.iq-unread a {
  color: var(--theme);
  font-weight: 500;
}
.iq-email-listbox .iq-email-sender-list li.iq-unread li a {
  color: #007bff;
}
.iq-email-sender-info .iq-checkbox-mail,
.iq-email-sender-info .iq-star-toggle {
  display: block;
  float: left;
}
.iq-email-sender-info .iq-checkbox-mail {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: 4px;
}
.iq-email-sender-info .iq-star-toggle {
  color: #777d74;
  margin-left: 10px;
  font-size: 18px;
}
.iq-email-sender-info .iq-email-title {
  color: #777d74;
  position: absolute;
  top: 0;
  left: 85px;
  right: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  line-height: 62px;
}
.iq-email-content {
  position: absolute;
  top: 0;
  left: 300px;
  right: 0;
  bottom: 0;
  line-height: 62px;
}
.iq-email-content .iq-email-date,
.iq-email-content .iq-email-subject {
  position: absolute;
  top: 0;
}
.iq-email-content .iq-email-subject {
  color: #777d74;
  left: 0;
  right: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.iq-email-content .iq-email-date {
  right: 20px;
  width: 100px;
  text-align: right;
  padding-left: 10px;
  color: #374948;
}
.iq-email-sender-list .iq-social-media {
  position: absolute;
  line-height: 62px;
  right: -200px;
  top: 50%;
  background: #ffffff;
  font-size: 18px;
  padding: 0 30px;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
}
.iq-email-listbox .iq-email-sender-list li:hover .iq-social-media {
  right: 0;
}

/*----------------------------------*/
.iq-inbox-details tr td {
  padding: 5px 10px;
}
.iq-inbox-details tr td:first-child {
  width: 75px;
  color: #374948;
}
.iq-subject-info {
  display: flex;
  align-items: flex-start;
}
.iq-subject-status {
  margin-left: 15px;
  flex: 1;
}

/*---------------------------------------------------------------------
                           Booking list
-----------------------------------------------------------------------*/
.iq-booking-date {
  background: #eef0f4;
  padding: 15px 15px;
  margin: 0 15px 45px;
  outline: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
}
.iq-booking-date:hover {
  text-decoration: none;
}
.iq-booking-date:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -8px;
  height: 16px;
  width: 16px;
  background: #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  opacity: 0;
}
.iq-booking-date:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -8px;
  height: 16px;
  width: 16px;
  background: #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  opacity: 0;
}
.slick-slide.slick-active.slick-center .iq-booking-date {
  background: var(--theme);
  color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 132, 255, 0.4);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 132, 255, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(0, 132, 255, 0.4);
}
.slick-slide.slick-active.slick-center .iq-booking-date h3 {
  color: #ffffff;
}
.slick-slide.slick-active.slick-center .iq-booking-date:after {
  opacity: 1;
}
.slick-slide.slick-active.slick-center .iq-booking-date:before {
  opacity: 1;
}
.slick-initialized .slick-slide {
  outline: none;
}
.iq-booking-date .iq-booking-dot {
  height: 12px;
  width: 12px;
  margin-bottom: 10px;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}
.iq-booking-date h3 {
  line-height: 1.5rem;
  margin-bottom: 0;
}
.iq-booking-date h3 small {
  font-size: 14px;
}
.icon-tag-box span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.iq-booking-offer-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 110%;
}
.iq-booking-offer {
  padding: 60px 100px;
  border-radius: 10px;
  margin-bottom: 30px;
}

/*----------------------------------------------------------------------
                      Chart
----------------------------------------------------------------------*/
#sda1-chart,
#sda1-chart1,
#sda1-chart2 {
  min-height: 200px !important;
}

/*-----------------------------------------------------------------
                      Material Card Style1
----------------------------------------------------------------- */
.card-style1 {
  display: flex;
}
.card-style1 img {
  object-fit: cover;
  border-radius: 100px;
  height: 75px;
  margin-right: 10px;
}
.card-style1 .title {
  text-transform: capitalize;
  font-weight: bold;
}
.card-style1 .percentage {
  font-weight: bolder;
  font-size: 1.5rem;
  margin: auto;
}
.card-style1 .percentage span {
  font-weight: normal;
}

/*-----------------------------------------------------------------
                      Material Card Style2
----------------------------------------------------------------- */
.card-style1.card-style2 .iq-details {
  width: 100%;
}
.card-style1.card-style2 .percentage {
  font-weight: bolder;
  font-size: 1.2rem;
  margin-top: -5px;
  margin-left: -50px;
}

/*-----------------------------------------------------------------
                      Circle Progressbar
------------------------------------------------------------------- */
.iq-circle-progressbar .percent {
  font-size: 1.3rem !important;
}
.iq-circle-progressbar svg {
  width: 100px !important;
  height: 100px !important;
}
.iq-circle-progressbar {
  margin: 0 auto;
  width: 100px !important;
  height: 100px !important;
}

/* ------------ */
.progress-round {
  width: 50px;
  height: 50px;
  background: none;
  position: relative;
}
.progress-round::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-round > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-round .progress-left {
  left: 0;
}
.progress-round .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress-round .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-round .progress-right {
  right: 0;
}
.progress-round .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress-round .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}
.progress-bar-vertical {
  width: 10px;
  min-height: 110px;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.progress-bar-vertical .progress-bar {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.progress-bar-vertical > span {
  height: 0;
  width: 100% !important;
}
.hospital-mgt .progress > div + div {
  text-align: right;
  padding-right: 15px;
}
.hospital-mgt .progress > div {
  text-align: left;
  padding-left: 15px;
}
.progress-round.patient-progress {
  height: 100px;
  width: 100px;
}
.progress-round.patient-progress .progress-bar {
  border-width: 5px;
}
.progress-round.patient-progress::after {
  border: 5px solid #ceebee;
}
.patient-steps2 .progress-round.patient-progress::after {
  border: 5px solid #fffbe5;
}
.progress-round.patient-progress.apple-border::after{
  border: 5px solid #cccccc;
}
.progress-round.patient-progress.android-border::after{
  border: 5px solid #e6e6e6;
}
/*-----------------------------------------------------------------
                      Tikit Booking List
------------------------------------------------------------------- */
.iq-booking-ab {
  display: inline-block;
}
.iq-booking-ab li {
  line-height: 3rem;
  height: 45px;
  margin-bottom: 1rem;
  position: relative;
}
.iq-booking-ab li.friest-booking-blank {
  margin-bottom: 0;
  height: 40px;
}
.iq-booking-ab li.secondary-booking-blank {
  height: 70px;
}
.iq-booking-ab li.three-booking-blank {
  height: 70px;
}
.iq-booking-no li {
  width: 4.9%;
  text-align: center;
  margin-right: 0 !important;
}
.iq-booking-no li .iq-seat {
  background: #f3f7fd;
  width: 45px;
  height: 45px;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}
.iq-booking-no li .iq-seat img {
  width: 100%;
}
.iq-booking-no li .iq-seat img.active-seat {
  display: none;
}
.iq-booking-no li .iq-seat.bg-secondary img.default,
.iq-booking-no li .iq-seat.active img.default {
  display: none;
}
.iq-booking-no li .iq-seat.bg-secondary img.active-seat,
.iq-booking-no li .iq-seat.active img.active-seat {
  display: inline-block;
}
.iq-booking-no li .iq-seat.active {
  background: #27b345;
}
.iq-booking-status {
  line-height: 30px;
  display: inline-block;
  margin-right: 30px;
}
.iq-booking-status span {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: inline-block;
  background: #f3f7fd;
  margin-right: 10px;
  margin-top: 6px;
  float: left;
}

/*-----------------------------------------------------------------
                      Right Sidebar Menu
------------------------------------------------------------------- */
#right-sidebar-scrollbar {
  height: 100vh;
}
.iq-sidebar-right-menu {
  position: fixed;
  top: 75px;
  right: -400px;
  width: 360px;
  background: #eef0f4;
  overflow: hidden;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.iq-sidebar-right-menu.film-side {
  right: 0;
}
.iq-sidebar-booking,
.iq-sidebar-payment {
  padding: 30px;
}
.iq-booking-ticket {
  background: #ffffff;
  border-radius: 4px;
  padding: 30px 25px 30px;
  position: relative;
}
.iq-booking-ticket:after {
  content: "";
  position: absolute;
  bottom: 100px;
  left: -10px;
  height: 20px;
  width: 20px;
  background: var(--theme);
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}
.iq-booking-ticket:before {
  content: "";
  position: absolute;
  bottom: 100px;
  right: -10px;
  height: 20px;
  width: 20px;
  background: var(--theme);
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}

/*---------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------*/
.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-title span {
  padding-left: 0px;
}
.iq-accordion.career-style .iq-accordion-block {
  margin-bottom: 30px;
}
.iq-accordion.career-style.faq-style .accordion-title:before {
  display: inline-block;
  cursor: pointer;
  content: "\f218";
  font-family: "Ionicons";
  position: absolute;
  top: -8px;
  right: 15px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 4px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.iq-accordion.career-style.faq-style .iq-accordion-block .accordion-details p {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.iq-accordion.career-style .iq-accordion-block .accordion-title span {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: table-cell;
  color: #212529;
}
.iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before {
  content: "\f209";
  display: inline-block;
}
.iq-accordion.career-style.faq-style .active-faq .row {
  background: transparent;
  padding: 10px 0px;
}
.iq-accordion.career-style.faq-style .iq-accordion-block {
  padding: 10px 5px;
  border-radius: 20px;
}
.iq-accordion.career-style.faq-style .iq-accordion-block.accordion-active .accordion-title:before,
.iq-accordion.career-style.faq-style .accordion-title:before {
  background-image: -moz-linear-gradient(0deg, rgb(109, 115, 239) 0%, rgb(163, 120, 252) 100%);
  border-radius: 90px;
}

/*---------------------------------------------------------------------
Table
-----------------------------------------------------------------------*/
table tr th img {
  width: 35px;
  height: 35px;
  border-radius: 90px;
}
.progress-animate {
  animation: progress-bar-stripes 1s linear infinite;
}
img.summary-image-top {
  width: 35px;
}
.iq-subject-info img {
  width: 80px;
}

/*---------------------------------------------------------------------
Animation Card
-----------------------------------------------------------------------*/
.animation-card {
  position: relative;
}
.animation-card .an-img {
  margin-top: -60px;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.animation-card .an-img .bodymovin {
  width: 162%;
  margin-bottom: -57px;
  margin-left: -50px;
}
.animation-card .an-text {
  position: absolute;
  width: 180px;
  display: inline-block;
  top: 75px;
  left: 30px;
}
.animation-card .an-text h2 {
  margin-top: 0;
}

/*------------*/
.an-img-two {
  width: 700px;
  position: absolute;
  right: -35%;
  top: -175px;
  z-index: -1;
}
.iq-card.bg-primary.sb-top-banner-card {
  z-index: 1;
  position: relative;
}
.bodymovin {
  z-index: -1;
}

/*------------*/
.offer-an-img {
  position: absolute;
  top: -183px;
  width: 695px;
  left: -100px;
}

/*---------------------------------------------------------------------
Footer
-----------------------------------------------------------------------*/
.iq-footer {
  padding: 15px;
  margin: 0 15px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  -moz-box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.iq-footer ul li a {
  color: #777d74;
}
.iq-footer ul li a:hover {
  color: var(--theme);
  text-decoration: none;
}
.bg-banner-image.style-three {
  height: 150px;
  background: url("../images/bg-03.jpg");
}
.iq-mt--70 {
  margin-top: -70px;
}
.banner-main-text {
  position: absolute;
  left: 15%;
  bottom: 13%;
}
.nav.nav-pills.style-three .nav-link.active:before,
.nav.nav-pills.style-three .nav-link:hover:before {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: var(--theme);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
}
.nav.nav-pills.style-three .nav-link:before {
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  height: 3px;
  background: #19beec;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
}
.iq-card-body.banner-box {
  padding-bottom: 0;
}
.nav.nav-pills.style-three {
  margin-top: 10px;
}
.nav.nav-pills.style-three a:last-child {
  margin-right: 0px;
}
.nav.nav-pills.style-three a {
  background: transparent;
  position: relative;
  margin-right: 30px;
  padding: 10px 0px;
}

/*---------------------------------------------------------------------
Map Profile
-----------------------------------------------------------------------*/
.dash-tracking-icon {
  height: 80px;
}
.map-profile-card {
  margin-right: 30px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.track {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  overflow-x: scroll;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 20px;
}

/*---------------------------------------------------------------------
Mail Inbox
-----------------------------------------------------------------------*/
.email-app-details.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.email-app-details {
  position: absolute;
  display: block;
  z-index: 6;
  visibility: hidden;
  opacity: 0;
  top: 0;
  width: calc(100% - 15px);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  left: auto;
  right: 0;
  background-color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}
.attegement ul {
  padding: 0;
  list-style: none;
}
.send-panel a {
  height: 30px;
  width: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
#compose-email-popup {
  position: fixed;
  max-width: 700px;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  padding: 0 !important;
  max-height: 555px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#compose-email-popup .iq-card {
  border-radius: 30px 30px 0 0;
}
button.close-popup {
  background: transparent;
  color: #000;
  border: none;
  font-size: 20px;
  line-height: 20px;
}
.compose-bottom {
  border-top: 1px solid #777d74;
}
.select2-container--default .select2-selection--multiple {
  border-color: #d7dbda;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  color: #374948;
  border-color: #d7dbda;
  box-shadow: none;
}

/* colors changes in radio button, checkbox, switch */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-checkbox.custom-checkbox-color input.bg-primary ~ label::before,
.custom-checkbox.custom-checkbox-color-check input:checked.bg-primary ~ label::before,
.custom-radio.custom-radio-color input.bg-primary ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-primary ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-primary ~ label::before {
  background-color: var(--theme) !important;
  border-color: var(--theme) !important;
}
.custom-checkbox.custom-checkbox-color input.bg-success ~ label::before,
.custom-checkbox.custom-checkbox-color-check input:checked.bg-success ~ label::before,
.custom-radio.custom-radio-color input.bg-success ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-success ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-success ~ label::before {
  background-color: #27b345 !important;
  border-color: #27b345 !important;
}
.custom-checkbox.custom-checkbox-color input.bg-danger ~ label::before,
.custom-checkbox.custom-checkbox-color-check input:checked.bg-danger ~ label::before,
.custom-radio.custom-radio-color input.bg-danger ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-danger ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-danger ~ label::before {
  background-color: #f14336 !important;
  border-color: #f14336 !important;
}
.custom-checkbox.custom-checkbox-color input.bg-warning ~ label::before,
.custom-checkbox.custom-checkbox-color-check input:checked.bg-warning ~ label::before,
.custom-radio.custom-radio-color input.bg-warning ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-warning ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-warning ~ label::before {
  background-color: #fbc647 !important;
  border-color: #fbc647 !important;
}
.custom-checkbox.custom-checkbox-color input.bg-dark ~ label::before,
.custom-checkbox.custom-checkbox-color-check input:checked.bg-dark ~ label::before,
.custom-radio.custom-radio-color input.bg-dark ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-dark ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-dark ~ label::before {
  background-color: #374948 !important;
  border-color: #374948 !important;
}
.custom-checkbox.custom-checkbox-color input.bg-info ~ label::before,
.custom-checkbox.custom-checkbox-color-check input:checked.bg-info ~ label::before,
.custom-radio.custom-radio-color input.bg-info ~ label::before,
.custom-radio.custom-radio-color-checked input:checked.bg-info ~ label::before,
.custom-switch.custom-switch-color input:checked.bg-info ~ label::before {
  background-color: #00d0ff !important;
  border-color: #00d0ff !important;
}

/* checkbox with icon */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #ceebee;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #ceebee;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--theme);
  background-color: var(--theme);
}
.custom-checkbox.checkbox-icon label i {
  position: absolute;
  top: 6px;
  left: -21px;
  font-size: 10px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.custom-checkbox.checkbox-icon input:checked ~ label i {
  transform: scale(1);
  -webkit-transform: scale(1);
  color: #fff;
}
.custom-checkbox.checkbox-icon input:checked ~ label::after {
  display: none;
}

/* switch with icon */
.custom-switch.custom-switch-icon label .switch-icon-left,
.custom-switch.custom-switch-icon label .switch-icon-right,
.custom-switch.custom-switch-text label .switch-icon-left,
.custom-switch.custom-switch-text label .switch-icon-right {
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: -3px;
}
.custom-switch.custom-switch-icon label .switch-icon-left i,
.custom-switch.custom-switch-icon label .switch-icon-right i {
  font-size: 10px;
}
.custom-switch.custom-switch-icon label .switch-icon-left,
.custom-switch.custom-switch-text label .switch-icon-left {
  left: 8px;
  right: auto;
  color: #fff;
}
.custom-switch.custom-switch-icon label .switch-icon-right,
.custom-switch.custom-switch-text label .switch-icon-right {
  right: 5px;
  left: auto;
}
.custom-switch.custom-switch-icon,
.custom-switch.custom-switch-text {
  padding-left: 0;
}
.custom-switch.custom-switch-icon .custom-control-label {
  height: 20px;
  width: 42px;
  padding: 0;
}
.custom-switch.custom-switch-text .custom-control-label {
  width: 46px;
}
.custom-switch.custom-switch-icon .custom-control-label::before,
.custom-switch.custom-switch-text .custom-control-label::before {
  height: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  user-select: none;
  top: 0;
  left: 1px;
  width: 2.75rem;
}
.custom-switch.custom-switch-text .custom-control-label::before {
  width: 100%;
}
.custom-switch.custom-switch-icon .custom-control-label:after,
.custom-switch.custom-switch-text .custom-control-label:after {
  position: absolute;
  top: 1px;
  left: 2px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  user-select: none;
  height: 18px;
  width: 18px;
}
.custom-switch.custom-switch-icon .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.4rem);
  -ms-transform: translateX(1.4rem);
  transform: translateX(1.4rem);
}
.custom-switch.custom-switch-text .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.6rem);
  -ms-transform: translateX(1.6rem);
  transform: translateX(1.6rem);
}
.custom-switch-inner {
  display: block;
  text-align: center;
}
.custom-switch.custom-switch-text input:checked ~ label::before {
  color: #fff;
  content: attr(data-on-label);
  text-align: left;
}
.custom-switch.custom-switch-text label::before {
  color: #000;
  content: attr(data-off-label);
  width: 2.85rem;
  height: 20px;
  padding: 0 4px;
  font-size: 11px;
  line-height: 18px;
  text-align: right;
}
.custom-switch.custom-switch-text label:after {
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  user-select: none;
  height: 16px;
  width: 16px;
}
.custom-switch.custom-switch-text input:checked ~ label.custom-control-label::after {
  transform: translateX(1.6rem);
  -webkit-transform: translateX(1.6rem);
}
.form-label-group {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0.6rem;
  color: #475f7b;
  font-size: 0.85rem;
  opacity: 0;
}
.counter-value {
  color: #fff;
  padding: 1px 6px;
  font-size: 0.6rem;
  border-radius: 0 0 5px 5px;
  margin-right: 1rem;
}
.vector-map.h-500 {
  width: 100%;
  height: 500px;
}

/*---------------------------------------------------------------------
slick Arrow
-----------------------------------------------------------------------*/
.slick-arrow.left {
  left: 0;
  top: 0;
}
.slick-arrow.right {
  right: 0;
  top: 0;
}
.slick-arrow {
  background: #f1f5fc;
  padding: 11px;
  font-size: 24px;
  position: absolute;
  line-height: 90px;
  z-index: 9;
}
.slick-arrow:hover {
  text-decoration: none;
}
.slick-slide img {
  display: inline-block;
}
ul#doster-list-slide .slick-arrow {
  top: -64px;
  background: #ceebee;
  height: 30px;
  width: 30px;
  color: var(--theme);
  border: none;
  padding: 0;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
}
ul#doster-list-slide .slick-arrow.left {
  left: auto;
  right: 35px;
}

/*---------------------------------------------------------------------
Calender
-----------------------------------------------------------------------*/
.fc-unthemed .fc-toolbar .fc-button {
  background: var(--light-theme);
  color: var(--theme);
  border: none;
  text-transform: capitalize;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.fc-unthemed .fc-toolbar .fc-button.fc-button-active,
.fc-unthemed .fc-toolbar .fc-button:active,
.fc-unthemed .fc-toolbar .fc-button:focus {
  color: #fff;
  background-color: var(--theme);
}
.job-classification li,
.today-schedule li {
  list-style-type: none;
  margin-bottom: 10px;
}
.job-classification li > i,
.today-schedule li i {
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}
.schedule-text span {
  display: block;
}
.calender-small .flatpickr-calendar.animate.inline {
  width: 100%;
  box-shadow: none;
}
.calender-small .dayContainer {
  width: 100%;
  min-width: auto;
}
.calender-small .flatpickr-days {
  width: 100%;
}
.calender-small .flatpickr-day.today {
  color: #fff;
  border-color: var(--theme);
  background: var(--theme);
}
.calender-small .flatpickr-day.today:hover,
.calender-small .flatpickr-day.today:focus {
  color: #fff;
  border-color: var(--theme);
  background: var(--theme);
}
.calender-small .flatpickr-months {
  margin-bottom: 10px;
}
.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months {
  font-size: 16px;
}
.calender-small .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: transparent;
  color: var(--theme);
}
.calender-small .flatpickr-current-month input.cur-year {
  font-size: 16px;
}
.calender-small .numInputWrapper:hover {
  background: transparent;
}
.calender-small .flatpickr-months .flatpickr-prev-month,
.calender-small .flatpickr-months .flatpickr-next-month {
  padding: 7px 10px;
}
.calender-small .flatpickr-day.selected,
.calender-small .flatpickr-day.startRange,
.calender-small .flatpickr-day.endRange,
.calender-small .flatpickr-day.selected.inRange,
.calender-small .flatpickr-day.startRange.inRange,
.calender-small .flatpickr-day.endRange.inRange,
.calender-small .flatpickr-day.selected:focus,
.calender-small .flatpickr-day.startRange:focus,
.calender-small .flatpickr-day.endRange:focus,
.calender-small .flatpickr-day.selected:hover,
.calender-small .flatpickr-day.startRange:hover,
.calender-small .flatpickr-day.endRange:hover,
.calender-small .flatpickr-day.selected.prevMonthDay,
.calender-small .flatpickr-day.startRange.prevMonthDay,
.calender-small .flatpickr-day.endRange.prevMonthDay,
.calender-small .flatpickr-day.selected.nextMonthDay,
.calender-small .flatpickr-day.startRange.nextMonthDay,
.calender-small .flatpickr-day.endRange.nextMonthDay {
  color: #fff;
  border-color: var(--theme);
  background: var(--theme);
}
.calender-small .flatpickr-day.inRange,
.calender-small .flatpickr-day.prevMonthDay.inRange,
.calender-small .flatpickr-day.nextMonthDay.inRange,
.calender-small .flatpickr-day.today.inRange,
.calender-small .flatpickr-day.prevMonthDay.today.inRange,
.calender-small .flatpickr-day.nextMonthDay.today.inRange,
.calender-small .flatpickr-day:hover,
.calender-small .flatpickr-day.prevMonthDay:hover,
.calender-small .flatpickr-day.nextMonthDay:hover,
.calender-small .flatpickr-day:focus,
.calender-small .flatpickr-day.prevMonthDay:focus,
.calender-small .flatpickr-day.nextMonthDay:focus {
  background: var(--light-theme);
  color: var(--theme);
  border-color: transparent;
}
.smaill-calender-home .flatpickr-calendar.animate.inline {
  margin: 0 auto;
  width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 25px;
}
.smaill-calender-home .flatpickr-day.selected,
.smaill-calender-home .flatpickr-day.startRange,
.smaill-calender-home .flatpickr-day.endRange,
.smaill-calender-home .flatpickr-day.selected.inRange,
.smaill-calender-home .flatpickr-day.startRange.inRange,
.smaill-calender-home .flatpickr-day.endRange.inRange,
.smaill-calender-home .flatpickr-day.selected:focus,
.smaill-calender-home .flatpickr-day.startRange:focus,
.smaill-calender-home .flatpickr-day.endRange:focus,
.smaill-calender-home .flatpickr-day.selected:hover,
.smaill-calender-home .flatpickr-day.startRange:hover,
.smaill-calender-home .flatpickr-day.endRange:hover,
.smaill-calender-home .flatpickr-day.selected.prevMonthDay,
.smaill-calender-home .flatpickr-day.startRange.prevMonthDay,
.smaill-calender-home .flatpickr-day.endRange.prevMonthDay,
.smaill-calender-home .flatpickr-day.selected.nextMonthDay,
.smaill-calender-home .flatpickr-day.startRange.nextMonthDay,
.smaill-calender-home .flatpickr-day.endRange.nextMonthDay {
  color: #ffffff;
  text-decoration: none;
  background-color: var(--theme);
  text-decoration: none;
  border-color: var(--theme);
}
.smaill-calender-home .flatpickr-days,
.smaill-calender-home .dayContainer {
  width: 100%;
}
.smaill-calender-home .flatpickr-innerContainer {
  justify-content: space-around;
}
.smaill-calender-home .flatpickr-day.today {
  color: #fff;
  border-color: var(--theme);
  background: var(--theme);
}

/*---------------------------------------------------------------------
Wizard
-----------------------------------------------------------------------*/
#form-wizard1,
#form-wizard2,
#form-wizard3 {
  position: relative;
}
#form-wizard1 input[type="file"] {
  line-height: 27px;
}
#form-wizard1 fieldset:not(:first-of-type) {
  display: none;
}
.card {
  z-index: 0;
  border: none;
  position: relative;
}
.steps {
  font-size: 20px;
  color: #777d74;
  font-weight: normal;
  text-align: right;
}
#top-tab-list {
  margin: 0 -10px 60px;
  overflow: hidden;
  color: #777d74;
}
#top-tab-list .active {
  color: var(--theme);
}
#top-tab-list li {
  list-style-type: none;
  font-size: 18px;
  width: 25%;
  float: left;
  text-align: left;
  position: relative;
  font-weight: 400;
}
#top-tab-list li i {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 15px 0 0;
  color: #ffffff;
  background: var(--theme);
}
#top-tab-list li.active a {
  color: #fff;
  background: var(--theme);
}
#top-tab-list li.active.done a {
  background: #27b345;
}
#top-tab-list li.active.done i {
  color: #27b345;
}
#top-tab-list li#confirm.active a {
  background: #27b345;
}
#top-tab-list li#confirm.active i {
  color: #27b345;
}
#top-tab-list li a {
  background: var(--light-theme);
  color: var(--theme);
  display: block;
  padding: 15px;
  margin: 0 10px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-decoration: none;
}
#top-tab-list li.active i {
  background-color: #fff;
  color: var(--theme);
}
.fit-image {
  width: 100%;
  object-fit: cover;
}

/* validate */
.stepwizard-row {
  display: block;
  margin: 0 -20px;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.setup-content {
  margin-top: 60px;
}
.wizard-step {
  font-size: 18px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}
.stepwizard-row .wizard-step a.btn {
  background: #fff;
  color: #374948;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 50px 15px;
  margin: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  text-decoration: none;
  border: 1px solid #f2edff;
  font-family: "Poppins", sans-serif;
}
.stepwizard-row .wizard-step i {
  display: block;
  text-align: center;
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 25px;
  border-radius: 50%;
  margin: 0 auto 20px;
  color: #ffffff;
  background: var(--theme);
}
.stepwizard-row #user.active a {
  background: var(--light-theme);
  border-color: var(--theme);
}
.stepwizard-row #document.active a {
  background: #fff5f4;
  border-color: #f14336;
}
.stepwizard-row #bank.active a {
  background: #eefff2;
  border-color: #27b345;
}
.stepwizard-row #confirm.active a {
  background: #fffcf3;
  border-color: #fbc647;
}
.stepwizard-row .wizard-step#user i {
  background: var(--light-theme);
  color: var(--theme);
}
.stepwizard-row .wizard-step#document i {
  background: #fff5f4;
  color: #f14336;
}
.stepwizard-row .wizard-step#bank i {
  background: #eefff2;
  color: #27b345;
}
.stepwizard-row .wizard-step#confirm i {
  background: #fffcf3;
  color: #fbc647;
}
.stepwizard-row .wizard-step.active i {
  background-color: #fff !important;
}
.stepwizard-row .wizard-step#document.active i {
  background: #fff5f4;
  color: #f14336;
}
.stepwizard-row .wizard-step#bank.active i {
  background: #eefff2;
  color: #27b345;
}
.stepwizard-row .wizard-step#confirm.active i {
  background: #fffcf3;
  color: #fbc647;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border: 1px solid #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* vertical */
#form-wizard3 fieldset:not(:first-of-type) {
  display: none;
}
#top-tabbar-vertical {
  overflow: hidden;
  color: #777d74;
  margin: 0 -20px 60px;
}
#top-tabbar-vertical .active {
  color: var(--theme);
}
#top-tabbar-vertical li {
  list-style-type: none;
  font-size: 18px;
  width: 100%;
  float: left;
  position: relative;
  font-weight: 400;
}
#top-tabbar-vertical li i {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
#top-tabbar-vertical li#personal i {
  background: var(--light-theme);
  color: var(--theme);
}
#top-tabbar-vertical li#contact i {
  background: #fff5f4;
  color: #f14336;
}
#top-tabbar-vertical li#official i {
  background: #eefff2;
  color: #27b345;
}
#top-tabbar-vertical li#payment i {
  background: #fffcf3;
  color: #fbc647;
}
#top-tabbar-vertical li.active a {
  border-color: transparent;
}
#top-tabbar-vertical li a {
  background: #fff;
  color: #000;
  display: block;
  padding: 20px 15px;
  margin: 10px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  text-decoration: none;
  border: 1px solid #f2edff;
}
#top-tabbar-vertical li.active i {
  background-color: #fff;
  color: var(--theme);
}
#top-tabbar-vertical #personal.active a {
  background: var(--light-theme);
}
#top-tabbar-vertical #contact.active a {
  background: #fff5f4;
}
#top-tabbar-vertical #official.active a {
  background: #eefff2;
}
#top-tabbar-vertical #payment.active a {
  background: #fffcf3;
}
#top-tabbar-vertical li.active i {
  background: #fff !important;
}

/*---------------------------------------------------------------------
Chat
-----------------------------------------------------------------------*/
.chat-page img {
  border-radius: 30px;
}
#chat-search {
  padding-left: 40px;
}
.form-group.chat-search-data > i {
  position: absolute;
  top: 8px;
  left: 15px;
  color: var(--theme);
  font-size: 16px;
}
.chat-sidebar-name {
  width: 100%;
}
.chat-msg-counter {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  line-height: 22px;
  margin: 0 auto;
  font-size: 10px;
}
.chat-meta span {
  font-size: 10px;
}
span.avatar-status {
  position: absolute;
  bottom: -5px;
  top: auto;
  left: auto;
  right: 0;
}
.iq-chat-ui li a {
  text-decoration: none;
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #f1f2f1;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 25px;
  margin-bottom: 20px;
}
.iq-chat-ui li a.active {
  border-color: transparent;
}
.nav-pills li a.active {
  color: var(--theme);
  background-color: #ffffff;
}
.iq-chat-ui li:last-child a {
  border: none;
}
.iq-chat-ui li:nth-child(2) a,
.iq-chat-ui li:nth-child(6) a {
  border: none;
}
.chat-sidebar-channel {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 15rem);
}
.chat-data {
  background: #fff;
  border-radius: 25px;
}
.chat-header-icons .dropdown-toggle:empty::after {
  display: none;
}
.chat-header-icons > a,
.chat-header-icons > span {
  width: 40px;
  height: 40px;
  font-size: 20px;
  margin: 0 5px 0 0;
  color: var(--theme);
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 10px;
  cursor: pointer;
}
.chat-content {
  position: relative;
  height: calc(100vh - 25rem);
  text-align: center;
  padding: 1.4rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.chat-user {
  float: right;
  text-align: center;
}
.chat-user span.chat-time {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.chat-detail {
  overflow: hidden;
}
.chat-message {
  position: relative;
  float: right;
  text-align: right;
  padding: 0.75rem 1rem;
  margin: 0 1.33rem 1.33rem 0.3rem;
  clear: both;
  word-break: break-word;
  color: #fff;
  background: var(--theme);
  border-radius: 25px;
  box-shadow: 0 2px 4px 0 rgba(8, 155, 171, 0.6);
}
.chat-message > p {
  margin: 0;
}
.chat-left .chat-message::after {
  right: auto;
  left: -7px;
  border-width: 5px 7px 5px 0;
  border-color: transparent #fff transparent transparent;
}
.chat-content .chat-left .chat-message {
  text-align: left;
  float: left;
  margin: 0 0.3rem 1.8rem 1.3rem;
  color: #727e8c;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
}
.chat-sidebar-channel .avatar,
.avatar {
  position: relative;
}
.chat-start {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 15rem);
  flex-direction: column;
}
span.iq-start-icon {
  font-size: 50px;
  background: #fff;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid var(--theme);
}
.chat-attagement {
  font-size: 20px;
}
.chat-attagement a {
  color: #777d74;
}
.chat-detail .chat-message .chat-time {
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #828d99;
  font-size: 0.8rem;
  white-space: nowrap;
}
.chat-left .chat-user {
  float: left;
}
.chat-content .chat-body .chat-message p {
  margin-bottom: 0;
}
.chat-data .tab-content {
  position: relative;
}
.chat-searchbar {
  position: relative;
}
.chat-user-detail-popup {
  position: absolute;
  top: 0;
  width: 360px;
  background: #fff;
  right: 0;
  overflow: hidden;
  left: auto;
  z-index: 9;
  height: 100%;
  opacity: 0;
  transform: translateX(110%);
  -webkit-transform: translateX(110%);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  border-radius: 5px;
  visibility: hidden;
}
.chat-user-detail-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
}
.chatuser-detail .title {
  font-weight: 500;
}
.chatuser-detail {
  padding: 0 35px;
}
.user-profile button.close-popup {
  display: block;
  font-size: 24px;
}
ul.user-status {
  list-style: none;
}
#user-detail-popup {
  position: absolute;
  top: 0;
  width: 310px;
  background: #fff;
  right: 0;
  overflow: hidden;
  left: auto;
  z-index: 9;
  height: 100%;
  opacity: 0;
  transform: translateX(-90%);
  -webkit-transform: translateX(-90%);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
  box-shadow: 0px 0px 12px 0px rgba(55, 73, 72, 0.06);
  border-radius: 5px;
  visibility: hidden;
}
#user-detail-popup.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  transition: all 0.45s ease 0s;
  -webkit-transition: all 0.45s ease 0s;
}
#user-detail-popup .user-profile button.close-popup {
  text-align: right;
  width: 100%;
}
.chat-sidebar-channel h5 {
  border-bottom: 1px solid #f1f2f1;
  padding-bottom: 10px;
}
.chat-sidebar-name h6 {
  font-size: 1.2em;
}
.chat-sidebar-name span {
  color: #777d74;
}
button.close-btn-res {
  display: none;
}
div#sidebar-toggle {
  display: none;
}
.chat-head header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 15px;
}
.chat-footer {
  border-radius: 0 0 25px 25px;
}

/*---------------------------------------------------------------------
Profile Page
-----------------------------------------------------------------------*/
.profile-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cover-container {
  position: relative;
}
ul.header-nav {
  position: absolute;
  left: auto;
  right: 0;
  top: auto;
  bottom: 20px;
}
ul.header-nav li {
  list-style: none;
}
ul.header-nav li a {
  display: block;
  list-style: none;
  height: 40px;
  width: 40px;
  background: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: var(--theme);
  font-size: 18px;
  margin: 0 15px 0 0;
}
.profile-img {
  margin-top: -80px;
}
.profile-feed-items li {
  list-style: none;
}
.profile-feed-items li:last-child a {
  margin: 0;
}
.profile-feed-items li a {
  text-decoration: none;
  text-transform: capitalize;
  color: var(--theme);
  background-color: #ceebee;
  margin: 0 20px 0 0;
}
.nav-pills.profile-feed-items li a.active {
  color: #fff;
  background: var(--theme);
}
.news-icon {
  font-size: 18px;
  margin-right: 20px;
}
ul.profile-img-gallary {
  list-style: none;
  margin: 0 -1px 0 -4px !important;
}
.twit-feed p span i {
  background: var(--theme);
  color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  font-size: 10px;
}
.twit-feed .twit-meta-tag {
  color: var(--theme);
}
.twit-feed .media-support-user-img img {
  height: 50px;
}
ul.media-story img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2px;
}
ul.media-story li.active img {
  border-color: var(--theme);
}
.add-suggestion {
  border: 1px solid #007bff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  color: #007bff;
}
.suggestions-lists .btn {
  display: block;
}
.feather-icon a,
.message-icon a {
  color: #777d74;
  font-size: 18px;
  font-weight: 300;
}
ul.post-comments {
  list-style: none;
}
.comment-activity > a {
  margin-right: 10px;
  text-transform: capitalize;
  color: var(--theme);
  text-decoration: none;
}
form.comment-text {
  position: relative;
}
.comment-attagement {
  position: absolute;
  left: auto;
  right: 0;
  font-size: 20px;
}
.comment-attagement a {
  color: #777d74;
}
#profile-activity .iq-timeline li {
  margin-bottom: 15px;
}
.about-info a,
div#profile-profile a {
  color: #777d74;
}
.twit-date a {
  color: #777d74;
}
.doc-profile-bg {
  border-radius: 25px 25px 0 0;
}
.doctor-profile {
  margin-top: -70px;
}
.speciality-list .user-img > a {
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border-radius: 50%;
}

/*---------------------------------------------------------------------
Profile Edit
-----------------------------------------------------------------------*/
.profile-pic {
  max-width: 100%;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.profile-img-edit {
  position: relative;
  display: inline-block;
  height: 150px;
  width: 150px;
}
.file-upload {
  /* display: none; */
}
.p-image {
  position: absolute;
  top: auto;
  right: 8px;
  bottom: 10px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: var(--theme);
  color: #fff;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.upload-button {
  font-size: 1.5em;
}
.iq-edit-profile .nav-link {
  padding: 20px 15px;
  border-radius: 0;
  color: #777d74;
  text-align: center;
  font-size: 16px;
  border-left: 1px solid #f2edff;
}
.iq-edit-profile.nav-pills .nav-link.active,
.iq-edit-profile.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--theme);
}
ul.iq-edit-profile li:first-child a {
  border-radius: 15px 0 0 15px;
  border-left: none;
}
ul.iq-edit-profile li:last-child a {
  border-radius: 0 15px 15px 0;
}

/*---------------------------------------------------------------------
Todo Page
-----------------------------------------------------------------------*/
.iq-todo-page .search-link,
.iq-todo-right .search-link {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 18px;
  line-height: 43px;
  color: #777d74;
}
.iq-todo-page .todo-search,
.iq-todo-right .todo-search {
  padding-left: 35px;
}
.add-new-project > a {
  padding: 0 15px;
  color: #777d74;
  text-transform: capitalize;
  text-decoration: none;
}
.notification-icon > span {
  height: 11px;
  width: 11px;
  border-radius: 50%;
  line-height: 13px;
  font-size: 8px;
  text-align: center;
  position: absolute;
  top: -5px;
  left: auto;
  right: -8px;
}
.todo-date {
  font-size: 16px;
}
.iq-todo-page ul {
  list-style: none;
}
.iq-todo-page ul li a {
  color: #777d74;
  text-decoration: none;
}
.iq-todo-page ul ul li a {
  padding-left: 25px;
}
.iq-todo-page ul > li > a {
  padding: 10px 15px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.iq-todo-page ul > li[aria-expanded="true"] > a {
  color: var(--theme);
  background: var(--light-theme);
}
.iq-todo-page ul > li li:hover a,
.iq-todo-page ul > li li.active a {
  color: var(--theme);
  background: var(--light-theme);
}
ul.todo-task-lists li:hover {
  background: #daeff2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
ul.todo-task-lists li.active-task {
  background: #daeff2;
}
.media-support-info p {
  line-height: normal;
}
.todo-task-list .sub-task {
  display: none;
}
.todo-task-list .sub-task.show {
  display: block;
}

/*---------------------------------------------------------------------
Privacy Policy Page
-----------------------------------------------------------------------*/
.privacy-status {
}
.input-group .input-group-text {
  background: #e9edf4;
  border: 0px solid #d7dbda;
}
.data-privacy {
  margin: 30px 0;
}

/*---------------------------------------------------------------------
User List Page
-----------------------------------------------------------------------*/
.list-user-action a {
  font-size: 16px;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
  margin: 0 3px;
  display: inline-block;
  border-radius: 5px;
}
#user-list-table.table td {
  vertical-align: middle;
}
.user-list-files a {
  padding: 10px 15px;
  margin: 0 0 0 10px;
  border-radius: 15px;
  line-height: normal;
}
.table-responsive #exampleInputSearch {
  width: auto;
}
.iq-doc-social-info ul li {
  display: inline-block;
}
.iq-doc-social-info ul li a {
  display: block;
  color: var(--theme);
  background: #ceebee;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 5px;
  margin: 0 3px;
}

/*---------------------------------------------------------------------
Add User Page
-----------------------------------------------------------------------*/
.add-img-user .p-image {
  position: static;
  text-align: left;
  display: block;
  height: auto;
  width: auto;
  background: transparent;
  margin-top: 20px;
}
.img-extension a,
.img-extension span {
  color: #777d74;
  padding: 0 3px;
  font-size: 13px;
}

.pass-eye{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.iq-card-header.profile-dropdown{
  position: absolute;
  border-bottom: 0;
  right: 25px;
  z-index: 9;
  cursor: pointer;
}
.custom-pagination .page-item:last-child .page-link,
.custom-pagination .page-item.disabled .page-link,
.custom-pagination .page-link{
  border-radius: 20px;
  margin: 0 5px;
  border-color: #ceebee;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
#loading {
  /* background-color: #00000063; */
  background-color: white;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}


.logo-loader {
  position: relative;
  /* background: linear-gradient(229.62deg, #58E0E0 12.63%, #31CDCD 90.54%); */
  width: 90px;
  height: 90px;
  border: 18px solid #0cdddf;
  display: inline-block;
  border-radius: 50%;
  animation: rotateloader linear infinite 1.2s;
}
@keyframes rotateloader {
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}
.logo-loader:before{
  /* content: ""; */
  display: block;
  width: 100%;
  height: 100%;
  transform: scale(0.55);
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 50%;
}
.logo-loader:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: linear-gradient(229.62deg, #58E0E0 12.63%, #31CDCD 90.54%);
  border-radius: 50%;
  position: absolute;
  right: -65%;
  top: -65%;
}








.item.placeholder-loader {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 3px;
  padding: 12px;
  margin: 0 auto;
  position: relative;
}


.round-box{
  width: 80px;
  margin: 10px;
  height: 80px;
  border-radius: 100%;
}

.animated-background {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  position: relative;
}

@-webkit-keyframes flash {
  0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}

@keyframes flash {
  0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}


.rect1 {
  width: 60%;
  height: 25px;
  margin: 0 auto;
}

.rect2{
  width: 55%;
  height: 15px;
  margin: 10px auto 0;
}

.rect3{
  width: 70%;
  height: 15px;
  margin: 10px auto 0;
}

.rect4{
  width: 75%;
  margin: 10px auto 0;
  height: 15px;
}
.rect5 {
  width: 25%;
  margin: 10px auto 0;
  height: 25px;
}

.img-fluid{
  transition: 0.5s;
}
.item:hover .img-fluid{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.bgplaceholder {
  width: 100%;
  margin: 0;
  height: 63px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 24px 24px 0 0;
}
.bg-lightgray{
  background: #f8f8f8 !important;
}
#howto-placeholder .bgplaceholder{
  height: 200px;
}
#howto-placeholder .rect1 {
  width: 85%;
  height: 20px;
  margin: 0;
}
.swal2-popup.swal2-modal {
  border-radius: 12px!important;
}
.swal2-actions {
  padding: 0;
}
.swal2-header, .swal2-content{
  padding: 0 20px !important;
}
.swal2-popup {
  max-width: 410px;
}
.btn-theme{
  background-color: var(--theme) !important;
}
.border-theme{
  border-color: var(--theme) !important;
}
.text-theme{
  color: var(--theme) !important;
}
.fs-16{
  font-size: 16px !important;
}
.swal2-icon {
  margin: 0 auto !important;
}
.swal2-actions {
  margin: 18px 0 0 !important;
}
.swal2-title {
  margin: 0 0  0 !important;
}
.swal2-popup {
  padding: 25px 15px !important;
}

/* .close-btn{
  padding: 0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.close-btn span{
  width: 100%;
  height: 2px;
  display: inline-block;
  position: relative;
}
.close-btn span:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #727272;
  display: inline-block;
  top: 0;
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.close-btn span:after{
  content: "";
  width: 100%;
  height: 2px;
  background: #727272;
  display: inline-block;
  top: 0;
  position: absolute;
  left: 0;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.rounded-20{
  border-radius: 20px !important;
}
.rounded-8{
  border-radius: 8px !important;
}
.video-cover img{
  width: 100%;
  height: 200px;
  border-radius: 20px;

}
.dark-shadow{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.video-cover .iq-card-header.profile-dropdown{
  top: 0;
  right: 0;
}
.video-cover .iq-card-header .dropdown-menu {
  top: 10px !important;
  box-shadow: none;
}
.iq-card .video-cover  .iq-card-header {
  padding: 0 11.5px;
  min-height: 45px;
}
.video-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to left bottom, #00000070, #3b3b3b00, #77777700, #b9b9b900, #ffffff00);
  border-radius: 20px;
  pointer-events: none;
}
.video-cover .iq-card-header-toolbar .dropdown-toggle i{
  color: white;
}


/* Start Daterangepicker */
.calender-input-group.select-date-content{
  width: 100%;
  min-width: 215px;
}
.daterangepicker{
  height: 100%;
  max-height: 291px;
  overflow-y: auto;
}
.daterangepicker .ranges li.active {
  background-color: #3db2b3 !important;
}
.daterangepicker td.in-range{
  background-color: #def7f8;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
  background-color: #3db2b3;
}
.daterangepicker .drp-buttons .applyBtn{
background-color: #3db2b3;
border-color: #3db2b3;
}
/* End  Daterangepicker */

.play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  color: white;
  font-size: 55px;
  pointer-events: none;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-upload-wrap, .image-upload-wrap_edit {
  border: 3px dashed #e6ecf5;
  position: relative;
  border-radius: 10px;
}
.file-upload-content {
  border: 1px solid #e6ecf5;
  padding: 0 10px 10px;
}
.file-upload-content, .file-upload-content_edit {
  display: none;
  text-align: center;
}
.drag-text h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #61C4C6;
  padding: 20px 0;
  font-size: 20px;
  line-height: normal;
}
.image-title-wrap, .image-upload-wrap_edit {
  color: #222;
}
.remove-image, .remove-image_edit {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #f15355;
  border: none;
  padding: 4px 10px;
  border-radius: 2px;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
span.image-title {
  word-break: break-all;
  text-align: left;
  line-height: normal;
  font-size: 14px;
}
.custom-file-label {
  border-radius: 10px;
  overflow: hidden;
}
.file-upload-image{
  height: 200px;
  object-fit: cover;
}
.cursor-pointer{
  cursor: pointer;
}
.flatpickr-months{
  margin-bottom: 30px !important;
}
.w-md-50{
  width: 50% !important;
}
.w-30{
    width: 30% !important;
}
.footer-cover{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.toggle-text-content span {
   display: none;
}
.toggle-text-link {
   display: inline-block;
   text-decoration: none;
   font-weight: bold;
   color: black;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff !important;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: var(--theme) !important;
  border-color: var(--theme) !important;
}
.theme-checkbox .custom-control-label::before {
  top: 0;
  height: 25px;
  width: 50px;
}
.theme-checkbox .custom-switch .custom-control-label::after {
  top: 3px;
  left: -46px;
  width: 19px;
  height: 19px;
  border-radius: 6px;
}
.theme-checkbox .custom-switch .custom-control-input:checked~.custom-control-label::after {

  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}
span.otoscope {
  color: #c5cbd3;
  margin-left: 8px;
  font-size: 14px;
}
.custom-file-label {
  height: 45px;
  line-height: auto;
}
.custom-file-input {
  height: 45px;
}
.custom-file-label::after {
  height: 45px;
  line-height: auto;
}
.list-none{
  list-style: none;
}
.permission-list li {
  display: inline-block;
  width: 25%;
  padding: 3px 0;
}
.app-sidebar__user {
  align-items: center;
  border-bottom: 1px solid #7ac9d1;
  color: #aab3cc;
  display: flex;
  padding: 10px 20px;
  width: 100%;
}
.app-sidebar__user .user-pic {

  margin-bottom: 5px;
}
.app-sidebar__user .user-pic:before {
  background: #0dcd94;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 3px;
  content: "";
  cursor: pointer;
  display: block;
  height: .75rem;
  position: absolute;
  right: 37%;
  width: .75rem;
}
.app-sidebar__user .user-pic .avatar-xxl {
  border: 3px solid #7ac9d1;
}
.avatar-xxl {

  height: 4rem;

  width: 4rem;
}
.app-sidebar__user .user-info h5 {
  color: #fff;
  font-weight: 500;

  font-size: 20px;
}

.app-sidebar__user-name.text-muted.text-sm {
  font-size: 15px;
  font-weight: 400;
}
.app-sidebar__user-name.text-muted {
  color: #efefef!important;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 5px!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h-nav{
  height: 100%;
  overflow-y: auto;
}
.choices__inner {
  border: 1px solid #ced4da;
  background-color: #ffffff;
  border-radius: 10px;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: var(--theme);
}
input::-webkit-calendar-picker-indicator {
  display: none !important;
}
.otpinput {
    display: inline-block;
    width: 40px;
    height: 50px;
    font-size: 20px;
    color: var(--text-gray);
    border: 1px solid #adadad;
    background-color: transparent;
    border-radius: 10px;
}
.body-height{
  min-height: calc(100vh - 180px);
}
.loginlogout{
  height: calc(100vh - 92px);
  overflow: hidden;
  overflow-y: auto;
}
.custom-sidenav {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 20px;
  background: #00000012;
  z-index: 99999;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.custom-sidenav.active{
  opacity: 1;
  visibility: visible;
}
.light-shadow{
  box-shadow: rgb(17 12 46 / 10%) 0px 0px 100px 0px !important;
}

.custom-sidenav .iq-card {
  width: 360px;
  right: -378px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.custom-sidenav.active .iq-card {
  right: 18px;
}
.custom-sidenav .iq-timeline {
  margin: 0 0 0 15px;
}
.shadow-0{
  box-shadow: none !important;
}
.cursor-pointer{
  cursor: pointer !important;
}

.setting-body .file-upload-image {
  height: 100px;
  object-fit: cover;
  width: 100px !important;
}
.browser-histroy .speciality-list .user-img > a{
  height: 60px;
  width: 60px;
  padding: 5px;
  background-color: var(--theme) !important;
}
.action-btn{
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: var(--light-theme);
  color: var(--theme);
  display: flex;

  align-items: center;
  justify-content: center;
}
.browser-histroy {
  max-height: calc(100vh - 240px);
  overflow: hidden;
  overflow-y: auto;
}

.bgblur{
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.ps-30{
  padding-left: 30px !important;
}























 #time-range p {
  font-family:"Arial", sans-serif;
  font-size:14px;
  color:#333;
}
.ui-slider-horizontal {
  height: 8px;
  background: #D7D7D7;
  border: 1px solid #BABABA;

  clear: both;
  margin: 8px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 100%;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: 8px;
  font-size: .7em;
  display: block;
  box-shadow: none;
  border-radius: 6px;
  background: var(--theme);
}
.ui-slider .ui-slider-handle {
  border: none !important;
  width: 10px !important;
  height: 30px !important;
  box-shadow: rgb(0 0 0 / 23%) 0px 0px 5px 0px !important;
  border-radius: 0;
  background: #F9FBFA !important;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  cursor: default;
  border: none;
  cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
  margin-left: -.6em;
}
.ui-slider a:focus {
  outline:none;
}

#slider-range {
width: 100%;
margin: 0 auto;
}
#time-range {
width: 100%;
}
.ui-slider-horizontal {
  height: 5px !important;
  background: #eaeaea !important;
}
.ui-widget-content {
  border: 1px solid #eaeaea !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -13px !important;
}

.ip-input-item:before{
  content: "";
}
.ip-input-container {
  font-size: 0;
  border: 1px solid #d7dbda;
  padding: 6px 0;
  border-radius: 10px;
  width: 100%;
  display: flex;
}
.ip-input-container .ip-input-item {
  border: none;
  outline: 0;
  margin: 0;
  width: 25%;
  text-align: center;
  vertical-align: bottom;
  font-size: 13px;
}
.inputdot{
  position: relative;
}
.ip-input-container .ip-input-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-bottom: 0;
  background-color: #8b8b8b;
  border-radius: 50%;
  vertical-align: bottom;
  margin: auto 0 0;
}
.formto{
  width: 10px;
  height: 2px;
  background: #a0a0a0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.iframe-height{
  min-height: calc(100vh - 228px) !important;
}
.notification-toggle label {
  width: 38px;
  height: 26px;
  background-color: #a8a8a8;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
.notification-toggle label:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: 0.3s;
}
.notification-toggle input:checked+label:before {
  left: 15px;
}
.notification-toggle input:checked+label {
  background-color: var(--theme);
}


/* .dataTable.table tr td.responsiveradius:first-child{
  background-color: red !important;
} */
.responsiveradiuslast{
  border-radius: 0 20px 20px 0 !important;
}
.lineheight-normal{
  line-height: normal;
}

.dashboardcard-contant .counter{
  font-size: 24px;
}
.dashboardcard-contant h5{
  color: grey;
}
.dashboardcard-contant span{
  font-size: 13px;
  font-weight: 600;
}





.rangeSlider {
  position: relative;
  height: 6px;
  margin: 0  10px;
  border-radius: 500px;
  background-color: #ddd;
  width: 25%;
}

.rangeSlider--animate .rangeSlider__handle, .rangeSlider--animate .rangeSlider__tooltip {
  transition: left 300ms;
}
.rangeSlider--animate .rangeSlider__range {
  transition: left 300ms, width 300ms;
}
.rangeSlider__handle {
  display: inline-block;
  position: absolute;
  top: -12px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 14%) 0px 0px 24px;
}

.rangeSlider__handle:after {
  content: attr(data-value);
  display: block;
  position: absolute;
  top: 2px;
  left: -25px;
  width: 80px;
  height: 25px;
  line-height: 25px;
  color: var(--theme);
  font-size: 12px;
  text-align: center;
  transition: margin 300ms;
}
.rangeSlider__handle:focus {
  outline: 0;
}
.rangeSlider__handle--from {
  left: -15px;
}
.rangeSlider__handle--to {
  right: -15px;
}
.rangeSlider__handle--active {
  z-index: 1;
}
.rangeSlider__range {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: var(--theme);
  border-radius: 500px;
}
.rangeSlider__tooltips {
  position: absolute;
  top: -45px;
  width: 100%;
  height: 25px;
  filter: url("#composite-goo");
}
.rangeSlider__tooltip {
  position: absolute;
  width: 80px;
  height: 25px;
  background-color: #333;
}
.rangeSlider__tooltip--from {
  left: -40px;
}
.rangeSlider__tooltip--to {
  right: -40px;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--theme);
  background-color: var(--theme);
}











.table_center{
  display:table-cell;
  vertical-align: middle;
}
.drop-down{
    display: inline-block;
    position: relative;
}

.drop-down__button {
  background: white;
  color: #a09e9e;
  display: inline-block;
  line-height: 40px;
  padding: 0 50px;
  text-align: left;
  border-radius: 4px;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}
.drop-down__item .fa-eye:before {
  content: "\f06e";
}
.drop-down__item.active .fa-eye:before {
  content: "\f070" !important;
}

.drop-down__icon {
    width: 18px;
    vertical-align: middle;
    margin-left: 14px;
    height: 18px;
    border-radius: 50%;
    transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;

}



.drop-down__menu-box {
  position: absolute;
  width: 100%;
  border: 1px solid #dee2e6;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  /* box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2); */
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  margin-top: 5px;
  z-index: 999;
}

.drop-down__menu {
    margin: 0;
    padding: 0;
    list-style: none;

}

.drop-down__menu-box:after{
  content:'';
  /* background-color: transparent; */
}

.drop-down__item {
    font-size: 13px;
    padding: 7px 10px;
    text-align: left;
    font-weight: 500;
    color: #b8b6b6;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #e0e2e9;
}

.drop-down__item-icon {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    fill: #8995b6;

}


.drop-down__item:last-of-type{
  border-bottom: 0;
}


.drop-down--active .drop-down__menu-box{
visibility: visible;
opacity: 1;
  margin-top: 5px;
}

.drop-down__item:hover,
.toggle-vis.active {
  background-color: var(--theme);
  color: white;
}
.line-height-0{
  line-height: 0;
}
.note-frame{
  background-color: white !important;
}
.note-editor .note-editing-area .note-editable{
  height: calc(100vh - 326px);
}
.note-editor .note-toolbar, .note-popover .popover-content {
  border-bottom: 1px solid rgb(222 226 230);
}
.note-editor.note-airframe, .note-editor.note-frame {
  border: 1px solid rgb(222 226 230);
  border-radius: 20px;
  overflow: hidden;
}
.note-dropdown-menu li{
  font: 20px;
}
div.dt-button-collection button.dt-button, div.dt-button-collection div.dt-button, div.dt-button-collection a.dt-button {
  margin: 0;
}
div.dt-button-collection button.dt-button, div.dt-button, a.dt-button, input.dt-button{
  color: var(--text-gray) !important;
}
div.dt-button-collection .dt-button.buttons-columnVisibility:not(.active) {
  background-color: var(--theme) !important;
  color: white !important;
  background: none;
}
div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
  background: white;
  box-shadow: none !important;
}
button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled), input.dt-button:active:not(.disabled):hover:not(.disabled), input.dt-button.active:not(.disabled):hover:not(.disabled) {
  background: var(--theme);
  color: white !important;
}
.buttons-columnVisibility{
  position: relative;
}

.buttons-columnVisibility.active span:before,
.buttons-columnVisibility span:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.buttons-columnVisibility.active span:before{
  content: "\f06e";
}
.buttons-columnVisibility span:before{
  content: "\f070";
}
#registeredusers td:nth-child(3),
#registeredusers td:nth-child(2){
  padding: 0;
}
.word-break{
    word-break: break-all;
}


.green-tick i{
    width: 30px;
    height: 30px;
    /* margin: 0px; */
    /* padding: 0px; */
    background: #00b800b0;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* justify-content: center; */
    display: flex;
    border-radius: 50%;
    color: white;
}
.green-tick{
    position: absolute;
    left: -7px;
}
.green-tick img{

}

/*---------------------------------------------------------------------
                            User Media filters
-----------------------------------------------------------------------*/
.filters_2 {
  border-bottom: 1px solid #ededed;
}
.filters_2 .filter_type {
  border-top: none;
  padding: 0;
}
.filter_type ul {
  list-style: none;
  padding: 0 5px 0 5px;
}
.filter_type label {
  font-weight: 400;
}
.filter_type label small {
  float: right;
  color: #777;
  padding-top: 3px;
}
.container_check {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #12b2b3;
  border: 2px solid transparent;
  /* -webkit-box-shadow: 0 0 0 2px rgba(229, 71, 80, 0.3);
  -moz-box-shadow: 0 0 0 2px rgba(229, 71, 80, 0.3);
  box-shadow: 0 0 0 2px rgba(229, 71, 80, 0.3); */
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check:hover .checkmark {
  border: 2px solid #12b2b3;
}
.container_check.text-muted:hover .checkmark {
  border: 2px solid #d2d8dd;
}
.no-drop {cursor: no-drop;}
.container_check input:checked ~ .checkmark:after {
  display: block;
}



.uni-input-label {
  color: black;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.uni-input {
  padding: 12px 15px 12px 15px;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #ced4da;
  font-size: 16px;
  font-weight: bold;
  color: var(--theme);
}
.date-btn-set {
  position: absolute;
  top: 5px;
  right: 7px;
  font-size: 22px;
  line-height: normal;
  display: flex;
  padding: 8px;
  color: gray;
}
.ui-datepicker{
  width: 18em;
  display: none;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0,0,0,0.1) !important;
  margin-top: 0.25rem;
  border-radius: 0.5rem;
  border: none !important;
  padding: 0.5rem;
}
table.ui-datepicker-calendar {
  border-collapse: collapse;
  border-spacing: 0;
}
.ui-datepicker-calendar thead th {
  padding: 0.25rem 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #78909C;
}
.ui-datepicker-calendar tbody td {
  width: 2.5rem;
  text-align: center;
  padding: 0;
}
.ui-datepicker-calendar tbody td a {
  display: block;
  border-radius: 0.25rem;
  line-height: 2rem;
  transition: 0.3s all;
  text-align: center;
  color: #546E7A !important;
  font-size: 0.875rem;
  border: none !important;
  background-color: transparent !important;
  text-decoration: none;
}
.ui-datepicker-header a.ui-corner-all {
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border-radius: 0.25rem;
  transition: 0.3s all;
}
.ui-datepicker .ui-datepicker-unselectable span{
  text-align: center;
}
.ui-datepicker .ui-datepicker-unselectable{
  width: auto;
  height: 36px;
}
.ui-datepicker-header a.ui-corner-all:hover {
  /* background-color: #ECEFF1; */
  border: none;
}
.ui-datepicker-header a.ui-datepicker-prev {
  left: 0;
  background: none;
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: 50%;
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: transparent;
  border: none;
  margin-bottom: 10px;
}
.ui-datepicker-header a.ui-datepicker-next{
  right: 0;
  background: none;
  background-image: none !important;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 50%;
}
.ui-datepicker-header a>span {
  display: none;
}
.ui-datepicker-title {
  text-align: center;
  line-height: 2rem;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 0;
}
.ui-datepicker-week-col {
  color: #78909C;
  font-weight: 400;
  font-size: 0.75rem;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: var(--theme) !important;
  color: white !important;
}
.ui-datepicker-calendar tbody td a:hover {
  background-color: #12b3b363 !important;
  color: black !important;
}
.ui-datepicker-header a.ui-datepicker-prev:before,
.ui-datepicker-header a.ui-datepicker-next:before{
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 25px;
  color: var(--theme);
}
.ui-datepicker-header a.ui-datepicker-next:before{
  content: "\203A";
}
.ui-datepicker-header a.ui-datepicker-prev:before {
  content: "\2039";
}
.ui-datepicker .ui-datepicker-title select {
  margin: 1px 3px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 0px;
  color: #546E7A ;
}
.ui-datepicker .ui-datepicker-title select:focus-visible{
  outline: none;
}

.btn_1.gradient, a.btn_1.gradient {
  background-size: 100%;
  /* background-image: -webkit-linear-gradient(right, #f3723b, #e54750); */
  background-image: linear-gradient(to right, #12b2b3, #12b3b391);
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn_1.gradient:before, a.btn_1.gradient:before {
  border-radius: inherit;
  /* background-image: -webkit-linear-gradient(right, #e54750, #e54750); */
  background-image: linear-gradient(to right, #12b2b3, #12b2b3);
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out;
}
.btn_1 {
  border: none;
  /* background-color: #e54750; */
  outline: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 8px 25px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  line-height: normal;
}
.btn_1.gradient:hover {
  background-image: linear-gradient(to left, #12b2b3, #12b3b391);
}
.btn {
  border-radius: 10px !important;
  font-weight: 500 !important;
  padding: 6px 15px !important;
  font-size: 15px !important;
}
/* a, .btn {
  -webkit-transition: none  !important;
    -moz-transition: none  !important;
    -ms-transition: none  !important;
    -o-transition: none  !important;
    transition: none  !important;
} */

.backtotop {
  display: inline-block;
  background-color: #12b2b3;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.backtotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  line-height: 31px;
  color: #fff;
}
.backtotop:hover {
  cursor: pointer;
  background-color: #0d7070;
}
.backtotop:active {
  background-color: #555;
}
.backtotop.show {
  opacity: 1;
  visibility: visible;
}

.tablebg tr td.bg-active-cell {
    /* background: #7ac9d1 !important; */
    color: #000 !important;
}
.tablebg tr td.bg-active-cell div a{
    color: #000 !important;
}
.timezone-text-cl{
  color: #e2e2e2 !important;
}
.select2-selection.select2-selection--single{
  height: 40px;
}
 .select2-container--default .select2-selection--single{
  border: 1px solid #d6d6d6;
}
  .select2-selection__rendered{
  display: flex !important;
  align-items: center;
  height: 100%;
}
.select2-selection__arrow{
  top: 8px !important;
}
.select2-results__option--highlighted[aria-selected]{
  background-color: #3db2b3 !important;
}
.registered-user-select .select2.select2-container{
  width: 100%;
  max-width: 200px;
}
@media (max-width: 576px) {
  .registered-user-select .select2.select2-container{
    max-width: 100%;
  }
  }
.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* 1:1 aspect ratio (100% width / 100% height) */
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* user media css */
.user-media-image{
    box-shadow: -1px 3px 13px -2px rgba(175, 175, 175, 0.1) !important;
    padding: 20px 15px !important;
    margin: 0px !important;
}
.user-media-image .description p{
  color: #777777 !important;
}

.nav-menu-lists{
  flex-grow: 1;
  height: unset;
}
.rounded{
  border-radius: 25px !important;
}
a{
  text-decoration: none;
}
a.nav-link{
  color: var(--theme);
}
textarea.form-control {
  height: auto;
}
select.form-control{
  line-height: normal;
}
.nav-menu-lists::-webkit-scrollbar {
  width: 4px;
}
.nav-menu-lists::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/* .nav-menu-lists::-webkit-scrollbar-thumb {
  background-color: #eff7f8;
  outline: 1px solid #eff7f8;
} */
.modal label{
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 6px;
}
.modal-title{
  font-size: 18px;
}
.modal-header, .modal-body, .modal-footer{
  padding: 20px 16px;
}
.modal-header, .modal-footer{
  padding: 16px;
}

.swal2-icon.swal2-warning{
  width: 65px;
  height: 65px;
  margin-bottom: 20px !important;
}
.swal2-icon.swal2-success{
  margin-bottom: 15px !important;
}
.swal2-title{
  font-size: 24px;
}
#swal2-content{
  font-size: 16px;
  padding-top: 6px;
}
.swal2-container.swal2-center button{
  border-radius: 50px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 10px 30px !important;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--theme);
  background-color: var(--theme);
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox-left .custom-control-label::before {
  left: -1.5rem !important;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  border-radius: 4px;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 45px;
  margin: 0;
  opacity: 0;
}
.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 100%;
  padding: 0.375rem 0.75rem;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  padding: 0.375rem 0.75rem;
  height: auto;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
label.form-check-label {
  margin-bottom: 2px;
}



.ms-loader {
  position: relative;
  width: 70px;
  height: 70px;
}
.ms-loader {
  position: relative;
  width: 70px;
  height: 60px;
  transform: scale(0.4);
}
.ms-loader div {
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: 1.2s opaque ease-in-out infinite both;
  animation: 1.2s opaque ease-in-out infinite both;
}
.ms-loader div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 5px;
  height: 18px;
  border-radius: 10px;
  background-color: #7c7c7c;
}

.ms-loader div:nth-child(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.ms-loader div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.ms-loader div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ms-loader div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ms-loader div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ms-loader div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ms-loader div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.ms-loader div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.ms-loader div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.ms-loader div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.ms-loader div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.ms-loader div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.ms-loader div:nth-child(13) {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.no-gutters>.col, .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 1200px){
  .sign-in-page .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

.calender-input-group {
    position: relative;
    display: flex;
    align-items: center;
}
.calender-input-group input {
    padding: 6px 12px 6px 30px;
}
.calender-ic {
    position: absolute;
    left: 10px;
    right: auto;
}


.registered-user-filtering {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.registered-user-filtering label {
  border: 1px solid var(--theme);
  padding: 6px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  color: var(--theme);
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.registered-user-filtering input {
  display: none;
}
.registered-user-filtering input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 20px;
  width: 6px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.registered-user-filtering input:checked + label {
  background-color: var(--theme);
  color: #ffffff;
  padding: 6px 30px 6px 38px;
}
.select2.select2-container{
    width: 100% !important;
}
.iti {
    width: 100% !important;
}

.object-fit-cover{
    object-fit: cover;
}
.aspect-ratio-16-9{
    aspect-ratio: 16 / 9;
}
.video-s1play-cover{
    position: relative;
}
.video-s1play-btn{
    background: rgb(0 0 0 / 50%);
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 42px;
    height: 42px;
    border-radius: 50rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.hw-30px{
    height: 30px;
    width: 30px;
}

.search-s1icon i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}
.search-s1icon input{
    padding-left: 38px;
}
.search-s1icon.registered-search{
  width: 200px;
}
@media (max-width: 576px) {
.search-s1icon.registered-search{
  width: 100% !important;
}
}

.border-solid-warning{
    border: solid 2px #ffc107 !important;
    border-radius: 12px !important;
}
.border-solid-danger{
    border: solid 2px #dc3545!important;
    border-radius: 12px !important;
}
.border-solid-success{
    border: solid 2px #198754!important;
    border-radius: 12px !important;
}


.border-dark {
    border-color: var(--vz-dark) !important;
}

.border-light {
    border-color: var(--vz-light) !important;
}

.border-double {
    border-style: double !important;
}

.border-top-double {
    border-top-style: double !important;
}

.border-bottom-double {
    border-bottom-style: double !important;
}

.border-end-double {
    border-right-style: double !important;
}

.border-start-double {
    border-left-style: double !important;
}

.list-group-flush.border-double {
    border: none !important;
}

.list-group-flush.border-double .list-group-item {
    border-style: double !important;
}

.border-dashed {
    border-style: dashed !important;
}

.border-top-dashed {
    border-top-style: dashed !important;
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;
}

.border-end-dashed {
    border-right-style: dashed !important;
}

.border-start-dashed {
    border-left-style: dashed !important;
}

.list-group-flush.border-dashed {
    border: none !important;
}

.list-group-flush.border-dashed .list-group-item {
    border-style: dashed !important;
}

.border-groove {
    border-style: groove !important;
}

.border-top-groove {
    border-top-style: groove !important;
}

.border-bottom-groove {
    border-bottom-style: groove !important;
}

.border-end-groove {
    border-right-style: groove !important;
}

.border-start-groove {
    border-left-style: groove !important;
}

.list-group-flush.border-groove {
    border: none !important;
}

.list-group-flush.border-groove .list-group-item {
    border-style: groove !important;
}

.border-outset {
    border-style: outset !important;
}

.border-top-outset {
    border-top-style: outset !important;
}

.border-bottom-outset {
    border-bottom-style: outset !important;
}

.border-end-outset {
    border-right-style: outset !important;
}

.border-start-outset {
    border-left-style: outset !important;
}

.list-group-flush.border-outset {
    border: none !important;
}

.list-group-flush.border-outset .list-group-item {
    border-style: outset !important;
}

.border-ridge {
    border-style: ridge !important;
}

.border-top-ridge {
    border-top-style: ridge !important;
}

.border-bottom-ridge {
    border-bottom-style: ridge !important;
}

.border-end-ridge {
    border-right-style: ridge !important;
}

.border-start-ridge {
    border-left-style: ridge !important;
}

.list-group-flush.border-ridge {
    border: none !important;
}

.list-group-flush.border-ridge .list-group-item {
    border-style: ridge !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-top-dotted {
    border-top-style: dotted !important;
}

.border-bottom-dotted {
    border-bottom-style: dotted !important;
}

.border-end-dotted {
    border-right-style: dotted !important;
}

.border-start-dotted {
    border-left-style: dotted !important;
}

.list-group-flush.border-dotted {
    border: none !important;
}

.list-group-flush.border-dotted .list-group-item {
    border-style: dotted !important;
}

.border-inset {
    border-style: inset !important;
}

.border-top-inset {
    border-top-style: inset !important;
}

.border-bottom-inset {
    border-bottom-style: inset !important;
}

.border-end-inset {
    border-right-style: inset !important;
}

.border-start-inset {
    border-left-style: inset !important;
}

.list-group-flush.border-inset {
    border: none !important;
}

.list-group-flush.border-inset .list-group-item {
    border-style: inset !important;
}

[data-layout-mode="dark"] .link-dark,
[data-layout-mode="dark"] .link-light {
    color: var(--vz-dark);
}

.bg-primary,
.badge-primary {
    color: #ffffff;
    background: rgba(8, 155, 171, 1);
    background: -moz-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8, 155, 171, 1)), color-stop(100%, rgba(13, 181, 200, 1)));
    background: -webkit-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -o-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -ms-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--theme)', endColorstr='#0db5c8', GradientType=1);
}
.bg-secondary,
.badge-secondary {
    color: #ffffff;
    background: rgba(120, 125, 118, 1);
    background: -moz-linear-gradient(left, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(120, 125, 118, 1)), color-stop(100%, rgba(171, 171, 171, 1)));
    background: -webkit-linear-gradient(left, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -o-linear-gradient(left, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -ms-linear-gradient(left, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: linear-gradient(to right, rgba(120, 125, 118, 1) 0%, rgba(171, 171, 171, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787d76', endColorstr='#ababab', GradientType=1);
}
.bg-success,
.badge-success {
    color: #ffffff;
    background: rgba(49, 192, 44, 1);
    background: -moz-linear-gradient(left, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(49, 192, 44, 1)), color-stop(100%, rgba(87, 222, 83, 1)));
    background: -webkit-linear-gradient(left, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    background: -o-linear-gradient(left, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    background: -ms-linear-gradient(left, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    background: linear-gradient(to right, rgba(49, 192, 44, 1) 0%, rgba(87, 222, 83, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#31c02c', endColorstr='#57de53', GradientType=1);
}
.bg-danger,
.badge-danger {
    color: #ffffff;
    background: rgba(216, 74, 69, 1);
    background: -moz-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(216, 74, 69, 1)), color-stop(100%, rgba(242, 99, 97, 1)));
    background: -webkit-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: -o-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: -ms-linear-gradient(left, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    background: linear-gradient(to right, rgba(216, 74, 69, 1) 0%, rgba(242, 99, 97, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d84a45', endColorstr='#f26361', GradientType=1);
}
.bg-warning,
.badge-warning {
    color: #ffffff;
    background: rgba(252, 158, 91, 1);
    background: -moz-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252, 158, 91, 1)), color-stop(100%, rgba(255, 182, 126, 1)));
    background: -webkit-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: -o-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: -ms-linear-gradient(left, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    background: linear-gradient(to right, rgba(252, 158, 91, 1) 0%, rgba(255, 182, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc9e5b', endColorstr='#ffb67e', GradientType=1);
}
.bg-info,
.badge-info {
    color: #ffffff;
    background: rgba(2, 209, 255, 1);
    background: -moz-linear-gradient(left, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2, 209, 255, 1)), color-stop(100%, rgba(97, 226, 252, 1)));
    background: -webkit-linear-gradient(left, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    background: -o-linear-gradient(left, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    background: -ms-linear-gradient(left, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    background: linear-gradient(to right, rgba(2, 209, 255, 1) 0%, rgba(97, 226, 252, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02d1ff', endColorstr='#61e2fc', GradientType=1);
}
.bg-light,
.badge-light {
    background: rgba(233, 238, 244, 1);
    background: -moz-linear-gradient(left, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(233, 238, 244, 1)), color-stop(100%, rgba(238, 245, 253, 1)));
    background: -webkit-linear-gradient(left, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    background: -o-linear-gradient(left, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    background: -ms-linear-gradient(left, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    background: linear-gradient(to right, rgba(233, 238, 244, 1) 0%, rgba(238, 245, 253, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9eef4', endColorstr='#eef5fd', GradientType=1);
}
.bg-dark,
.badge-dark {
    background: rgba(55, 73, 73, 1);
    background: -moz-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(55, 73, 73, 1)), color-stop(100%, rgba(69, 93, 93, 1)));
    background: -webkit-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: -o-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: -ms-linear-gradient(left, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    background: linear-gradient(to right, rgba(55, 73, 73, 1) 0%, rgba(69, 93, 93, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#374949', endColorstr='#455d5d', GradientType=1);
}
