

/*Media library page*/
.card-folders .card-body > .breadcrumb {
    margin-left: -1.25em;
    margin-right: -1.25em;
    margin-top: -1.25em;
    border-radius: 0;
  }

  .folder-container {
    text-align: center;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    width: 100px;
    padding: 0;
    align-self: start;
    background: none;
    border: none;
    outline-color: transparent !important;
    cursor: pointer;
    position: relative;
  }
  .breadcrumb-folder-container{
    text-align: center;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
    padding: 0;
    align-self: start;
    background: none;
    border: none;
    outline-color: transparent !important;
    cursor: pointer;
    position: relative;
  }
  .folder-icon {
    font-size: 3em;
    line-height: 1.25em;
  }
  .folder-icon-color {
    color: #ffc107 !important;
    text-shadow: 1px 1px 0px #e0a800;
  }
  .folder-name {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  }

  .flex-column .folder-container {
    display: flex;
    width: auto;
    min-width: 100px;
    text-align: left;
    margin: 0;
    margin-bottom: 1rem;
  }
  .flex-column .folder-icon, .flex-column .folder-name {
    display: inline-flex;
  }
  .flex-column .folder-icon {
    font-size: 1.4em;
    margin-right: 1rem;
  }
  .file-icon-color {
    color: #999;
  }
  .card {
      margin-bottom: 24px;
      -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
      box-shadow: 0 1px 1pxrgba(0,0,0,.05);
      width: 100%;
      border: none;
      box-shadow: none;
  }






  /*Upload image */
  .uploader {
    /*display: block;
    clear: both;
    margin: 0 auto;
    width: 100%;*/
    /*max-width: 600px;*/
  }
  .uploader label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all 0.2s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .uploader label:hover {
    border-color: #458ccb;
  }
  .uploader label.hover {
    border: 3px solid #458ccb;
    box-shadow: inset 0 0 0 6px #eee;
  }
  .uploader label.hover #start i.fa {
    transform: scale(0.8);
    opacity: 0.3;
  }
  .uploader #start {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #start.hidden {
    display: none;
  }
  .uploader #start i.fa {
    font-size: 50px;
    margin-bottom: 1rem;
    transition: all 0.2s ease-in-out;
  }
  .uploader #response {
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #response.hidden {
    display: none;
  }
  .uploader #response #messages {
    margin-bottom: 0.5rem;
  }
  .uploader #file-image {
    display: inline;
    margin: 0 auto 0.5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;
  }
  .uploader #file-image.hidden {
    display: none;
  }
  .uploader #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;
  }
  .uploader #notimage.hidden {
    display: none;
  }
  .uploader progress,
  .uploader .progress {
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }
  .uploader .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }
  .uploader .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, #393f90 0%, #458ccb 50%);
    border-radius: 4px;
  }
  .uploader .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, #393f90 0%, #458ccb 50%);
    border-radius: 4px;
  }
  .uploader input[type=file] {
    display: none;
  }
  .uploader div {
    margin: 0 0 0.5rem 0;
    color: #5f6982;
  }
  .uploader .btn {
    display: inline-block;
    margin: 0.5rem 0.5rem 1rem 0.5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: 0.2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: #458ccb;
    border-color: #458ccb;
    cursor: pointer;
  }
  #file-upload-form{
      margin-left: 14px;
  }

  /*[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
      position: absolute;
      clip: rect(0,0,0,0);
      pointer-events: none;
  }
  input[type="checkbox"].graphic {
      display: none;
  }*/


  .folder-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 100%;
      width: 100%;
      left: 0;
      z-index: 999;
  }
  .folder-container input:checked ~ .checkmark {
      background-color: #458ccb;
  }

  .checkmark {
      position: absolute;
      top: 30px;
      left: 51px;
      height: 20px;
      width: 20px;
      background-color: #eee;
  }
  .folder-container input:checked ~ .checkmark:after {
      display: block;
  }

  .folder-container .checkmark:after {
      left: 8px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .checkmark:after {
      content: "";
      position: absolute;
      display: none;
  }
  .ml-14px{
    margin-left: 14px;
  }



  .upload__box {
    padding: 40px;
  }
  .upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  .upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid;
    background-color: #4045ba;
    border-color: #4045ba;
    border-radius: 10px;
    line-height: 26px;
    font-size: 14px;
  }
  .upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all 0.3s ease;
  }
  .upload__btn-box {
    margin-bottom: 10px;
  }
  .upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .upload__img-box {
    width: 200px;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
  }
  .upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
  }

  .img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
  }

  /*Multi image upload*/
  .ui-sortable-placeholder {
    border: 1px dashed black !important;
    visibility: visible !important;
    background: #eeeeee78 !important;
  }
  .ui-sortable-placeholder * {
    visibility: hidden;
  }
  .RearangeBox.dragElemThumbnail {
    opacity: 0.6;
  }
  .RearangeBox {
    width: 180px;
    height: 260px;
    padding: 10px 5px;
    cursor: all-scroll;
    float: left;
    border: 1px solid #9e9e9e;
    font-family: sans-serif;
    display: inline-block;
    margin: 5px !important;
    text-align: center;
    color: #673ab7;
    background: #ffc107;
    /*color: rgb(34, 34, 34);
              background: #f3f2f1;     */
  }


  .IMGthumbnail {
    max-width: 168px;
    height: 220px;
    margin: auto;
    background-color: #ececec;
    padding: 2px;
    border: none;
  }

  .IMGthumbnail img {
    max-width: 100%;
    max-height: 100%;
  }

  .imgThumbContainer {
    margin: 4px;
    border: solid;
    display: inline-block;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  }

  .imgThumbContainer > .imgName {
    text-align: center;
    padding: 0px 6px;
    margin-top: 4px;
    font-size: 13px;
    height: 15px;
    overflow: hidden;
  }

  .imgThumbContainer > .imgRemoveBtn {
    position: absolute;
    color: #e91e63ba;
    right: 2px;
    top: 2px;
    cursor: pointer;
    display: none;
  }

  .RearangeBox:hover > .imgRemoveBtn {
    display: block;
  }
  .modal-footer{
    width: 100%;
  }
  .outline-upload-box{
      padding: 20px;
      border: 1px dashed #d9d9d9;
      width: 50%;
      text-align: center;
      margin-bottom: 20px;
  }


  /* Loader Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }


}


.admin_page_new_head .table thead tr th {
  border: none;
  background-color: #458ccb;
  color: #fff;
}

.admin_page_new_head  #datatable_filter{
  display: none!important;
}
.owl-dots{
  text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.app-menu>ul>li>a{
  color:white !important;
  font-weight: 100 !important;

}

.app-menu>ul>li>a:hover{
  color:white !important;
  font-weight: 400 !important;

}

.app-menu>ul>li>a.active{
  color:white !important;
  font-weight: 400 !important;

}

.app-menu>ul>li ul{
  background: transparent;
}

.app-menu>ul>li ul>li>a, .app-menu>ul>li ul>li>a:hover{
  color: white !important;
  font-weight: 100 !important;

}

.app-menu>ul>li ul>li>a, .app-menu>ul>li ul>li>a.active{
  color: white !important;
  font-weight:400 !important;

}
.btn-primary, .btn-outline-primary{
  background: linear-gradient(313.21deg, #0D0808 15.61%, #790F0F 96.22%);
    border: 0;
    color: white;
}

.white-icon{
  background: #fff3e300 !important;
  color: white !important;
}

.chart-container .apexcharts-area-series .apexcharts-area{
  fill:blanchedalmond !important;
}

.app-header .navbar{
  border-radius : 0px !important;
}

.card{
  border-radius: 0px !important;
}

.app-header::before{
  background: none !important;
  height: 0px !important;
}

.Aplus_Container{
  width:100% !important;
}

/* .btn i {
  margin-right: -8px !important;
} */


