/*
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
}

@font-face {
  font-family: "ffShamelFamily-SansOneBook";
  src: url(../fonts/ffShamelFamily-SansOneBook.ttf);
}

@font-face {
  font-family: "ffShamelFamily-SansOneBold";
  src: url(../fonts/ffShamelFamily-SansOneBold.ttf);
}

.font-bold {
  font-family: "ffShamelFamily-SansOneBold";
}

.font-size-20 {
  font-size: 20px !important;
}

.font-size-16 {
  font-size: 16px !important;
}

.font-size-18 {
  font-size: 18px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

.font-size-12 {
  font-size: 12px !important;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #253038;
}

p {
  margin: 0;
  color: #253038;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #007bff;
}

a:hover {
  color: #007bff;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

a {
  text-decoration: none;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  background-color: #ffffff;
  font-family: "ffShamelFamily-SansOneBook";
  color: #253038;
  direction: rtl;
  text-align: right;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "ffShamelFamily-SansOneBook";
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 60px;
  background-color: #edeff2;
  border: 1px solid #edeff2;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 13px 25px 10px;
  font-size: 16px;
  color: #777777;
}

.form-control.form-sm {
  height: 50px;
}

textarea.form-control {
  border-radius: 15px;
  height: auto;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #007bff;
  background-color: #fff;
}

.input-icon {
  position: relative;
}

.input-icon .form-control {
  padding-left: 40px;
  padding-right: 10px;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.textarea-icon {
  position: relative;
}

.textarea-icon .form-control {
  padding-left: 50px !important;
}

.textarea-icon .icon {
  position: absolute;
  left: 15px;
  top: 20px;
}

.main-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.bg-primary {
  background-color: #007bff !important;
}

.text-primary {
  color: #007bff !important;
}

.text-primary-light {
  color: #483fbe !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.main-content {
  padding: 60px 0px;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.loader-page {
  background: #f8f8f8;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  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;
}

.loader-page span {
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
  background-color: #007bff;
}

.loader-page span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

@media (min-width: 992px) {
  .page-header .title-page {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .page-header .title-page {
    font-size: 16px;
  }
}

.row.row-md {
  margin-right: -8px;
  margin-left: -8px;
}

.row.row-md>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.row.row-sm {
  margin-right: -3px;
  margin-left: -3px;
}

.row.row-sm>[class*=col-] {
  padding-right: 3px;
  padding-left: 3px;
}

.row.row-lg {
  margin-right: -12px;
  margin-left: -12px;
}

.row.row-lg>[class*=col-] {
  padding-right: 12px;
  padding-left: 12px;
}

::-webkit-input-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-moz-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

:-ms-input-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-ms-input-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-moz-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-ms-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-o-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

::-webkit-placeholder {
  color: #a2a2a5 !important;
  font-size: 16px !important;
}

.symbol {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 0.42rem;
}

.symbol.symbol-20>img {
  width: 100%;
  max-width: 20px;
  height: 20px;
}

.symbol.symbol-30>img {
  width: 100%;
  max-width: 30px;
  height: 30px;
}

.symbol.symbol-40>img {
  width: 100%;
  max-width: 40px;
  height: 40px;
}

.symbol.symbol-50>img {
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.symbol.symbol-60>img {
  width: 100%;
  max-width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .symbol.symbol-60>img {
    max-width: 30px;
    height: 30px;
  }
}

.symbol.symbol-70>img {
  width: 100%;
  max-width: 70px;
  height: 70px;
}

@media (max-width: 991px) {
  .symbol.symbol-70>img {
    max-width: 40px;
    height: 40px;
  }
}

.symbol.symbol-80>img {
  width: 100%;
  max-width: 80px;
  height: 80px;
}

@media (max-width: 991px) {
  .symbol.symbol-80>img {
    max-width: 50px;
    height: 50px;
  }
}

.symbol.symbol-90>img {
  width: 100%;
  max-width: 90px;
  height: 90px;
}

@media (max-width: 991px) {
  .symbol.symbol-90>img {
    max-width: 60px;
    height: 60px;
  }
}

.symbol.symbol-100>img {
  width: 100%;
  max-width: 100px;
  height: 100px;
}

@media (max-width: 991px) {
  .symbol.symbol-100>img {
    max-width: 70px;
    height: 70px;
  }
}

.symbol.symbol-110>img {
  width: 100%;
  max-width: 110px;
  height: 110px;
}

@media (max-width: 991px) {
  .symbol.symbol-110>img {
    max-width: 80px;
    height: 80px;
  }
}

.symbol.symbol-120>img {
  width: 100%;
  max-width: 120px;
  height: 120px;
}

@media (max-width: 991px) {
  .symbol.symbol-120>img {
    max-width: 90px;
    height: 90px;
  }
}

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.15rem 0.75rem;
  border-radius: 0.52rem;
  background-color: #EBEDF3;
  color: #3F4254;
  font-size: 14px;
}

.label.label-primary {
  color: #FFFFFF;
  background-color: #4446e9;
}

.label.label-success {
  color: #FFFFFF;
  background-color: #00a651;
}

.label.label-danger {
  color: #FFFFFF;
  background-color: #e4482e;
}

.btn {
  font-size: 14px;
  padding: 16px 60px 10px;
}

.btn.btn-sm {
  padding: 12px 40px 6px;
}

.btn.btn-xs {
  padding: 7px 40px 5px;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0b6ed9 !important;
  border-color: #0b6ed9 !important;
  color: #FFF;
}

.btn-green {
  background-color: #4ec390;
  border-color: #4ec390;
  color: #FFF;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #40af7f !important;
  border-color: #40af7f !important;
  color: #FFF;
}

.btn-red {
  background-color: #ff4f5b;
  border-color: #ff4f5b;
  color: #FFF;
}

.btn-red:hover,
.btn-red:focus {
  background-color: #e73e49 !important;
  border-color: #e73e49 !important;
  color: #FFF;
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: #FFF !important;
}

.btn-white {
  background-color: #FFF;
  color: #364548;
}

.btn-white:hover,
.btn-white:focus {
  border-color: #007bff !important;
  background-color: #007bff !important;
  color: #fff;
}

.btn-black {
  color: #FFF;
  background-color: #253038;
}

.btn-black:hover,
.btn-black:active {
  background-color: #000 !important;
  color: #FFF !important;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-icon {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.btn-icon:hover {
  background-color: #007bff;
  color: #FFF;
}

.btn-link {
  text-decoration: none;
  color: #ff4f5b;
}

.text-success {
  color: #33b442 !important;
}

.text-danger {
  color: #e02222 !important;
}

.datetimepicker.dropdown-menu {
  border: 0 !important;
  margin: 0;
  border-radius: 4px;
  width: 265px;
  min-width: 14rem;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  padding: 1rem 0.5rem;
  border-radius: 4px;
}

.datetimepicker table {
  width: 100%;
}

.datetimepicker table {
  margin: 0;
}

.datetimepicker td,
.datetimepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none;
  font-family: Arial;
  font-size: 12px;
}

.datetimepicker td,
.datetimepicker th {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  font-weight: normal;
}

.datetimepicker thead th.prev,
.datetimepicker thead th.switch,
.datetimepicker thead th.next {
  color: #a7abc3;
  font-weight: 500;
}

.datetimepicker thead tr:first-child th,
.datetimepicker tfoot th {
  cursor: pointer;
}

.datetimepicker th.switch {
  width: 145px;
}

.datetimepicker thead th.next>span,
.datetimepicker thead th.prev>span {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 12px;
}

.datetimepicker thead th.prev .glyphicon,
.datetimepicker thead th.switch .glyphicon,
.datetimepicker thead th.next .glyphicon {
  color: #a7abc3;
}

.datetimepicker th span.glyphicon {
  pointer-events: none;
}

.datetimepicker thead th.prev>span:before {
  content: "\f054";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.datetimepicker thead th.next>span:before {
  content: "\f053";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.datetimepicker tbody tr>td.day {
  color: #6c7293;
}

.datetimepicker tbody tr>td.day.old {
  color: #a7abc3;
}

.datetimepicker tbody tr>td.day:hover {
  background: #f7f8fa;
}

.datetimepicker tbody tr>td.day.selected,
.datetimepicker tbody tr>td.day.active {
  background: #007bff;
  color: #ffffff;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
}

.bootstrap-select>.dropdown-toggle {
  background-color: #f3f3f7;
  border-color: #f3f3f7;
  padding: 13px 25px 10px;
  font-size: 16px;
  color: #777777 !important;
  height: 50px;
  border-radius: 30px;
  text-align: right;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder {
  color: #777777 !important;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #edeff2 !important;
  border-color: #edeff2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-menu li.selected.active a:hover {
  color: #fff;
}

.bootstrap-select .dropdown-toggle::after {
  content: unset;
}

.bootstrap-select .dropdown-toggle::before {
  position: absolute;
  content: '\e832';
  font-family: 'iconfont';
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  text-align: right;
  padding: 0.4rem 1.5rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff !important;
  background-color: #007bff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #fff;
  background-color: #edeff2;
  border-color: #007bff;
}

.dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 0px 18px 2px #ecf1f4c7;
          box-shadow: 0px 0px 18px 2px #ecf1f4c7;
  -webkit-animation: animation-dropdown-menu-fade-in .4s ease 1, animation-dropdown-menu-move-up .4s ease-out 1;
  animation: animation-dropdown-menu-fade-in .4s ease 1, animation-dropdown-menu-move-up .4s ease-out 1;
}

@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .main-header {
    padding: 15px 0px;
    position: relative;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
            box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
    background-color: #FFF;
  }

  .main-header .logo {
    margin-left: auto;
  }

  .main-header .logo img {
    max-height: 25px;
  }

  .header-mobile__toolbar {
    color: #000;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link.req {
    padding: 8px 20px !important;
  }

  .active-body {
    overflow: hidden;
  }

  .mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    background-color: rgba(51, 51, 51, 0.51);
  }

  .mobile-menu-overlay-active {
    visibility: visible;
  }

  .menu--mobile {
    padding-top: 20px;
    min-width: 100px;
    width: 250px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background: #fbfbfb;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .menu--mobile>.container {
    padding-left: 0;
    padding-right: 0;
    max-width: calc(100% - 0px);
  }

  .menu--mobile .list-main-menu {
    width: 100%;
  }

  .menu--mobile .main-menu .menu_item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .menu--mobile .main-menu .menu_item .menu_link {
    color: #252525;
    padding: 10px 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #00000017;
    font-size: 14px;
  }

  .menu--mobile .main-menu .menu_item .menu_link.active {
    background-color: #8a8a8a1f;
  }

  .menu--mobile .main-menu .menu_item .btn {
    border-radius: 0px !important;
    display: block;
    padding: 10px 25px !important;
    text-align: right;
  }

  .btn-close-header-mobile {
    color: #000;
    height: 25px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 20px 10px;
  }

  .menu-mobile-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}

.pagination {
  margin-top: 40px;
}

.pagination .page-item {
  margin: 0px 5px;
}

.pagination .page-item .page-link {
  color: #838993;
  background-color: transparent;
  border: 0;
  margin: 0;
  font-size: 18px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  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;
  padding: 9px 15px;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(148, 148, 163, 0.1);
}

.pagination .page-item .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
  border-color: #007bff;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.m-checkbox {
  position: relative;
  padding-right: 35px !important;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 16px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #007bff;
}

.m-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.m-checkbox .checkmark {
  position: absolute;
  height: 26px;
  width: 26px;
  background-color: #fff;
  right: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px #53536559;
          box-shadow: 0px 0px 10px 0px #53536559;
}

.m-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.m-checkbox input:checked~.checkmark:after {
  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;
  background-color: #007bff;
}

.m-checkbox .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  font-size: 12px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.m-radio {
  position: relative;
  padding-right: 35px !important;
  margin-bottom: 15px !important;
  cursor: pointer;
  font-size: 16px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  /* Create a custom radio */
  /* Create the checkmark/indicator (hidden when not checked) */
}

