@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");
/*colors buttons*/
/*colors text*/
/*text color classes*/
.txt-persianred {
  color: #D03E38 !important;
}

.txt-darkcerulean {
  color: #00467B !important;
}

.txt-darkgray {
  color: #A9A9A9 !important;
}

/*colors background*/
/*colors borders*/
/*fonts*/
/*fonts family*/
/*default styling*/
html body {
  font-family: "Roboto", sans-serif;
}

html body.body {
  background: #F2F6F8;
}
html body.body p {
  font-family: "Roboto", sans-serif;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p, body ul, body span {
  padding: 0px;
  margin: 0px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Sen", sans-serif;
  font-weight: bold;
}

body h1 {
  font-size: 32px;
  color: #00467B;
  line-height: 45px;
  text-transform: capitalize;
}

a {
  cursor: pointer;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.pointer {
  cursor: pointer;
}

.form-control:focus,
.form-control,
.btn,
.btn.btn-primary,
.btn:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus,
.owl-nav button,
.owl-nav button:hover,
.owl-theme .owl-nav [class*=owl-]:hover {
  box-shadow: none;
  outline: 0;
}

.owl-nav button,
.owl-nav button:hover,
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}

body .btn.btn-primary,
body .btn {
  transform: translateY(0px);
  transition: all 0.5s ease 0s;
}

body button, .btn, .btngrey, .btnstyle1, .btnstyle2, .btnstyle3, .btnstyle4 {
  outline: none !important;
}

.btn.btn-primary,
.btnstyle1 {
  background: #D03E38;
  color: #fff;
  min-width: 150px;
  border-radius: 50px;
  border: 1px solid #D03E38;
  height: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  line-height: 37px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  outline: none !important;
}
.btn.btn-primary:hover,
.btnstyle1:hover {
  background: #D03E38;
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  transform: translateY(-3px);
}

.btnstyle2 {
  background: rgba(208, 62, 56, 0.1);
  color: #D03E38;
  min-width: 168px;
  border-radius: 100px;
  border: 1px solid transparent;
  height: 40px;
  line-height: 25px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
}
.btnstyle2:hover {
  background: rgba(208, 62, 56, 0.1);
  color: #D03E38;
  transition: 0.3s;
  transform: translateY(-3px);
}

.btn.btnstyle3 {
  background: transparent;
  color: #000;
  outline: none;
  border: 1px solid #707070;
  border-radius: 0;
  padding: 5px 15px;
}
.btn.btnstyle3:hover {
  color: #fff;
  background: #000;
  transition: 0.3s;
  transform: translateY(-3px);
}

.btnstyle4 {
  background: #e7eaec;
  color: #606060;
  min-width: 168px;
  border-radius: 100px;
  border: 1px solid transparent;
  height: 40px;
  line-height: 37px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
}
.btnstyle4:hover {
  color: #000;
  background: #A9A9A9;
  text-decoration: none;
  transition: 0.3s;
  transform: translateY(-3px);
}

.btngrey {
  background: #A9A9A9;
  color: #fff;
  min-width: 150px;
  border-radius: 50px;
  border: 1px solid #A9A9A9;
  height: 40px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  line-height: 37px;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  outline: none;
}
.btngrey:hover {
  background: #606060;
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  transform: translateY(-3px);
}

a.back-btn,
a.front-btn {
  position: relative;
  color: #00467b;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding: 10px 0px;
  transition: 0.3s;
}
a.back-btn:before,
a.front-btn:before {
  content: url(../images/ksu/backarrow.svg);
  margin-right: 8px;
  transition: 0.3s;
}
a.back-btn:hover:before,
a.front-btn:hover:before {
  margin-right: 5px;
  margin-left: 3px;
}

a.front-btn:before {
  content: unset;
}
a.front-btn:after {
  content: "";
  background-image: url(../images/ksu/backarrow.svg);
  transform: rotate(180deg);
  margin-right: 8px;
  width: 15px;
  transition: 0.3s;
  height: 15px;
  background-size: 17px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: -28px;
}
a.front-btn:hover:after {
  margin-right: 5px;
  margin-left: 3px;
}

::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #A9A9A9;
}

::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #A9A9A9;
}

