
.sanka-carousel.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sanka-carousel .vce-post.vce-lay-e.sanka-vce-post {
  min-width: 140px;
  height: 150px;
  overflow: hidden;
  margin: 0 0 20px 0;
}

.sanka-carousel .meta-image {
  height: 170px;
  max-height: unset;
}

/*** Sidebar carousel ***/
.sanka-side-carousel.owl-carousel {
  padding: 15px;
}
.sanka-side-carousel .owl-item {
  height: 320px;
}

.sanka-side-carousel .owl-next,
.sanka-side-carousel .owl-prev {
  opacity: 0;
  position: absolute;
  top: 0;
  background: #e0e0e0;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 32px;
}

.sanka-side-carousel .owl-next:hover,
.sanka-side-carousel .owl-prev:hover {
  opacity: .6;
}

.sanka-side-carousel .owl-prev {
  left: 0;
}
.sanka-side-carousel .owl-next {
  right: 0;
}

.sanka-side-carousel .owl-nav i {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.sanka-side-carousel .owl-nav i.fa-angle-right {
  right: 14px;
}

.sanka-side-carousel .owl-nav i.fa-angle-left {
  left: 14px;
}

/*** Mobile menu Material icon ***/
.sidr-class-material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
  vertical-align: middle;
}

/*** Daterange picker ***/
.page .daterangepicker .drp-calendar {
  max-width: initial;
}

.daterangepicker .drp-buttons .btn {
  color: #fff;
}

@media (max-width:564px) {
  .daterangepicker .drp-buttons .applyBtn {
    margin-top: 8px;
  }
}

.page .daterangepicker td.active,
.page .daterangepicker td.active:hover {
  background-color: #ff761c;
}

/*** Select2 ***/
#vce-main .select2-container .select2-selection--multiple {
  min-height: 42px;
}
#vce-main .select2-container--default .select2-selection--multiple {
  background: rgba(255,255,255,.2);
  border: 1px solid rgba(0,0,0,.1);
  padding-top: 1px;
  padding-left: 5px;
}
#vce-main .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  min-width: auto;
  border-radius: 0;
  line-height: inherit;
  border-right-color: #fff;
  color: #fff;
}

#vce-main .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
#vce-main .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #e56a19;
  color: #fff;
}

#vce-main .select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}

#vce-main .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ff761c;
  border-color: #ff761c;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ff761c !important;
}

#vce-main .select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px;
  font-size: 1.6rem;
}

/*** Search form ***/
.sanka-search-form .button {
  color: #fff;
  height: 40px;
  margin-left: 3px;
  margin-top: 1px;
}

.sanka-search-form .search-input {
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
}

.search-wrap {
  width: 100%;
  padding: 5px;
}

@media (min-width:768px) {
  .search-wrap-w50 {
    width: 50%;
  }

  .search-wrap-w40 {
    width: 50%;
  }

  .search-wrap-w25 {
    width: 50%;
  }

  .search-wrap-w20 {
    width: 50%;
  }
}

@media (min-width:1200px) {
  .search-wrap-w50 {
    width: 50%;
  }

  .search-wrap-w40 {
    width: 40%;
  }

  .search-wrap-w25 {
    width: 25%;
  }

  .search-wrap-w20 {
    width: 20%;
  }
}

/*** jQuery Modal ***/
.jquery-modal.blocker {
  z-index: 1000001;
}

/*** User Preferences form ***/
.modal.sanka-modal {
  border-radius: 0;
  padding: 0;
}

.sanka-modal-title {
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 15px 15px 5px;
}

.sanka-modal-body {
  padding: 15px 15px;
}

.sanka-btn {
  color: #fff;
  height: 40px;
}

.sanka-form .form-group {
  margin-bottom: 24px;
}

.sanka-form .btn-group {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.form-group select {
  border-radius: 4px;
}

.sanka-form .form-check-label {
  font-size: 14px;
  color: #000;
}

.sanka-form label {
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width:768px) {
  .sanka-modal-body {
    padding: 15px 30px;
  }
}

/*** Edit Comment ***/
.sanka-edit-comment {
  margin: 20px 0;
}

.sanka-loading,
.sanka-textarea {
  display: none;
}

.sanka-comment-edit-buttons {
  margin: 10px 0;
}

.sanka-comment-save,
.sanka-comment-cancel {
  color: #fff;
  margin-right: 10px;
}

.sanka-comment-delete {
  float: right;
  color:#fff;
}

.sanka-status {
  display:none;
  color: #000;
  background: #fff;
  border-left: 4px solid #aaa;
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
  margin: 10px 0;
  padding: 15px 15px;
}

.sanka-status.error {
  border-left-color: #e74c3c;
}
.sanka-status.success {
  border-left-color: #27ae60;
}

.sanka-timer {
  display: none;
  font-size: 14px;
  font-style: italic;
  color: #444444;
}

/** Sanka Video **/
.sanka-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sanka-video-censored {
  position: relative;
}

.sanka-video-censored::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(5px);
}

.sanka-video video {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 670px) {
  .sanka-video {
    max-height: 130px
  }
}
