/*@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");*/
@font-face {
  font-family: "Avenir Next Regular";
  src: url("../fonts/avenirnextltpro-regular-webfont.woff2") format("woff2"), url("../fonts/avenirnextltpro-regular-webfont.woff2") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

input[type=text], textarea {
  font-family: "Avenir Next Regular", sans-serif;
}

:root {
  --plyr-color-main: #4792CE;
}

html {
  height: 100%;
}

body {
  font-family: "Avenir Next Regular", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  overflow-x: hidden;
  height: calc(100% - 60px);
  background: #faf9f9;
}
body img {
  max-width: 100%;
  height: auto;
}
body p {
  margin-bottom: 10px;
}
body a {
  outline: none;
}
body a:hover {
  text-decoration: none;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  font-weight: 400;
}
body h2 {
  font-size: 21px;
}
body h3 {
  font-size: 21px;
  margin-bottom: 20px;
}
body .input-group-append {
  margin-left: -2px;
}
body .input-group-text {
  line-height: 0.5;
  background: #ffffff;
  font-size: 20px;
}
body .overflow-hidden {
  overflow: hidden;
}
body .blue-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddf0ff), to(rgba(233, 233, 233, 0)));
  background: linear-gradient(180deg, #ddf0ff 0%, rgba(233, 233, 233, 0) 100%);
}
body .yellow-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#fef0c8), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #fef0c8 0%, rgba(255, 255, 255, 0) 100%);
}
body .btn-reset {
  padding-left: 0;
  padding-right: 0;
  color: #555555;
  min-width: 70px !important;
}
body .btn {
  border-radius: 5px;
  font-size: 16px;
  padding-top: 0.25em;
}
body .btn.small {
  height: 30px;
  line-height: 10px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 85px;
  font-size: 14px;
}
body .btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body .btn-sm {
  min-width: 85px !important;
  font-size: 14px;
}
body .btn-sm i {
  font-size: 14px;
}
body .btn-sm span {
  display: none;
}
body .btn-outline-primary {
  border: #4A4B4A solid 1px;
  color: #1f2235;
  min-width: 120px;
}
body .btn-outline-primary:hover {
  background: #4A4B4A;
  border: #5F5E5F solid 1px;
  color: #1f2235;
}
body .btn-outline-primary:focus {
  background: #4A4B4A !important;
  border: #5F5E5F solid 1px !important;
  color: #1f2235 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body .btn-outline-primary a,
body .btn-outline-primary button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .btn-outline-primary a:hover {
  text-decoration: none !important;
}
body .btn-primary {
  min-width: 120px;
  background: #4792CE;
  border: #4792CE solid 1px;
}
body .btn-primary:hover {
  background: #76D6FF;
  border: #76D6FF solid 1px;
}
body .btn-primary:focus {
  background: #4ed5ce !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: #4ed5ce solid 1px !important;
}
body .btn-secondary {
  min-width: 120px;
  background: #4A4B4A !important;
  border: #4A4B4A solid 1px !important;
}
body .btn-secondary:hover {
  background: #5F5E5F !important;
  border: #5F5E5F solid 1px !important;
}
body .btn-secondary:focus {
  background: #4A4B4A !important;
  box-shadow: none !important;
  border: #4A4B4A solid 1px !important;
}
body .btn-complimentary {
  min-width: 120px;
  background: #004F66;
  border: #004F66 solid 1px;
  color: #ffffff !important;
}
body .btn-complimentary:hover {
  background: #048fb8;
  border: #048fb8 solid 1px;
  color: #ffffff;
}
body .btn-complimentary:focus {
  background: #048fb8 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: #048fb8 solid 1px !important;
  color: #ffffff;
}
body .btn-complimentary span {
  color: #ffffff;
}
body .btn-success {
  background: #3a9b70;
  border: #3a9b70 solid 1px;
}
body .btn-success:hover {
  background: #3a9b70;
  border: #3a9b70 solid 1px;
}
body .rounded {
  border-radius: 5px !important;
}
body .shadow {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
body .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #20B2AA;
  background-color: #20B2AA;
}

header.main-header {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  height: 70px;
}
header.main-header .main-header-right {
  text-align: right;
}
header.main-header .main-header-right a {
  margin-left: 5px;
}
header .logo1 {
  margin: auto 0;
}
header .logo1 .left-menu {
  color: #ffffff;
  font-size: 31px;
  top: 8px;
  position: relative;
}
header .logo1 .left-menu i.mdi-chevron-left {
  font-size: 32px;
}
header .logo1 img {
  height: 40px;
}

/* ------------------------Register, Login, Welcome---------------- */
.content-area {
  background: #4792CE url(../images/background1.png) center top no-repeat;
  background-size: cover;
  min-height: 100%;
  padding: 75px 0;
}
.content-area .create-account-container {
  background: #ffffff;
  padding: 25px;
  padding-bottom: 65px;
  min-height: 655px;
}
.content-area .welcome-img img {
  width: 470px;
}
.content-area .welcome-txt {
  margin: 30px 0 0 0;
  padding: 0 130px;
}
.content-area .login-container {
  padding-bottom: 25px !important;
  min-height: 100px;
}
.content-area .login-container .form-login {
  margin-top: 25px;
}
.content-area .login-container .form-login .btn {
  height: 50px;
  font-weight: 500;
  line-height: 42px;
}
.content-area .login-container .form-login a {
  color: #4792CE;
}
.content-area .form-group a {
  color: #4792CE;
}
.content-area .form-heading1 h1 {
  font-size: 24px;
  color: #1f2235;
}
.content-area .form-heading1 h1 img {
  width: 30px;
}
.content-area .form-heading1 h3 {
  font-size: 19px;
  color: #1f2235;
  font-weight: 400;
  margin-bottom: 25px;
}
.content-area .form-heading1 small {
  font-size: 13px;
  color: #777777;
  font-weight: 400;
}
.content-area .form-control,
.content-area .custom-select {
  height: 50px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: none;
  color: #1f2235;
  font-weight: 400;
  font-size: 14px;
}
.content-area .custom-select {
  color: #777777;
  background: url(../images/expand_more_24px.png) right no-repeat;
}
.content-area .login-link {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
}
.content-area .login-link a {
  color: #4792CE;
}

.form-register .steps {
  margin-bottom: 20px;
  margin-top: 25px;
}

.form-register .steps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  list-style: none;
  padding-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
}

.form-register .steps li,
.form-register .steps li.current {
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}

.form-register .steps li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ccc;
  margin-right: 80px;
  position: relative;
  outline: none;
}

.form-register .steps li a::before {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 80px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 100%;
}

.form-register .steps li.last a {
  margin-right: 0;
}

.form-register .steps li.last a::before {
  content: none;
}

.form-register .steps li.current a,
.form-register .steps li.current a:active,
.form-register .steps li.done a::before,
.form-register .steps li.done a,
.form-register .steps li.done a:active {
  background: #4792CE;
}

.form-register .steps li .current-info {
  display: none;
}

.form-register .steps li .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.form-register .content {
  padding: 0 0;
}

.form-register .content h2 {
  display: none;
}

.inner .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.inner .form-row .form-holder {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}

.inner .form-row .form-holder.form-holder-2 {
  width: 53.6%;
  position: relative;
}

.inner .form-row .form-holder label {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}