input:focus {
  outline: 0;
  box-shadow: none;
  border-color: none;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

body .alert {
  background: #e8f0fe;
  opacity: 1;
  border-radius: 5px;
  color: #262626;
  padding: 12px;
  margin: 17px 0;
  border: 1px solid #E6E6E6;
}
body .alert .close {
  outline: none;
}
body .alert.alert-success {
  background: rgba(98, 178, 84, 0.15);
  border: 1px solid rgba(98, 178, 84, 0.2);
  opacity: 1;
}
body .alert.alert-warning {
  background: rgba(208, 62, 56, 0.1);
  border: 1px solid rgba(208, 62, 56, 0.2);
  opacity: 1;
}

.main-header {
  background: #FFFFFF;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.05);
  width: 100%;
}
.main-header .logo-main {
  min-height: 67px;
  display: flex;
  align-items: center;
}
.main-header .logo-main img {
  max-height: 50px;
}
.main-header .hamburgers {
  display: none;
  position: relative;
  outline: none !important;
  top: 0;
  left: 0;
  border: none;
  padding: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  cursor: pointer;
  width: 28px;
  height: 20px;
}
.main-header .hamburgers span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #A9A9A9;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.main-header .hamburgers span:nth-child(1) {
  top: 0px;
}
.main-header .hamburgers span:nth-child(2) {
  top: 8px;
}
.main-header .hamburgers span:nth-child(3) {
  top: 16px;
}
.main-header .hamburgers[aria-expanded=true] span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.main-header .hamburgers[aria-expanded=true] span:nth-child(2) {
  transform: rotate(45deg);
}
.main-header .hamburgers[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}
.main-header #main-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  min-height: inherit;
  border: none;
}
.main-header .top_nav ul.navbar li {
  list-style: none;
  margin: 0 10px;
}
.main-header .top_nav ul.navbar li > a {
  color: #A9A9A9;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 22px 13px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.main-header .top_nav ul.navbar li > a:hover {
  color: #D03E38;
  border-bottom: 3px solid #D03E38;
}
.main-header .top_nav ul.navbar li.active a {
  color: #D03E38;
  border-bottom: 3px solid #D03E38;
}
.main-header .top_nav ul.navbar li.dropdown > a {
  border-radius: 50%;
  display: inline-block;
  border: 3px solid transparent;
  padding: 0;
  height: 52px;
  width: 52px;
  overflow: hidden;
  margin: 0;
  position: relative;
  top: 3px;
  transition: all 0.5s ease 0s;
}
.main-header .top_nav ul.navbar li.dropdown > a:hover {
  border: 3px solid #E6E6E6;
}
.main-header .top_nav ul.navbar li.dropdown > a::after {
  content: none;
}
.main-header .top_nav ul.navbar li.dropdown > a img {
  transform: scale(1);
  max-width: 47px;
  max-height: 47px;
  transition: all 0.5s ease 0s;
}
.main-header .top_nav ul.navbar li.dropdown > a:hover img {
  transform: scale(1.05);
}
.main-header .top_nav ul.navbar li.dropdown {
  margin-right: 0;
  margin-left: 20px;
}
.main-header .top_nav ul.navbar li .dropdown-menu {
  border: none;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 5px 5px;
  left: auto;
  right: 0;
  top: 53px;
  padding: 0 0 10px 0;
  min-width: 200px;
}
.main-header .top_nav ul.navbar li .dropdown-menu li {
  margin: 0;
  text-align: center;
}
.main-header .top_nav ul.navbar li .dropdown-menu li a {
  display: inline-block;
  padding: 10px 0;
  border: none;
  width: 100%;
}
.main-header .top_nav ul.navbar li .dropdown-menu li.logout {
  border-top: 1px solid #ecf3f7;
  padding-top: 3px;
  margin-top: 2px;
}
.main-header .top_nav ul.navbar li .dropdown-menu li._wel {
  font-size: 14px;
  color: #A9A9A9;
  background: #f9fbfc;
  border-bottom: 1px solid #ecf3f7;
  padding: 20px;
  max-width: 100%;
  margin-bottom: 8px;
}
.main-header .top_nav ul.navbar li .dropdown-menu li._wel strong {
  display: inline-block;
  padding: 15px 0 0 0;
  -moz-text-align-last: center;
       text-align-last: center;
  width: 100%;
}
.main-header .top_nav ul.navbar li .dropdown-menu li._wel strong a {
  color: #262626;
  padding: 0;
}

body form label {
  font-size: 14px;
  color: #606060;
  line-height: 16px;
}
body form .form-group {
  margin-bottom: 25px;
}
body form .form-control {
  background: #fff;
  border: 1px solid #E6E6E6;
  font-size: 14px;
  line-height: 16px;
  color: #262626;
}
body form .hidden-inside .field-signupform-fk_company {
  margin-bottom: 0;
}
body form .hidden-inside .field-signupform-fk_company p.help-block.help-block-error {
  margin: 0;
}
body form input.form-control,
body form select.form-control {
  height: 40px;
}
body form .form-check-label {
  color: #A9A9A9;
  font-size: 13px;
}
body form .iserror {
  border: 1px solid #D03E38;
  color: #D03E38;
}
body form .iserror + span {
  color: #D03E38;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  vertical-align: middle;
  display: flex !important;
  align-items: center;
  margin-top: 12px;
}
body form .iserror + span img {
  margin-right: 7px;
}

.alert {
  color: #262626;
  font-size: 14px;
  line-height: 16px;
  border: 0;
  padding: 10px 17px;
}
.alert img {
  margin-right: 8px;
}

.alert-success {
  background-color: rgba(98, 178, 84, 0.15);
  border-radius: 5px;
}

.badge {
  font-size: 11px;
  font-weight: normal;
  height: 17px;
  width: 54px;
}

.badge-success {
  background: rgba(98, 178, 84, 0.15);
  color: #62B254;
}

.badge-danger {
  background: rgba(208, 62, 56, 0.1);
  color: #D03E38;
}

.customcheck1 .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.customcheck1 .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
  color: #A9A9A9;
}
.customcheck1 .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #A9A9A9;
}
.customcheck1 .styled-checkbox:checked + label:before {
  background: #A9A9A9;
  border: 1px solid #A9A9A9;
}
.customcheck1 .styled-checkbox:checked + label:after {
  content: url(../images/tick.svg);
  position: absolute;
  top: 0;
  margin: auto;
  right: -2px;
  width: 100%;
  height: 100%;
}

body footer {
  background: #F2F6F8;
  padding: 50px 0 30px 0;
  text-align: center;
}
body footer .copyright {
  font-size: 11px;
  color: #A9A9A9;
  line-height: 20px;
}

/*login page*/
.ksu-login {
  position: relative;
  padding: 57px 0 30px 0;
}
.ksu-login:after {
  background: linear-gradient(100.82deg, rgba(0, 70, 123, 0.12) 5.68%, rgba(255, 255, 255, 0) 148.58%);
  opacity: 0.6;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.ksu-login .loginlogo {
  margin-bottom: 68px;
}
.ksu-login .leftcontent h1 {
  margin-bottom: 17px;
}
.ksu-login .leftcontent p {
  font-size: 18px;
  color: #00467B;
  opacity: 0.55;
  line-height: 21px;
}
.ksu-login .leftcontent form {
  max-width: 375px;
  margin-top: 50px;
}
.ksu-login .leftcontent form .customcheck1 {
  margin: 15px 0 58px 0;
}
.ksu-login .leftcontent form .btn-link {
  font-size: 13px;
}
.ksu-login .rightcontent {
  position: relative;
  left: -25px;
  top: -65px;
}
.ksu-login .rightcontent img {
  max-width: 580px;
  height: auto;
}

::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #E6E6E6;
}

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

