@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap);

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px !important;
  padding-bottom: 20px;
  overflow-x: hidden;
  background-color: #f6f9fc !important;
}

.badge-orange {
  background-color: #eb7443 !important;
}

.text-dark {
  color: #000000 !important;
}

.dropdown-item {
  font-size: 12px;
}

.metismenu {
  padding: 0;
}

.metismenu li {
  list-style: none;
}

.metismenu ul {
  padding: 0;
}

.metismenu ul li {
  width: 100%;
}

.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.content-page {
  margin-left: 230px;
  overflow: hidden;
  padding: 0 15px 5px 15px;
  min-height: 85vh;
  margin-top: 25px !important;
}

.left-side-menu {
  width: 230px;
  background: #fff;
  bottom: 0;
  padding: 20px 0;
  position: absolute;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
  top: 70px;
  -webkit-box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
  box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
  z-index: 999;
}
.left-side-cancel {
  padding: 0;
}

#sidebar-menu > ul > li > .anchor-tag {
  color: #6c7897;
  display: flex;
  padding: 10px 20px;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  text-transform: capitalize;
  text-align: left;
}

#sidebar-menu > ul > li > .anchor-tag:active,
#sidebar-menu > ul > li > .anchor-tag:focus,
#sidebar-menu > ul > li > .anchor-tag:hover {
  color: #fd6c33;
  text-decoration: none;
}

#sidebar-menu > ul > li > .anchor-tag > span {
  vertical-align: middle;
}

#sidebar-menu > ul > li > .anchor-tag i {
  display: inline-block;
  line-height: 1.0625rem;
  margin: 0 10px 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  font-size: 18px;
}

#sidebar-menu > ul > li > .anchor-tag .drop-arrow {
  float: right;
}

#sidebar-menu > ul > li > .anchor-tag .drop-arrow i {
  margin-right: 0;
}

#sidebar-menu > ul > li > .anchor-tag.active {
  /* background-color: #f2f2f2; */
  color: #fd6c33;
}
#sidebar-menu > ul > li > .anchor-tag.chatbot-active {
  color: #6c7897 !important;
}
#sidebar-menu > ul > li > .anchor-tag.subscribers-active {
  color: #fd6c33 !important;
}

#sidebar-menu > ul > li > ul {
  padding-left: 37px;
}

#sidebar-menu > ul > li > ul ul {
  padding-left: 20px;
}

#sidebar-menu .menu-arrow {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  position: absolute;
  right: 20px;
  display: inline-block;
  font-family: "Material Design Icons";
  text-rendering: auto;
  line-height: 1.5rem;
  font-size: 1.1rem;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#sidebar-menu .menu-arrow:before {
  content: "\F142";
}

#sidebar-menu .badge {
  margin-top: 4px;
}

#sidebar-menu li.mm-active > .anchor-tag > span.menu-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#sidebar-menu .menu-title {
  padding: 10px 20px;
  letter-spacing: 0.05em;
  pointer-events: none;
  cursor: default;
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #98a6ad;
  font-weight: 400;
}

.enlarged .logo-box {
  width: 70px !important;
}

.enlarged .logo span.logo-lg {
  display: none;
}

.enlarged .logo span.logo-sm {
  display: block;
}

.enlarged .left-side-menu {
  position: absolute;
  padding-top: 0;
  z-index: 5;
}

.enlarged .left-side-menu .slimScrollDiv,
.enlarged .left-side-menu .slimscroll-menu {
  overflow: inherit !important;
  height: auto !important;
}

.enlarged .left-side-menu .slimScrollBar {
  visibility: hidden;
}

.enlarged .left-side-menu #sidebar-menu .badge,
.enlarged .left-side-menu #sidebar-menu .label,
.enlarged .left-side-menu #sidebar-menu .menu-arrow,
.enlarged .left-side-menu #sidebar-menu .menu-title {
  display: none !important;
}

.enlarged .left-side-menu #sidebar-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > .anchor-tag {
  padding: 15px 20px;
  min-height: 56px;
  -webkit-transition: none;
  transition: none;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > .anchor-tag:active,
.enlarged .left-side-menu #sidebar-menu > ul > li > .anchor-tag:focus,
.enlarged .left-side-menu #sidebar-menu > ul > li > .anchor-tag:hover {
  color: #fff;
}

.enlarged .left-side-menu #sidebar-menu > ul > li > .anchor-tag i {
  font-size: 1.125rem;
  margin-right: 20px;
}