.inner .form-row .form-holder input,
.inner .form-row .form-holder select {
  width: 100%;
  padding: 14.5px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  appearance: unset;
  -moz-appearance: unset;
  -webkit-appearance: unset;
  -o-appearance: unset;
  -ms-appearance: unset;
  outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  -o-outline: none;
  -ms-outline: none;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.inner .form-row .form-holder select {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  background: 0 0;
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.inner .form-row .form-holder .select-btn {
  z-index: 0;
  position: absolute;
  top: 55%;
  right: 8%;
  font-size: 18px;
  cursor: pointer;
  color: #666;
}

.actions ul {
  list-style: none;
  padding-left: 0;
}

.actions ul li.disabled,
.actions ul li:first-child {
  display: none;
}

.actions ul li {
  padding: 0;
  border: none;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  background: #4A4B4A !important;
  display: block;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  line-height: 50px;
}

.actions ul li:hover {
  background: #5F5E5F;
}

.actions ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
}

.form-signin {
  width: 100%;
}

/*
.form-signin .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
} */
.form-label-group {
  position: relative;
  margin-bottom: 20px;
}

.form-label-group > input,
.form-label-group > textarea,
.form-label-group > label {
  padding: 0.75rem 1rem;
}

.form-label-group > input {
  padding-top: 20px !important;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  opacity: 0;
}

.form-label-group input:-ms-input-placeholder {
  opacity: 0;
}

.form-label-group input::-ms-input-placeholder {
  opacity: 0;
}

.form-label-group input::-moz-placeholder {
  opacity: 0;
}

.form-label-group input::placeholder {
  opacity: 0;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.245rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:focus ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group textarea::-webkit-input-placeholder {
  opacity: 0;
}

.form-label-group textarea:-ms-input-placeholder {
  opacity: 0;
}

.form-label-group textarea::-ms-input-placeholder {
  opacity: 0;
}

.form-label-group textarea::-moz-placeholder {
  opacity: 0;
}

.form-label-group textarea::placeholder {
  opacity: 0;
}

.form-label-group textarea:not(:placeholder-shown) {
  padding-top: 1.245rem;
  padding-bottom: 0.25rem;
}

.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}

.field-icon {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: 15px;
  font-size: 19px;
  color: #aaaaaa;
}

/* ------------------------Dashboard---------------- */
.user-thumb {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.user-thumb img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.user-thumb.small {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.user-thumb.small img {
  width: 30px;
  height: 30px;
}
.user-thumb.mid {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.user-thumb.mid img {
  width: 40px;
  height: 40px;
}
.user-thumb.big {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.user-thumb.big img {
  width: 85px;
  height: 85px;
}
.user-thumb .user-badge {
  position: absolute;
  right: -8px;
  font-size: 20px;
  top: -4px;
}
.user-thumb .user-badge.gold {
  color: #ffe565;
}
.user-thumb .user-badge.silver {
  color: #dddddd;
}
.user-thumb .user-badge.bronze {
  color: #c77f48;
}
.user-thumb .user-badge.platinum {
  color: #ffffff;
}

.second-header {
  background: #4792CE;
  height: 60px;
  padding: 10px 0;
  position: fixed !important;
  width: 100% !important;
  top: 0;
  left: 0;
  z-index: 997;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.second-header .second-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.second-header .second-header-right .action {
  margin: 0 15px;
  position: relative;
}
.second-header .second-header-right .action .notification-count {
  width: 25px;
  height: 25px;
  background: #004F66;
  font-size: 13px;
  color: #ffffff;
  border-radius: 50px;
  position: absolute;
  line-height: 22px;
  right: 0;
  top: 0;
  text-align: center;
}
.second-header .second-header-right .dropdown-menu {
  margin-top: 10px;
  font-size: 14px;
  padding-top: 0;
}
.second-header .second-header-right .dropdown-menu .dropdown-item:active {
  background: #eeeeee !important;
  color: #222222;
}
.second-header .second-header-right .dropdown-menu.dropdown-menu2 {
  width: 220px;
}
.second-header .second-header-right .dropdown-menu.dropdown-menu2 img {
  float: right;
  margin: 0;
  opacity: 0.8 !important;
}
.second-header .second-header-right .dropdown-menu.dropdown-menu2 span {
  float: right;
  font-size: 12px;
  color: #777777;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown {
  width: 380px;
  padding: 0;
  position: relative;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 12px;
  border: 10px solid #ffffff;
  border-color: transparent transparent #ffffff transparent;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-head {
  font-size: 16px;
  color: #222222;
  padding: 10px;
  border-bottom: #e5e5e5 solid 1px;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-head a {
  color: #222222;
  font-size: 12px;
  float: right;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-footer {
  font-size: 16px;
  background: #4A4B4A;
  color: #ffffff;
  text-align: center;
  border-radius: 0 0 5px 5px;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-footer a {
  color: #ffffff;
  display: block;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-footer a:hover {
  text-decoration: none;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-content {
  height: 215px;
  overflow-x: scroll;
  overflow-x: hidden;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px;
  border-bottom: #dddddd solid 1px;
  color: #222222;
  background: #e6fffe;
  position: relative;
  padding-right: 25px;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-content ul li.read-message {
  background: #ffffff;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-content ul li:hover .mark-read {
  display: block;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-content ul li .mark-read {
  font-size: 8px;
  position: absolute;
  right: 15px;
  display: none;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-content ul li img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 50%;
}
.second-header .second-header-right .dropdown-menu.notification-dropdown .notification-content ul li span {
  font-size: 12px;
  color: #555555;
}
.second-header .second-header-right .dropdown-menu .dropdown-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.second-header .second-header-right .dropdown-menu .dropdown-item img {
  width: 24px;
  opacity: 0.5;
  margin-right: 10px;
}
.second-header .second-header-right .dropdown-toggle::after {
  display: none;
}
.second-header .second-header-right .action-btn {
  border-radius: 7px;
  color: #222222;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  border: none;
  outline: none;
  display: block;
  background: #ffffff;
  line-height: 34px;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 5px;
}
.second-header .second-header-right .action-btn span {
  font-weight: 400;
  font-size: 16px;
}
.second-header .second-header-right .action-btn::after {
  display: none;
}
.second-header .second-header-right .main-filter {
  background: transparent;
  font-size: 34px;
  color: #ffffff;
}
.second-header .second-header-right .user-links .user-dropdown {
  cursor: pointer;
}
.second-header .second-header-right .user-links .user-dropdown i {
  color: #ffffff;
  font-size: 28px;
  position: absolute;
  top: 10px;
}
.second-header .second-header-right .user-links .user-menu {
  left: 30px !important;
}
.second-header .second-header-right .user-links .user-menu i {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  top: 5px;
}

.main-content-area {
  padding: 50px 0;
  margin-top: 60px;
}

.main-menu-left-container .main-menu-left {
  background: #ffffff;
}
.main-menu-left-container .main-menu-left ul li {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 23px;
}
.main-menu-left-container .main-menu-left ul li .pined {
  display: block;
}
.main-menu-left-container .main-menu-left ul li:hover span {
  float: right;
  display: block;
}
.main-menu-left-container .main-menu-left ul li span {
  float: right;
  display: none;
}
.main-menu-left-container .main-menu-left ul li:hover {
  background: #eeeeee;
}
.main-menu-left-container .main-menu-left ul li.active {
  background: #eeeeee;
}
.main-menu-left-container .main-menu-left ul li a {
  color: #222222;
  padding: 5px 0;
  display: inline-block;
}
.main-menu-left-container .main-menu-left ul li a img {
  width: 20px;
  margin-right: 3px;
  opacity: 0.5;
  position: relative;
  top: -2px;
}

.statistics-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.statistics-container .statistic-indu {
  padding: 10px 15px 15px 15px;
  width: 175px;
  background: #ffffff;
}
.statistics-container .statistic-indu strong {
  font-weight: 500;
}
.statistics-container .statistic-indu .statistic-text-container {
  margin-top: 10px;
}
.statistics-container .statistic-indu .statistic-text-container .statistic-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.statistics-container .statistic-indu .statistic-text-container .statistic-icon {
  width: 42px;
  height: 42px;
  padding: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.statistics-container .statistic-indu .statistic-text-container .statistic-icon.purple {
  background: #9243b7;
}
.statistics-container .statistic-indu .statistic-text-container .statistic-icon.blue {
  background: #3540a5;
}
.statistics-container .statistic-indu .statistic-text-container .statistic-icon.orange {
  background: #e78b4f;
}
.statistics-container .statistic-indu .statistic-text-container .statistic-icon.dark-orange {
  background: #dc3545;
}
.statistics-container .statistic-indu .statistic-text-container .statistic-icon.light-red {
  background: #e85c62;
}
.statistics-container .statistic-indu .statistic-text-container .statistic-icon.green {
  background: #3a9b70;
}
.statistics-container .statistic-indu .statistic-text-container .statistic-icon.light-purple {
  background: #c34d8a;
}

.up-coming-container {
  background: #fcf2d2;
  padding: 10px 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.up-coming-container .next-icon {
  margin-right: 10px;
}
.up-coming-container .next-icon img {
  height: 35px;
}
.up-coming-container .next-task-text p {
  margin-bottom: 5px;
}

.feed-card {
  margin-bottom: 30px;
  background: #ffffff;
}
.feed-card .feed-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 25px;
}
.feed-card .feed-card-header .validate-btn {
  font-size: 16px;
  color: #222222;
  background: #ffbf00;
}
.feed-card .feed-card-header .validate-btn.validated {
  background: #20b2aa;
  color: #ffffff;
}
.feed-card .feed-card-header .validate-btn i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.feed-card .feed-head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feed-card .feed-head .user-thumb {
  margin-right: 15px;
}
.feed-card .feed-user-name {
  font-size: 15px;
}
.feed-card .feed-user-name .feed-date {
  color: #777777;
  font-size: 13px;
}
.feed-card .feed-content .feed-top-text {
  padding: 15px 25px;
  padding-top: 5px;
}
.feed-card .feed-content .feed-top-text a {
  color: #222222;
  font-weight: 600;
}
.feed-card .feed-content .feed-top-text strong {
  font-weight: 600;
}
.feed-card .feed-content .feed-top-text table {
  width: 100% !important;
}
.feed-card .feed-content .feed-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feed-card .feed-content .feed-badge {
  background: url(../images/decor4.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 500;
}
.feed-card .feed-content .feed-badge img {
  width: 150px;
}
.feed-card .feed-content .feed-text {
  padding: 15px 25px;
  font-weight: 300;
}
.feed-card .feed-content .feed-text a {
  color: #222222;
  font-weight: 600;
}
.feed-card .feed-content .feed-text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 600;
}
.feed-card .feed-content .feed-text ul li:last-child {
  padding-bottom: 0;
}
.feed-card .feed-content .feed-text ul li .count {
  background: #4792CE !important;
  width: 25px;
  height: 25px;
  color: #ffffff;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 17px;
  line-height: 25px;
  margin-right: 10px;
  border-radius: 50%;
}
.feed-card .feed-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top: #e7e7e7 solid 1px;
  padding: 10px 25px 15px 25px;
}
.feed-card .feed-links a {
  color: rgba(0, 0, 0, 0.56);
}
.feed-card .feed-links a i {
  font-size: 24px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
.feed-card .reply-comments-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reply {
  border-top: #e7e7e7 solid 1px;
}

.share-link a {
  padding: 2px 10px;
  color: #222222 !important;
  display: block;
  font-weight: 600;
}

.widget-container {
  padding: 15px;
  margin-bottom: 20px;
  background: #ffffff;
}
.widget-container .widget-heading {
  background: #5F5E5F;
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-container .widget-heading i {
  font-size: 20px;
  margin-right: 4px;
}
.widget-container .widget-content {
  padding: 15px 0 0 0;
}
.widget-container .widget-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 20px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-container .widget-content ul li .badge {
  margin-top: 4px;
  font-size: 14px;
  padding: 4px 10px;
  width: auto;
  margin-bottom: 0;
}
.widget-container .widget-content ul li span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}
.widget-container .widgetlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.widget-container .widgetlist li .tick {
  background: #20B2AA;
  width: 20px;
  height: 20px;
  color: #ffffff;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 21px;
  margin-right: 0;
  border-radius: 50%;
}

div.right-card-dgdp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0 20px 0;
  cursor: grab;
}
div.right-card-dgdp span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}

/*----------round checkbox----------*/
.round {
  position: relative;
  margin-right: 5px;
}

.round label {
  background-color: #dddddd;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.round label:after {
  border: 2px solid #bbbbbb;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 3px;
  opacity: 1;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type=checkbox] {
  visibility: hidden;
}

.round input[type=checkbox]:checked + label {
  background-color: #4A4B4A;
  border-color: #4A4B4A;
}

.round input[type=checkbox]:checked + label:after {
  opacity: 1;
  border: 2px solid #ffffff;
  border-top: none;
  border-right: none;
}

.viewall {
  color: #777777;
  width: auto;
}
.viewall:hover {
  color: #222222;
}
.viewall i {
  font-size: 20px;
  position: relative;
  top: 2px;
}

.slider {
  text-align: center;
}
.slider .slide {
  outline: none;
}
.slider .slide a {
  color: #222222;
}
.slider .slide img {
  border-radius: 5px;
  height: 125px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 15px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  padding-bottom: 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
  display: inline-block !important;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #c4c4c4;
  outline: none;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #4A4B4A;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  z-index: 1;
  position: absolute;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  height: 100vh;
  z-index: 999;
  background: #ffffff;
  color: #222222;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebar .mobile-profile-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: #e7e7e7 solid 1px;
  padding-bottom: 20px;
  margin-top: 15px;
}
#sidebar .mobile-profile-container .user-thumb {
  margin-right: 15px;
}
#sidebar .mobile-profile-container a {
  color: #777777 !important;
  font-size: 12px;
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
}

#dismiss:hover {
  background: #fff;
  color: #222222;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
}

.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 10px 20px;
  background: #ffffff;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #47748b;
}

#sidebar ul p {
  color: #222222;
  padding: 10px;
}

#sidebar ul li a {
  padding: 7px 10px;
  font-size: 1.1em;
  display: block;
}

/* #sidebar ul li a:hover {
  color: #7386D5;
  background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #6d7fcc;
} */
a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar2 {
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  z-index: 999;
  background: #ffffff;
  color: #222222;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
}

#sidebar2.active {
  right: 0;
}

.main-right-mobile {
  margin-top: 40px;
  margin-bottom: 70px;
}

.left-menu {
  display: none;
  float: left;
  margin-right: 5px;
}

.mobile-right-menu {
  display: none;
  margin-left: 20px;
  margin-top: 10px;
}
.mobile-right-menu a {
  font-size: 35px;
  color: #ffffff;
}

.replies-container {
  padding-left: 0;
  border-left: #dddddd solid 1px;
  margin-top: 30px;
}
.replies-container .user-reply-msg {
  margin-top: 15px;
}
.replies-container.first-lvl-reply {
  border: none;
}
.replies-container.second-lvl-reply {
  margin-left: 25px;
  padding-left: 25px;
}
.replies-container.third-lvl-reply {
  margin-left: 50px;
  padding-left: 25px;
}
.replies-container .reply-user-details .reply-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.replies-container .reply-user-details .reply-user .user-thumb {
  margin-right: 10px;
}
.replies-container .reply-user-details .reply-user .reply-user-name {
  font-weight: 500;
}

.msg-links {
  margin-bottom: 20px;
}
.msg-links a {
  margin-right: 20px;
  color: #222222;
}
.msg-links a i {
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 2px;
  color: rgba(0, 0, 0, 0.54);
}

.reply-comment {
  width: 100%;
  margin-left: 0;
  margin-top: 0;
}
.reply-comment .form-control {
  font-size: 14px;
  height: 42px;
  border: none;
  background: #f5f5f5;
}
.reply-comment .form-control:focus {
  box-shadow: none;
}
.reply-comment .btn {
  min-width: 10px;
  border-color: #ffffff;
  background: #eeeeee;
}
.reply-comment .btn:hover {
  background: #5F5E5F;
}

.popover {
  font-family: "Avenir Next Regular", sans-serif;
}

.statistic-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  visibility: collapse;
}
.statistic-mobile .statistic-icon {
  width: 100px;
  height: 100px;
  padding: 5px;
  display: table-cell;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}
.statistic-mobile .statistic-icon.purple {
  background: #9243b7;
}
.statistic-mobile .statistic-icon.blue {
  background: #3540a5;
}
.statistic-mobile .statistic-icon.orange {
  background: #e78b4f;
}
.statistic-mobile .statistic-icon.dark-orange {
  background: #dc3545;
}
.statistic-mobile .statistic-icon.light-red {
  background: #e85c62;
}
.statistic-mobile .statistic-icon.green {
  background: #3a9b70;
}
.statistic-mobile .statistic-icon.light-purple {
  background: #c34d8a;
}

/*-------- Capability Building --------*/
.page-heading {
  margin-bottom: 25px;
}
.page-heading h1 {
  font-size: 24px;
}
.page-heading .article-thumb-name {
  padding: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-heading .article-thumb-name .article-category {
  background: #ffc107;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #1f2235;
  font-size: 22px;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  margin-right: 15px;
  flex-shrink: 0;
}
.page-heading .article-thumb-name .article-details {
  font-size: 24px;
  color: #222222;
  line-height: 28px;
}
.page-heading .article-thumb-name .article-details p {
  margin-bottom: 0 !important;
}
.page-heading .article-thumb-name .article-details span {
  color: #555555;
  font-size: 14px;
}

.page-banner {
  margin-bottom: 25px;
}
.page-banner img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  border-radius: 5px;
}

.page-content {
  margin-bottom: 25px;
}

.capability-modules-container {
  background: #ffffff;
  margin-bottom: 30px;
  position: relative;
}
.capability-modules-container .capability-modules-overviews {
  padding: 25px;
}

.card .module-thumb-img img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  object-fit: cover;
  max-height: 300px;
}

.cards {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  padding-top: 0;
}
.cards .card2 {
  width: 100%;
}
.cards .module-name {
  padding: 15px;
}
.cards .module-name h3 {
  font-size: 18px;
  margin: 0 0 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 45px;
}
.cards .module-name small {
  font-size: 14px;
}
.cards .module-links {
  font-size: 16px;
}
.cards .module-links .module-link {
  padding: 0 0;
  font-size: 13px;
  text-align: center;
  float: left;
  height: 35px;
  line-height: 30px;
}
.cards .module-links .module-link.module-link1 {
  width: 40%;
}
.cards .module-links .module-link.module-link2 {
  width: 40%;
}
.cards .module-links .module-link i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 20px;
  position: relative;
  top: 3px;
}
.cards .module-links .module-link.about-link {
  width: 20%;
  margin: 0 auto;
}

.card {
  margin: 15px;
  width: calc(100% - 30px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.lets-started {
  margin-top: 5px;
}

@media screen and (max-width: 991px) {
  .card {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .card {
    width: 100%;
  }
}
.card__inner {
  width: 100%;
  padding: 0;
  position: relative;
  font-size: 1.5em;
  text-align: center;
}

.card__inner:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card__inner .fa {
  width: 100%;
  margin-top: 0.25em;
}

.card__expander2 {
  width: 100% !important;
}

.card__expander {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1;
  flex-direction: column;
}
.card__expander .lets-started {
  width: 100%;
  border-top: 1px solid #dee2e6;
  padding: 10px 0;
}

.module-details {
  width: 100%;
  padding: 25px;
  padding-bottom: 0;
}
.module-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.module-details ul li {
  width: 50%;
  float: left;
  font-size: 15px;
  padding: 0 10px 25px 10px;
}
.module-details ul li span {
  float: left;
  margin-right: 10px;
}
.module-details ul li i {
  font-size: 22px;
  color: #5F5E5F;
  position: relative;
  top: 3px;
}
.module-details ul li.done span i {
  color: #3a9b70;
}
.module-details ul li span i {
  color: #bbbbbb;
}

.modal-body .module-details {
  padding: 25px 10px;
}

.card__expander .fa {
  font-size: 0.75em;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.card__expander .fa:hover {
  opacity: 0.9;
}

.card.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}

.card.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}

.card.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #dddddd;
}

.card.is-expanded .card__inner .fa:before {
  content: "\f115";
}

.card.is-expanded .card__expander {
  max-height: 1000px;
  min-height: 100px;
  overflow: visible;
  margin-top: 30px;
  opacity: 1;
}

.card.is-inactive .card__inner {
  pointer-events: none;
  opacity: 0.5;
}

.card.is-inactive:hover .card__inner {
  background-color: #949fb0;
}

@media screen and (min-width: 992px) {
  .card:nth-of-type(2n + 2) .card__expander {
    margin-left: calc(-100% - 32px);
  }
  .card:nth-of-type(2n + 3) .card__expander {
    margin-left: -60px;
  }
  .card:nth-of-type(2n + 4) {
    clear: left;
  }
  .card__expander {
    width: calc(200% + 32px);
  }
  .card2 .card__expander {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card:nth-of-type(2n + 2) .card__expander {
    margin-left: calc(-100% - 30px);
  }
  .card:nth-of-type(2n + 3) {
    clear: left;
  }
  .card__expander {
    width: calc(200% + 32px);
  }
}
.widget-content .widget-inner-heading {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.widget-content .widget-inner-heading.widget-inner-heading2 {
  font-size: 18px;
  text-transform: uppercase;
}
.widget-content .widget-status-text {
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 16px;
}
.widget-content .widget-status-text.widget-status-text2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.widget-content .widget-numbers {
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  margin-top: 15px;
}
.widget-content .widget-numbers span {
  font-weight: 400;
  font-size: 19px;
}
.widget-content .next-activity {
  font-size: 16px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-content .next-activity i {
  color: #4A4B4A;
  font-size: 20px;
  position: relative;
  top: 0;
  margin-right: 5px;
}
.widget-content .balance-activity-cont {
  background: #eeeeee;
  padding: 15px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.widget-content .balance-activity-cont span {
  font-weight: 500;
}
.widget-content .widget-element {
  margin-bottom: 15px;
}
.widget-content .widget-element img {
  width: 85px;
}

.hexagon {
  width: 40px;
  height: 25px;
  background: #a22c29;
  position: relative;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 25px;
  font-weight: 500;
  margin-right: 10px;
  flex-shrink: 0;
}
.hexagon:before, .hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.hexagon:before {
  top: -10px;
  left: 0;
  border-left: 19px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 10px solid #a22c29;
}
.hexagon:after {
  bottom: -10px;
  left: 0;
  border-left: 19px solid transparent;
  border-right: 21px solid transparent;
  border-top: 10px solid #a22c29;
}

.hexagon-small-font {
  font-size: 14px;
  line-height: 12px !important;
}

.hexagon2 {
  background: #c34d8a;
}
.hexagon2:before {
  border-bottom: 10px solid #c34d8a;
}
.hexagon2:after {
  border-top: 10px solid #c34d8a;
}

.mcs-horizontal-example {
  width: 100%;
  overflow-x: auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.mcs-horizontal-example .mCSB_scrollTools .mCSB_draggerContainer {
  display: none;
}

.mcs-horizontal-example .mCSB_container {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mcs-horizontal-example .item {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.mobile-cards {
  display: none;
}

.mobile-cards-container .cards {
  padding: 0;
}
.mobile-cards-container .card {
  width: 240px;
}
.mobile-cards-container .card__expander {
  width: 100%;
}
.mobile-cards-container .card__expander .module-details {
  width: 100%;
  padding: 25px;
  padding-bottom: 0;
}
.mobile-cards-container .card__expander .module-details ul li {
  width: 100%;
  float: left;
  font-size: 15px;
  padding: 0 0 25px 0;
}
.mobile-cards-container .card__expander .module-details ul li i {
  font-size: 22px;
  color: #5F5E5F;
  position: relative;
  top: 3px;
}
.mobile-cards-container .card__expander .module-details ul li span i {
  color: #3a9b70;
}
.mobile-cards-container .card:nth-of-type(2n + 2) .card__expander {
  margin-left: 0;
}
.mobile-cards-container .card:nth-of-type(2n + 3) .card__expander {
  margin-left: 0;
}
.mobile-cards-container .card:nth-of-type(2n + 2) .card__expander {
  margin-left: 0;
}

.mobile-module-details {
  padding: 25px;
  padding-top: 0;
}
.mobile-module-details .toggle-text {
  margin-bottom: 25px;
}

.capability-overview-mobile {
  width: 100%;
}
.capability-overview-mobile .module-count {
  text-align: center;
  font-size: 16px;
}
.capability-overview-mobile .module-count h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.capability-overview-mobile .module-count .module-icon {
  width: 50px;
  height: 50px;
  background: #4792CE;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  margin: 0 auto;
}
.capability-overview-mobile .module-count strong {
  font-size: 18px;
  font-weight: 500;
}

.capability-overview-mobile {
  display: none !important;
}

.capability-overview-left {
  width: 55%;
}
.capability-overview-left .moretext {
  display: none;
}
.capability-overview-left .toggle-text-content span {
  display: none;
}
.capability-overview-left a {
  color: #222222;
  text-decoration: underline;
}
.capability-overview-left h2 {
  font-size: 21px;
  margin-bottom: 10px;
}
.capability-overview-left img {
  width: 70px;
  margin-right: 15px;
  height: 70px;
  flex-shrink: 0;
  object-fit: cover;
}

.capability-overview-right {
  width: 40%;
}
.capability-overview-right .module-count {
  text-align: center;
  font-size: 16px;
}
.capability-overview-right .module-count h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.capability-overview-right .module-count .module-icon {
  width: 50px;
  height: 50px;
  background: #4792CE;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  line-height: 48px;
  margin: 0 auto;
}
.capability-overview-right .module-count strong {
  font-size: 18px;
  font-weight: 500;
}

.capability-modules-overviews1 {
  padding: 25px;
}

.mobile-module-details {
  display: none;
}

.toggle-text a {
  color: #222222;
  text-decoration: underline;
}

.toggle-text a:hover {
  text-decoration: underline;
}

.capability-activities-container {
  background: #ffffff;
  padding: 25px;
  width: 100%;
  float: left;
}
.capability-activities-container h2,
.capability-activities-container h3 {
  margin-bottom: 15px;
}
.capability-activities-container h3 {
  font-size: 19px;
}
.capability-activities-container ul {
  border-bottom: #f5f5f5 solid 1px;
}
.capability-activities-container ul.capability-activities-list li {
  font-size: 15px;
  padding: 0 0 25px 0;
  width: 50%;
  float: left;
}
.capability-activities-container ul.capability-activities-list li i {
  font-size: 22px;
  color: #004f66;
  position: relative;
  top: 3px;
}

.acticity-timeline {
  margin-top: 30px;
}

.acticity-timeline-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  display: none;
}
.acticity-timeline-mobile a {
  width: 45%;
}
.acticity-timeline-mobile a .activity-chart,
.acticity-timeline-mobile a .days-count {
  margin: 0 auto;
  margin-bottom: 0 !important;
}
.acticity-timeline-mobile .activity-counts {
  width: 100%;
  margin: 0;
  height: 100%;
}

.timeline-container {
  position: relative;
  overflow: hidden;
}
.timeline-container .form-control:focus {
  box-shadow: none !important;
  border: #c4c4c4 solid 1px;
}

.timeline-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #dedede;
  z-index: 1;
}

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.timeline-block span a {
  color: rgba(0, 0, 0, 0.56);
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl;
}

.marker {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #b8b8b8;
  margin-top: 0;
  z-index: 5;
  text-align: center;
  position: relative;
  left: 5px;
  color: #ffffff;
  font-size: 19px;
  flex-shrink: 0;
}
.marker i {
  position: relative;
  top: 4px;
}
.marker.active {
  background: #4792CE;
}

.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666;
  margin-left: 10px;
  padding-right: 0;
}

i.fa.fa-check {
  display: none;
}

i.fa.fa-check.active {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  color: #fff;
}

.timeline-content h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.timeline-content h3 a {
  color: #1f2235;
}

.timeline-content span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.56) !important;
}

.photo-valitation {
  margin-top: 10px;
}
.photo-valitation img {
  width: 150px;
  border-radius: 7px;
  height: 100px;
  object-fit: cover;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}

.timeline-container:before {
  left: 19px;
  width: 2px;
}

.timeline-block {
  width: 100%;
  margin-bottom: 50px;
}

.timeline-block-right {
  float: none;
}

.timeline-block-left {
  float: none;
  direction: ltr;
}

.timeline-block:last-child {
  margin-bottom: 0;
}

.acticity-timeline-right {
  margin-top: 30px;
}

.activity-counts {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  margin-bottom: 30px;
}
.activity-counts .activity-chart {
  width: 75px;
  margin-right: 15px;
  flex-shrink: 0;
}
.activity-counts .days-count {
  width: 65px;
  height: 65px;
  background: #ffc107;
  margin-right: 15px;
  flex-shrink: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.case-study-thumb .case-study-thumb-img img {
  width: 400px;
  object-fit: cover;
  border-radius: 5px;
}
.case-study-thumb .case-study-participants-counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.case-study-thumb .case-study-participants-counts img {
  width: 75px;
  margin-right: 10px;
}

.accordion {
  max-width: 100%;
  margin: 0 auto 0;
  border-bottom: none;
}

.accordion li {
  position: relative;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 25px;
}

.accordion li .accordion-inner {
  display: none;
  padding: 10px 25px 30px;
  color: #222222;
  padding-top: 0;
}

.accordion a.heading {
  width: 100%;
  display: block;
  cursor: pointer;
  user-select: none;
  padding: 20px 20px;
  font-size: 19px;
}

.accordion a:after {
  width: 13px;
  height: 13px;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
  position: absolute;
  right: 20px;
  content: " ";
  top: 23px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.case-study-validation-container .validation-card {
  padding: 20px;
  margin-bottom: 25px;
  font-family: Arial;
}
.case-study-validation-container .validation-card.success h3 i {
  color: #3a9b70;
}
.case-study-validation-container .validation-card h3 i {
  color: #dedede;
}
.case-study-validation-container .validation-card .validation-text-area {
  margin-top: 25px;
  border: none;
  background: #f3f5f4;
  height: 125px;
}
.case-study-validation-container .validation-card .validationlink {
  color: #4792CE;
  font-size: 16px;
  padding-left: 25px;
}
.case-study-validation-container .validation-card .validationlink a {
  color: #4792CE;
}

.dropify-wrapper {
  border-radius: 5px;
}

.browse-cont {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.browse-cont .attchment-file {
  color: #20b2aa;
  font-size: 14px;
}

.post-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#button {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 997;
  font-size: 30px;
  line-height: 28px;
  color: #ffffff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  #button {
    margin: 10px;
  }
}
/* -----------library -------------*/
.articles-container .article-thumb {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.articles-container .article-thumb-container {
  margin-bottom: 30px;
}

.article-thumb {
  margin-bottom: 30px;
  background: #ffffff;
  position: relative;
}
.article-thumb .article-thumb-img img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.article-thumb .featured-thumb-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.article-thumb .article-thumb-name {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article-thumb .article-thumb-name .article-category {
  background: #ffc107;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  color: #1f2235;
  font-size: 22px;
  text-align: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  flex-shrink: 0;
  margin-right: 15px;
  flex-shrink: 0;
}
.article-thumb .article-thumb-name .article-details {
  font-size: 18px;
  color: #222222;
  line-height: 24px;
}
.article-thumb .article-thumb-name .article-details p {
  margin-bottom: 0;
}
.article-thumb .article-thumb-name .article-details span {
  color: #555555;
  font-size: 14px;
}
.article-thumb .article-counts {
  padding: 20px;
  font-size: 15px;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 0;
}
.article-thumb .article-counts i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.article-thumb .article-link {
  border-top: #dee2e6 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.article-thumb .article-link a {
  color: #222222;
  font-size: 15px;
  width: 50%;
  text-align: center;
  padding: 10px;
}
.article-thumb .article-link a i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.featured-article-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
}

.featured-img .article-thumb-img {
  width: 300px;
  flex-shrink: 0;
  height: 100%;
}
.featured-img .article-thumb-img img {
  width: 300px;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.featured-article-txt {
  padding: 14px 20px 20px 20px;
  color: #222222;
  font-size: 16px;
}

.widget-container2 li {
  border-bottom: #dddddd solid 1px;
  padding: 10px 0 10px 0 !important;
}
.widget-container2 li:last-child {
  border: none;
  padding-bottom: 0 !important;
}
.widget-container2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  color: #222222;
  align-items: center;
}
.widget-container2 li a .count {
  background: #4792CE;
  width: 35px;
  height: 35px;
  color: #ffffff;
  text-align: center;
  flex-shrink: 0;
  font-size: 17px;
  line-height: 32px;
  margin-right: 10px;
}
.widget-container2 li a .count i {
  font-size: 22px;
}
.widget-container2 li a span {
  white-space: normal !important;
  margin-left: 0 !important;
}

.filter-btn-container .filter-btn {
  width: 210px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  height: 40px;
  text-align: left;
  padding-top: 5px;
}
.filter-btn-container .filter-btn::after {
  display: none;
}
.filter-btn-container .filter-btn:focus {
  box-shadow: none;
}
.filter-btn-container .filter-btn[aria-expanded=true] {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
}
.filter-btn-container .filter-btn i {
  font-size: 28px;
  float: right;
  position: relative;
  top: 5px;
}
.filter-btn-container .dropdown-menu {
  width: 210px;
  padding: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #e5e5e5;
  left: -1px;
  padding-top: 5px;
  font-size: 18px;
}
.filter-btn-container .dropdown-menu li {
  padding: 5px 0;
}
.filter-btn-container .dropdown-menu li.dropdown-divider {
  padding: 0;
}
.filter-btn-container .dropdown-menu li.active {
  background-color: #eeeeee;
}
.filter-btn-container .dropdown-menu li a {
  color: #1f2235;
  line-height: 24px;
  padding: 0 10px;
  width: 100%;
  display: block;
}
.filter-btn-container .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5F5E5F;
  background-color: #5F5E5F;
}

.filter-search-container .input-group-text {
  border: 1px solid #e5e5e5;
  border-right: 0;
}
.filter-search-container .filter-search {
  border-left: 0;
  padding-left: 0;
  border-color: #e5e5e5;
}
.filter-search-container .filter-search:focus {
  box-shadow: none;
  border-color: #e5e5e5;
}

.filter-tags-container {
  margin: 10px 0 25px 0;
}

.badge {
  font-size: 12px;
  font-weight: normal;
  padding: 5px 10px;
  background: #EB9329;
  text-transform: capitalize;
}
.badge a {
  color: #ffffff;
}

/*----------Library details----------*/
.library-details-banner img {
  border-radius: 10px;
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.article-details-counts-container {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.article-details-counts-container .counts-left {
  color: #555555;
  font-size: 16px;
  font-weight: 500;
  width: 72%;
}
.article-details-counts-container .counts-left .detail-count {
  float: left;
}
.article-details-counts-container .counts-left .detail-count.detail-count1 {
  padding-right: 8%;
  border-right: #dddddd solid 1px;
}
.article-details-counts-container .counts-left .detail-count.detail-count2 {
  padding: 0 8%;
  border-right: #dddddd solid 1px;
}
.article-details-counts-container .counts-left .detail-count i {
  font-size: 46px;
  float: left;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.article-details-counts-container .counts-left .detail-count span {
  color: #aaaaaa;
}
.article-details-counts-container .counts-left .detail-count-txt {
  float: left;
  overflow: hidden;
}
.article-details-counts-container .counts-right {
  width: 35%;
  text-align: right;
}
.article-details-counts-container .counts-right .btn {
  min-width: 140px;
}

.library-description {
  line-height: 24px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
}

.related-tags {
  margin-top: 40px;
}
.related-tags .badge {
  background: #ffc107 !important;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 7px 10px;
}
.related-tags .badge a {
  color: #1f2235;
}

.related-article {
  margin-top: 40px;
}

.show1,
.hide1 {
  visibility: hidden;
  font-size: 12px;
}

.plyr {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}

.palyer-container {
  margin-top: 25px;
}

.palyer-container2 {
  margin-top: 0;
}

.clearall {
  text-decoration: underline;
}

.modal-dialog .modal-content {
  border: none;
}
.modal-dialog .modal-content .peer-group img {
  width: 280px;
  margin-bottom: 10px;
}
.modal-dialog .modal-content .peer-group .btn {
  width: 170px;
  margin-left: 10px;
  margin-right: 10px;
}
.modal-dialog .modal-content .peer-group .btn i {
  font-size: 22px;
  line-height: 22px;
  position: relative;
  top: 2px;
}
.modal-dialog .modal-content .peer-group h3 {
  font-size: 16px;
}
.modal-dialog .modal-content .create-peer,
.modal-dialog .modal-content .join-peer {
  border-top: #dddddd solid 1px;
  margin-top: 20px;
}
.modal-dialog .modal-content .create-peer h4,
.modal-dialog .modal-content .join-peer h4 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
}
.modal-dialog .modal-content .create-peer .input-group-append,
.modal-dialog .modal-content .join-peer .input-group-append {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.modal-dialog .modal-header {
  border: none;
}
.modal-dialog .modal-header h5 {
  font-size: 22px;
  font-weight: 500;
}

.custom-select {
  color: #777777;
  background: url(../images/expand_more_24px.png) right no-repeat;
}

.form-container {
  margin-top: 25px;
}
.form-container .form-control,
.form-container .custom-select {
  height: 50px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  border: none;
  color: #1f2235;
  font-weight: 400;
  font-size: 14px;
}
.form-container label {
  text-align: left;
}
.form-container .btn {
  margin: 0 !important;
  height: 50px;
}

.input-group-append .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 125px;
}

.invite-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  align-items: center;
}
.invite-row .btn-sm {
  min-width: 50px !important;
  width: auto !important;
  line-height: 15px;
  margin: 0 !important;
}

.badge-success {
  background: #3a9b70;
}

.badge-primary {
  background: #4792CE;
}

.badge-complementry {
  background: #004F66;
  color: #ffffff !important;
}

.badge-warning {
  background: #ffc107;
  color: #222222 !important;
}

.badge-shadow {
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}

.badge-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.download-link {
  color: #4792CE;
  font-weight: 500;
}
.download-link i {
  font-size: 22px;
  line-height: 25px;
  position: relative;
  top: 2px;
}
.download-link:hover {
  color: #4792CE;
}

#peer-group .collapsing {
  transition: none;
}

/*---------- achivement ----------*/
.scrollable-tabs::-webkit-scrollbar {
  display: none;
}

.scrollable-tabs {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.scrollable-tabs i {
  font-size: 22px;
  color: #777777;
  margin-right: 4px;
  margin-bottom: 2px;
  position: relative;
  top: 1px;
}

.responsive__tabs ul.scrollable-tabs {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  border-bottom: #dddddd solid 1px;
}
.responsive__tabs ul.scrollable-tabs li {
  list-style-type: none;
  margin: 0 35px;
  flex-shrink: 0;
}
.responsive__tabs ul.scrollable-tabs li:first-child {
  margin-left: 0;
}
.responsive__tabs ul.scrollable-tabs li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #1f2235;
  padding: 5px 0;
  font-size: 17px;
  border-bottom: transparent solid 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.responsive__tabs ul.scrollable-tabs li a img {
  width: 25px;
  opacity: 0.5;
  flex-shrink: 0;
  margin-right: 5px;
}
.responsive__tabs ul.scrollable-tabs li a.active {
  border-bottom: #4792CE solid 4px;
}

.nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}

.nav-tabs > a {
  float: none;
}

.achievements-tabs-container .tab-pane {
  padding: 30px 0;
}

.completed {
  width: 128px;
  height: 33px;
  background: url(../images/completed-badge.png) no-repeat;
  background-size: 100%;
  position: absolute;
  color: #222222;
  font-weight: 500;
  text-align: center;
  right: -20px;
  top: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 5px;
  text-transform: uppercase;
}
.completed i {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.achievement-date {
  background: url(../images/completed-badge2.png) left no-repeat;
  padding-left: 22px;
  padding-right: 10px;
  width: auto;
  line-height: 28px;
  right: -14px;
}

.locked {
  background: #555555;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #ffffff;
  padding: 0 10px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}
.locked i {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.widget-full-image img {
  width: 125px !important;
}

.progress-bar-cont {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.progress-bar-cont .progress-bar {
  background: #5F5E5F;
}

.achievement-scroll-container {
  background: #ffffff;
}

.main-center-content .page-heading {
  margin-bottom: 25px;
}

.achievement-scroll-container {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
}
.achievement-scroll-container h2 a {
  font-size: 20px;
  padding: 0 0;
  margin-top: 0;
  color: #222222;
  position: relative;
  top: 2px;
}
.achievement-scroll-container h2 a:focus {
  box-shadow: none;
}

.reply-comment .input-group-append .btn {
  width: auto;
}

.achivement-carousel.owl-carousel .owl-item img {
  width: 85px !important;
}

.achivement-carousel h2 {
  display: -ms-flexbox;
  display: flex;
}

.achivement-carousel h2 span {
  background: #fff;
  margin: 0 15px;
  margin-left: 0;
}

.achivement-carousel .owl-stage {
  padding-left: 0 !important;
}

.achivement-carousel .badge-primary {
  font-size: 14px;
}

.meeting-card {
  background: #ffffff;
  padding: 25px;
  text-align: center;
}
.meeting-card img {
  width: 70px !important;
}
.meeting-card h2 {
  margin-bottom: 15px;
}
.meeting-card .meeting-txt {
  border-top: #dddddd solid 1px;
  margin: 20px 0 0 0;
  padding-top: 20px;
  min-height: 80px;
}

.achivement-carousel .owl-stage {
  padding: 10px 0;
  padding-left: 5px !important;
}

.badges-container1 {
  padding: 25px;
  background: #ffffff;
}
.badges-container1 .progress-bar-cont {
  width: 100% !important;
  margin: 20px 0;
}
.badges-container1 .badges-continer {
  margin-bottom: 40px;
}
.badges-container1 .badges-continer h2 {
  font-size: 18px;
  height: 40px;
}
.badges-container1 .badges-continer .btn {
  height: auto;
  padding: 0;
}
.badges-container1 .new-badge {
  position: relative;
  width: 100px;
  margin: 10px auto;
}
.badges-container1 .new-badge .badge-medal {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #222222;
  border: 3px solid #ffffff;
  position: absolute;
  right: -5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 22px;
}
.badges-container1 .new-badge .badge-medal.gold {
  color: #ffe565;
}
.badges-container1 .new-badge .badge-medal.silver {
  color: #dddddd;
}
.badges-container1 .new-badge .badge-medal.bronze {
  color: #c77f48;
}

.popover a {
  color: #222222;
  font-size: 16px;
  line-height: 28px;
}
.popover a.active-link {
  font-weight: bold;
}
.popover ul li {
  font-size: 14px;
}
.popover ul li i {
  color: #4A4B4A;
  font-size: 16px;
}

.achivement-carousel .owl-item {
  transition: 0.5s;
}
.achivement-carousel .item.disabled .badge-primary {
  background: #c4c4c4;
  color: #222222;
}

.popover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.shout-out-container {
  background: #ffffff;
  padding: 25px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.shout-out-container:last-child {
  margin-bottom: 0;
}
.shout-out-container .badge-complementry {
  font-weight: 500;
  height: 28px;
  line-height: 27px;
  padding: 0 7px;
}

.shoutout-thumb {
  padding-top: 60px;
}
.shoutout-thumb p {
  margin-bottom: 20px !important;
}
.shoutout-thumb .user-thumb {
  margin: 0 auto;
}
.shoutout-thumb .completed {
  text-transform: none;
}

.achivement-shoutout .owl-stage {
  padding-left: 5px !important;
  padding-top: 5px !important;
}

.mobile-shoutout {
  display: none;
}

.shoutouts-modal h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shoutouts-modal h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
}
.shoutouts-modal .modal-icon {
  position: relative;
  width: 70%;
  margin: 0 auto;
  margin-top: -100px;
}
.shoutouts-modal .badge {
  min-width: 120px;
  padding-top: 6px;
  padding-bottom: 8px;
  font-weight: 600;
}

/*-----------------------Leadership network-----------------------*/
.leadership-topic-thumb {
  height: 350px;
  position: relative;
  margin-bottom: 30px;
}
.leadership-topic-thumb img {
  object-fit: cover;
  height: 350px;
  border-radius: 5px;
  width: 100%;
}
.leadership-topic-thumb .overlay1 {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 2;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  justify-content: center;
  font-size: 16px;
  flex-flow: column;
  font-weight: 400;
}
.leadership-topic-thumb .overlay1 h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.leadership-topic-thumb .overlay1 .badge {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.leadership-topic-thumb .overlay1 .badge i {
  font-size: 20px;
  margin-right: 5px;
}

/*------Leadership network question -----*/
.question-container,
.ask-question-container,
.replies-container {
  background: #ffffff;
  margin-bottom: 30px;
}
.question-container .question-txt,
.ask-question-container .question-txt,
.replies-container .question-txt {
  padding: 25px;
}
.question-container .question-txt a,
.ask-question-container .question-txt a,
.replies-container .question-txt a {
  color: #1f2235;
}
.question-container .question-txt a h2,
.ask-question-container .question-txt a h2,
.replies-container .question-txt a h2 {
  margin-bottom: 15px;
}
.question-container .question-txt a .question-discription,
.ask-question-container .question-txt a .question-discription,
.replies-container .question-txt a .question-discription {
  color: #555555;
}
.question-container .question-attachment li,
.ask-question-container .question-attachment li,
.replies-container .question-attachment li {
  color: #5F5E5F;
  padding: 0 0 5px 0;
}
.question-container .question-attachment li i,
.ask-question-container .question-attachment li i,
.replies-container .question-attachment li i {
  font-size: 20px;
  position: relative;
  top: 4px;
}
.question-container .question-attachment li span,
.ask-question-container .question-attachment li span,
.replies-container .question-attachment li span {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 260px;
  display: inline-block;
  white-space: nowrap;
}
.question-container .answer-attachment li:last-child,
.ask-question-container .answer-attachment li:last-child,
.replies-container .answer-attachment li:last-child {
  padding-bottom: 0;
}
.question-container .answer-attachment li i,
.ask-question-container .answer-attachment li i,
.replies-container .answer-attachment li i {
  position: relative;
  top: -2px;
}
.question-container .answer-attachment a,
.ask-question-container .answer-attachment a,
.replies-container .answer-attachment a {
  color: #555555;
}

.users-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 2px;
}
.users-list .user-thumb {
  margin-right: 10px;
}

.users-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.user-count {
  width: 30px;
  height: 30px;
  background: #4792CE;
  text-align: center;
  color: #ffffff;
  font-size: 13.8px !important;
  line-height: 30px;
  margin-top: 2px;
  flex-shrink: 0;
}
.user-count:hover {
  color: #ffffff;
}

.user-count-2 {
  line-height: 30px;
  padding-top: 2px;
  cursor: pointer;
}

.questionlinks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-top: #dddddd solid 1px;
  padding: 10px 25px;
  font-size: 14px;
}
.questionlinks-container .questionlinks a {
  color: #222222;
  margin-right: 20px;
}
.questionlinks-container .questionlinks i {
  font-size: 22px;
  position: relative;
  top: 2px;
}
.questionlinks-container .questionlinks i.mdi-message-outline {
  top: 4px;
}
.questionlinks-container .question-user-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #555555;
  flex-shrink: 0;
}
.questionlinks-container .question-user-details div {
  margin-left: 20px;
}
.questionlinks-container .question-user-details div i {
  font-size: 20px;
  position: relative;
  top: 2px;
}

.ask-question-container {
  background: #ffffff;
  margin-bottom: 30px;
}
.ask-question-container .question-of-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.ask-question-container .question-fileds {
  padding: 25px;
}
.ask-question-container .question-fileds textarea {
  height: 100px;
  background: #ffffff;
}

.ask-questionlinks-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-top: #dddddd solid 1px;
  padding: 10px 15px;
  align-items: center;
}
.ask-questionlinks-container .ask-questionlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ask-questionlinks-container .ask-questionlinks .btn {
  padding: 0;
  background: none;
}
.ask-questionlinks-container .ask-questionlinks span {
  margin-right: 10px;
}
.ask-questionlinks-container .ask-questionlinks small {
  font-size: 14px;
}
.ask-questionlinks-container .qustion-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ask-questionlinks-container .qustion-submit a {
  color: #555555;
  margin-right: 10px;
}

.answer-container {
  padding: 25px;
}

.answers-container {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.badge-light {
  background: #e7e7e7;
}

.answer-right {
  color: #777777;
}

.reply-fields {
  margin-top: 0;
}

.related-text ul li {
  flex-flow: column;
  align-items: flex-start !important;
}
.related-text ul li label.badge {
  font-size: 12px !important;
}

.reply-comment .ask-question-container {
  position: relative;
}

.reply-comment .ask-question-container:after {
  bottom: 100%;
  left: 200px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #eeeeee;
  border-width: 15px;
  margin-left: -30px;
  display: none;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.mobile-answers {
  display: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem !important;
}

.question-user {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-question-content ul li {
  padding-top: 5px !important;
}

/*---------- one one meetings ----------*/
.empty-meeting-container {
  background: #ffffff;
  padding: 50px 25px;
}
.empty-meeting-container h2 {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #1f2235;
  line-height: 28px;
  font-weight: 500;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
  height: 30px !important;
  line-height: 22px;
  font-size: 12px;
  text-align: center;
  min-width: 82px;
}

.btn-group-toggle .btn-primary {
  background: #ffffff;
  color: #1f2235;
}
.btn-group-toggle .btn-primary:focus {
  box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4792CE;
  border-color: #4792CE;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.focus {
  box-shadow: none !important;
}

.meetings-container {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
}
.meetings-container h2 {
  margin-bottom: 10px;
}

.meeting-thumb {
  padding: 20px;
  margin-top: 25px;
  color: #000000;
}
.meeting-thumb .meeting-user .user-thumb.big {
  width: 55px;
  height: 55px;
}
.meeting-thumb .meeting-user .user-thumb.big img {
  width: 55px;
  height: 55px;
}
.meeting-thumb .meeting-user .meeting-user-name {
  font-size: 18px;
}
.meeting-thumb .user-badge-meeting {
  width: 50px;
  flex-shrink: 0;
}
.meeting-thumb .meeting-row2 {
  margin-top: 30px;
}
.meeting-thumb .meeting-dates {
  font-size: 15px;
}
.meeting-thumb .meeting-dates .badge {
  padding-bottom: 8px;
  font-size: 13px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.user-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 0;
  align-items: center;
  border-bottom: #dddddd solid 1px;
}
.user-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.back-menu {
  display: none !important;
}

.meeting-with {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.meeting-with h2 {
  margin-right: 40px;
}
.meeting-with .meeting-user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meeting-with .meeting-user-profile:last-child .user-thumb {
  margin-left: -20px;
}

.meeing-template-conatiner {
  background: #ffffff;
  padding: 25px;
  border: #dddddd solid 1px;
  margin-top: 40px;
  padding-top: 0;
}
.meeing-template-conatiner .meeting-user {
  font-size: 16px;
  font-weight: 400;
}
.meeing-template-conatiner .badge {
  top: -10px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.meeting-list {
  margin-top: 30px;
}

.meeting-timings-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.meeting-timings-container .meeting-timings-details {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  flex-wrap: wrap;
}
.meeting-timings-container .meeting-timings-details i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
  position: relative;
  top: 4px;
}

.meeting-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: #dddddd solid 1px;
  margin-bottom: 30px;
}
.meeting-section-heading h3 {
  font-size: 18px;
  margin: 0;
}
.meeting-section-heading img {
  width: 25px;
  margin-right: 15px;
}

.meeting-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.notificationBar {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.notificationBar li {
  margin-top: 30px;
}

.notificationBar li div {
  margin-left: 50px;
  margin-top: -30px;
  border: 1px solid #ddd;
  padding: 10px;
  background-color: white;
}

.notificationBar li i {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
  position: relative;
}

.notificationBar:after {
  content: " ";
  width: 1px;
  height: 90%;
  background-color: #ddd;
  position: absolute;
  top: 4px;
  left: 15px;
  z-index: 1;
}

.meeting-list .timeline-container .timeline-block {
  margin-bottom: 20px;
  position: relative;
}
.meeting-list .timeline-container .marker {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #ffffff;
  margin-top: 0;
  z-index: 5;
  text-align: center;
  position: relative;
  left: 7px;
  color: #ffffff;
  font-size: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: #dddddd solid 2px;
  transition: 0.5s;
  cursor: pointer;
  line-height: 16px;
}
.meeting-list .timeline-container .marker.active {
  background: #4792CE;
}
.meeting-list .timeline-container .marker-checkbox:hover {
  background: #4792CE;
}
.meeting-list .timeline-container .marker i {
  top: 0;
}
.meeting-list .timeline-container .marker {
  font-size: 15px;
  left: 0;
}
.meeting-list .timeline-container::before {
  display: none;
}
.meeting-list .timeline-container .timeline-block::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 11px;
  margin-left: -1px;
  width: 1px;
  height: 100%;
  background: #dedede;
  z-index: 1;
}
.meeting-list .timeline-container .timeline-block:last-child::before {
  height: 0;
}
.meeting-list .meeting-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.meeting-list .meeting-content .form-control {
  font-size: 14px;
}
.meeting-list .meeting-content .input-group-append {
  box-shadow: none;
  width: 100px;
  margin-left: -3px;
}
.meeting-list .meeting-content .timeline-content h3 a {
  color: #000000;
  font-size: 14px;
}
.meeting-list .meeting-content .timeline-content {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
}
.meeting-list .meeting-content .timeline-content .timeline-txt {
  width: 100%;
}
.meeting-list .meeting-content .meeting-seetings {
  width: 20%;
  text-align: center;
  color: rgba(0, 0, 0, 0.56);
}
.meeting-list .meeting-content .meeting-seetings i {
  position: relative;
  top: 4px;
}
.meeting-list .meeting-content .meeting-seetings span {
  font-size: 20px;
  cursor: pointer;
}
.meeting-list .meeting-buttons button {
  margin-right: 4px;
}
.meeting-list .meeting-buttons button:last-child {
  margin-right: 0;
}
.meeting-list .meeting-buttons button i {
  font-size: 20px;
  position: relative;
  top: 1px;
  line-height: 25px;
}

.gu-mirror.timeline-block {
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
  background: white;
}
.gu-mirror.timeline-block .marker {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #ffffff;
  margin-top: 0;
  z-index: 5;
  text-align: center;
  position: relative;
  left: 7px;
  color: #ffffff;
  font-size: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: #dddddd solid 2px;
  transition: 0.5s;
  cursor: pointer;
}
.gu-mirror.timeline-block .marker.active {
  background: #4792CE;
}
.gu-mirror.timeline-block .marker:hover {
  background: #4792CE;
}
.gu-mirror.timeline-block .marker i {
  top: 0;
}
.gu-mirror.timeline-block .marker {
  font-size: 17px;
  left: 0;
}

.meeting-topics {
  width: 87.5%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: underline;
}
.meeting-topics a {
  font-size: 16px;
  font-weight: 500;
  color: #1f2235;
}
.meeting-topics a i {
  font-size: 20px;
}

.meetings-with {
  width: 10%;
  margin-left: 10px;
}
.meetings-with a {
  color: #222222;
}
.meetings-with a i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5411764706);
}
.meetings-with .user-thumb {
  margin-right: 0;
}
.meetings-with .user-thumb:first-child {
  z-index: 1;
  position: relative;
  margin-right: -10px;
}

.opponent-timeline-view,
.meetings-timeline {
  margin-bottom: 0;
}
.opponent-timeline-view .tl-inline-editor,
.meetings-timeline .tl-inline-editor {
  width: 92%;
}
.opponent-timeline-view .add-item,
.meetings-timeline .add-item {
  z-index: 1;
  width: 88% !important;
}
.opponent-timeline-view .add-action-item,
.meetings-timeline .add-action-item {
  width: 98% !important;
}
.opponent-timeline-view .add-action-item .form-control,
.meetings-timeline .add-action-item .form-control {
  border-radius: 0.25rem;
}

.action-items-edit .form-control {
  margin-bottom: 10px;
}

.one-one-modal-txt h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.one-one-modal-txt .meeting-list {
  margin-top: 10px;
  border-bottom: #dddddd solid 1px;
  margin-bottom: 40px;
}
.one-one-modal-txt .meeting-list:last-child {
  border-bottom: none;
}
.one-one-modal-txt .timeline-container {
  margin-bottom: 25px;
}

.completed-activity .marker {
  background: #4792CE !important;
}
.completed-activity h3 a {
  text-decoration: line-through;
}

.action-user {
  width: 200px;
  justify-content: center;
  border-radius: 5px;
}
.action-user .user-select {
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 0;
  width: 16px;
  height: 16px;
  right: -5px;
  background: rgb(32, 178, 170);
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  line-height: 15px;
}
.action-user .user-thumb {
  margin: 2px 5px;
  cursor: pointer;
  margin-bottom: 0;
}

.meeting-file-attchment1 {
  width: 100%;
  background: #eeeeee;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
.meeting-file-attchment1 .file-name {
  width: 80%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meeting-file-attchment1 .attchment-file-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 65%;
}
.meeting-file-attchment1 .attchment-file-name i {
  font-size: 20px;
}
.meeting-file-attchment1 .attchment-user {
  width: 25%;
}
.meeting-file-attchment1 .attchment-actions {
  width: 20%;
  text-align: right;
}
.meeting-file-attchment1 .attchment-actions a {
  color: #222222;
  font-size: 20px;
  margin: 0 10px;
}

.btn i {
  font-size: 20px;
  position: relative;
  top: 1px;
  line-height: 16px;
}

.delete {
  color: #555555;
  font-size: 14px !important;
  margin-top: 5px;
  margin-bottom: 10px;
}
.delete:hover {
  color: #555555;
}

.gu-mirror.timeline-block {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.75);
  background: #ffffff !important;
  padding-top: 10px;
  padding-left: 10px;
  height: auto !important;
  opacity: 1 !important;
}
.gu-mirror.timeline-block .marker {
  font-size: 17px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #ffffff;
  margin-top: 0;
  z-index: 5;
  text-align: center;
  position: relative;
  left: 7px;
  color: #ffffff;
  font-size: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: #dddddd solid 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.gu-mirror.timeline-block .marker.active, .gu-mirror.timeline-block .marker:hover {
  background: #20b2aa;
}
.gu-mirror.timeline-block .marker i {
  top: 0;
}
.gu-mirror.timeline-block .meeting-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gu-mirror.timeline-block .meeting-content .form-control {
  font-size: 14px;
}
.gu-mirror.timeline-block .meeting-content .input-group-append {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100px;
  margin-left: -3px;
}
.gu-mirror.timeline-block .meeting-content .timeline-content {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 5px;
}
.gu-mirror.timeline-block .meeting-content .timeline-content h3 a {
  color: #000000;
  font-size: 15px;
}
.gu-mirror.timeline-block .meeting-content .timeline-content .timeline-txt {
  width: 90%;
}
.gu-mirror.timeline-block .meeting-content .meeting-seetings {
  width: 10%;
  text-align: right;
}
.gu-mirror.timeline-block .meeting-content .meeting-seetings i {
  position: relative;
  top: 4px;
}
.gu-mirror.timeline-block .meeting-content .meeting-seetings span {
  font-size: 22px;
  cursor: pointer;
}
.gu-mirror.timeline-block .meeting-buttons button {
  margin-right: 4px;
}
.gu-mirror.timeline-block .meeting-buttons button:last-child {
  margin-right: 0;
}
.gu-mirror.timeline-block .meeting-buttons button i {
  font-size: 20px;
  position: relative;
  top: 1px;
  line-height: 25px;
}

/*---------- todo-list  ---------*/
.under-line {
  text-decoration: underline;
}

.scroll-text-container {
  background: #fcf2d2;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.scroll-text {
  width: 86%;
}

.link {
  color: #222222;
}
.link:hover {
  color: #222222;
}

.todo-list-container {
  margin-bottom: 30px;
  background: #ffffff;
}
.todo-list-container .to-do-list-heading {
  padding: 15px 20px;
  color: #222222;
  border-bottom: #dddddd solid 1px;
}
.todo-list-container .to-do-list-heading i {
  font-size: 22px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  color: rgba(0, 0, 0, 0.54);
}
.todo-list-container .to-do-list-heading h2 {
  font-weight: 500;
  font-size: 18px;
}
.todo-list-container .to-do-list-heading h2 span {
  font-size: 15px;
  font-weight: normal;
}
.todo-list-container .todo-list {
  padding: 25px 25px;
}
.todo-list-container .todo-list h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 15px;
}
.todo-list-container .todo-list h4:first-child {
  margin-top: 0;
}
.todo-list-container .todo-list .todo {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
.todo-list-container .todo-list .todo:last-child {
  margin-bottom: 0;
}
.todo-list-container .todo-list .form-control {
  height: 46px;
  font-size: 14px;
}
.todo-list-container .todo-list .form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da;
}
.todo-list-container .todo-list .todo-check {
  margin-right: 15px;
}
.todo-list-container .todo-list .todo-text {
  font-size: 15px;
}
.todo-list-container .todo-list .todo-actions .dropdown-menu {
  padding: 0;
}
.todo-list-container .todo-list .todo-actions .dropdown-menu i {
  position: relative;
  top: 3px;
}
.todo-list-container .todo-list .todo-actions .btn {
  padding: 0 5px;
}
.todo-list-container .todo-list .todo-actions i {
  font-size: 22px;
  position: relative;
  top: 2px;
}

.dropdown-menu {
  font-size: 14px;
}
.dropdown-menu i {
  font-size: 20px;
}
.dropdown-menu .dropdown-item:active {
  background: #4792CE;
}

.todo .round input[type=checkbox]:checked + label {
  background-color: #20b2aa;
  border-color: #dddddd;
}
.todo .round label {
  height: 24px;
  width: 24px;
  border: #dddddd solid 2px;
  background: #ffffff;
  top: -2px;
}
.todo .round label::after {
  border: 2px solid #dddddd;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 4px;
  opacity: 1;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 12px;
}

.new-todo {
  background: #a5ebe7;
}

.completed-todo {
  background: #ffffff;
}

.pending-todo {
  background: #fad7d9;
}

.meeting-completed {
  width: auto;
  float: right;
  margin-top: -20px;
}

/*--------- My profile -----------*/
.profile-details-left {
  background: #ffffff;
  padding: 50px 25px;
  text-align: center;
}
.profile-details-left .profile-user-pic {
  width: 125px;
  margin: 0 auto;
  position: relative;
}
.profile-details-left .profile-user-pic img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: #eeeeee solid 5px;
}
.profile-details-left .profile-user-pic .edit-img-btn {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4A4B4A;
  width: 30px;
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.profile-details-left .profile-name {
  font-size: 20px;
  margin-top: 20px;
}
.profile-details-left .profile-name span {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #555555;
  margin-top: 10px;
}
.profile-details-left .profile-contact-details {
  margin-top: 25px;
  color: #444444;
}
.profile-details-left .profile-contact-details span {
  width: 100%;
  display: block;
  line-height: 28px;
}
.profile-details-left .profile-contact-details span i {
  font-size: 20px;
  position: relative;
  top: 2px;
}

.profile-right-tab {
  background: #ffffff;
  padding: 25px;
}
.profile-right-tab a {
  color: #222222;
}
.profile-right-tab .profile-section-heading {
  margin-top: 30px;
  border-bottom: #e5e5e5 solid 1px;
  padding-bottom: 10px;
}
.profile-right-tab .profile-section-heading .heading-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.profile-right-tab .profile-section-heading .heading-name h3 {
  margin: 0;
  font-size: 19px;
}
.profile-right-tab .profile-section-heading .edit-link a {
  color: #222222;
}
.profile-right-tab .profile-section-heading .edit-link a i {
  color: #5F5E5F;
  font-size: 22px;
  position: relative;
  top: 2px;
}
.profile-right-tab .heading-icon {
  width: 30px;
  height: 30px;
  background: #9243b7;
  display: block;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 28px;
  margin-right: 10px;
}
.profile-right-tab .heading-icon.icon-color2 {
  background: #e85c62;
}
.profile-right-tab .heading-icon.icon-color3 {
  background: #11a5ed;
}
.profile-right-tab .heading-icon.icon-color4 {
  background: #4792CE;
}
.profile-right-tab .edit-form .form-control {
  background-color: #f5f5f5;
  box-shadow: none;
}
.profile-right-tab .edit-form .toggle-checkbox .btn-group-toggle > .btn,
.profile-right-tab .edit-form .toggle-checkbox .btn-group-toggle > .btn-group > .btn {
  min-width: auto;
}
.profile-right-tab .email-notification-container {
  border: #e5e5e5 solid 1px;
  padding: 25px;
  margin-top: 30px;
}
.profile-right-tab div.checkbox.switcher label,
.profile-right-tab div.radio.switcher label {
  padding: 0;
  margin: 0;
}
.profile-right-tab div.checkbox.switcher label *,
.profile-right-tab div.radio.switcher label * {
  vertical-align: middle;
}
.profile-right-tab div.checkbox.switcher label input,
.profile-right-tab div.radio.switcher label input {
  display: none;
}
.profile-right-tab div.checkbox.switcher label input + span,
.profile-right-tab div.radio.switcher label input + span {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 28px;
  background: #eeeeee;
  border: 1px solid #eee;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.profile-right-tab div.checkbox.switcher label input + span small,
.profile-right-tab div.radio.switcher label input + span small {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  left: 2px;
  top: 3px;
}
.profile-right-tab div.checkbox.switcher label input:checked + span,
.profile-right-tab div.radio.switcher label input:checked + span {
  background: #4792CE;
  border-color: #4792CE;
}
.profile-right-tab div.checkbox.switcher label input:checked + span small,
.profile-right-tab div.radio.switcher label input:checked + span small {
  left: 50%;
}
.profile-right-tab .notification-list {
  margin-top: 30px;
}
.profile-right-tab .notification-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  padding: 0 0 20px 0;
}

.btn-link {
  color: #222222;
}
.btn-link:hover {
  color: #222222;
}

.support-feedback-container {
  margin-top: 30px;
}
.support-feedback-container .accordion a.heading {
  padding: 15px 25px;
}
.support-feedback-container .faq-question-container {
  margin-bottom: 30px;
}
.support-feedback-container .faq-question-container:last-child {
  margin-bottom: 0;
}
.support-feedback-container .faq-question-container h6 {
  font-weight: 500;
  margin-bottom: 10px;
}
.support-feedback-container .validation-text-area {
  margin-top: 25px;
  border: none;
  background: #f3f5f4;
  height: 125px;
}

/*---------- Notifications --------*/
.notification-container {
  margin-bottom: 30px;
  background: #ffffff;
}
.notification-container .notification-list-heading {
  padding: 15px 20px;
  color: #222222;
  border-bottom: #dddddd solid 1px;
}
.notification-container .notification-list-heading i {
  font-size: 22px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  color: rgba(0, 0, 0, 0.54);
}
.notification-container .notification-list {
  padding: 25px 25px;
}
.notification-container .notification-list h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 15px;
}
.notification-container .notification-list h4:first-child {
  margin-top: 0;
}
.notification-container .notification-list .notification {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.notification-container .notification-list .notification:last-child {
  margin-bottom: 0;
}
.notification-container .notification-list .notification.unread {
  background: #e6fffe;
}
.notification-container .notification-list .notification .notify-msg span {
  color: #777777;
}

/*------- actions button -------*/
#todomodal img {
  width: 200px;
}
#todomodal h6 {
  font-size: 22px;
  text-align: center;
}
#todomodal .popup-todo {
  margin-top: 40px;
  padding: 25px;
}
#todomodal .popup-todo .form-control {
  height: 50px;
}
#todomodal .popup-todo .form-control:focus {
  box-shadow: none;
  border: #ced4da solid 1px;
}
#todomodal .popup-todo .input-group-append {
  width: 150px;
}
#todomodal .popup-todo .pop-new-todo {
  background: #a5ebe7;
  margin-bottom: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  justify-content: space-between;
}
#todomodal .popup-todo .pop-new-todo .todo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
#todomodal .popup-todo .pop-new-todo .todo-text {
  width: 100%;
}
#todomodal .popup-todo .pop-new-todo .todo-date {
  font-size: 15px;
}
#todomodal .popup-todo .pop-new-todo .todo-delete {
  width: 30px;
  text-align: right;
}
#todomodal .popup-todo .pop-new-todo .todo-delete a {
  color: #222222;
  font-size: 19px;
}