/*signup page*/
.ksu-forms-screens {
  position: relative;
  padding: 57px 0 30px 0;
}
.ksu-forms-screens:after {
  background: linear-gradient(100.82deg, rgba(0, 70, 123, 0.12) 5.68%, rgba(255, 255, 255, 0) 148.58%);
  opacity: 0.6;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.ksu-forms-screens .loginlogo {
  margin-bottom: 68px;
}
.ksu-forms-screens .loginlogo img {
  max-height: 50px;
}
.ksu-forms-screens .leftcontent h1 {
  margin-bottom: 17px;
}
.ksu-forms-screens .leftcontent p {
  font-size: 18px;
  color: #00467B;
  opacity: 0.55;
  line-height: 21px;
}
.ksu-forms-screens .leftcontent p.help-block.help-block-error {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #D03E38;
  opacity: 1;
  margin-top: 10px;
}
.ksu-forms-screens .leftcontent .forgot-link.btn-link {
  color: #00467B;
  text-decoration: none;
  position: relative;
  top: -10px;
}
.ksu-forms-screens .leftcontent .forgot-link.btn-link:hover {
  color: #D03E38;
  text-decoration: underline;
}
.ksu-forms-screens .leftcontent ._remember:before {
  content: url(../images/ksu/backarrow.svg);
  margin-right: 8px;
}
.ksu-forms-screens .leftcontent form {
  margin-top: 50px;
}
.ksu-forms-screens .leftcontent form .customcheck1 {
  margin: 15px 0 58px 0;
}
.ksu-forms-screens .leftcontent form .__minigrey {
  font-size: 13px;
  color: #A9A9A9;
}
.ksu-forms-screens .leftcontent form .btn-link {
  font-size: 13px;
  color: #D03E38;
  text-decoration: underline;
}
.ksu-forms-screens .leftcontent form .btn-link:after {
  text-decoration: none;
}
.ksu-forms-screens .leftcontent form .has-error input {
  color: #D03E38;
  border: 1px solid #D03E38;
}
.ksu-forms-screens .leftcontent form button {
  margin: 35px 0;
  outline: none;
}
.ksu-forms-screens .rightcontent {
  position: relative;
  left: 20px;
  top: 0;
}
.ksu-forms-screens .rightcontent img {
  max-width: 580px;
  height: auto;
}

.success-msg .leftcontent form {
  margin-top: 68px;
}

.content-none::after {
  content: none;
}

main.content {
  padding: 60px 0;
}

.programs-list ._heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}
.programs-list ._heading h3 {
  color: #00467B;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
}
.programs-list ._heading a {
  color: #A9A9A9;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  min-width: 87px;
}
.programs-list ._heading a:after {
  content: url(../images/ksu/more.svg);
  margin-left: 9px;
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}
.programs-list ._heading a:hover:after {
  filter: none;
  margin-left: 5px;
  opacity: 1;
}
.programs-list ._heading a:hover {
  color: #D03E38;
}

._last_list ul.pagination {
  padding-bottom: 0;
}

.programs-list {
  margin-bottom: 60px;
}
.programs-list._last_list {
  margin-bottom: 30px;
}