/* .enlarged .left-side-menu #sidebar-menu>ul>li>.anchor-tag span {
    display: none;
    padding-left: 25px
} */

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > .anchor-tag {
  position: relative;
  /* width: calc(150px + 70px); */
  color: #fff;
  background-color: #4aa5dc;
  -webkit-transition: none;
  transition: none;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > .anchor-tag span {
  display: inline;
}

.enlarged
  .left-side-menu
  #sidebar-menu
  > ul
  > li:hover
  .anchor-tag.mm-active
  :after,
.enlarged
  .left-side-menu
  #sidebar-menu
  > ul
  > li:hover
  .anchor-tag.open
  :after {
  display: none;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > ul {
  display: block;
  left: 70px;
  position: absolute;
  width: 190px;
  height: auto !important;
  -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
  box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > ul ul {
  -webkit-box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
  box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > ul .anchor-tag {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 20px;
  position: relative;
  width: 190px;
  z-index: 6;
}

.enlarged .left-side-menu #sidebar-menu > ul > li:hover > ul .anchor-tag:hover {
  color: #fff;
}

.enlarged .left-side-menu #sidebar-menu > ul ul {
  padding: 5px 0;
  z-index: 9999;
  display: none;
  background-color: #36404e;
}

.enlarged .left-side-menu #sidebar-menu > ul ul li:hover > ul {
  display: block;
  left: 190px;
  margin-top: -36px;
  height: auto !important;
  position: absolute;
  width: 190px;
}

.enlarged
  .left-side-menu
  #sidebar-menu
  > ul
  ul
  li
  > .anchor-tag
  span.pull-right {
  position: absolute;
  right: 20px;
  top: 12px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.enlarged .left-side-menu #sidebar-menu > ul ul li.active .anchor-tag {
  color: #fff;
}

.enlarged .content-page {
  margin-left: 70px !important;
}

.enlarged .footer {
  left: 70px !important;
}

.enlarged .user-box {
  display: none;
}

/* body.enlarged {
    min-height: 1200px
} */

@media (max-width: 767.98px) {
  body {
    overflow-x: hidden;
    padding-bottom: 80px;
  }

  .opensidemenu .left-side-menu {
    display: block !important;
    z-index: 10 !important;
  }

  .sidebar-enable .left-side-menu {
    display: block;
  }

  .content-page,
  .enlarged .content-page {
    margin-left: 0 !important;
    padding: 0 10px;
  }

  .logo-box {
    display: none;
  }
}

.logo {
  display: block;
  line-height: 70px;
}

.logo span.logo-lg {
  display: block;
}

.logo span.logo-sm {
  display: none;
}

.logo .logo-lg-text-dark {
  color: #575a65;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
}

.logo .logo-lg-text-light {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
}

.logo-box {
  background-color: #fff;
  height: 70px;
  width: 230px;
  float: left;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
  border-bottom: 1px solid #deedf7;
  border-top-right-radius: 25px;
}

.navbar-custom {
  background-color: #f6f9fc;
  padding: 0 10px 0 0;
  position: fixed;
  left: 0;
  right: 0;
  height: 70px;
  z-index: 100;
  border-bottom: 1px solid #deedf7;
  /* -webkit-box-shadow: 0 0 25px 0 rgba(73, 80, 87, .1);
    box-shadow: 0 0 25px 0 rgba(73, 80, 87, .1) */
}

.navbar-custom .topnav-menu > li {
  float: left;
}

.navbar-custom .topnav-menu .nav-link {
  padding: 0 15px;
  color: #797979;
  min-width: 32px;
  display: block;
  line-height: 50px;
  text-align: center;
  max-height: 50px;
  margin: 10px 0px;
}

.navbar-custom .dropdown.show .nav-link {
  background-color: rgba(255, 255, 255, 0.05);
}

.navbar-custom .topnav-menu .nav-link.user {
  background: #fff;
  border-radius: 15px;
}

.navbar-custom .topnav-menu .nav-link .badge {
  font-size: 85%;
  line-height: 0.9;
  padding: 0.35em 0.4em;
  border-radius: 0.3rem;
}

.navbar-custom .button-menu-mobile {
  border: none;
  color: #797979;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  width: 60px;
  background-color: transparent;
  font-size: 24px;
  cursor: pointer;
}

.navbar-custom .button-menu-mobile.disable-btn {
  display: none;
}

.noti-scroll {
  max-height: 230px;
}

.notification-list {
  /* margin-left: 0;  */
  margin: 0px 6px;
}

.notification-list .noti-title {
  background-color: #f3f3f3;
  padding: 15px 20px;
  border-radius: 0.25rem 0.25rem 0 0;
  margin-top: -8px;
}

.notification-list .noti-icon {
  font-size: 22px;
}

.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 12px;
}