.midfullness-text {
  font-size: 18px;
  color: #777777;
  margin-bottom: 30px;
}
.midfullness-text img {
  width: 210px;
  margin-right: 15px;
}

.mindfullness-thumb {
  padding: 10px 15px;
  margin-bottom: 20px;
  font-size: 19px;
}
.mindfullness-thumb .palyer-container {
  margin-top: 10px;
}
.mindfullness-thumb .palyer-container .plyr--audio .plyr__controls {
  padding: 0;
}
.mindfullness-thumb a {
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mindfullness-thumb .mindfulness-thumb-img {
  position: relative;
  width: 65px;
  display: block;
  margin-right: 15px;
  flex-shrink: 0;
}
.mindfullness-thumb .mindfulness-thumb-img .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #222222;
  border: #ffffff solid 2px;
  font-size: 20px;
}
.mindfullness-thumb .mindfulness-thumb-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.gartitude-txt {
  color: #222222;
}
.gartitude-txt div:first-child {
  margin-right: 25px;
}
.gartitude-txt h3 {
  margin-bottom: 5px;
}

.gratitude-form .form-label-group {
  position: relative;
}
.gratitude-form .form-label-group .reset {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 20px;
  color: #777777;
}
.gratitude-form textarea {
  height: 100px !important;
}
.gratitude-form .form-control {
  padding-right: 50px;
}