.app-header{
  position: fixed;
  width: calc(100% - 220px);
  right: 0;
  z-index: 1001;
  top: 0;
  border-radius: 0;
  transition: all .2s ease-in-out;
}

.accordion-body font {
  color: black;
}

.text-cut-overflow{
  width: 129px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* text-align: center; */
    margin-left: 70px;
}
/* .item .form-group input[type="checkbox"]{
  position: absolute;
  right: 10px;
  top: 10px;
} */


.swiper-full-mobile {
  position: relative;
}



.swiper-full-mobile:before {
  content: "";
  width: 100%;
  background: url('../images/phone.png');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 483px;
  z-index: 2;
  margin: auto;
  pointer-events: none;
} 

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
  z-index: 0;
  padding: 5px;
  border-radius: 29px;
  background: transparent;
}


.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0;
  margin: 0;
  background: transparent;
 } 

.swiper-slide img {
  display: block;
  width: 100% !important;
  /* border-radius: 33px;  */
  height: 474px !important;
  object-fit: cover;
  z-index: 0;
 } 

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: block !important;
  justify-content: center;
  align-items: center;
} 

@media(min-width:2560px) {
  .swiper-free-mode>.swiper-wrapper {
      padding: 3px 0px 116px 5px;
  }

  .swiper-full-mobile:before {
      height: 714px;
  }

  .swiper-slide img {
      height: 697px !important;
      /* border-radius: 43px; */
  }
}