.notification-list .notify-item {
  padding: 12px 20px;
}

.notification-list .notify-item.notify-all {
  background-color: #fdfdfd;
  margin-bottom: -7px;
}

.notification-list .notify-item .notify-icon {
  float: left;
  height: 36px;
  width: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  margin-top: 4px;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.notification-list .notify-item .notify-details {
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #575a65;
  font-weight: 600;
  text-align: left;
}

.notification-list .notify-item .notify-details b {
  font-weight: 500;
}

.notification-list .notify-item .notify-details small {
  display: block;
}

.notification-list .notify-item .notify-details span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.notification-list .notify-item .user-msg {
  margin-left: 45px;
  white-space: normal;
  line-height: 16px;
}

.notification-list .inbox-widget .inbox-item {
  padding: 12px 20px;
}

.notification-list .profile-dropdown .notify-item {
  padding: 7px 20px;
}

.profile-dropdown {
  width: 170px;
}

.profile-dropdown i {
  margin-right: 5px;
  font-size: 16px;
}

.nav-user {
  padding: 0 12px !important;
}

.nav-user img {
  height: 32px;
  width: 32px;
}

@media (min-width: 1025px) {
  .navbar-custom .button-menu-mobile {
    margin-left: 8px;
  }
}

.page-title-box {
  position: relative;
  padding: 0 30px;
  margin: 0 -30px 0 -30px;
}

.page-title-box .page-title {
  font-size: 20px;
  margin: 0;
  line-height: 50px !important;
  text-align: left;
}

.page-title-box .page-title-right {
  float: right;
  margin-top: 6px !important;
}

.page-title-box .breadcrumb {
  background-color: transparent;
  padding: 0.5rem 0 !important;
}

@media (max-width: 767.98px) {
  .page-title-box .page-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
  }

  .page-title-box .page-title-right {
    display: none;
  }
}

.footer {
  bottom: 0;
  padding: 21px 15px 20px;
  position: absolute;
  right: 0;
  color: #6c757d;
  left: 230px;
  background-color: #f3f3f3;
}

@media (max-width: 767.98px) {
  .footer {
    left: 0 !important;
    text-align: center;
  }
}

.activity-widget .activity-list {
  position: relative;
  border-left: 2px dashed #ccc;
  padding-left: 24px;
  padding-bottom: 20px;
}

.activity-widget .activity-list::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #188ae2;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .unsticky-layout .left-side-menu,
  .unsticky-layout .navbar-custom {
    position: absolute;
  }
}

.wrapper {
  padding: 130px 12px 0 12px;
}

#topnav {
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1001;
  -webkit-box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
  box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
  padding: 0 12px;
}

#topnav .arrow-down {
  display: inline-block;
}

#topnav .arrow-down:after {
  border-color: initial;
  border-style: solid;
  border-width: 0 0 1px 1px;
  content: "";
  height: 0.4em;
  display: inline-block;
  right: 5px;
  top: 50%;
  margin-left: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 0.4em;
}

#topnav .navbar-toggle {
  border: 0;
  position: relative;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 15px 20px 0 20px;
  padding-top: 13px;
  height: 44px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 5px;
  transition: -webkit-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 18px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#topnav .app-search .app-search-box input::-webkit-input-placeholder {
  color: #ccc;
}

#topnav .app-search .form-control {
  background-color: rgba(204, 204, 204, 0.09);
}

#topnav .app-search .btn {
  background-color: rgba(204, 204, 204, 0.09);
  color: #ccc;
}

#topnav .has-submenu.active > a {
  color: #188ae2;
}

#topnav .has-submenu.active .submenu li.active > a {
  color: #188ae2;
}

#topnav .topbar-menu {
  margin-top: 70px;
}

.navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-menu > li {
  float: left;
  position: relative;
}

.navigation-menu > li > a {
  display: block;
  color: #98a6ad;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 20px;
  padding: 20px 17px;
  position: relative;
}

.navigation-menu > li > a i {
  font-size: 16.2px;
  margin-right: 8px;
}

.navigation-menu > li > a:focus,
.navigation-menu > li > a:hover {
  background-color: transparent;
}

.navigation-menu > li span {
  display: block;
  padding: 8px 25px;
  clear: both;
  line-height: 1.42857143;
  white-space: nowrap;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  color: #797979;
}