.share-to {
  font-size: 15px;
}

.mywellbeing-tabs-container .tab-content {
  padding-top: 25px;
}
.mywellbeing-tabs-container .featured-wellbeing-thumb {
  background: #ffffff;
  min-height: 225px;
  position: relative;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}
.mywellbeing-tabs-container .featured-wellbeing-thumb .featured-wellbeing-thumb-img {
  width: 250px;
}
.mywellbeing-tabs-container .featured-wellbeing-thumb .featured-wellbeing-thumb-img img {
  width: 185px;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.mywellbeing-tabs-container .featured-wellbeing-thumb .featured-wellbeing-txt-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 25px;
  width: 100%;
  padding-right: 0;
}
.mywellbeing-tabs-container .featured-wellbeing-txt {
  font-size: 18px;
}
.mywellbeing-tabs-container .featured-wellbeing-txt img {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}
.mywellbeing-tabs-container .featured-wellbeing-txt .wellbeing-details {
  font-size: 16px;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.mywellbeing-tabs-container .featured-wellbeing-txt .wellbeing-details span {
  margin-right: 10px;
}
.mywellbeing-tabs-container .card {
  margin: 0;
}

.palyer-small .plyr__controls {
  padding: 2px !important;
}

.featured {
  width: 128px;
  height: 33px;
  background: url(../images/featured-badge.png) no-repeat;
  background-size: 100%;
  position: absolute;
  color: #222222;
  font-weight: 500;
  text-align: center;
  left: -5px;
  top: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  padding-left: 5px;
  text-transform: uppercase;
}
.featured i {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.wellbeing-thumb-container {
  margin-bottom: 30px;
}
.wellbeing-thumb-container .wellbeing-thumb {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #ffffff;
}
.wellbeing-thumb-container .wellbeing-thumb .article-counts {
  padding: 20px 0;
  font-size: 15px;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 0;
  margin-top: 10px;
}
.wellbeing-thumb-container .wellbeing-thumb .article-counts i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.container1 {
  position: relative;
}

.container1 > ul {
  list-style: none;
  position: absolute;
  padding: 1px 100px;
  color: #222222;
  width: 100%;
  padding-right: 30px;
  font-size: 14px;
}

.container1 > ul:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  border-left: 2px solid #c4c4c4;
}

.container1 > ul > li {
  position: relative;
  margin-left: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 14px;
  border-radius: 6px;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.container1 > ul > li .attchment-file {
  border-top: #c4c4c4 solid 1px;
  padding-top: 10px;
}
.container1 > ul > li .attchment-file i {
  font-size: 20px;
  color: #bbbbbb;
  position: relative;
  top: 2px;
}
.container1 > ul > li .attchment-file a {
  color: #222222;
}

.container1 > ul > li:not(:first-child) {
  margin-top: 60px;
}

.container1 > ul > li > span {
  width: 2px;
  height: 100%;
  /*background: #fff;*/
  left: -28px;
  top: 0;
  position: absolute;
  line-height: 25px;
}

.container1 > ul > li > span:before,
.container1 > ul > li > span:after {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 3px solid #c4c4c4;
  position: absolute;
  background: #ffffff;
  left: -13px;
  top: 0;
}

.container1 > ul > li span:after {
  top: 100%;
  display: none;
}

.container1 > ul > li > div {
  margin-left: 10px;
}

.container1 div .title,
.container1 div .type {
  font-weight: 600;
}

.container1 div .info {
  font-weight: 300;
}

.container1 div > div {
  margin-top: 5px;
}

.container1 span.number span {
  position: absolute;
  left: -100px;
}

.container1 ul li span.number.today strong {
  position: absolute;
  left: -72px;
  font-weight: 500;
  top: -5px;
  font-size: 18px;
}

.container1 ul li span.number.today span {
  position: absolute;
  left: -100px;
  top: 25px;
}

.container1 span.number span:first-child {
  top: 0;
}

.tab-pane {
  position: relative;
}

.gratitude-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.gratitude-list li .count {
  background: #5F5E5F;
  width: 30px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 19px;
  line-height: 28px;
  margin-right: 10px;
  border-radius: 50%;
}

#player {
  width: 100% !important;
}

.org-logo {
  text-align: center;
  margin-bottom: 15px;
}
.org-logo img {
  height: 60px;
}

/*------ My team --------*/
.myteam-invite-container {
  background: #ffffff;
  padding: 50px 75px;
}

.completed2 {
  width: 133px;
  height: 33px;
  background: url(../images/featured-badge.png) no-repeat;
  background-size: 100%;
  position: absolute;
  color: #222222;
  font-weight: 500;
  text-align: center;
  left: -6px;
  top: -11px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.completed2 i {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.completed1 {
  width: 133px;
  height: 33px;
  background: url(../images/complete1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  color: white;
  font-weight: 500;
  text-align: center;
  left: -6px;
  top: -11px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.completed1 i {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.capability-condition-modal img {
  height: 160px;
}
.capability-condition-modal h3 {
  font-size: 18px;
  font-weight: 500;
}

b,
strong {
  font-weight: 600;
}

.quiz-condition-modal img {
  height: 175px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.quiz-condition-modal h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

#quiz-form {
  text-align: center;
  position: relative;
  margin-top: 20px;
}

#quiz-form fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  position: relative;
}

.form-card {
  text-align: left;
  margin-bottom: 30px;
}

#quiz-form fieldset:not(:first-of-type) {
  display: none;
}

#quiz-form textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
}

#quiz-form input:focus,
#quiz-form textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673ab7;
  outline-width: 0;
}

#quiz-form .action-button {
  width: auto;
  background: #4792CE;
  font-weight: 400;
  color: white;
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0 10px 5px;
  float: right;
  border-radius: 5px;
}

#quiz-form .action-button-previous {
  width: auto;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0;
  float: right;
}