.m-radio .checkmark {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: #f3f3f7;
  right: 0px;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 8px;
}

.m-radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* Hide the browser's default radio */
.m-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Show the checkmark when checked */
.m-radio input:checked~.checkmark:after {
  opacity: 1;
}

.m-radio .checkmark:after {
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  font-size: 12px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background-color: #007bff;
}

.breadcrumb {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumb .breadcrumb-item {
  color: #fff;
  font-size: 14px;
}

.breadcrumb .breadcrumb-item a {
  color: #fff;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-right: .5rem;
  padding-left: 0px;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0px;
  color: #fff;
  font-size: 12px;
  padding-top: .08rem;
  content: "/";
  float: right;
}

@media (min-width: 992px) {
  .main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0px;
    right: 0;
    width: 100%;
    position: relative;
    height: 90px;
    z-index: 3;
    -webkit-box-shadow: 0px 3px 10.45px 0.55px rgba(66, 66, 66, 0.08);
            box-shadow: 0px 3px 10.45px 0.55px rgba(66, 66, 66, 0.08);
    background-color: #FFF;
  }

  .main-header.internal {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .main-header .logo img {
    max-height: 90px;
  }

  .main-header .menu--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }

  .main-header .menu-container {
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item {
    display: inline-block;
    position: relative;
  }

  .main-header .menu-container .main-menu .menu_item .menu_link {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 45px;
    position: relative;
    color: #2a2a2a;
    margin: 0px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 16px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .main-header .menu-container .main-menu.list-main-menu .menu_item:hover .menu_link,
  .main-header .menu-container .main-menu.list-main-menu .menu_item.active .menu_link {
    color: #007bff;
  }

  .menu-container .main-menu.list-main-menu .menu_link::before {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 2px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    content: "";
    background-color: #007bff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .menu-container .main-menu.list-main-menu .menu_item .menu_link:hover::before,
  .main-header .menu-container .main-menu.list-main-menu .menu_item.active .menu_link::before {
    width: 30px;
  }

  .btn-login {
    border: 1px solid #FFF;
    padding: 2px 30px 0px !important;
    line-height: 37px !important;
  }

  .btn-login:hover {
    border-color: #007bff;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .menu-container .main-menu .menu_item .menu_link {
    font-size: 12px;
    margin: 0px 10px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-home {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 70px 0px;
}

@media (min-width: 1200px) {
  .section-home {
    margin-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .section-home {
    margin-bottom: 70px;
  }
}

.section-home::before {
  position: absolute;
  content: "";
  width: 97%;
  height: 820px;
  background: url(../images/bg-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: -90px;
  right: 0;
  z-index: -1;
}

@media (max-width: 1600px) {
  .section-home::before {
    height: 670px;
  }
}

@media (max-width: 991) {
  .section-home::before {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .section-home .home-content .home-title {
    font-size: 58px;
  }
}

@media (max-width: 992px) {
  .section-home .home-image img {
    width: 300px;
    margin-bottom: 20px;
  }

  .section-home .home-content {
    text-align: center;
  }

  .section-home .home-content .home-title {
    font-size: 30px;
  }

  .section-home .home-content .home-text {
    font-size: 12px;
  }
}

.heading {
  text-align: center;
}

.title-section {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .title-section {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .title-section {
    font-size: 36px;
  }
}

.section {
  position: relative;
}

@media (max-width: 991px) {
  .section {
    padding: 30px 0px;
  }
}

@media (min-width: 992px) {
  .section {
    padding: 60px 0px;
  }
}

.box-shadow {
  -webkit-box-shadow: 0px 13px 54.87px 4.13px #d8d8d859;
          box-shadow: 0px 13px 54.87px 4.13px #d8d8d859;
}

.rounded-50 {
  border-radius: 50px;
}

.rounded-60 {
  border-radius: 60px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-15 {
  border-radius: 15px;
}

.rounded-10 {
  border-radius: 10px;
}

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

.text--muted {
  color: #828d9e;
}

.bg--light-1 {
  background-color: #e5f2ff;
}

.bg--light-2 {
  background-color: #f1f8ff;
}

.bg--light-3 {
  background-color: #e4efff;
}

.bg--light-4 {
  background-color: #f5f9ff;
}

.bg--primary-light {
  background-color: #2776ce;
}

.bg--gray {
  background-color: #2d3d4e;
}

.line-height-2 {
  line-height: 2;
}

.widget__item-feat {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  padding: 55px 5px;
}

.widget__item-feat .widget__item-icon {
  border-radius: 20px;
  width: 115px;
  height: 115px;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.widget__item-feat .widget__item-icon img {
  max-height: 100px;
}

.widget__item-feat .widget__item-title {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.widget__item-feat:hover {
  background-color: #007bff !important;
}

.widget__item-feat:hover .widget__item-title {
  color: #FFF;
}

.bg-course {
  background: url(../images/bg-course.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.widget__item-stats {
  background-color: #192d35;
  font-size: 12px;
  padding: 6px 22px 1px;
}

.widget__item-course .widget__item-stats {
  position: absolute;
  top: 30px;
  z-index: 1;
  left: 30px;
}

.widget__item-course .widget__item-image {
  position: relative;
  height: 0;
  padding-top: 67%;
  overflow: hidden;
}

.widget__item-course .widget__item-image a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.widget__item-course .widget__item-image a:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.play-video {
  width: 80px;
  height: 80px;
  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: 30px;
  background-color: #007bff;
  color: #FFF;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.play-video i {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.play-video::before,
.play-video::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 0;
  content: "";
  height: 70px;
  width: 70px;
  border: 2px solid #007bff;
  border-radius: 100%;
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: -1;
}

.play-video::before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.play-video::after {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.play-video:hover {
  background-color: #fff;
  color: #fff;
}

.play-video:hover i {
  color: #007bff;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.19, 1.19, 1.45);
    transform: scale3d(1.19, 1.19, 1.45);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(1.95, 1.95, 1.19);
    transform: scale3d(1.95, 1.95, 1.19);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(1.19, 1.19, 1.45);
    transform: scale3d(1.19, 1.19, 1.45);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(1.95, 1.95, 1.19);
    transform: scale3d(1.95, 1.95, 1.19);
  }
}

.content-video .play-video {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1;
}

.full-height {
  position: relative;
}

@media (min-width: 992px) {
  .full-height {
    min-height: 100vh;
  }
}

.btn-back {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #007bff;
  color: #FFF;
  font-size: 20px;
  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;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

.btn-back:hover {
  background-color: #0b6ed9;
  color: #FFF;
}

.nav-login .nav {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(148, 148, 163, 0.15);
          box-shadow: 0px 0px 10px 0px rgba(148, 148, 163, 0.15);
}

.nav-login .nav .nav-item {
  border: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background-color: #FFF;
  color: #000000;
  border-bottom: 4px solid #FFF;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (min-width: 992px) {
  .nav-login .nav .nav-item {
    font-size: 18px;
    padding: 25px 20px;
  }
}

@media (max-width: 991px) {
  .nav-login .nav .nav-item {
    font-size: 14px;
    padding: 15px 10px;
  }
}

.nav-login .nav .nav-item.active,
.nav-login .nav .nav-item:hover {
  border-color: #0b6ed9;
  background-color: #f6f6f6;
}

.bg-login {
  background: url(../images/bg-login.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-register {
  background: url(../images/bg-register.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.login-aside .login-aside-title {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-size: 60px;
  line-height: 1.2;
}

.login-aside .login-aside-title::before {
  position: absolute;
  content: '';
  top: 25px;
  right: 10px;
  width: 95%;
  height: 11px;
  border-radius: 30px;
  background-color: #007bff;
  z-index: -1;
}

@media (max-width: 991px) {
  .login-aside {
    padding: 100px 5px;
  }

  .login-aside h1 {
    font-size: 26px;
  }

  .login-aside h2 {
    font-size: 18px;
  }

  .login-aside h3 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .login-form {
    padding: 30px 30px 50px;
  }
}

.login-form .social-media li a.fa {
  background-color: #3b5998;
}

.login-form .social-media li a.tw {
  background-color: #55acee;
}

.page-title {
  padding: 14px 0px;
  background-color: #007bfe;
  position: relative;
  z-index: 1;
}

.page-title::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/bg-title.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: .1;
}

::-moz-selection {
  background-color: #007bff;
  color: #FFF;
}

::selection {
  background-color: #007bff;
  color: #FFF;
}

label.error {
  color: red;
  font-size: 12px;
  margin-bottom: 0 !important;
}

.nav_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #292828;
  padding: 7px 15px;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
  position: relative;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 8px;
}

.nav_link li a i {
  margin-left: 10px;
}

.nav_link li a.active,
.nav_link li a:hover {
  background-color: #eff7ff;
}

.main-avatar .main-avatar__upload {
  position: absolute;
  bottom: 4px;
  left: 4px;
}

.widget__item-contact {
  padding: 42px 0px;
}

.widget__item-contact .widget__item-icon {
  width: 53px;
  height: 53px;
}

.widget__item-test .widget__item-image {
  height: 260px;
  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;
}

.widget__item-test .widget__item-image img {
  max-height: 260px;
}

.widget__item-exam .widget__item-title {
  padding: 17px 25px 12px;
  position: relative;
}

.widget__item-exam .widget__item-title::before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e833";
  font-family: "iconfont";
  font-size: 18px;
  color: #FFF;
}

.widget__item-exam .widget__item-title.collapsed::before {
  content: "\e832";
}

.widget__item-single-exam {
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  padding: 13px 22px;
}

.widget__item-single-exam .dslc-icon-ext-circle-check {
  color: #c6c6c6;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.widget__item-single-exam h6 {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.widget__item-single-exam h6 span {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.widget__item-single-exam.active .dslc-icon-ext-circle-check {
  color: #007bff;
}

.widget__item-single-exam:hover {
  background-color: #007bff;
}

.widget__item-single-exam:hover .dslc-icon-ext-circle-check {
  color: #FFF;
}

.widget__item-single-exam:hover h6 {
  color: #FFF;
}

.section-testing {
  position: relative;
  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;
  z-index: 1;
}

@media (min-width: 992px) {
  .section-testing {
    height: 700px;
  }
}

.section-testing::before,
.section-testing::after {
  position: absolute;
  content: "";
  width: 50%;
  top: 0;
  height: 100%;
  z-index: -1;
}

@media (max-width: 991px) {

  .section-testing::before,
  .section-testing::after {
    width: 100%;
  }
}

.section-testing::before {
  background-color: #fff2f3;
  right: 0;
}

@media (max-width: 991px) {
  .section-testing::before {
    width: 100%;
  }
}

.section-testing::after {
  background-color: #ebfff6;
  left: 0;
}

@media (max-width: 991px) {
  .section-testing::after {
    top: 50%;
    width: 100%;
  }
}

.header-single-course {
  background-color: #212e3b;
}

@media (min-width: 992px) {
  .header-single-course {
    height: 50px;
  }
}

.header-single-course .btn {
  height: 28px;
  font-size: 12px;
}

.footer-single-course {
  background-color: #ebebeb;
}

.scroll {
  position: relative;
}

.ps__rail-y {
  right: auto !important;
  left: 2px !important;
}

@media (min-width: 992px) {
  .accordion-cource {
    height: calc(100vh - 50px);
  }
}

@media (max-width: 991px) {
  .accordion-cource {
    height: 400px;
  }
}

.accordion-cource .accordion .acc-btn {
  padding: 14px 20px;
  position: relative;
  cursor: pointer;
}

.accordion-cource .accordion .acc-btn::before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e833";
  font-family: "iconfont";
  font-size: 18px;
  color: #181818;
}

.accordion-cource .accordion .acc-btn.collapsed::before {
  content: "\e832";
  color: #181818;
}

.accordion-cource .accordion .accordion-list li a {
  cursor: pointer;
  padding: 18px 20px;
  background-color: #f3f3f3;
  border-top: 1px solid #f3f3f3;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.accordion-cource .accordion .accordion-list li a .icon {
  font-size: 20px;
}

.accordion-cource .accordion .accordion-list li a .icon img {
  max-width: 25px;
  max-height: 25px;
}

.accordion-cource .accordion .accordion-list li a .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #3c3c3c;
}

.accordion-cource .accordion .accordion-list li a .text,
.accordion-cource .accordion .accordion-list li a .time,
.accordion-cource .accordion .accordion-list li a .icon i {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.accordion-cource .accordion .accordion-list li a.lock-video {
  pointer-events: none;
}

.accordion-cource .accordion .accordion-list li a:hover {
  background-color: #007bff;
  color: #FFF;
}

.accordion-cource .accordion .accordion-list li a:hover * {
  color: #FFF !important;
}

.answers-section-test .m-radio {
  padding-right: 40px;
}

.answers-section-test .m-radio .checkmark {
  width: 28px;
  height: 28px;
  background-color: #ececec;
}

.answers-section-test .m-radio .checkmark::after {
  background-color: #007bff;
}

:root {
  --plyr-color-main: #007bff;
}

.list-answers li {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  margin-bottom: 10px;
  color: #253038;
  background-color: #f8f8f8;
  font-size: 16px;
  padding: 12px 20px 6px;
  cursor: pointer;
  position: relative;
}

.list-answers li.selected {
  border-color: #007bff;
  color: #007bff;
}

.list-answers li.success {
  border-color: #72c16e;
  color: #72c16e;
}

.list-answers li.success::before {
  position: absolute;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f058";
  color: #72c16e;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.list-answers li.danger {
  border-color: #d74949;
  color: #d74949;
}

.list-answers li.danger::before {
  position: absolute;
  font-family: "Font Awesome 5 free";
  content: "\f057";
  font-weight: 900;
  color: #d74949;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
}

.widget__item-result {
  padding: 40px 46px;
  -webkit-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

@media (min-width: 991px) {
  .widget__item-result {
    min-height: 172px;
  }
}

.widget__item-result * {
  -webkit-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.widget__item-result:hover {
  background-color: #007bff;
}

.widget__item-result:hover * {
  color: #FFF !important;
}

.single-course-header {
  background-color: #eff7ff;
  padding: 90px 0px;
}

@media (max-width: 991px) {
  .single-course-header {
    padding: 30px 0px;
  }
}

.player_rounded .plyr.plyr--full-ui.plyr--video {
  border-radius: 25px;
  overflow: hidden;
}

.single-course-adv li {
  font-size: 12px;
}

.single-course-adv li:not(:last-of-type) {
  margin-left: 20px;
}

.social-media.single-course-share a {
  color: #007bff;
}

.social-media.single-course-share a:hover {
  color: #FFF;
}

.social-media li a:hover.gm {
  background-color: #EB4132;
}

.widget__item-list-courses .widget__item-title {
  background-color: #404f5b;
  padding: 12px 9px 9px;
  position: relative;
}

.widget__item-list-courses .widget__item-title::before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e833";
  font-family: "iconfont";
  font-size: 18px;
  color: #FFF;
}

.widget__item-list-courses .widget__item-title.collapsed::before {
  content: "\e832";
}

.dropzone {
  text-align: center;
  background-color: #FFF;
  border: 1px dashed #c3cad5;
  min-height: 110px;
}

.dropzone .dz-message {
  margin: 0;
}

.dropzone .icon {
  display: block;
  font-size: 24px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 660px;
  }
}

.border {
  border-color: #edeff2;
}

.footer-top {
  padding: 60px 0px 60px;
  position: relative;
}

.footer-bottom {
  padding: 20px 0px;
  border-top: 1px solid #23272b;
}

.main-footer {
  background-color: #1b1f22;
}

.main-footer .title-footer {
  position: relative;
  display: inline-block;
  color: #fff;
}

.main-footer .link-footer a {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: all 500ms, color 200ms;
  -o-transition: all 500ms, color 200ms;
  transition: all 500ms, color 200ms;
}

.main-footer .link-footer a:hover {
  color: #007bff;
}

@media (max-width: 991px) {
  .main-footer .title-footer {
    font-size: 18px;
    margin-top: 30px;
  }

  .main-footer .link-footer a {
    font-size: 13px;
    margin-bottom: 14px;
  }
}

@media (min-width: 992px) {
  .main-footer .title-footer {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .main-footer .link-footer a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media.social-sm li a {
  width: 20px;
  height: 20px;
  font-size: 14px;
  padding-top: 2px;
}

.social-media.social-lg li a {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

.social-media li a {
  border-radius: 3px;
  width: 28px;
  height: 28px;
  color: #fff;
  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: 16px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  background-color: transparent;
}

.social-media li a i {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.social-media li:not(:last-of-type) {
  margin-left: 10px;
}

.social-media li a:hover {
  color: #fff;
}

.social-media li a:hover.fa {
  background-color: #3a5898;
}

.social-media li a:hover.tw {
  background-color: #1da1f2;
}

.social-media li a:hover.li {
  background-color: #0073b1;
}

.social-media li a:hover.yo {
  background-color: #ff0000;
}

.social-media li a:hover.wh {
  background-color: #00E676;
}

.social-media li a:hover.in {
  background-color: #bb00aa;
}

.social-media li a:hover.sn {
  background-color: #FFFC01;
}

.field-group {
  position: relative;
  margin-bottom: 10px;
  border-radius: 5px;
}

.field-group ::-webkit-input-placeholder {
  color: #FFF !important;
}

.field-group ::-moz-placeholder {
  color: #FFF !important;
}

.field-group :-ms-input-placeholder {
  color: #FFF !important;
}

.field-group ::-ms-input-placeholder {
  color: #FFF !important;
}

.field-group ::placeholder {
  color: #FFF !important;
}

.field-group .bg-white::-webkit-input-placeholder {
  color: #5D5D5D !important;
}

.field-group .bg-white::-moz-placeholder {
  color: #5D5D5D !important;
}

.field-group .bg-white:-ms-input-placeholder {
  color: #5D5D5D !important;
}

.field-group .bg-white::-ms-input-placeholder {
  color: #5D5D5D !important;
}

.field-group .bg-white::placeholder {
  color: #5D5D5D !important;
}

.field-group .field-group-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1px;
  width: 42px;
  height: 96%;
  background-color: #54A9FF;
  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;
  border-radius: 5px 0px 0px 5px;
  color: #FFF;
}

.field-group .field-group-icon:hover {
  background-color: #54A9FF;
}

.field-group .form-control {
  border: 0;
  border-radius: 4px;
  background-color: #386796;
  border: 1px solid #F8FCFA;
  color: #FFF;
  height: 40px;
}

.main-footer .field-group .form-control:focus {
  border-color: #fff;
}

@media (max-width: 992px) {
  .main-footer .title-footer {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .pa-sm-20 {
    padding: 20px !important;
  }

  .font-sm-20 {
    font-size: 20px !important;
  }

  .font-sm-18 {
    font-size: 18px !important;
  }

  .font-sm-16 {
    font-size: 16px !important;
  }

  .font-sm-14 {
    font-size: 14px !important;
  }

  .font-sm-12 {
    font-size: 12px !important;
  }
}