@media (min-width: 992px) {
  body[data-layout="horizontal"].enlarged .logo span.logo-lg {
    display: block;
  }

  body[data-layout="horizontal"].enlarged .logo span.logo-sm {
    display: none;
  }

  .navigation-menu > li > a:active,
  .navigation-menu > li > a:focus,
  .navigation-menu > li > a:hover {
    color: #188ae2;
  }

  .navigation-menu > li:hover a {
    color: #188ae2;
  }

  .navigation-menu > li:first-of-type > a {
    padding-left: 0;
  }

  .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0;
  }

  .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
  }

  .navigation-menu > li > ul > li.has-submenu:active > a,
  .navigation-menu > li > ul > li.has-submenu:hover > a {
    color: #188ae2;
  }

  .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    min-width: 200px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 40px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 40px 0;
  }

  .navigation-menu > li .submenu li {
    position: relative;
  }

  .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }

  .navigation-menu > li .submenu li a {
    display: block;
    padding: 9px 25px;
    clear: both;
    white-space: nowrap;
    color: #98a6ad;
    font-size: 14.5px;
  }

  .navigation-menu > li .submenu li a:hover {
    color: #188ae2;
  }

  .navigation-menu > li .submenu li.has-submenu > a .arrow-down:after {
    right: 20px !important;
    -webkit-transform: rotate(-135deg) translateY(-50%) !important;
    transform: rotate(-135deg) translateY(-50%) !important;
    position: absolute;
  }

  .navigation-menu > li .submenu li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px;
  }

  .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto;
  }

  .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top;
  }

  .navbar-toggle {
    display: none !important;
  }

  #navigation {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }

  .navigation-menu
    > li.has-submenu:hover
    > .submenu
    > li.has-submenu:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .navigation-menu > li.has-submenu.last-elements > .submenu:before {
    right: 11px;
    left: auto;
  }
}

@media (max-width: 991px) {
  .wrapper {
    padding-top: 70px;
  }

  #topnav .navigation-menu {
    float: none;
    max-height: 400px;
    text-align: left;
  }

  #topnav .navigation-menu > li {
    display: block;
    float: none;
  }

  #topnav .navigation-menu > li > a {
    color: #98a6ad;
    padding: 10px 15px;
  }

  #topnav .navigation-menu > li > a i {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    vertical-align: inherit;
  }

  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }

  #topnav .navigation-menu > li .submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    margin: 0;
  }

  #topnav .navigation-menu > li .submenu li a {
    display: block;
    position: relative;
    padding: 7px 20px;
    color: #98a6ad;
  }

  #topnav .navigation-menu > li .submenu li a:hover {
    color: #188ae2;
  }

  #topnav .navigation-menu > li .submenu.open {
    display: block;
  }

  #topnav .navigation-menu > li .submenu .submenu {
    display: none;
    list-style: none;
  }

  #topnav .navigation-menu > li .submenu .submenu.open {
    display: block;
  }

  #topnav .navigation-menu > li .submenu.megamenu > li > ul {
    list-style: none;
    padding-left: 0;
  }

  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #188ae2;
  }

  #topnav .has-submenu.active a {
    color: #188ae2;
  }

  #topnav .has-submenu.active .submenu li.active > a {
    color: #188ae2;
  }

  #topnav .arrow-down:after {
    right: 15px;
    position: absolute;
  }

  #topnav .navbar-header {
    float: left;
  }

  #navigation {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    -webkit-box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
    box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
    background-color: #fff;
  }

  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (max-height: 375px) {
  .navigation-menu {
    max-height: 240px !important;
  }
}

@media (max-width: 575.98px) {
  body[data-layout="horizontal"] .logo-box {
    margin-right: 0;
  }

  .navbar-custom .topnav-menu .nav-link {
    padding: 7px 10px;
  }
}

.width-xs {
  min-width: 80px;
}

.width-sm {
  min-width: 95px;
}

.width-md {
  min-width: 110px;
}

.width-lg {
  min-width: 140px;
}

.width-xl {
  min-width: 160px;
}

.avatar-xs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-sm {
  height: 2.25rem;
  width: 2.25rem;
}

.avatar-md {
  height: 3.5rem;
  width: 3.5rem;
}

.avatar-lg {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-xl {
  height: 6rem;
  width: 6rem;
}

.avatar-xxl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.avatar-group {
  padding-left: 12px;
}

.avatar-group .avatar-group-item {
  margin: 0 0 10px -12px;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 50%;
}

.avatar-sm-box {
  height: 32px;
  width: 32px;
  color: #fff;
  display: block;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}

.checkbox label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: 400;
}