body .pro-card {
  background: #FFFFFF;
  box-shadow: 0px 12px 20px rgba(0, 70, 123, 0.05);
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  min-height: 260px;
}
body .pro-card:hover {
  box-shadow: 0px 12px 20px rgba(0, 70, 123, 0.09);
}
body .pro-card:hover ._img img {
  transform: scale(1.05);
}
body .pro-card ._img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  min-height: 200px;
  max-height: 200px;
  height: 100%;
}
body .pro-card ._img img {
  transition: all 0.8s ease;
}
body .pro-card h4 {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
body .pro-card h4 a {
  color: #262626;
  cursor: text;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 3em;
  text-decoration: none;
}
body .pro-card h4 a:hover {
  text-decoration: none;
}
body .pro-card h4 .img-fluid {
  margin-left: 10px;
}
body .pro-card p {
  color: #606060;
  font-size: 13px;
  line-height: 22px;
}
body .pro-card p a {
  color: #D03E38;
  text-decoration: underline;
}
body .pro-card p a:hover {
  text-decoration: none;
}
body .pro-card ._list {
  display: flex;
  margin: 20px 0 10px 0;
}
body .pro-card ._list ul {
  list-style: none;
  min-width: 100px;
}
body .pro-card ._list ul li {
  color: #262626;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
body .pro-card ._list ul strong, body .pro-card ._list ul b {
  color: #A9A9A9;
  font-weight: normal;
}
body .pro-card .cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 95%;
}
body .pro-card .cta a, body .pro-card .cta span.click-enroll-btn {
  color: #D03E38;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding: 10px 0;
}
body .pro-card .cta a:after, body .pro-card .cta span.click-enroll-btn:after {
  content: url(../images/ksu/forward.svg);
  margin-left: 9px;
  transition: all 0.3s ease 0s;
}
body .pro-card .cta a:hover, body .pro-card .cta span.click-enroll-btn:hover {
  text-decoration: none;
  color: #606060;
}
body .pro-card .cta a:hover:after, body .pro-card .cta span.click-enroll-btn:hover:after {
  filter: grayscale(100%);
  margin-left: 5px;
}
body .pro-card .cta ._noafter:after {
  content: none;
}

.bundle-list {
  background-color: #fff;
  box-shadow: 0px 12px 20px rgba(0, 70, 123, 0.05);
  border-radius: 20px;
  padding: 25px 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.bundle-list > h4 {
  color: #00467B;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  padding-right: 50px;
}
.bundle-list > h4 .bundle-price {
  background-color: #D03E38;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  padding: 3px 15px;
  margin-left: 35px;
}
.bundle-list .bundle-buy {
  text-align: right;
}
.bundle-list .bundle-buy .btnstyle1 {
  cursor: pointer;
  margin-top: 10px;
}
.bundle-list .bundle-package-bage {
  background-color: #D03E38;
  color: #fff;
  padding: 2px 30px;
  position: absolute;
  right: -30px;
  top: 33px;
  transform: rotate(45deg);
  font-size: 12px;
}
.bundle-list .view-bundle-description {
  margin-left: 20px;
  font-size: 15px;
  text-decoration: underline;
  font-weight: normal;
}
.bundle-list .view-bundle-description:hover {
  color: #D03E38;
}

.modal .pro-card {
  min-height: 160px;
}

.np_found {
  margin-top: 20px;
  color: #606060;
  font-size: 14px;
}

.pagination {
  padding: 40px 0;
  justify-content: center;
}
.pagination li a, .pagination li span {
  background-color: #E6E6E6;
  color: #262626;
  padding: 10px 15px;
  margin: 0 3px;
  text-decoration: none;
  font-size: 14px;
}
.pagination li a:hover, .pagination li span:hover {
  color: #fff;
  background-color: #606060;
}
.pagination li.active a {
  color: #fff;
  background-color: #606060;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  background-color: #E6E6E6;
  border-radius: 0;
}

.modal-open .modal.show {
  opacity: 1;
}

.view_program_details_modal .modal-body {
  background: rgba(242, 246, 248, 0.7);
}

.view_program_details_modal.modal .modal-header h4 {
  max-width: 100%;
}

.modal .modal-content {
  border-radius: 15px;
  overflow: hidden;
}
.modal .modal-header {
  background: #F2F6F8;
  border-radius: 0;
  border-bottom: 1px solid #E6E6E6;
  padding: 25px 45px;
}
.modal .modal-header h4 {
  color: #00467B;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  max-width: 550px;
}
.modal .modal-header .close {
  font-family: "Roboto", sans-serif;
  position: relative;
  font-weight: 300;
  color: #A9A9A9;
  opacity: 1;
  right: -30px;
  top: -10px;
  font-size: 28px;
  padding: 0.3rem 0.8rem;
  outline: none;
}
.modal .modal-dialog {
  max-width: 700px;
}
.modal .modal-dialog.modal-lg {
  max-width: 1000px;
}
.modal .modal-body {
  padding: 30px 45px;
}
.modal .modal-body p {
  color: #606060;
  font-size: 15px;
  line-height: 24px;
}
.modal .pro-card ._img {
  min-height: 120px;
  max-height: 170px;
}

.content-wrap {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 70, 123, 0.02);
  border-radius: 15px;
  width: 100%;
}

.reports-form {
  padding: 30px;
}
.reports-form ._topics {
  display: flex;
}
.reports-form ._topics .form-group {
  margin: 0;
  min-width: 230px;
}
.reports-form ._topics .form-group label {
  font-weight: normal;
}
.reports-form ._topics .form-group .help-block {
  margin: 0;
}
.reports-form ._topics .btn {
  background: #606060;
  color: #fff;
  margin: 0;
  padding: 5px;
  min-width: 70px;
  font-size: 12px;
  border: none;
  min-height: 40px;
  line-height: 30px;
}
.reports-form ._topics .btn:hover {
  opacity: 0.8;
}
.reports-form ._topics a.btn {
  background: #E6E6E6;
  color: #606060;
}
.reports-form ._topics .select2-container--krajee .select2-selection {
  border: 1px solid #E6E6E6;
  box-shadow: none;
  border-radius: 5px;
  padding: 3px 0;
}
.reports-form ._topics .select2-container--krajee .select2-selection--multiple .select2-selection__clear {
  font-weight: normal;
  font-size: 24px;
  cursor: pointer;
}
.reports-form ._topics .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
  color: #262626;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 100px;
  font-size: 12px;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  margin: 3px;
  background: transparent;
}
.reports-form ._topics .select2-container--krajee .select2-selection--multiple .select2-selection__choice__remove {
  color: #A9A9A9;
  font-weight: normal;
  margin: 1px 0 0px 5px;
  cursor: pointer;
}
.reports-form ._topics .select2-container--krajee li.select2-results__option {
  font-size: 13px;
  line-height: 15px;
}
.reports-form ._topics .select2-container--krajee .select2-dropdown {
  border: none;
}
.reports-form ._tlist {
  width: 100%;
}
.reports-form .search_btn_report {
  display: inline-block;
  margin: 20px 15px 0px 0;
}
.reports-form ._range {
  display: flex;
  justify-content: flex-end;
}
.reports-form ._range .kv-field-range-container {
  max-width: 320px;
  margin: 0 15px;
}
.reports-form ._range .col-form-label {
  font-size: 14px;
  color: #606060;
  line-height: 16px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 0.5rem;
}
.reports-form ._range .input-group input {
  background-color: #f7f9fb;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.reports-form ._range .input-group.input-daterange .input-group-addon {
  border: none;
  padding: 5px;
  font-size: 12px;
  line-height: 25px;
  background: transparent;
  margin: 0 5px;
}

