:root {
  --bg_grey_color: #f2f3f7;
  --bg_white_color: #fff;
  --bg_dark-blue_color: rgba(20, 29, 70, 1);

  --text-grey-color: #8a98ac;
  --text_dark_color: #141d46;
  --text_white_color: #fff;
  --text_blue_color: #506fe4;
}
.cb-round {
  border-radius: 50% !important;
}
body {
  background-color: var(--bg_grey_color);
}
.vertical-menu > li.active {
  background: transparent;
}
.vertical-menu {
  height: calc(113vh - 100px);
}
.vertical-menu-icon {
  background: #333;
}
.vertical-menu-detail {
  border-right: none;
}
.card {
  border-radius: 5px;
}
/*.vertical-menu-detail {
  background: #FFFFFF;
}*/
.profilechoose {
  height: 250px;
  object-fit: scale-down;
}
.profilechoosebanner {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
.breadcrumbbar {
  margin: 76x 0px 20px 0px !important;
}

label {
  color: black;
}
.redstar {
  color: red;
}
.gray-color {
  background-color: gray;
}
.img-circle {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 6px;
  object-fit: cover;
}
.card-sub-title {
  margin-top: 30px;
}
.card-block {
  padding: 20px;
}
.image_size {
  height: 100px;
  width: 100px;
}
.instructor {
  list-style-type: none;
  line-height: 200%;
}
.text-color {
  color: black;
}
.duplicate .btn {
  padding: 0 !important;
}
.img-cousre {
  height: 50px;
  width: 50px;
}
.img-circle1 {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.img-cousre {
  height: 50px;
  width: 50px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 28px;
}
.switch input[type='checkbox'] {
  display: none;
}
.switch input:checked + .knob {
  animation: colorChange 0.4s linear forwards;
}
.switch input:checked + .knob:before {
  animation: turnON 0.4s linear forwards;
}
@keyframes colorChange {
  from {
    background-color: #ccc;
  }
  50% {
    background-color: #a4d9ad;
  }
  to {
    background-color: #4bd663;
  }
}
@keyframes turnON {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(30.4px);
  }
}
.knob {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 40px;
  margin-right: 0 !important;
}
.knob:before {
  position: absolute;
  background-color: var(--bg_white_color);
  content: '';
  left: 4px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
#datatable-buttons_length {
  display: inline-block;
  margin-right: 35px;
}
/* width */
::-webkit-scrollbar {
  width: 5px !important;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(80, 111, 228, 0.1) !important;
  border-radius: 10px !important;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(80, 111, 228, 0.1) !important;
  border-radius: 10px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #506fe4 !important;
}
.form-card-input[type='checkbox']:checked,
[type='checkbox']:not(:checked) {
  z-index: 9;
}
.form-card-input:checked ~ .card {
  border: 2px solid #506fe4;
}
.width-25 {
  width: 25px;
}
.height-25 {
  height: 25px;
}
.l-30 {
  left: 30px;
}
.t-13 {
  top: 13px;
}
.width-15 {
  width: 15px;
}
.height-15 {
  height: 15px;
}
.t-3 {
  top: 3px;
}
.topbar {
  z-index: 99;
}
.card-img-block {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 40px;
}

.card-img-top {
  height: 250px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.card-user-img {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.card-user-img img {
  border-radius: 100%;
}
.filter {
  float: left;
}
.header {
  text-transform: uppercase !important;
  padding: 5px;
  /* padding: 5px 0px; */
  color: #a1a8ae;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 600;
  margin: 15px 0 !important;
  color: black;
}
.progress {
  background-color: #5b5d6657;
}
.action-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  font-weight: inherit;
  border-radius: inherit;
  font-size: inherit;
  text-align: inherit;
}
.user-slider .slick-slide .action-icon img {
  width: 100px;
  height: 100px;
  font-weight: 600;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
}
.user-slider .slick-slide .action-icon.badge-primary-inverse {
  background-color: inherit;
}
.user-slider .slick-slide .action-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  font-weight: inherit;
  border-radius: inherit;
  font-size: inherit;
  text-align: inherit;
  margin-bottom: inherit;
  margin-top: inherit;
}

.infobar-settings-sidebar .infobar-settings-sidebar-body .custom-mode-setting {
  padding: 15px 30px;
  border-top: inherit;
  border-bottom: inherit;
}
.custom-mode-setting .form-group {
  margin-bottom: 0;
}
.dropdown-menu {
  z-index: 1055 !important; /* higher than most elements like modals, sidebar, etc. */
}

.switchery {
  margin-bottom: 0;
}
#infobar-settings-close img {
  width: 20px;
  height: 20px;
  filter: invert(0.6) sepia(1) saturate(14) hue-rotate(215deg);
}
.infobar-settings-sidebar #infobar-settings-close.btn-primary {
  background-color: inherit;
  border-color: inherit;
  padding: 0;
  text-align: right;
}
.infobar-settings-sidebar .close {
  line-height: 2.5;
}

/* .dropdown.dropbtn {
  float: right;
  margin-top: -105px;
} */
img#original {
  height: 100px;
}
img#original1 {
  height: 100px;
}
#cardimg {
  height: 143px;
}
.mediapagination {
  margin-left: 480px;
}
button.search-button {
  border: none;
  padding: 0;
}

.field_icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.icondashboard {
  font-size: 55px;
}

.dt-buttons {
  position: relative;
  left: 140px;
}