#quiz-form .action-button-previous:hover,
#quiz-form .action-button-previous:focus {
  background-color: #000000;
}

.fs-title {
  font-size: 21px;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 15px !important;
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

.progress {
  height: 5px;
}

.progress-bar {
  background-color: #4792CE;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

.quiz-question-container {
  padding: 40px;
}
.quiz-question-container.action-checklist .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #4792CE !important;
  background-color: #4792CE !important;
}
.quiz-question-container img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 5px;
}
.quiz-question-container ul {
  margin-bottom: 15px;
}
.quiz-question-container ul .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5F5E5F;
  background-color: #5F5E5F;
}
.quiz-question-container ul li {
  padding: 0 25px;
  background: #f5f5f5;
  border-radius: 5px;
}
.quiz-question-container ul li .custom-control {
  width: 100%;
  margin-bottom: 3px;
  font-size: 18px;
}
.quiz-question-container ul li .custom-control label {
  width: 100%;
  display: block !important;
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1rem;
  padding-top: 25px;
  padding-bottom: 25px;
}
.quiz-question-container ul li .custom-control label:before {
  position: absolute;
  top: 20px;
  left: -1.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.quiz-question-container ul li .custom-control label:after {
  top: 16px;
  left: -28px;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.quiz-question-container .multiple-choice .custom-checkbox .custom-control-label::before {
  border-radius: 50%;
}
.quiz-question-container .multiple-choice .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  opacity: 1;
  border: 2px solid #ffffff;
  border-top-color: rgb(255, 255, 255);
  border-top-style: solid;
  border-top-width: 2px;
  border-right-color: rgb(255, 255, 255);
  border-right-style: solid;
  border-right-width: 2px;
  border-top: none;
  border-right: none;
  height: 9px;
  left: -17px;
  opacity: 1;
  position: absolute;
  top: 29px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 19px !important;
}

.quiz-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.quiz-heading span {
  font-size: 20px;
}

.previous.btn.btn-primary {
  padding-right: 20px;
}

.next.btn.btn-primary {
  padding-left: 25px;
}

.question-results h2 {
  margin-bottom: 30px;
}
.question-results .quiz-question-container {
  margin-bottom: 30px;
}
.question-results .form-card {
  margin-bottom: 0;
}

.quiz-correct {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.quiz-correct .alert {
  padding: 8px 15px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
}
.quiz-correct .question-count {
  font-size: 17px;
}

.capability-activities-container .timeline-container .timeline-block {
  margin-bottom: 20px;
  position: relative;
}
.capability-activities-container .timeline-container .marker {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #b8b8b8;
  margin-top: 0;
  z-index: 5;
  text-align: center;
  position: relative;
  left: 5px;
  color: #ffffff;
  font-size: 19px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.capability-activities-container .timeline-container .marker.active {
  background: #4792CE;
}
.capability-activities-container .timeline-container .marker i {
  top: 3px;
}
.capability-activities-container .timeline-container .marker {
  font-size: 22px;
  left: 0;
}
.capability-activities-container .timeline-container::before {
  display: none;
}
.capability-activities-container .timeline-container .timeline-block::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 13px;
  margin-left: 0;
  width: 3px;
  height: 100%;
  background: #dedede;
  z-index: 1;
}
.capability-activities-container .timeline-container .timeline-block:last-child::before {
  height: 0;
}
.capability-activities-container .meeting-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.capability-activities-container .meeting-content .form-control {
  font-size: 14px;
}
.capability-activities-container .meeting-content .input-group-append {
  box-shadow: none;
  width: 100px;
  margin-left: -3px;
}
.capability-activities-container .meeting-content .timeline-content h3 a {
  color: #000000;
  font-size: 15px;
}
.capability-activities-container .meeting-content .timeline-content {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-left: 5px;
}
.capability-activities-container .meeting-content .timeline-content .timeline-txt {
  width: 90%;
}
.capability-activities-container .meeting-content .meeting-seetings {
  width: 10%;
  text-align: right;
}
.capability-activities-container .meeting-content .meeting-seetings i {
  position: relative;
  top: 4px;
}
.capability-activities-container .meeting-content .meeting-seetings span {
  font-size: 22px;
  cursor: pointer;
}
.capability-activities-container .meeting-buttons button {
  margin-right: 4px;
}
.capability-activities-container .meeting-buttons button:last-child {
  margin-right: 0;
}
.capability-activities-container .meeting-buttons button i {
  font-size: 20px;
  position: relative;
  top: 1px;
  line-height: 25px;
}

.myteam-tabs .tab-banner img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 5px;
}
.myteam-tabs .section-container {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.myteam-tabs h5 a {
  color: #444444;
}

#eapmodal .modal-header {
  background: #4A4B4A;
  text-align: center;
}
#eapmodal .modal-header h5 {
  color: #ffffff;
  width: 100%;
}
#eapmodal .modal-body {
  padding-left: 25px;
  padding-right: 25px;
}
#eapmodal .eap-contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
#eapmodal .eap-contact-details ul li {
  font-size: 19px;
  padding: 0 0 20px 0;
}
#eapmodal .eap-contact-details ul li a {
  color: #222222;
}
#eapmodal .eap-contact-details ul li i {
  font-size: 24px;
  color: #5F5E5F;
  position: relative;
  top: 2px;
}
#eapmodal .eap-details {
  padding: 25px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.invite-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.invite-row-left .invite-user-details .invite-username {
  font-size: 15px;
}
.invite-row-left .invite-user-details .invite-username span {
  font-size: 14px;
  color: #3a9b70;
}
.invite-row-left .invite-user-details .invite-username span i {
  font-size: 16px;
}
.invite-row-left .invite-useremail {
  font-size: 14px;
  color: #777777;
}