.page-title {
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-title a._back, .page-title h3 {
  color: #00467B;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  text-decoration: none;
}
.page-title .export-xls .btn-link {
  color: #D03E38;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  outline: none;
  line-height: 18px;
  border: none;
}
.page-title .export-xls .btn-link:before {
  content: url(../images/ksu/download.svg);
  margin-right: 10px;
}
.page-title .export-xls .btn-link._nobefore:before {
  content: none;
}
.page-title .export-xls .btn-link:hover {
  text-decoration: none;
}

._dynamicb h3 a:before {
  content: url(../images/ksu/back.svg);
  margin-right: 13px;
  top: 4px;
  vertical-align: top;
  position: relative;
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}

._dynamicb h3:hover a:before {
  content: url(../images/ksu/back.svg);
  margin-right: 8px;
  margin-left: 5px;
  filter: none;
  opacity: 1;
}

.grid-view .summary {
  display: none;
}
.grid-view table {
  margin: 0;
}
.grid-view table tbody tr:nth-of-type(odd) {
  background-color: #f7f9fb;
}
.grid-view table tr th {
  background: #FFFFFF;
  padding: 20px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #00467B;
}
.grid-view table tr td {
  padding: 20px;
  border: none;
  font-size: 13px;
  line-height: 15px;
  color: #606060;
}
.grid-view table tr td .showModalButton .glyphicon {
  color: #A9A9A9;
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
}
.grid-view table tr td .showModalButton .glyphicon:hover {
  color: #D03E38;
  transform: scale(1.4);
}

.col-proceed a._back img {
  vertical-align: top;
  margin-top: 5px;
  margin-right: 5px;
  filter: grayscale(100%);
  transition: all 0.3s ease 0s;
  opacity: 0.6;
  position: relative;
}

.col-proceed h3:hover a._back img {
  filter: none;
  opacity: 1;
  margin-right: 0;
  margin-left: 5px;
  transition: none;
}

.program-detail {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 70, 123, 0.02);
  border-radius: 15px;
  padding: 45px;
  width: 100%;
}
.program-detail .max-275 {
  max-width: 275px;
}
.program-detail ._img {
  max-width: 275px;
  max-height: 200px;
  min-height: 130px;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  max-height: 200px;
  height: auto;
}
.program-detail ._img img {
  max-height: 200px;
  max-width: 100%;
}
.program-detail h4 {
  font-family: "Roboto", sans-serif;
  color: #262626;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.program-detail p {
  color: #606060;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
}
.program-detail ._tags {
  display: inline-block;
  padding: 10px 0;
  margin-top: 16px;
}
.program-detail ._tags ul {
  display: flex;
}
.program-detail ._tags ul li {
  color: #262626;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 100px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-right: 16px;
  list-style: none;
  padding: 8px 15px;
}
.program-detail ._phead hr {
  margin-top: 35px;
  border-top: 1px solid #E6E6E6;
}
.program-detail audio {
  max-width: 550px;
  width: 100%;
}

progress {
  background: #5AC7B7;
  border-radius: 10px;
  height: 8px;
  overflow: hidden;
  width: auto;
}
progress::-webkit-progress-value {
  background: #5AC7B7;
}
progress::-moz-progress-bar {
  background: #D9D9D9;
}
progress::-webkit-progress-bar {
  background: #D9D9D9;
}

.programs-data-detail h2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 35px;
}
.programs-data-detail audio {
  background-color: #f1f3f4;
  max-width: 550px;
}
.programs-data-detail .--list {
  margin-bottom: 24px;
}
.programs-data-detail .--list .video-js {
  min-width: 100%;
  max-width: 100%;
}
.programs-data-detail .--list img {
  width: 100%;
}
.programs-data-detail .--list p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 16px;
}
.programs-data-detail .--list p strong {
  font-weight: 700;
}
.programs-data-detail .--list .modal-footer {
  margin-top: 30px;
}