.process-font {
  font-size: 16px;
}
.process-fonts {
  font-size: 18px;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

.iconsize {
  font-size: 50px;
}

.img-fluid-invoice {
  float: right;
}
.user-modal {
  left: 0;
  right: 0;
  margin: 0 auto 20px;
}
.user-table.table td,
.user-table.table th {
  width: 70px;
}
.vertical-menu-detail .logobar {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}
.display-none {
  display: none !important;
}
.w-100 {
  width: 100% !important;
}

.button-align {
  float: right !important;
}
.w-h-100 {
  height: 100px;
  width: 100px;
}
.logo_img {
  height: 35px;
  width: 35px;
}
.sidebar-two.leftbar {
  background: var(--bg_dark-blue_color);
  background-blend-mode: unset;
  background-attachment: fixed;
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  background-size: 256px 556px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 250px;
  position: fixed;
  z-index: 99;
}
.sidebar-two .vertical-menu li .dashboard-menu a {
  color: #879df0;
}
.sidebar-two .vertical-menu > li > a > span {
  color: var(--text_white_color);
}
.sidebar-two .vertical-menu > li > a > i {
  color: var(--text_white_color);
}
.sidebar-two .vertical-menu > li {
  color: var(--text_white_color);
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}
.sidebar-two .vertical-menu > li > a {
  color: var(--text_white_color);
  padding: 8px 35px;
}
.sidebar-two .vertical-menu > li .sub-menu {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 34px;
}
.sidebar-two .truncate {
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-two .vertical-menu > li > a > .icon-chevron-right {
  position: absolute;
  right: 8px;
  top: 10px;
  opacity: 0;
  transform: rotate(180deg);
  transition:
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-two .vertical-menu > li.active > a > .icon-chevron-right {
  opacity: 1;
  transform: rotate(-90deg);
}
.sidebar-two .vertical-menu .vertical-submenu li a i {
  margin-right: 10px;
}
.sidebar-two .vertical-menu .vertical-submenu > li > a {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-two .vertical-menu .vertical-submenu {
  padding-left: 0;
  padding: 0;
  margin: 0;
}
.sidebar-two .vertical-menu .vertical-submenu > li > a > .icon-chevron-right {
  margin-right: -3px;
  opacity: 0;
  transform: rotate(180deg);
  transition:
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-two .vertical-menu .vertical-submenu > li.active > a > .icon-chevron-right {
  opacity: 1;
  transform: rotate(-90deg);
}
.sidebar-two .vertical-menu > li.active .sub-menu {
  display: none;
}
.sidebar-two .vertical-menu > li.active > a {
  background-color: rgba(255, 255, 255, 0.07);
}
.sidebar-two .vertical-menu > li:hover .menu {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-two .vertical-menu > li.active > a {
  color: var(--text_white_color);
}
.sidebar-two .vertical-menu > li:hover > a {
  color: var(--text_white_color);
}
.sidebar-two .vertical-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
.sidebar-two .vertical-menu > li.active > a {
  color: var(--text_blue_color);
  opacity: 1;
}
.sidebar-two .vertical-menu > li:hover > a {
  background-color: transparent;
  color: var(--text_blue_color);
  opacity: 1;
}
.sidebar-two .vertical-menu .vertical-submenu > li > a {
  padding: 8px 12px 8px 55px;
}
.sidebar-two .vertical-menu .vertical-submenu > li > a {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-two .vertical-menu .vertical-submenu > li:hover > a {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-two .vertical-menu .vertical-submenu > li > a:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-two .vertical-menu .vertical-submenu > li.active > a {
  opacity: 1;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-two .vertical-menu .vertical-submenu > li.active > a {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-two .vertical-menu .vertical-submenu > li .vertical-submenu > li > a {
  padding: 8px 12px 8px 70px;
}
.sidebar-two .vertical-menu .vertical-submenu .vertical-submenu {
  padding-left: 0;
}
.sidebar-two .vertical-menu .vertical-submenu > li .vertical-submenu > li > a.active {
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-two .sub-menu {
  padding-top: 5px;
}
.sidebar-two .vertical-menu .vertical-submenu > li > a.active {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.8) !important;
}
.sidebar-two .vertical-menu > li:hover > a {
  background-color: rgba(255, 255, 255, 0.05);
}
.sidebar-two .header {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px !important;
  padding-left: 35px !important;
  margin: 15px 0 15px !important;
  font-size: 16px;
}
.sidebar-two .nav-link {
  padding: 15px 30px !important;
}
.sidebar-two .header-one {
  margin-top: 0 !important;
}
/* .select2-container--default .select2-search--dropdown .select2-search__field {
  border: inherit !important;
  padding: 0 !important;
} */
/* .select2-search--dropdown {
  padding: 0;
} */
#category_id {
  margin-bottom: 20px;
}

.card-contact {
  background-color: var(--bg_grey_color);
  box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
  padding: 20px 10px;
}
.container-4 input#hyv-search,
.container-4 input#vimeo-search {
  width: 500px;
  height: 34px;
  border: 1px solid #c6c6c6;
  font-size: 10pt;
  float: left;
  padding-left: 15px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.container-4 button.icon {
  height: 34px;
  background: #f0f0ef url(../../images/icons/searchicon.png) 10px 1px no-repeat;
  background-size: 24px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #c6c6c6;
  width: 50px;
  margin-left: -44px;
  color: #4f5b66;
  font-size: 10pt;
}