.page-right-link,
.mobile-pre-link {
  font-size: 16px;
  font-weight: 500;
  color: #1f2235;
  margin-right: 20px;
  text-decoration: underline;
}
.page-right-link:hover,
.mobile-pre-link:hover {
  color: #222222;
}

.page-right-link i {
  font-size: 22px;
  position: relative;
  top: 4px;
}

.previousaction-container .meeting-list {
  margin-bottom: 0;
}
.previousaction-container .timeline-container {
  margin-bottom: 0;
}

.mobile-pre-link {
  flex-basis: 100%;
}

.mobile-pre-link {
  margin-top: -10px;
  display: none;
}

.meeting-location {
  width: 100%;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meeting-location i {
  color: rgba(0, 0, 0, 0.54);
  font-size: 24px;
  position: relative;
  top: 4px;
}
.meeting-location span {
  font-size: 14px;
  line-height: 28px;
}

.vitual-location i {
  position: relative;
  top: 2px;
}
.vitual-location a {
  margin-left: 10px;
  color: #222222;
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pre-create-meeting-btn i {
  display: none;
}

.action-items-edit-btns a {
  margin-left: 10px;
}

.timeline-content-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.action-items-edit-btns {
  margin-left: 15px;
}
.action-items-edit-btns .btn span {
  display: inline-block;
}

.feed-badge-new {
  font-size: 19px;
  margin-bottom: 0;
  background: #ffc107;
  color: #222222 !important;
}

#protips-slider.slider {
  text-align: unset;
}
#protips-slider .slider .slide img {
  height: 150px;
}
#protips-slider .protips-thumb {
  width: 100px;
  flex-shrink: 0;
  margin-right: 25px;
}
#protips-slider .protips-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px;
  margin-bottom: 0px;
}
#protips-slider .protips-text {
  text-align: unset !important;
}

