﻿* {
  font-weight: 700;
}

.appclient-logo {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.user-pfp {
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.fileinput-preview.fileinput-exists.thumbnail.img-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input.form-control.input-validation-error, .dropdown.bootstrap-select.input-validation-error button.dropdown-toggle {
  border-color: #fd5d93 !important;
  color: #fd5d93 !important;
  background-color: rgba(222, 222, 222, 0.1) !important;
  /*background-color: hsla(0,0%,87%,.1) !important;*/
}

.sidebar .nav .nav li.active > a:not([data-toggle=collapse]):before {
  top: 16px !important;
  left: 36px !important;
}

select[name=datatable_length] option {
  color: black;
}

.contact-form-head .form-main .form .form-group select {
  height: 52px;
  line-height: 52px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  font-weight: 400;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.footer-background {
  background-image: url("/images/hand-beads.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}

/*#region carousel*/
.carousel-image-dimensions,
.carousel-item {
  max-height: 650px;
  object-fit: cover;
}
.carousel-image-dimensions object.carousel-item-image,
.carousel-item object.carousel-item-image {
  height: 650px;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .carousel-image-dimensions,
  .carousel-item {
    height: 650px;
  }
}
.btn.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  /*border-radius: .2rem !important;*/
  width: 100% !important;
}

/*.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    min-height: 650px !important;
}*/
/*#endregion*/
/*#region skype icon*/
.skype-widget {
  bottom: 70px;
  left: 16px;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box;
  position: fixed !important;
  z-index: 16000160 !important;
  direction: ltr;
  text-align: left;
}
.skype-widget .skype-icon-wrapper {
  width: 14%;
  border-radius: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 10px 10px 15px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 15px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 15px -12px rgba(0, 0, 0, 0.75);
}
.skype-widget .skype-icon {
  width: 100%;
  fill: #01aaed;
  stroke: none;
}

/*#endregion*/
/*#region whatsapp icon*/
.whatsapp-widget {
  bottom: 14px;
  left: 16px;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box;
  position: fixed !important;
  z-index: 16000160 !important;
  direction: ltr;
  text-align: left;
}
.whatsapp-widget .whatsapp-icon-wrapper {
  width: 14%;
  border-radius: 40px;
  background-color: #4dc247;
  -webkit-box-shadow: 10px 10px 15px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 15px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 15px -12px rgba(0, 0, 0, 0.75);
}
.whatsapp-widget .whatsapp-icon {
  width: 100%;
  fill: rgb(255, 255, 255);
  stroke: none;
}

/*#endregion whatsapp icon*/
/*#region courses*/
.category {
  /*color: #8c8c8c !important;*/
}

.featured-course-name {
  color: #078692 !important;
}

/*#endregion*/
/*#region header*/
.header-top {
  background: #081828;
  color: #ffffff;
  font-size: 13px;
  padding: 5px 0 5px 0;
}

.header-top-right {
  text-align: right;
}
.header-top-right .content {
  display: inline-block;
  margin-left: 8px;
  padding-left: 8px;
  /*position: relative;*/
}
.header-top-right .content a {
  color: #fff;
}
.header-top-right .content i {
  font-size: 14px;
  margin-right: 8px;
}
.header-top-right .contacts:first-child:before {
  border-right: none;
  content: "";
  margin-right: 15px;
}
.header-top-right .contacts::before {
  /*background: #b3b2b2 !important;*/
  border-right: 2px solid #b3b2b2;
  content: "";
  margin-right: 15px;
}

.hero-area {
  padding: 122px 0 0 0;
}

.header .navbar-brand img {
  height: 50px !important;
  width: 100px !important;
}

.navbar .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img {
    /*width: 170px;*/
    height: 50px !important;
    width: 110px !important;
  }
}
@media (max-width: 767px) {
  .header .navbar-brand img {
    height: 50px !important;
    width: 100px !important;
  }
}
/*#endregion*/
/*#region pricing tables*/
.table-head {
  background: #081828;
  text-align: center;
}

.table-head .title {
  color: #fff;
  line-height: 4;
  line-break: auto;
  font-size: 1.4em !important;
  letter-spacing: 0.05em !important;
}

.table-head .price {
  width: 119.8% !important;
  background-color: #00838f;
  margin: 0 0 -25px -25px;
}

.table-head .price .amount {
  font-size: 18px !important;
}

.button .btn {
  border-radius: 0px;
  width: 100%;
}

/*#endregion*/
/*#region permissionAccordion*/
.permissionAccordion {
  border: 1px solid #2b3553;
  margin-bottom: 20px;
}
.permissionAccordion .card {
  margin-bottom: 0;
}
.permissionAccordion .card .card-header {
  padding: 15px !important;
  border-bottom: 1px solid #2b3553;
}
.permissionAccordion .card .card-header button[data-toggle=collapse] {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*#endregion*/
/*#region dropdown*/
.dropdown-menu {
  background: #323E54;
  /* Track */
  /* Handle */
}
.dropdown-menu:before {
  color: #323E54 !important;
}
.dropdown-menu .inner {
  background: #323E54;
}
.dropdown-menu .inner ul {
  background: #323E54;
}
.dropdown-menu .inner ul li a:not(.disabled) {
  color: white !important;
}
.dropdown-menu ::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}
.dropdown-menu ::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 2px $track; //#f2f2f2;*/
  background: rgba(255, 255, 255, 0.4);
  /*background: rgba(255, 255, 255, 0.4);*/
  /*background: #fff6;*/
  border-radius: 5px;
}
.dropdown-menu ::-webkit-scrollbar-thumb {
  /*background: white;*/
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  width: 5px;
}

ul.dropdown-menu:before {
  content: none;
}

/*#endregion*/