.checkbox label::before {
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #dee2e6;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -18px;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: 0 !important;
  top: 2px;
}

.checkbox label::after {
  color: #495057;
  display: inline-block;
  font-size: 11px;
  height: 18px;
  left: 0;
  margin-left: -18px;
  padding-left: 3px;
  padding-top: 2px;
  position: absolute;
  top: 0;
  width: 18px;
}

.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: 0 !important;
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline-offset: -2px;
  outline: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 7px;
  display: table;
  width: 4px;
  height: 8px;
  border: 2px solid #6c757d;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #f9f9f9;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox.checkbox-single input {
  height: 18px;
  width: 18px;
  position: absolute;
}

.checkbox.checkbox-single label {
  height: 18px;
  width: 18px;
}

.checkbox.checkbox-single label:before {
  margin-left: 0;
}

.checkbox.checkbox-single label:after {
  margin-left: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #188ae2;
  border-color: #188ae2;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-secondary input[type="checkbox"]:checked + label::before {
  background-color: #6c757d;
  border-color: #6c757d;
}

.checkbox-secondary input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #4bd396;
  border-color: #4bd396;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #3db9dc;
  border-color: #3db9dc;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f9c851;
  border-color: #f9c851;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #f5707a;
  border-color: #f5707a;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-teal input[type="checkbox"]:checked + label::before {
  background-color: #26a69a;
  border-color: #26a69a;
}

.checkbox-teal input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-light input[type="checkbox"]:checked + label::before {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.checkbox-light input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-dark input[type="checkbox"]:checked + label::before {
  background-color: #575a65;
  border-color: #575a65;
}

.checkbox-dark input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
  background-color: #6b5fb5;
  border-color: #6b5fb5;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
  background-color: #f06292;
  border-color: #f06292;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-orange input[type="checkbox"]:checked + label::before {
  background-color: #ff9800;
  border-color: #ff9800;
}

.checkbox-orange input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.checkbox-brown input[type="checkbox"]:checked + label::before {
  background-color: #8d6e63;
  border-color: #8d6e63;
}

.checkbox-brown input[type="checkbox"]:checked + label::after {
  border-color: #fff;
}

.radio label {
  display: inline-block;
  padding-left: 8px;
  position: relative;
  font-weight: 400;
}

.radio label::before {
  -o-transition: border 0.5s ease-in-out;
  -webkit-transition: border 0.5s ease-in-out;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #dee2e6;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  margin-left: -18px;
  position: absolute;
  transition: border 0.5s ease-in-out;
  width: 18px;
  outline: 0 !important;
}

.radio label::after {
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -webkit-transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  background-color: #6c757d;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 10px;
  left: 6px;
  margin-left: -20px;
  position: absolute;
  top: 4px;
  transform: scale(0, 0);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33),
    -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  width: 10px;
}

