.carousel-control-next,
.carousel-control-prev {
  background-color: rgba(0, 0, 0, 0.1);
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

body {
  background: #FFFFFF !important;
}
.drop-area,
.video-drop-area {
  border: 1px dashed #ccc;
  border-radius: 4px;
  margin: 0px auto;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}
.drop-area .file-elem,
.video-drop-area .file-elem {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.drop-area .file-elem svg,
.video-drop-area .file-elem svg {
  height: 20px;
  width: 50px;
  margin: 0 auto 10px auto;
}
.drop-area .file-elem span,
.video-drop-area .file-elem span {
  display: block;
}
.drop-area.highlight,
.video-drop-area.highlight {
  border-color: purple;
  background-color: rgba(128, 0, 128, 0.1);
  border-width: 1.5px;
}
.drop-area p,
.video-drop-area p {
  margin-top: 0;
  color: #7E8299;
}
.gallery,
.videoGallery {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery.detail {
  display: flex;
  flex-direction: row;
}
.gallery .gallery-image-wrapper,
.videoGallery .gallery-image-wrapper {
  max-width: 220px;
  display: flex;
  position: relative;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  padding-top: 10px;
  margin: 2px;
}
.gallery .gallery-image-wrapper .card-body,
.videoGallery .gallery-image-wrapper .card-body {
  margin-top: 10px;
  display: block;
  flex-direction: row;
  position: relative;
  padding: 0;
}
.gallery .gallery-image-wrapper .card-body textarea,
.videoGallery .gallery-image-wrapper .card-body textarea {
  display: block;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.gallery .gallery-image-wrapper .card-body .card-tool,
.videoGallery .gallery-image-wrapper .card-body .card-tool {
  width: 100%;
  margin-top: 5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  padding: 5px;
  display: flex;
  flex-direction: row;
  background-color: #f7f7f7;
}
.gallery .gallery-image-wrapper .card-body .card-tool .form-check-label,
.videoGallery .gallery-image-wrapper .card-body .card-tool .form-check-label {
  margin-left: 3px;
}
.gallery .gallery-image-wrapper .card-body .card-tool .trash-icon,
.videoGallery .gallery-image-wrapper .card-body .card-tool .trash-icon {
  margin-left: auto;
  width: 14px;
  height: 14px;
  display: flex;
  cursor: pointer;
}
.videoGallery .gallery-image-wrapper {
  max-width: 340px;
}
.videoGallery .gallery-image-wrapper video {
  width: 320px;
}
.gallery .image-wrapper,
.videoGallery .image-wrapper {
  width: auto;
  height: 100%;
  justify-content: center;
  object-fit: cover;
  display: flex;
  border-radius: 4px;
}
.videoGallery .image-wrapper {
  width: 307px;
  height: 200px;
  justify-content: center;
  object-fit: cover;
  display: flex;
  border-radius: 4px;
}
.gallery .image-wrapper img,
.videoGallery .image-wrapper video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.gallery .ki-close,
.videoGallery .ki-close {
  font-size: 0.4rem;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 30px;
  padding: 3px 4px;
  color: #fff;
  cursor: pointer;
}
.gallery .card-img-top {
  max-width: 220px;
  height: 132px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  min-width: 198px;
  object-fit: fill;
}
.gallery textarea {
  font-size: 11px;
  text-align: justify;
  min-height: 70px;
  padding: 5px;
}
.gallery .trash-icon {
  margin-left: auto;
  cursor: pointer;
  display: flex;
  line-height: 1;
  padding: 1px 0;
}
.gallery .form-check {
  padding: 3px 0;
  display: flex;
  flex-direction: row;
}
.gallery .form-check .form-check-label {
  line-height: 1;
}
.videoGallery textarea {
  width: 100%;
  border-radius: 2px;
  font-size: 11px;
  text-align: justify;
  height: 60px;
  margin-top: 3px;
  padding: 5px;
}
.drop-area .button,
.video-drop-area button {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.drop-area .button:hover,
.video-drop-area .button:hover {
  background: #ddd;
}
.drop-area #fileElem,
.video-drop-area #videoFileElem,
.drop-area input[type='file'] {
  display: none;
}
#imagingExamsFileList {
  margin-top: 10px;
}
#imagingExamsFileList .card {
  border-radius: 0.22rem;
  margin: 5px 0px;
}
#imagingExamsFileList .card-body {
  padding: 0.4rem 1rem;
  display: flex;
  flex-direction: row;
}
#imagingExamsFileList .card-body label {
  color: rgba(19 175 226);
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 2;
}
#imagingExamsFileList .card-body .trash-icon {
  margin-left: auto;
  display: flex;
  cursor: pointer;
  margin-top: 5px;
}
#imagingExamsFileList .card-body .trash-icon svg {
  height: 12px;
}
#imagingExamsFileList .flaticon2-file-2 {
  justify-content: start;
  display: flex;
}
#imagingExamsFileList a {
  font-size: 1rem;
  display: flex;
  margin-right: auto;
}
/****************************************************** */
/****************** 02. Header Section  *************** */
/****************************************************** */
.main-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 35px;
  z-index: 1000;
  padding: 15px 0;
  transition: 0.3s;
}
.fixed-header {
  top: 0;
  background: #000;
}
.header-inner {
  display: flex;
  align-items: center;
}
.header-inner button {
  color: #FFFFFF;
  cursor: pointer;
  background: transparent;
}
.search-btn {
  margin-left: auto;
  margin-right: 35px;
}
.search-btn button {
  padding: 5px 10px;
}
.search-form form {
  width: 100%;
  margin: 0 30px;
  max-width: 700px;
  display: flex;
  border: 1px solid #FFFFFF;
}
.search-form form input {
  margin: 0;
  border: none;
  padding: 20px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  background: transparent;
}
.search-form form button {
  padding: 15px 25px;
}
.search-form form input::placeholder {
  font-size: 30px;
  text-align: center;
  text-transform: capitalize;
}
.menu-toggler {
  height: 35px;
}
.menu-toggler .icon-bar {
  background: #FFFFFF;
  height: 2px;
  width: 30px;
  display: block;
  margin: 7px 5px;
}
.search-close,
.menu-close {
  font-size: 45px;
  position: absolute;
  right: 70px;
  top: 55px;
}
.search-form,
.main-menu {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.95);
  transform: scale(0.5);
  transition: 0.5s;
  position: fixed;
  height: 100vh;
  width: 100vw;
  bottom: 100%;
  left: 0;
}
.open-search .search-form,
.open-menu .main-menu {
  transform: scale(1);
  bottom: 0;
}
.main-menu ul li a {
  color: #FFFFFF;
  font-size: 34px;
  margin-bottom: 35px;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
}
.main-menu > ul > li:last-child a {
  margin-bottom: 0;
}
.main-menu li.dropdown ul {
  display: none;
}
.dropdown-btn {
  color: #FFFFFF;
  font-size: 25px;
  cursor: pointer;
  position: absolute;
  transition: 0.3s;
  right: 0;
  top: 2px;
}
.drop .dropdown-btn {
  transform: rotate(90deg);
}
/****************************************************** */
/****************** 03. Slider Section  *************** */
/****************************************************** */
.slider-section {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.slider-single-item {
  height: 100vh;
  min-height: 600px;
  padding: 100px 0;
  background-color: #000000;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-single-item:after {
  content: '';
  position: absolute;
  background: #000000;
  opacity: 0.35;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.slider-single-item * {
  position: relative;
  color: #FFFFFF;
  z-index: 2;
}
.slider-single-item h2 {
  font-weight: 500;
}
.slider-single-item .name {
  line-height: 1;
  font-size: 160px;
  font-weight: 200;
  margin: 10px 0 20px;
  letter-spacing: 25px;
}
.slider-single-item p {
  margin: auto;
  font-size: 22px;
  max-width: 686px;
  line-height: 33px;
  letter-spacing: 1px;
  font-family: 'Raleway', sans-serif;
}
.main-slider-carousel .owl-dots {
  position: absolute;
  top: 45%;
  right: 55px;
}
.main-slider-carousel .owl-dot {
  height: 1px;
  width: 35px;
  transition: 0.5s;
  margin-left: auto;
  margin-bottom: 25px;
  background: #FFFFFF;
}
.main-slider-carousel .owl-dot:last-child {
  margin-bottom: 0;
}
.main-slider-carousel .owl-dot.active {
  width: 70px;
}
.slider-icons {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  z-index: 2;
}
.slider-icons .social-icon {
  position: relative;
}
.slider-icons .social-icon:before,
.slider-icons .social-icon:after {
  content: '';
  width: 50vw;
  height: 1px;
  display: block;
  background: #C9C9C9;
  position: absolute;
  top: 33%;
}
.slider-icons .social-icon:before {
  right: calc(100% + 75px);
}
.slider-icons .social-icon:after {
  left: calc(100% + 75px);
}
.slider-icons .social-icon a {
  font-size: 30px;
  color: #FFFFFF;
}
/*slider style two*/
.style-two .main-slider-carousel .owl-dots {
  top: auto;
  right: 50%;
  bottom: 75px;
  transform: translate(50%);
}
.style-two .slider-icons {
  left: auto;
  right: 75px;
  bottom: 50%;
  width: auto;
  transform: translateY(50%);
}
.style-two .slider-icons .social-icon:before,
.style-two .slider-icons .social-icon:after {
  content: '';
  width: 1px;
  height: 50vh;
  left: 45%;
}
.style-two .slider-icons .social-icon:before {
  bottom: calc(100% + 50px);
  top: auto;
}
.style-two .slider-icons .social-icon:after {
  top: calc(100% + 50px);
}
.style-two .slider-icons .social-icon a {
  display: block;
  margin: 0 auto 30px;
}
.style-two .slider-icons .social-icon a:last-child {
  margin-bottom: 0;
}
.style-two .main-slider-carousel .owl-dot {
  width: 1px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 25px;
  display: inline-block;
}
.style-two .main-slider-carousel .owl-dot.active {
  height: 70px;
}
.style-two .main-slider-carousel .owl-dot:last-child {
  margin-right: 0;
}
/*slider style three*/
.style-three .slider-icons {
  right: auto;
  left: 75px;
}
/*slider animation*/
.slider-single-item * {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .slider-single-item h2 {
  -webkit-animation-name: customFadeInUp;
  animation-name: customFadeInUp;
}
.active .slider-single-item .name {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.active .slider-single-item p {
  -webkit-animation-name: customFadeInUp;
  animation-name: customFadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/****************************************************** */
/******************** 04. Page Banner ***************** */
/****************************************************** */
.banner-section {
  height: 500px;
  position: relative;
  background: url(/dist/img/banner.png);
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.banner-inner {
  padding-top: 195px;
  position: relative;
  z-index: 1;
}
.page-title {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 400;
}
.breadcrumb {
  background: transparent;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb:before,
.breadcrumb:after {
  content: '';
  width: 50vw;
  position: absolute;
  border-top: 1px solid #C9C9C9;
  top: 50%;
}
.breadcrumb:before {
  right: calc(100% + 150px);
}
.breadcrumb:after {
  left: calc(100% + 150px);
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb-item a,
.breadcrumb-item.active {
  color: #FFFFFF;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #FFFFFF;
  padding: 0 5px;
  content: '\f054';
  font-weight: 900;
  font-size: 12px;
  margin: 0 10px;
  font-family: 'Font Awesome 5 Free';
}
/****************************************************** */
/****************** 05. Blog Style One **************** */
/****************************************************** */
.blog-single-item {
  position: relative;
  margin-bottom: 30px;
}
.blog-image img {
  width: 100%;
}
.blog-content {
  width: 100%;
  height: 100%;
  padding: 35px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.blog-content:after {
  position: absolute;
  background: linear-gradient(transparent, #000000);
  content: '';
  height: 50%;
  width: 100%;
  left: 0;
  bottom: 0;
}
.by-views {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: space-between;
}
.by-views .admin {
  margin-right: 20%;
}
.by-views .admin,
.by-views .view,
.by-views .love,
.blog-content .date {
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.blog-content .date {
  background: rgba(0, 0, 0, 0.74);
  padding: 14px 25px;
}
.by-views .view i,
.by-views .love i,
.blog-content .date i {
  font-weight: 400;
  margin-right: 10px;
}
.content-bottom a {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
/****************************************************** */
/****************** 06. Blog Style Two **************** */
/****************************************************** */
.style-two .blog-content {
  padding: 15px;
  align-content: flex-end;
}
.style-two .content-bottom {
  width: 100%;
}
.style-two .content-bottom h6 {
  line-height: 20px;
}
.style-two .content-bottom a {
  font-weight: 400;
}
.style-two .by-views {
  margin-top: 0;
}
.style-two .blog-content .love,
.style-two .blog-content .date {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  background: transparent;
}
.style-two .blog-content .love i,
.style-two .blog-content .date i {
  margin-right: 5px;
}
/****************************************************** */
/***************** 07. Blog Style Three *************** */
/****************************************************** */
.style-three .blog-content {
  position: relative;
  flex-wrap: nowrap;
  padding: 30px 30px 0;
}
.style-three .blog-image {
  position: relative;
}
.style-three .blog-image:before,
.style-three .blog-image:after {
  position: absolute;
  height: 80px;
  width: 80px;
  content: '';
}
.style-three .blog-image:before {
  left: 30px;
  top: 30px;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
}
.style-three .blog-image:after {
  right: 30px;
  bottom: 30px;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.style-three .blog-content:after {
  display: none;
}
.style-three .by-views {
  margin: 5px 0 15px;
}
.style-three .by-views i,
.style-three .by-views b {
  color: #222222;
  margin-right: 10px;
}
.style-three .by-views span {
  color: #858585;
}
.style-three .content-bottom p {
  color: #858585;
  margin-bottom: 10px;
}
.style-three .blog-content .date {
  background: #222222;
  margin-right: 35px;
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
  width: 100px;
  flex: none;
  height: max-content;
  padding: 18px 30px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
.style-three .content-bottom h5 a {
  color: #222222;
  font-size: 24px;
  line-height: 30px;
}
.style-three .read-more {
  color: #222222;
}
.style-three .blog-video {
  position: relative;
}
.blog-video.overlay:after {
  z-index: 2;
  opacity: 0.41;
}
.blog-video.overlay a {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  color: #FFFFFF;
  font-size: 50px;
  transform: translate(-50%, -50%);
}
/****************************************************** */
/***************** 08. Blog Style Four **************** */
/****************************************************** */
.blog-single-item.style-four {
  margin-bottom: 0;
}
.style-four .blog-image:before,
.style-four .blog-image:after,
.style-four .blog-content:before,
.style-four .blog-content:after {
  content: '';
  z-index: 1;
  opacity: 0.66;
  position: absolute;
  background: #FFFFFF;
  opacity: 0;
  transition: 0.75s;
  transform-style: preserve-3d;
  transform: rotateY(180deg) scale(0.5);
}
.style-four:hover .blog-image:before,
.style-four:hover .blog-image:after,
.style-four:hover .blog-content:before,
.style-four:hover .blog-content:after {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
}
.style-four .blog-image:before,
.style-four .blog-content:before {
  height: calc(100% - 40px);
  width: 1px;
  top: 20px;
}
.style-four .blog-image:after,
.style-four .blog-content:after {
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
}
.style-four .blog-image:before {
  left: 40px;
}
.style-four .blog-content:before {
  right: 40px;
}
.style-four .blog-image:after {
  top: 40px;
}
.style-four .blog-content:after {
  bottom: 40px;
}
.style-four .blog-content {
  opacity: 0;
  transition: 0.75s;
  padding: 50px 65px;
  align-content: flex-end;
  transform-style: preserve-3d;
  background: rgba(0, 0, 0, 0.66);
  transform: rotateY(180deg) scale(0.5);
}
.style-four:hover .blog-content {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
}
.style-four .blog-content .date,
.style-four .blog-content .admin {
  background: transparent;
  font-weight: 400;
  padding: 0;
}
.content-bottom .link-icon {
  height: 46px;
  width: 46px;
  background: rgba(0, 0, 0, 0.57);
  display: block;
  margin: auto;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  font-size: 20px;
  margin-bottom: 35px;
}
.featured-carousel .owl-prev,
.featured-carousel .owl-next {
  height: 100%;
  width: 78px;
  top: 0;
  font-size: 40px;
  color: #FFFFFF;
  position: absolute;
  background: rgba(0, 0, 0, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-carousel .owl-prev {
  right: 0;
}
/****************************************************** */
/***************** 09. Blog Style Five **************** */
/****************************************************** */
.style-five {
  display: flex;
  border: 1px solid #D9D9D9;
}
.style-five .blog-image {
  width: 58%;
  flex: none;
}
.style-five .blog-image img {
  height: 100%;
}
.style-five .blog-image:before,
.style-five .blog-image:after {
  display: none;
}
.style-five .blog-image .date {
  position: absolute;
  left: 35px;
  bottom: 30px;
  color: #FFFFFF;
  padding: 9px 25px;
  background: rgba(0, 0, 0, 0.74);
}
.style-five .blog-image .date i {
  margin-right: 10px;
}
.style-five .blog-content {
  padding: 30px;
}
.style-five .content-bottom h5 {
  margin-bottom: 20px;
}
.style-five .by-views {
  margin: 25px 0 0;
}
/****************************************************** */
/********** 10. Blog Style Three Home Two/Three ******* */
/****************************************************** */
.blog-single-item.style-three.no-image {
  background: #F2F2F2;
  padding: 50px 0 25px;
  margin-bottom: 85px;
}
.with-sidebar .blog-single-item.style-three.no-image {
  background: #F2F2F2;
  padding: 10px 10px 30px;
  margin-bottom: 50px;
}
.no-sidebar .style-three .blog-content {
  padding: 50px 80px 50px 100px;
}
.renent-post-wrap .content-bottom h3 a {
  color: #222222;
}
.no-sidebar .style-three .by-views {
  margin: 15px 0 20px;
}
.no-sidebar .style-three .blog-content .date {
  width: 170px;
  font-size: 22px;
  line-height: 27px;
  padding: 28px 60px;
}
.no-sidebar .style-three .read-more {
  margin-top: 20px;
}
.renent-post-wrap .style-three .blog-image:before,
.renent-post-wrap .style-three .blog-image:after {
  display: none;
}
.renent-post-wrap .blog-video.overlay a {
  font-size: 33px;
  color: #FE1313;
  height: 92px;
  width: 92px;
  line-height: 92px;
  padding-left: 8px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
}
.block-quote {
  margin-bottom: 85px;
}
.renent-post-wrap .block-quote * {
  color: #FFFFFF;
}
.renent-post-wrap .block-quote .blog-content {
  display: block;
  text-align: center;
  padding: 90px 150px;
}
.with-sidebar .block-quote .blog-content {
  padding: 70px;
}
.block-quote blockquote {
  font-size: 30px;
  padding: 60px 0;
  line-height: 56px;
  position: relative;
  margin-bottom: 20px;
  font-family: 'Raleway', sans-serif;
}
.block-quote blockquote:before {
  content: "\f11b";
  font-family: Flaticon;
  position: absolute;
  left: 0;
  top: 0;
}
.block-quote blockquote:after {
  content: "\f11c";
  font-family: Flaticon;
  position: absolute;
  right: 50px;
  bottom: 0;
}
.with-sidebar .blog-single-item {
  margin-bottom: 45px;
}
.with-sidebar .style-three .blog-content .date {
  margin-right: 30px;
  line-height: 22px;
  font-size: 16px;
  width: 140px;
  padding: 18px 50px;
}
/****************************************************** */
/******************** 11. Blog Audio ****************** */
/****************************************************** */
.blog-audio {
  position: relative;
}
.blog-audio .audioplayer {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  border: none;
  height: 108px;
  padding: 0 70px 0 55px;
  background: rgba(0, 0, 0, 0.41);
}
.audioplayer-volume-adjust > div {
  height: 3px;
  background-color: #FFFFFF;
}
.audioplayer-volume-adjust div div {
  height: 3px;
  background-color: #E10000;
}
.audioplayer-volume-button a {
  background-color: #ffffff;
}
.audioplayer-volume-button a:before {
  border-right: 9px solid #ffffff;
}
.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 3px;
  border: 6px double #ffffff;
}
.audioplayer-bar-loaded {
  height: 4px;
  background: #ffffff;
}
.audioplayer-bar::before {
  height: 4px;
  background-color: #ffffff;
}
.audioplayer-bar-played {
  height: 4px;
  background: #E10000;
}
.audioplayer-bar-played::after {
  display: none;
}
.audioplayer-time {
  width: 100px;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 600;
}
.audioplayer-time-current {
  display: none;
}
.audioplayer-time-duration {
  margin-right: 10%;
}
.audioplayer-bar {
  margin: 0 20px;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  border: none;
}
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 18px solid #ffffff;
}
.audioplayer-playing .audioplayer-playpause:hover,
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: transparent;
}
.audioplayer-playing .audioplayer-playpause a {
  height: 16px;
  width: 16px;
}
.audioplayer-playing .audioplayer-playpause a::before,
.audioplayer-playing .audioplayer-playpause a::after {
  width: 5px;
  height: 16px;
  background-color: #FFFFFF;
}
.audioplayer-playing .audioplayer-playpause {
  border: none;
}
/****************************************************** */
/******************* 13. Blog Details ***************** */
/****************************************************** */
.blog-details-image {
  position: relative;
}
.blog-details-image .date {
  background: rgba(0, 0, 0, 0.74);
  padding: 14px 70px;
  position: absolute;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  bottom: 55px;
  left: 70px;
}
.blog-details-content .by-views span {
  color: #858585;
  font-weight: 600;
}
.blog-details-content .by-views {
  margin: 20px 0;
}
.blog-details-content .by-views i,
.blog-details-content .by-views b {
  color: #222222;
  margin-right: 5px;
}
.blog-details-content blockquote {
  color: #FFFFFF;
  margin: 30px 0;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  padding: 30px 30px 30px 75px;
  font-family: 'Raleway', sans-serif;
  background-image: url('/dist/img/quote.png');
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-details-content blockquote:before {
  content: '';
  width: 15px;
  height: calc(100% - 60px);
  background: #FFFFFF;
  position: absolute;
  left: 30px;
}
.blog-details-content blockquote:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.66);
}
.tags-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tags-share span {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  margin-right: 15px;
  font-family: 'Raleway', sans-serif;
}
.tags-share .tags a {
  color: #858585;
  font-weight: 600;
  margin-right: 15px;
}
.tags-share .share i:before {
  font-size: 24px;
}
.comments,
.admin-comment {
  padding: 30px;
  border: 1px solid #BEBEBE;
}
.comments-box {
  display: flex;
  margin-bottom: 40px;
}
.child.comments-box {
  margin-left: 50px;
}
.comments-box:last-child {
  margin-bottom: 0;
}
.comments-avatar {
  max-width: 88px;
  flex: none;
  margin-right: 30px;
}
.avatar-name .reply {
  float: right;
  color: #222222;
}
.avatar-name .reply i {
  margin-left: 5px;
}
.comments-text p:last-child {
  margin-bottom: 0;
}
.comment-form .theme-btn:hover {
  border: 1px solid #000000;
  background: rgba(0, 0, 0, 0.92);
}
.edit-icon-square {
  border: solid 0.15rem rgba(133, 133, 133, 0.5);
  padding: 5px;
  border-radius: 5px;
  opacity: 0.7;
  cursor: pointer;
}
.edit-icon-square.t4 {
  height: 24px;
}
.edit-icon-square:hover {
  opacity: 0.9;
  background-color: rgba(133, 133, 133, 0.5);
}
.gallery .gallery-container {
  position: relative;
  display: flex;
  width: 320px;
  padding: 10px;
  border-radius: 4px;
}
.gallery .gallery-container .card-img-top {
  width: 100%;
  height: 240px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.gallery .gallery-container .text-block {
  position: absolute;
  bottom: 7.5%;
  left: 7.5%;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 10px;
  width: 85%;
  text-align: justify;
  overflow-y: auto;
}
.gallery .gallery-container .text-block > p {
  font-size: 12px;
  line-height: 1.5;
}
.image-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
/* Modal Content (image) */
.image-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* Caption of Modal Image */
#imageModalCaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.image-modal-content,
#imageModalCaption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.image-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
/* Modal Content (image) */
.image-modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* Caption of Modal Image */
#imageModalCaption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.image-modal-content,
#imageModalCaption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.image-modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.image-modal-close:hover,
.image-modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .image-modal-content {
    width: 100%;
  }
}
.crsr-pointer {
  cursor: pointer;
}
.fs-175-rem {
  font-size: 1.75rem;
}
.flex-d-col {
  flex-direction: column;
}
.flex-d-row {
  flex-direction: row;
}

body {
  background-color: transparent;
}
.accordion .card .card-header {
  background-color: #EBC8AB;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title {
  color: #493d52;
}
.accordion.accordion-toggle-arrow .card .card-header .card-title:after {
  color: #9a847e;
}
.fa-star,
.fa-star-half {
  color: #d09258;
}
#myClinicalCasesBody .table-responsive::-webkit-scrollbar,
#votingHistoryBody .table-responsive::-webkit-scrollbar {
  width: 5px;
}
#myClinicalCasesBody .table-responsive::-webkit-scrollbar-track,
#votingHistoryBody .table-responsive::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#myClinicalCasesBody .table-responsive::-webkit-scrollbar-thumb,
#votingHistoryBody .table-responsive::-webkit-scrollbar-thumb {
  background: #d8d1d1;
}
#myClinicalCasesBody .table-responsive::-webkit-scrollbar-thumb:hover,
#votingHistoryBody .table-responsive::-webkit-scrollbar-thumb:hover {
  background: #c5c0c0;
}
#bioContentP {
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}
#bioContentP.inEdit,
#bioTitleContentSpan.inEdit {
  outline-color: black;
  outline-style: auto;
  outline-width: 1px;
}
.symbol.symbol-50 .symbol-label {
  width: 120px;
  height: 100px;
  background: none;
  margin-right: 15px;
}
img.case-history-mainphoto,
img.vote-history-mainphoto {
  width: 120px;
  height: 100px;
  object-fit: cover;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slider-container .ui-card {
  height: 16rem;
  width: 20rem;
  z-index: 1;
  transform: scale(0.6) translateY(-2rem);
  opacity: 0.4;
  cursor: pointer;
  pointer-events: none;
  background-color: transparent;
  transition: 1s;
  position: relative;
  box-shadow: 0 10px 16px 0 rgb(255 255 255 / 30%), 0 6px 20px 0 rgb(255 255 255 / 29%) !important;
  text-align: center;
  margin: 15px 0px;
}
.slider-container .ui-card img {
  height: 16rem;
  width: 20rem;
  object-fit: fill;
  border: none;
}
.slider-container .ui-card .cardcontainer {
  padding-top: 10px;
}
.slider-container .ui-card .cardcontainer p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}
.slider-container .ui-card.prev,
.slider-container .ui-card.next {
  z-index: 2;
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  transition: 1s;
}
.slider-container .ui-card.active {
  z-index: 3;
  transform: scale(1) translateY(0) translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: 1s;
}
.slider-container .ui-card.prev,
.slider-container .ui-card.next {
  z-index: 2;
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  transition: 1s;
}
.slider-container .ui-card:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}
.slider-container .ui-card:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: -5rem;
  filter: blur(4px);
}

.wizard.wizard-1.modal-wizard .wizard-nav .wizard-steps {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  flex-wrap: wrap;
}
.wizard.wizard-1.modal-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-icon {
  font-size: 1.75rem;
}
.wizard.wizard-1.modal-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  color: black;
}
.wizard.wizard-1.modal-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title:hover {
  text-shadow: 0 0 black;
}
.wizard.wizard-1.modal-wizard .wizard-nav .wizard-steps .wizard-step .wizard-label {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.wizard.wizard-1.modal-wizard .wizard-nav .wizard-steps .wizard-step .wizard-arrow.svg-icon svg,
.wizard.wizard-1.modal-wizard .wizard-nav .wizard-steps .wizard-step .svg-icon.svg-icon-xl svg {
  height: 1.5rem !important;
  width: 2rem;
}

/* General */
.clickable-item {
  cursor: pointer;
}
.text-bold {
  font-weight: bold;
}
/* Portlet */
.portlet.light > .portlet-title .inputs.inputs-full-width {
  display: block;
  float: none;
}
/* Tree */
.tree-item-icon-color {
  color: #dfba49;
}
.page-sidebar .page-sidebar-menu > li > a > i.fa,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li > a > i.fa {
  margin-left: 1px;
  margin-right: 4px;
  top: 3px;
}
/* Forms */
.form-group.form-md-line-input.no-hint {
  margin-bottom: 15px;
}
.form-group.form-md-line-input.has-error .form-control {
  border-bottom-color: red;
}
.form-group.form-md-line-input.has-error .help-block-info {
  display: none;
}
/* DateRangePicker */
.daterangepicker_input .input-mini {
  width: 120px !important;
}
/* Portlets */
.portlet.light > .portlet-title.portlet-title-filter {
  border: none;
  margin-bottom: 0;
}
/* Buttons */
button i {
  margin-right: 5px;
}
.btn + .btn {
  margin-left: 5px;
}
/* FamFamFam Flags */
.famfamfam-flags {
  display: inline-block;
}
/* Social Login Icons */
.external-logins form a i.fa-openidconnect {
  width: 16px;
  height: 16px;
}
.external-logins form a i.fa-openidconnect::before {
  content: "\f19b";
}
.external-logins a i.fa-wsfederation {
  width: 16px;
  height: 16px;
}
.external-logins a i.fa-wsfederation::before {
  content: "\f20e";
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
/* Make user menu wider */
.page-header.navbar .top-menu .navbar-nav > li.dropdown-dark .dropdown-menu {
  width: 250px;
}
/* Fix for issue #407 */
br {
  font-family: Verdana;
}
span.phone-number-verified {
  border-bottom: #36c6d3 2px solid !important;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
/* Sweet alert */
.swal-title {
  overflow-wrap: break-word;
}
.swal-footer {
  text-align: center;
}
@keyframes glowing {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.glowing {
  animation: glowing 2s infinite;
}
.toast-error {
  background-color: red !important;
}
.bootstrap-datetimepicker-widget {
  width: 275px !important;
}

/* poppins-300 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Light'), local('Poppins-Light'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-300.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-300.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-regular - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Regular'), local('Poppins-Regular'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-regular.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-regular.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-500 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Medium'), local('Poppins-Medium'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-500.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-500.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-600 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-600.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-600.svg#Poppins') format('svg');
  /* Legacy iOS */
}
/* poppins-700 - devanagari_latin-ext_latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Poppins Bold'), local('Poppins-Bold'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.eot') format('embedded-opentype'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.woff2') format('woff2'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.woff') format('woff'), url('/dist/fonts/poppins-v5-devanagari_latin-ext_latin-700.ttf') format('truetype'), url('./Poppins/poppins-v5-devanagari_latin-ext_latin-700.svg#Poppins') format('svg');
  /* Legacy iOS */
}

/* roboto-300 - vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.eot') format('embedded-opentype'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.woff2') format('woff2'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.woff') format('woff'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.ttf') format('truetype'), url('./Roboto/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-300.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-regular - vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.eot') format('embedded-opentype'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.woff2') format('woff2'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.woff') format('woff'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.ttf') format('truetype'), url('./Roboto/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-500 - vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.eot') format('embedded-opentype'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.woff2') format('woff2'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.woff') format('woff'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.ttf') format('truetype'), url('./Roboto/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-500.svg#Roboto') format('svg');
  /* Legacy iOS */
}
/* roboto-700 - vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.eot');
  /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.eot') format('embedded-opentype'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.woff2') format('woff2'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.woff') format('woff'), url('/dist/fonts/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.ttf') format('truetype'), url('./Roboto/roboto-v18-vietnamese_latin-ext_latin_greek_cyrillic-ext_greek-ext_cyrillic-700.svg#Roboto') format('svg');
  /* Legacy iOS */
}

.pwstrength-div {
  position: relative;
}
.pwstrength-div .progress {
  height: 8px;
  width: 64px;
  text-align: right;
  position: absolute;
  right: -28px;
  top: 28.5px;
  transform: rotate(-90deg);
  border-radius: 0 0 1.25rem 1.25rem;
}
.pwstrength-div .password-verdict {
  height: 10px;
  width: 100px;
  text-align: right;
  position: absolute;
  right: 24px;
  top: 25px;
  font-size: 12px;
  opacity: 0.6;
}
