/*
* demo.css
* File include item demo only specific css only
******************************************************************************/


::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.charts canvas {
  height: 400px !important;
  width: auto !important;
  max-width: 100%;
  margin-inline: auto;
}

.light-style .menu .app-brand.demo {
  height: 100px;
}

.dark-style .menu .app-brand.demo {
  height: 100px;
}

.hide-important {
  display: none !important;
}

.load-more-btn {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}


.spinner {
  animation: spin 2s linear infinite;
  /* Adjust the duration and timing function as needed */
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

#add_new_images,
#add_new_videos,
#add_new_images_business,
#add_new_videos_business {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  background: #262b48;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 10px;
  color: #FFF;
  border: 1px solid #EEE;
}

.remove-dropBox,
.remove-dropBox-videos {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: crimson;
  z-index: 20;
  cursor: pointer !important;
  border: none;
  color: #FFF;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  content: '<%= i18n.__(' browse') %>';
  display: inline-block;
  background: linear-gradient(to right, #2c3e50, #34495e);
  color: white;
  border: 1px solid #2c3e50;
  border-radius: 5px;
  padding: 6px 10px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
}

.custom-file-input:hover::before {
  border-color: #233140;
}

.custom-file-input:active::before {
  background: #233140;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

.btn.btn-sm.round {
  padding: 10px !important;
  width: 100px !important;
}

.unclickable {
  pointer-events: none;
  cursor: default;
  /* Optionally change cursor to default */
  color: inherit;
  /* Optionally inherit text color */
  text-decoration: none;
  /* Optionally remove underline */
}

.medium-button {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  /* 14px */
  width: 150px;
}

.medium-img {
  width: 125px;
  height: 125px;

}

table {
  margin-top: 2rem;
  ;
}

.form-group {
  margin-top: 1rem;
}

.form-group label {
  margin-bottom: 0.4rem;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

#user-profile .profile-img-container {
  position: absolute;
  bottom: -3rem;
  right: 10%;
  width: 80%;
}

#user-profile .profile-img-container img {
  border: 0.3rem solid #FFFFFF;
  height: 100px;
  width: 100px;
}

.form-group {
  margin: 0.75rem 0;
}

#user-profile #profile-info .card-header i {
  position: relative;
  top: -3px;
}

.card {
  margin-top: 1.5rem !important;
}

#user-profile #profile-info .user-like i {
  font-size: 1.7rem;
}

#user-profile #profile-info .suggested-block .user-page-info p {
  margin-bottom: 0;
  font-weight: 500;
}

#user-profile #profile-info .suggested-block i {
  cursor: pointer;
}

#user-profile .relative {
  position: relative;
}

#user-profile .profile-header-nav {
  background-color: #FFFFFF;
  padding: 0.75rem 1rem;
}

#user-profile .profile-header-nav .navbar {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#user-profile .profile-header-nav .navbar .navbar-toggler {
  font-size: 1.7rem;
  color: #626262;
}

#user-profile .profile-header-nav .navbar .navbar-toggler:focus {
  outline: none;
}

#user-profile .user-latest-img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.profile-header-nav {
  color: #626262;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}

#user-profile .user-latest-img:hover {
  -webkit-transform: translateY(-4px) scale(1.2);
  -ms-transform: translateY(-4px) scale(1.2);
  transform: translateY(-4px) scale(1.2);
  z-index: 30;
}

#user-profile .block-element .spinner-border {
  border-width: 2px;
}

.profile-img {
  width: 120px !important;
  height: 120px !important;

}

.navbar-nav.w-75.ml-sm-auto.show-details-links {
  justify-content: center !important;
  width: 100% !important;
}

#user-profile a:hover {
  cursor: pointer;
}

@media only screen and (min-width: 992px) {
  #user-profile .profile-header-nav .navbar .nav-item {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;

  }
}

@media only screen and (max-width: 992px) {
  #user-profile .user-latest-img img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  #user-profile .profile-header-nav .navbar .nav-item {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }

  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

textarea {
  resize: none;
  height: 200px;
}

.modal .close {
  font-size: 18px;
  width: 30px;
  height: 30px;
  background-color: #f00;
  /* border-color: #f00; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
}

.template-customizer-directions{
  display: none;
}

/*icon if index page clock */
.avatar{
  white-space: nowrap;
  background-color: #C3C3C3;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  text-align: center;
  justify-content: center;
  vertical-align: middle;
  margin: 5px;

}

.avatar-content{
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar.avatar-xl .avatar-content {
  height: 70px;
  width: 70px;

}
.fa-clock{
  font-size: 2rem;
}


.loader-five {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid rgb(244, 236, 236) 4px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 23px;
}

.loader-five:before {
  content: "";
  height: 42px;
  width: 4px;
  position: absolute;
  left: 48px;
  top: 10px;
  background: rgb(232, 224, 224);
  border-radius: 2px;
  transform-origin: 2px 40px;
  animation: loader5Animation 1s linear infinite;
}

.loader-five:after {
  content: "";
  height: 27px;
  width: 4px;
  position: absolute;
  left: 48px;
  top: 25px;
  background: rgb(220, 209, 209);
  border-radius: 2px;
  transform-origin: 2px 25px;
  animation: loader5Animation 6s linear infinite;
}




/*loader*/  
.ajaxloader {
	position: fixed;
	z-index: 100;
	display: none;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	perspective: 800px;
  }
  
  .inner {
	position: fixed;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-radius: 50%;  
  }
  
  .inner.one {
	left: 0%;
	top: 0%;
	animation: rotate-one 1s linear infinite;
	border-bottom: 3px solid #EFEFFA;
  }
  
  .inner.two {
	right: 0%;
	top: 0%;
	animation: rotate-two 1s linear infinite;
	border-right: 3px solid #EFEFFA;
  }
  
  .inner.three {
	right: 0%;
	bottom: 0%;
	animation: rotate-three 1s linear infinite;
	border-top: 3px solid #EFEFFA;
  }
  
  @keyframes rotate-one {
	0% {
	  transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
	  transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
  }
  
  @keyframes rotate-two {
	0% {
	  transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
	  transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
  }
  
  @keyframes rotate-three {
	0% {
	  transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
	  transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
  }


  .light-style .inner.one , .light-style .inner.two, .light-style .inner.three {
    border-color: #3e469b;
  }