.btn-set.--btn-set {
  margin-top: 60px;
  text-align: right;
}
.btn-set.--btn-set .btn {
  border: 1px solid #606060;
  border-radius: 70px;
  padding: 8px 24px;
  margin-right: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.btn-set.--btn-set .btnstyle2 {
  color: #FFFFFF;
  background-color: #D03E38;
}
.btn-set.--btn-set .btnstyle2:hover {
  border: 1px solid #D03E38;
}
.btn-set.--btn-set .btnstyle3 {
  color: #606060;
}
.btn-set.--btn-set .btnstyle3:hover {
  color: #D03E38;
  background-color: transparent;
  border: 1px solid #D03E38;
}

.programs-data-sidebar .module-progress {
  background: #F5F5F5;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 40px;
}
.programs-data-sidebar .module-progress h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #333333;
}
.programs-data-sidebar .module-progress progress {
  border-radius: 10px;
  width: 100%;
}
.programs-data-sidebar .module-progress span {
  font-weight: 500;
  font-size: 16px;
  width: 100%;
  margin-top: -3px;
  display: block;
}
.programs-data-sidebar .chapter-loop {
  margin-bottom: 24px;
}
.programs-data-sidebar .chapter-loop h5 {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.programs-data-sidebar .chapter-loop ul {
  list-style: none;
}
.programs-data-sidebar .chapter-loop ul li {
  margin-top: 16px;
}
.programs-data-sidebar .chapter-loop ul li a {
  background: #FFFFFF;
  color: #333333;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  padding: 12px 15px;
  width: 100%;
}
.programs-data-sidebar .chapter-loop ul li a progress {
  border-radius: 100px;
  border: 1px solid #D9D9D9;
  height: 16px;
  overflow: hidden;
  width: 16px;
  margin-right: 10px;
  min-width: 16px;
}
.programs-data-sidebar .chapter-loop ul li a progress::-moz-progress-bar {
  background: #FFFFFF;
}
.programs-data-sidebar .chapter-loop ul li a progress::-webkit-progress-bar {
  background: #FFFFFF;
}
.programs-data-sidebar .chapter-loop ul li.active a {
  background: rgba(90, 199, 183, 0.2);
  border: 1px solid #5AC7B7;
}

.process-steps {
  margin-top: 30px;
  padding: 30px 0;
}
.process-steps ._steps {
  padding: 30px;
  border-right: 1px solid #E6E6E6;
  position: relative;
}
.process-steps ._steps:last-child {
  border-right: 1px solid transparent;
}
.process-steps ._steps .steps-col > p {
  color: #A9A9A9;
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 16px;
}
.process-steps ._steps.not_active .btn-set {
  position: relative;
}
.process-steps ._steps.not_active .btn-set:before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.process-steps .pro-coll {
  min-height: 70px;
}
.process-steps .btn-set {
  margin-top: 10px;
}

.video-content-col ._title {
  padding-top: 30px;
}
.video-content-col ._description {
  padding-bottom: 30px;
}
.video-content-col ._description .btnstyle1 {
  margin-top: 30px;
}
.video-content-col .reference-title {
  padding-top: 30px;
  display: inline-block;
  width: 100%;
}

.assets-sidebar {
  padding-top: 30px;
}
.assets-sidebar h5 {
  color: #262626;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 16px;
  width: 100%;
}
.assets-sidebar .series-of-lessons ul {
  list-style: none;
  margin-bottom: 40px;
}
.assets-sidebar .series-of-lessons ul li a {
  background: transparent;
  color: #262626;
  display: inline-block;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  border: 1px solid #E6E6E6;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.assets-sidebar .series-of-lessons ul li a:hover {
  color: #262626;
  background: #F2F6F8;
}
.assets-sidebar .series-of-lessons ul li a.currently_playing {
  color: #D03E38;
  background: transparent;
  display: flex;
  align-items: center;
}
.assets-sidebar .series-of-lessons ul li a.currently_playing:before {
  content: url(../images/ksu/play.svg);
  margin-right: 10px;
  margin-right: 10px;
  height: 20px;
  width: 19px;
}
.assets-sidebar .series-of-lessons ul li a b {
  margin-right: 5px;
}
.assets-sidebar .series-of-lessons ul li a .series-lesson {
  padding: 0;
}
.assets-sidebar .series-of-lessons ul ._nothing {
  font-size: 13px;
  color: #a9a9a9;
}
.assets-sidebar .max-320 {
  max-width: 320px;
}

.success-screen {
  text-align: center;
  margin-bottom: 70px;
}
.success-screen p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
.success-screen h2 {
  margin: 20px 0;
}
.success-screen img {
  margin: 20px 0;
}
.success-screen .btn-set {
  text-align: center;
  margin: 0;
}
.success-screen .btn-set .btn {
  margin: 20px 0 0 0;
}

._phead ._list {
  display: flex;
  margin: 20px 0;
}
._phead ._list ul {
  list-style: none;
  min-width: 220px;
}
._phead ._list ul li {
  color: #262626;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
}
._phead ._list ul strong, ._phead ._list ul b {
  color: #A9A9A9;
  font-weight: normal;
  margin-right: 5px;
}

.rating_scale._tags {
  margin-bottom: 16px;
  margin-top: 0;
}
.rating_scale._tags h4 {
  color: #00467B;
  font-size: 25px;
  margin-bottom: 35px;
}
.rating_scale._tags ul li {
  background: #F2F6F8;
}

.wizard_nav ul {
  display: flex;
}
.wizard_nav ul li {
  margin: 25px 0;
  list-style: none;
}
.wizard_nav ul li:last-child {
  padding-right: 0;
}
.wizard_nav ul li a {
  color: #00467B;
  border-bottom: 3px solid #00467B;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  display: inline-block;
  padding: 15px 100px 15px 10px;
  text-decoration: none;
}
.wizard_nav ul li a._active {
  color: #D03E38;
  border-bottom: 3px solid #D03E38;
}
.wizard_nav ul li a:hover {
  color: #D03E38;
  border-bottom: 3px solid #D03E38;
}

.survery-topbar h3 {
  font-size: 19px;
  font-weight: 900;
  margin: 23px 0;
}

.servey_inn {
  margin-top: 45px;
}
.servey_inn ._table {
  margin-bottom: 60px;
}
.servey_inn ._table table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 70, 123, 0.03);
}
.servey_inn ._table table th, .servey_inn ._table table td {
  border: none;
  text-align: center;
}
.servey_inn ._table table td.rate {
  color: #606060;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  padding: 15px 26px;
  min-width: 500px;
  max-width: 500px;
}
.servey_inn ._table table th {
  color: rgba(0, 70, 123, 0.8);
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}
.servey_inn ._table table td.q-radio label {
  margin: 0;
}
.servey_inn ._table table td.q-radio input[type=radio] {
  transform: scale(1.3);
  opacity: 0.8;
}
.servey_inn ._table table td textarea {
  color: #606060;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 10px 20px;
  outline-color: #e5e5e5;
  width: 100%;
}
.servey_inn ._table table td textarea.error {
  border: 1px solid #D03E38;
}
.servey_inn ._table table td span.error, .servey_inn ._table table td label.error {
  color: #D03E38;
  text-align: left;
  display: inline-block;
  font-size: 12px;
  width: 100%;
}
.servey_inn ._questions h5 {
  color: #262626;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  max-width: 500px;
}