.slick-dots {
  text-align: center;
}

.badge-btn {
  font-size: 13px !important;
  padding: 4px !important;
  height: 22px;
  line-height: 13px;
  margin-top: 10px;
  border: none !important;
  color: #ffffff;
}
.badge-btn:focus {
  border: none;
}
.badge-btn:hover {
  border: none !important;
  color: #ffffff;
}
.badge-btn.blue {
  background: #1ba8f1;
}
.badge-btn.blue:hover {
  background: #1ba8f1;
}
.badge-btn.green {
  background: #1ea65f;
}
.badge-btn.green:hover {
  background: #1ea65f;
}
.badge-btn.amber {
  background: #ffbf00;
}
.badge-btn.amber:hover {
  background: #ffbf00;
}
.badge-btn.red {
  background: #bb0000;
}
.badge-btn.red:hover {
  background: #bb0000;
}

.widget-heading-big {
  font-size: 15px;
  text-align: center;
}

.widget-heading-bg2 {
  background: #4A4B4A !important;
  font-size: 16px;
}

.badges-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}
.badges-list li img {
  width: 25px;
  margin-right: 10px;
}

.accordion-inner a:before, .accordion-inner a::after {
  display: none;
}

.accordion-inner a {
  padding: 0;
}

.accordion-inner img {
  cursor: pointer;
}