@media(max-width:1600px) {
  .swiper-slide img {
      /* border-radius: 22px; */
      height: 345px !important;
      /* width: 97% !important; */
  }

  .swiper-free-mode>.swiper-wrapper {
      padding: 2px;
  }
}

@media (max-width: 1500px) {
  .swiper-slide img {
      height: 335px !important;
  }
}

@media (max-width: 1440px) {
  .swiper-slide img {
      height: 304px !important;
      /* border-radius: 18px; */
  }
}

@media (max-width: 1375px) {
  .swiper-slide img {
      height: 294px !important;
  }
}

@media (max-width: 1366.5px) {
  .swiper-slide img {
      height: 291px !important;
      /* width: 95% !important; */
  }

  .swiper-free-mode>.swiper-wrapper {
      padding: 1px 1px 3px 2px;
  }
}

@media (max-width: 1350px) {
  .swiper-slide img {
      height: 284px !important;
  }
}

@media (max-width: 1300px) {
  .swiper-slide img {
      height: 269px !important;
  }

  .swiper-free-mode>.swiper-wrapper {
      padding: 1.5px 1.5px 4px 1.5px;
  }
}

@media (max-width: 1280px) {
  .swiper-slide img {
      height: 262px !important;
  }
}

@media (max-width: 1275px) {
  .swiper-slide img {
      height: 257px !important;
  }
}

@media (max-width: 1250px) {
  .swiper-slide img {
      height: 249px !important;
  }
}

@media (max-width: 1248px) {
  .swiper-slide img {
      height: 250.5px !important;
      /* border-radius: 16px; */
  }
}

@media (max-width: 1225px) {
  .swiper-slide img {
      height: 241px !important;
  }

  .swiper-free-mode>.swiper-wrapper {
      padding: 1px 1.5px 4px 1.5px;
  }
}

@media (max-width: 1200px) {
  .swiper-slide img {
      height: 326px !important;
  }

  .swiper-free-mode>.swiper-wrapper {
      padding: 2px 0px 2px 2px;
  }
}

@media (max-width: 1175px) {
  .swiper-slide img {
      height: 318px !important;
  }
}

@media (max-width: 1150px) {
  .swiper-slide img {
      height: 308px !important;
  }

  .swiper-free-mode>.swiper-wrapper {
      padding: 1px 0px 2px 2px;
  }
}

@media (max-width: 1125px) {
  .swiper-slide img {
      height: 299px !important;
  }
}

@media(max-width: 1100px) {
  .swiper-slide img {
      /* width: 95.2% !important; */
      height: 290px !important;
  }
}

@media(max-width: 1075px) {
  .swiper-slide img {
      height: 285px !important;
  }
}

@media(max-width: 1040px) {
  .swiper-slide img {
      height: 277px !important;
  }

  .swiper-free-mode>.swiper-wrapper {
      padding: 1.2px 0px 2px 2px;
  }
}

@media(max-width: 1025px) {
  .swiper-slide img {
      height: 268px !important;
  }
}

@media(max-width: 992px) {
  .swiper-slide img {
      height: 260px !important;
  }
}

@media(max-width: 975px) {
  .swiper-slide img {
      height: 251px !important;
  }
}

@media(max-width: 950px) {
  .swiper-slide img {
      height: 243px !important;
      /* border-radius: 15px; */
  }
}

@media(max-width: 925px) {
  .swiper-slide img {
      height: 235px !important;
      /* width: 95.2% !important; */
  }

  .swiper-free-mode>.swiper-wrapper {
      padding: 1.2px 0px 2px 1.5px;
  }
}

@media(max-width: 900px) {
  .swiper-slide img {
      height: 223px !important;
  }
}

@media(max-width: 767.5px) {
  .swiper-slide img {
      height: 411px !important;
  }

  .swiper-free-mode>.swiper-wrapper {
      padding: 1.2px 0px 95px 2.5px;
  }
}