.radio input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: 0 !important;
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:focus + label::before {
  outline-offset: -2px;
  outline: 5px auto -webkit-focus-ring-color;
  outline: thin dotted;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio.radio-single label {
  height: 18px;
  width: 18px;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #188ae2;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #188ae2;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #188ae2;
}

.radio-secondary input[type="radio"] + label::after {
  background-color: #6c757d;
}

.radio-secondary input[type="radio"]:checked + label::before {
  border-color: #6c757d;
}

.radio-secondary input[type="radio"]:checked + label::after {
  background-color: #6c757d;
}

.radio-success input[type="radio"] + label::after {
  background-color: #4bd396;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #4bd396;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #4bd396;
}

.radio-info input[type="radio"] + label::after {
  background-color: #3db9dc;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #3db9dc;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #3db9dc;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f9c851;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f9c851;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f9c851;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #f5707a;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #f5707a;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #f5707a;
}

.radio-teal input[type="radio"] + label::after {
  background-color: #26a69a;
}

.radio-teal input[type="radio"]:checked + label::before {
  border-color: #26a69a;
}

.radio-teal input[type="radio"]:checked + label::after {
  background-color: #26a69a;
}

.radio-light input[type="radio"] + label::after {
  background-color: #f9f9f9;
}

.radio-light input[type="radio"]:checked + label::before {
  border-color: #f9f9f9;
}

.radio-light input[type="radio"]:checked + label::after {
  background-color: #f9f9f9;
}

.radio-dark input[type="radio"] + label::after {
  background-color: #575a65;
}

.radio-dark input[type="radio"]:checked + label::before {
  border-color: #575a65;
}

.radio-dark input[type="radio"]:checked + label::after {
  background-color: #575a65;
}

.radio-purple input[type="radio"] + label::after {
  background-color: #6b5fb5;
}

.radio-purple input[type="radio"]:checked + label::before {
  border-color: #6b5fb5;
}

.radio-purple input[type="radio"]:checked + label::after {
  background-color: #6b5fb5;
}

.radio-pink input[type="radio"] + label::after {
  background-color: #f06292;
}

.radio-pink input[type="radio"]:checked + label::before {
  border-color: #f06292;
}

.radio-pink input[type="radio"]:checked + label::after {
  background-color: #f06292;
}

.radio-orange input[type="radio"] + label::after {
  background-color: #ff9800;
}

.radio-orange input[type="radio"]:checked + label::before {
  border-color: #ff9800;
}

.radio-orange input[type="radio"]:checked + label::after {
  background-color: #ff9800;
}

.radio-brown input[type="radio"] + label::after {
  background-color: #8d6e63;
}

.radio-brown input[type="radio"]:checked + label::before {
  border-color: #8d6e63;
}

.radio-brown input[type="radio"]:checked + label::after {
  background-color: #8d6e63;
}

@media print {
  .footer,
  .left-side-menu,
  .navbar-custom,
  .page-title-box,
  .right-bar {
    display: none;
  }

  .card-body,
  .content,
  .content-page,
  .right-bar,
  body {
    padding: 0;
    margin: 0;
  }

  .card {
    border: none;
  }
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves 
 * 
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors 
 * Released under the MIT license 
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: radial-gradient(
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: radial-gradient(
    rgba(255, 255, 255, 0.2) 0,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 70%
  );
}

.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

.waves-button {
  padding: 0.85em 1.1em;
  border-radius: 0.2em;
}

.waves-button-input {
  margin: 0;
  padding: 0.85em 1.1em;
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
  padding: 0;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
  display: block;
}

.slimScrollDiv {
  height: auto !important;
}

.card-drop:after {
  display: none;
}

.member-card .member-thumb {
  position: relative;
}

.member-card .member-star {
  position: absolute;
  bottom: 5px;
  left: 29px;
  font-size: 7px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
}

.social-links li a {
  border-radius: 50%;
  color: rgba(121, 121, 121, 0.5);
  display: inline-block;
  height: 30px;
  line-height: 26px;
  border: 2px solid rgba(121, 121, 121, 0.5);
  text-align: center;
  width: 30px;
  font-size: 12px;
}

.social-links li a:hover {
  color: #797979;
  border: 2px solid #797979;
}

.search-result-box .tab-content {
  padding: 30px 30px 10px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}

.search-result-box .search-item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(121, 121, 121, 0.2);
  margin-bottom: 20px;
}

.card-pricing {
  -webkit-box-shadow: 0 0.75rem 6rem rgba(73, 80, 87, 0.03);
  box-shadow: 0 0.75rem 6rem rgba(73, 80, 87, 0.03);
}

.card-pricing .card-pricing-features li {
  padding: 12px;
}

.card-pricing .card-price {
  font-size: 48px;
  font-weight: 300;
}

.card-pricing.active {
  margin: 0 -24px;
  -webkit-box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
  box-shadow: 0 0 25px 0 rgba(73, 80, 87, 0.1);
}

/* ******** MINE **** */

.new-chat img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.sec-wrapper {
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  width: auto;
  z-index: 1000;
}

.tablerounededCorner {
  border: 1px solid #eaeaea;
  background-color: #fff;
  border-radius: 1.2em;
}

.roundedTable {
  border-collapse: collapse;
  border-radius: 1.2em;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.roundedTable th:last-child,
.roundedTable td:last-child {
  width: 80px;
}

.roundedTable th,
.roundedTable td {
  border-bottom: 1px solid #eaeaea;
  color: #000;
  vertical-align: middle;
  font-weight: 500;
}

.roundedTable th {
  text-align: left;
  background: #f6f9fc;
}

.roundedTable tr:last-child td {
  border-bottom: none;
}

.roundedTable th a,
.roundedTable td a {
  color: #000;
  text-decoration: underline;
}

.roundedTable th .text-primary,
.roundedTable td .text-primary {
  color: #005081;
}

.roundedTable th .dropdown a,
.roundedTable td .dropdown a {
  text-decoration: none;
}

.roundedTable th .dropdown .dropdown-item,
.roundedTable td .dropdown .dropdown-item {
  padding: 0.35rem;
}

.roundedTable th .dropdown .dropdown-menu,
.roundedTable td .dropdown .dropdown-menu {
  min-width: 8rem;
}

.roundedTable a.btn-action {
  background-color: #e9e9e9;
  border: none;
  color: #848484;
  padding: 6px 9px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
}

.roundedTable a.btn-action:hover {
  background-color: #d1d1d1;
  color: #000;
}

.model-popup {
  background-color: #fff;
  border: 1px solid #67b3e2;
  text-align: center;
  border-radius: 50%;
  font-size: 7px;
  color: #67b3e2 !important;
  width: 15px;
  height: 15px;
  line-height: 15px;
}

.switch .custom-control-label {
  font-size: 12px;
  font-weight: normal;
  padding-top: 3px;
}

.switch.custom-control {
  min-height: 1rem;
}

.switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #31ce5a;
  background-color: #31ce5a;
}

.switch.custom-switch
  .custom-control-input:checked
  ~ .custom-control-label::after {
  border: 3px solid #fff;
  background-color: #31ce5a;
}

.switch .custom-control-label::before {
  background-color: #797979;
  border: #797979 solid 1px;
}

.switch.custom-switch .custom-control-label::after {
  background-color: #797979;
  border: 3px solid #fff;
}

.title {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.btn-primary {
  background: #4aa5dc;
  border: #4aa5dc;
}

.btn-primary,
.btn-secondary,
.btn {
  /* border-radius: 30px; */
  font-size: 12px;
  letter-spacing: 0.5px;
}

.modal-header .modal-title {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.form-group label,
input.form-control,
.form-control {
  font-size: 13px;
  color: #000;
}

input.form-control,
.form-control {
  border-radius: 0.8rem;
}

.modal-content {
  border-radius: 30px;
}

.modal-footer {
  border-top: none;
}

.modal-header,
.modal-body {
  padding: 1rem 2rem;
}

/* ****** LOGIN ***** */

.account-pages .card {
  border-radius: 30px;
  border: none;

  -webkit-box-shadow: 0px 10px 16px -3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 16px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 16px -3px rgba(0, 0, 0, 0.12);
}

.account-pages .card-body {
  padding: 1.5rem;
}

.account-pages label {
  color: #a4a4a4 !important;
  font-weight: 500;
}

.account-pages input.form-control {
  border-radius: 25px;
  border: 1px solid #fff;

  -webkit-box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.12);
}

.account-pages .form-control:focus {
  box-shadow: 0px 5px 16px -3px rgba(0, 0, 0, 0.12) !important;
}

.account-pages .form-control {
  padding: 1.45rem 0.9rem;
}

.account-pages .form-group label,
.account-pages input.form-control,
.account-pages .form-control {
  font-size: 13px;
  color: #233b58;
  font-weight: 500;
}

.eye {
  position: relative;
}

.account-pages .field-icon {
  position: absolute;
  top: 68%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.account-pages .btn {
  padding: 0.9rem 0.9rem;
  font-size: 0.85rem;
}

.account-pages input.form-control.pwd,
.account-pages .form-control.pwd {
  background: #e1e4ed;
  border: 1px solid #e1e4ed;
}

.account-pages input.form-control.pwd::placeholder,
.account-pages .form-control.pwd::placeholder {
  color: #969696 !important;
  opacity: 1;
  /* Firefox */
}

.account-pages .fb-title .card-title {
  font-size: 1.5rem;
}

.account-pages .card a.facebook {
  background: #1877f2;
  color: #fff;
}

.account-pages .card .fb-rounded-circle {
  background: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
}

.account-pages .card .fb-rounded-circle span {
  color: #1877f2;
}

.account-pages .card-title {
  padding-top: 0.5em;
  color: #000;
  font-weight: 600;
}

.account-pages .cau-color {
  color: #4aa5dc;
}

.account-pages .wrong-title {
  border-top: 1px solid #fdf2ee;
  border-bottom: 1px solid #fdf2ee;
  padding: 1rem 0;
  margin: 1rem 0;
  color: #eb7443;
  font-size: 1rem;
}

.account-pages .cau-title .card-title {
  font-size: 1.1rem;
}

.manage .main-title {
  color: #000;
  font-size: 1rem;
  padding: 1rem 0;
}

.manage .card {
  border-radius: 30px;
  border: none;

  -webkit-box-shadow: 0px 10px 16px -3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 16px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 16px -3px rgba(0, 0, 0, 0.12);
}

.manage .card-body {
  padding: 1rem;
}

.account-pages .manage .btn {
  padding: 0.5rem 0.9rem;
  font-size: 0.7rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d7d7 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d7d7d7 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d7d7d7 !important;
}

.widgets_div .icon_div {
  display: inline-block;
  vertical-align: middle;
}

.widgets_div .av-div {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.user-shadow {
  box-shadow: 1px -2px 12px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px -2px 12px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px -2px 12px 0px rgba(0, 0, 0, 0.35);
}

/* **** FOOTER ARROW */
.fab-click,
.fab-1-click {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #dadada;

  font-size: 22px;
  line-height: 40px;
  color: #6f6f6f;
  text-align: center;

  position: fixed;
}

.fab-click:hover,
.fab-1-click:hover {
  box-shadow: 0 6px 14px 0 rgb(102 102 102 / 21%);
  background-color: #fff;
}

.fab-click {
  right: 30px;
  bottom: 130px;
}

.fab-1-click {
  right: 30px;
  bottom: 70px;
}

/* ****** MASTER CARD ***** */
.master-card {
  position: relative;
}

.master-card .card.ms-bg {
  background: #d8e7f1;
}

.master-card .card {
  border: none;
  border-radius: 1rem;
}

.master-card .card .card-body {
  padding: 0.6rem 0.8rem;
}

.master-card .card .card-body .wrp {
  padding: 0.3rem 0.6rem 0.6rem 0.6rem;
}

.master-card .card .card-body .wrp-child {
  padding: 0.6rem 0;
}

.master-card .main-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.master-card .main-title .icon {
  height: auto;
  width: auto;
}

.master-card .main-title .text {
  margin-left: 10px;
  font-weight: 700;
  color: #000;
  font-size: 13px;
}

.master-card .card-text,
.master-card p {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-bottom: 1rem;
}

.master-card p:last-of-type {
  margin-bottom: 0.5rem !important;
}

.master-card .card-link-next,
.master-card .card-link-add {
  color: #4aa5dc;
}

.master-card .card-link-next:hover,
.master-card .card-link-add:hover {
  color: #3087bd;
}

.master-card .card-link-next::after {
  display: inline-block;
  content: "";
  border-radius: 50%;
  margin-left: 3px;
  border: 3px solid #4aa5dc;
  padding: 2px;
  background-clip: content-box;
  width: 5px;
  height: 5px;
}

.master-card .card-link-add::before {
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;

  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f055";
}

.master-card .card-link-refresh::before {
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;

  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f01e";
}

.master-card .link-block {
  display: block;
  margin: 5px 5px;
}

.master-card .btn-info {
  background-color: #fff;
  border-color: #3db9dc;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.master-card .btn-info:hover {
  color: #fff;
  background-color: #25a9ce;
  border-color: #23a0c3;
}

.master-card ul.add {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.master-card ul.add li {
  text-align: right;
  padding: 6px 2px;
}

.master-card ul.add li a {
  text-decoration: none;
}

.master-card .color-default {
  color: #4aa5dc;
}

.master-card .btn-g {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 8px;
}

.master-card .reply-area {
  width: 75%;
}

.master-card .reply-area textarea {
  border: 1px solid #3db9dc;
  height: 42px;
  border-radius: 25px;
  resize: none;
}

/* ***** RADIO BUTTON **** */

.wrapper-radio .option {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 3px;
  border-radius: 0.8rem;
  cursor: pointer;
  padding: 10px 10px;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #d9d9d9;
  margin: 8px 0;
}

.wrapper-radio .option .dot {
  height: 11px;
  width: 11px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  border: 1px solid #fff;
  outline: #959595 solid 3px;
}

.wrapper-radio .option .dot::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  width: 12px;
  height: 12px;
  background: #ffc107;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease-in-out;
  border: 3px solid #fff;
  /* outline: #15C39A solid 1px; */
}

.wrapper-radio .option span {
  font-size: 12px;
  padding-left: 6px;
  color: #808080;
  text-transform: uppercase;
}

.wrapper-radio input[type="radio"] {
  display: none;
}

#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
  background: #fff;
}

#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
  opacity: 1;
  border: 3px solid #fff;
  outline: #ffc107 solid 3px;
  transform: scale(1);
}

#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
  color: #0c0b0b;
  padding-left: 6px;
}

/* *** NEW CHAT **** */
.start-chat {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.start-chat a.learmore {
  color: #000;
  text-decoration: underline;
}