.drag-quiz-container .question-heading-right {
  background: #5F5E5F;
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 5px;
  font-size: 22px;
}
.drag-quiz-container .question-heading-left {
  background: #4792CE;
}
.drag-quiz-container .question-left {
  background: #F5F5F5;
  padding: 0 25px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 18px;
  margin-top: 10px;
  min-height: 70px;
  text-align: center;
}
.drag-quiz-container .drag-answer {
  background: #DDDDDD;
  padding: 0 25px;
  color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
  min-height: 70px;
  text-align: left;
  border: 1.5px dashed #777777;
}
.drag-quiz-container .drag-answer.correct-answer {
  background-color: #d4edda;
}

.quiz-banner img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.page-center-block {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 2em;
}

.page-center-block img {
  display: block;
  margin: 1em auto;
  max-height: 200px;
}

.card2 .module-thumb-img img {
  object-fit: cover;
  max-height: 300px;
}

.accordion-inner ul {
  border-bottom: unset;
}

.summer-ul-li ul li {
  box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
}

.owl-carousel .owl-next {
  background: url(../images/arrow-right-category.svg) no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.owl-carousel .owl-next:first-line {
  visibility: hidden;
}
.owl-carousel .owl-prev {
  background: url(../images/arrow-left-category.svg) no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.owl-carousel .owl-prev:first-line {
  visibility: hidden;
}
.owl-carousel .owl-nav [class*=owl-] {
  font-size: 4px !important;
  margin: 0 10px !important;
  padding: 0 !important;
}

.dropdown-menu {
  z-index: 996;
}

.backdrop-class {
  z-index: 1040;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.075);
  width: 100%;
  height: 100%;
}

.popover {
  z-index: 990;
}

.filter-dropdown {
  overflow-y: scroll;
  height: 405px;
}

@media (max-width: 575.98px) {
  .main-menu-left-container .main-menu-left ul li span {
    display: block;
  }
  .main-menu-left-container .main-menu-left ul li span i {
    color: rgb(129, 129, 129);
  }
  .main-menu-left-container .main-menu-left ul li .pined i {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-menu-left-container .main-menu-left ul li span {
    display: block;
  }
  .main-menu-left-container .main-menu-left ul li span i {
    color: rgb(80, 80, 80);
  }
  .main-menu-left-container .main-menu-left ul li .pined i {
    color: rgb(0, 0, 0);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .main-menu-left-container .main-menu-left ul li span {
    display: block;
  }
  .main-menu-left-container .main-menu-left ul li span {
    color: rgb(80, 80, 80);
  }
  .main-menu-left-container .main-menu-left ul li .pined {
    color: rgb(0, 0, 0);
  }
}
.daterangepicker {
  z-index: 900 !important;
}

.dropdown-menu-height {
  height: 250px;
  overflow-y: scroll;
}

.mindfull-audio {
  display: block !important;
}

.text-wrapping {
  overflow-wrap: break-word;
  word-break: break-all;
}

.form-multiselect .multiselect__option--highlight {
  background: #4792CE !important;
}

#form-total-org > div.actions.clearfix > ul > li:nth-child(1) {
  display: none;
  width: 27%;
  margin-right: 4px;
}

#form-total-org > div.actions.clearfix > ul {
  display: flex;
  justify-content: space-between;
}

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