.survey-answer ._atempt {
  margin-top: 12px;
  padding-top: 30px;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 40px;
}
.survey-answer ._atempt h4 {
  color: #00467B;
}
.survey-answer ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  max-height: 30px;
}
.survey-answer .quiz_options .glyphicon.glyphicon-ok:after {
  content: url(../images/ksu/check.svg);
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.survey-answer .quiz_options .glyphicon.glyphicon-remove:after {
  content: url(../images/ksu/cross.svg);
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.survey-answer ul._failpass {
  display: flex;
}
.survey-answer ul._failpass li {
  color: #606060;
  margin-left: 23px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  min-width: inherit;
  text-transform: capitalize;
}
.survey-answer ul._failpass li strong {
  margin-left: 2px;
}
.survey-answer .passed ul li strong {
  color: #62B254;
}
.survey-answer .failed ul li strong {
  color: #D03E38;
}
.survey-answer .quest_ans {
  margin-bottom: 40px;
  max-width: 880px;
}
.survey-answer .quest_ans > span {
  color: #A9A9A9;
  font-size: 12px;
  line-height: 14px;
}
.survey-answer .quest_ans > h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
.survey-answer .quest_ans .answers .quiz_options {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.survey-answer .quest_ans .answers .quiz_options i.glyphicon:after {
  position: absolute;
  left: 0;
  margin: 0;
  top: -2px;
  transform: scale(1.05);
}
.survey-answer .quest_ans .answers .quiz_options input[type=checkbox],
.survey-answer .quest_ans .answers .quiz_options input[type=radio] {
  margin-left: 2px;
}
.survey-answer .quest_ans .answers label {
  color: #606060;
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 0;
  margin-top: -6px;
}
.survey-answer .quest_ans .answers span.correct_answer {
  color: #62B254;
  margin-top: -7px;
}
.survey-answer .quest_ans .answers span.multiple_correct_answers {
  color: #62B254;
  margin-top: -7px;
  margin-left: 7px;
}

.core-listing ._phead {
  margin-bottom: 50px;
}
.core-listing .pro-card {
  border: 1px solid #F2F6F8;
}

._aftercertificate {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}
._aftercertificate .btnstyle1 {
  margin-top: 20px;
}

.quiz .__note {
  padding: 20px 0;
}
.quiz .questions {
  margin-bottom: 40px;
  max-width: 880px;
}
.quiz .questions img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.quiz .questions h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
}
.quiz .questions ._qcount {
  color: #A9A9A9;
  font-size: 12px;
  line-height: 14px;
}
.quiz .questions h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
.quiz .questions label {
  color: #606060;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 24px;
}
.quiz .questions label input {
  margin-right: 10px;
}
.quiz .questions span.error, .quiz .questions label.error {
  color: #D03E38;
  text-align: left;
  display: inline-block;
  font-size: 12px;
  width: 100%;
}
.quiz .questions .radio {
  margin: 15px 0;
}
.quiz .ui-formwizard-button {
  margin-right: 15px;
}

.disclaimer ._footer {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.original_amount_crossout {
  color: red;
  text-decoration: line-through;
}

#couponCodeModal a {
  color: #fff;
}
#couponCodeModal .skip_coupon_code {
  color: #00467B;
}
#couponCodeModal .verify_coupon_code.disabled {
  opacity: 0.4;
}
#couponCodeModal .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
#couponCodeModal .alert-danger > .alert-close {
  font-size: 20px;
  float: right;
  cursor: pointer;
}
#couponCodeModal .alert-dismissable, #couponCodeModal .alert-dismissible {
  padding-right: 35px;
}
#couponCodeModal .alert {
  padding: 15px;
  margin-bottom: 20px;
  margin-top: -15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

#couponCodeModal label {
  font-size: 16px;
  font-weight: 400;
}
#couponCodeModal input {
  height: 40px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #A9A9A9;
  opacity: 0.8;
}

.question_hint a {
  background-color: #00467B;
  color: white !important;
  padding: 14.4px 25px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  min-width: 112px;
}
.question_hint a img {
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.question_hint div {
  position: relative;
}
.question_hint div p {
  color: #606060;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 15px;
  padding: 24px 27px 27px 24px;
  margin-top: 15px;
  left: 0;
  position: absolute;
  top: 0;
}

.video .video-js .vjs-big-play-button {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 120px;
}

body .ui-widget-overlay {
  opacity: 0.5;
  background-color: #000;
}

body .ui-widget.ui-widget-content {
  background: #FFFFFF;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  padding: 30px 45px;
  max-width: 700px;
  text-align: center;
  width: 100% !important;
}

body .ui-dialog .ui-dialog-title {
  font-weight: 700;
  font-size: 32px;
  font-family: "Raleway", sans-serif;
  margin: 0 0 16px 0 !important;
  line-height: 120%;
  white-space: normal;
  width: 100%;
}

body .ui-widget.ui-widget-content textarea {
  display: block;
  width: 100%;
  height: 80px !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  padding: 10px;
}

body .ui-widget-content {
  font-family: "Raleway", sans-serif;
}

body .ui-draggable .ui-dialog-titlebar {
  background: transparent;
  padding: 0;
  border: none;
  position: static;
}

body .ui-dialog .ui-dialog-content {
  height: auto !important;
  padding: 0;
}

body .ui-dialog .ui-dialog-content label {
  font-weight: normal;
}

body .ui-dialog .ui-dialog-buttonpane {
  border: none;
  padding: 0;
  margin-top: 30px;
}

body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 30px;
  border-top: 1px solid #dee2e6;
  padding-top: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  color: #FFFFFF;
  background: #D03E38;
  border: 1px solid #D03E38;
  border-radius: 70px !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 24px;
  margin: 10px 0 0 0;
  outline: none;
  width: auto;
  transition: all 0.4s;
  min-width: 150px;
}

body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  background: #D03E38;
  color: #fff;
  text-decoration: none;
  outline: none;
  transition: 0.3s;
  transform: translateY(-3px);
}

body .ui-draggable .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background-image: url("../images/icons/close.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  top: 24px;
  right: 24px;
  margin: 0;
  border: none;
  height: 24px;
  width: 24px;
}

body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:hover {
  color: #FFFFFF;
  background: #D03E38;
}

body .marker {
  cursor: pointer;
  transform: translate(-10px, 12px);
  width: auto;
  height: auto;
}

.ps--scrolling-y {
  opacity: 0.7;
  background: white;
  color: #333333;
  height: 100px;
  overflow: auto;
  font-size: 16px;
  line-height: 24px;
}

.video-annotation-detail {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: justify;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ksu-forms-screens .rightcontent img {
    max-width: 100%;
    margin-top: 40px;
  }
  .program-detail .max-275 {
    max-width: 200px;
  }
  .program-detail ._tags ul {
    display: block;
  }
  .program-detail ._tags ul li {
    display: inline-block;
    margin: 5px 5px 5px 0;
  }
  .program-detail div {
    width: 100% !important;
  }
  .programs-data-detail .btn-set .btn {
    padding: 8px 12px;
    margin-left: 8px;
    font-size: 15px;
    margin-bottom: 5px;
    min-width: inherit;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .pro-card p {
    min-height: 60px;
  }
  .pro-card {
    min-height: 300px;
  }
}
@media (max-width: 992px) {
  .reports-form ._topics .form-group {
    min-width: 100%;
    max-width: 200px;
  }
  .reports-form ._topics .btn {
    min-width: 60px;
  }
  .reports-form ._tlist {
    max-width: 280px;
  }
  .question_hint {
    margin-bottom: 20px;
  }
  .question_hint div p {
    position: relative;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .programs-data-detail .btn-set {
    margin-top: 40px;
  }
  .programs-data-detail .btn-set .btn {
    margin-left: 0;
    margin-bottom: 15px;
    width: 100%;
  }
  main.content {
    padding: 50px 0;
  }
  .bundle-list .view-bundle-description {
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }
  .bundle-list > h4 .bundle-price {
    display: inline-block;
  }
  .bundle-list > h4 {
    display: block;
  }
  .ksu-forms-screens .rightcontent {
    left: 0;
  }
  .ksu-forms-screens .rightcontent img {
    max-width: 100%;
    margin-top: 40px;
  }
  .main-header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-header .logo .hamburgers {
    display: block;
  }
  .main-header #main-menu {
    display: none;
  }
  .main-header #main-menu.show {
    display: flex !important;
  }
  .programs-list ._heading h3 {
    font-size: 24px;
  }
  .programs-list ._heading a {
    font-size: 14px;
  }
  .pro-card ._img {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 16px;
    min-height: 120px;
    max-height: 120px;
  }
  .pro-card ._list {
    display: block;
    margin: 10px 0;
  }
  .page-title .export-xls .btn-link {
    font-size: 14px;
  }
  .page-title .export-xls .btn-link:before {
    margin-right: 6px;
    transform: scale(0.7);
  }
  .program-detail {
    padding: 16px;
  }
  .program-detail .max-275 {
    max-width: 100%;
  }
  .program-detail ._img {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .program-detail ._tags {
    margin-top: 5px;
  }
  .program-detail ._tags ul {
    display: block;
  }
  .program-detail ._tags ul li {
    display: inline-block;
    width: auto;
    margin: 4px 4px 4px 0;
    padding: 6px 10px;
    min-width: inherit;
  }
  .program-detail ._phead hr {
    margin-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .program-detail .process-steps {
    margin-top: 0;
  }
  .program-detail ._steps {
    border-bottom: 1px solid #E6E6E6;
    border-right: none;
  }
  .program-detail ._steps:last-child {
    border-bottom: 1px solid transparent;
  }
  .program-detail .survey-answer .quiz_options ul,
  .program-detail .survey-answer .quiz_options ul > li {
    display: flex;
    font-size: 11px;
  }
  .program-detail .rating_scale._tags h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  body footer {
    padding: 30px 0;
  }
  .page-title a._back, .page-title h3 {
    font-size: 14px;
  }
  .page-title a._back a._back img, .page-title h3 a._back img {
    max-width: 15px;
    margin-top: 1px;
    margin-right: 3px;
  }
  .col-proceed h3:hover a._back img {
    transition: none;
    margin-left: 3px;
  }
  .page-title {
    margin-bottom: 15px;
  }
  .page-title.supporting-material-cta {
    display: block;
  }
  .page-title.supporting-material-cta h2 {
    margin-top: 10px;
  }
  ._dynamicb h3 a:before {
    top: -3px;
    display: inline-block;
    margin-right: 0;
    left: -4px;
    height: 15px;
    transform: scale(0.52);
  }
  .survey-answer ._atempt {
    display: block !important;
    margin-top: 0;
  }
  .survey-answer ._atempt h4 {
    margin-bottom: 10px;
  }
  .survey-answer ._atempt .failed {
    margin-top: 10px;
  }
  .survey-answer ._atempt ul._failpass li {
    margin-left: 0;
    margin-right: 16px;
  }
  .process-steps .pro-coll {
    min-height: inherit;
    margin-bottom: 16px;
  }
  .passed {
    margin-top: 10px;
  }
  .export-xls a.btnstyle1 {
    min-width: inherit;
    font-size: 14px;
    padding: 0 16px;
    line-height: 35px;
    height: 37px;
  }
  .wizard_nav ul li a {
    font-size: 13px;
    padding: 0 5px 5px 5px;
  }
  .servey_inn ._table table td.rate {
    font-size: 14px;
    min-width: 250px;
    padding: 10px;
  }
  .reports-form ._topics {
    display: inline-block;
  }
  .reports-form {
    padding: 30px 20px;
  }
  .reports-form .reports-form ._topics .btn {
    margin: 0 10px 0 0;
  }
  .modal .modal-body, .modal .modal-header {
    padding: 30px 15px;
  }
  .modal .modal-header h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .modal .modal-header .close {
    right: 0px;
    top: -15px;
  }
  .core-listing ._phead {
    margin-bottom: 20px;
  }
  .btn.btn-primary, .btnstyle1, .btnstyle2, .btnstyle3, .btngrey {
    min-width: 110px;
    font-size: 14px;
    height: 38px;
    margin-right: 10px;
  }
  .btnstyle4 {
    min-width: 130px;
  }
  .reports-form ._range .kv-field-range-container {
    max-width: 100%;
    margin: 15px 0;
  }
  .reports-form .search_btn_report {
    margin: 0 10px 0 0;
  }
  .pro-card h4 a {
    -webkit-line-clamp: 3;
    max-height: 4.5em;
  }
  .program-detail {
    overflow: auto;
  }
  .program-detail + div {
    width: 786px !important;
  }
  .bundle-list .bundle-package-bage {
    font-size: 10px;
    right: -38px;
    top: 23px;
  }
  .bundle-list > h4 {
    padding-right: 15px;
  }
  .bundle-list > h4 .bundle-price {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 375px) {
  #couponCodeModal a {
    max-width: 50%;
  }
}
@media (max-width: 360px) {
  #couponCodeModal .invalid-code .error_message {
    font-size: 13px;
  }
}
@media (max-width: 320px) {
  .page-title .export-xls .btn-link {
    font-size: 13px;
  }
  .page-title a._back, .page-title h3 {
    font-size: 13px;
  }
  .export-xls a.btnstyle1 {
    font-size: 12px;
    padding: 0 15px;
  }
  #couponCodeModal a {
    max-width: 56%;
    font-size: 11px;
  }
  #couponCodeModal .invalid-code .alert-close {
    margin-top: -9px;
  }
  #couponCodeModal .invalid-code .error_message {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */