/*
* style.css
* File include item style only specific css only
******************************************************************************/
.dropdown-menu-language {
	width: auto;
	max-height: 350px;
	max-width:350px;
	overflow-y: auto;
}

.language-search {
	width: 100%;
	padding: 8px;
	margin-bottom: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}

.dropdown-item-language {
	padding: 8px 12px;
}

.dropdown-item-language:hover {
	background-color: #f0f0f0;
}
.modal-transform-justify{
transform: translate(0, -50%) !important;
left: 0;
top: 50%;
margin-top: 0;	
}
.text-title-top{
 padding: 10px 20px 0px;
}	
span.custom-option-body {
    display: none;
}
.m-0.px-6.pb-6.template-customizer-directions.w-100 {
    display: none;
}
.menu .app-brand.demo {
  height: 64px;
}

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

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

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Default navbar */
.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: 72px !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;
}

/* 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;
}
.image-mini-box{
 position: absolute;	
 top: 10px;
 width: 40px;
 right: 15px;
}
.img-profile-img{
   width: 150px;
   height: 150px;
   border: 4px solid #eee;
}
.profile-img-contaner{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.profile-img-nav{
 width: 50px;
 height: 50px;
 margin-left: 15px;
}	
.btn-position-right{ 
  position: absolute;
  right: 30px;
}
.box:hover {

}

.box:nth-child(1) {

}

.box:nth-child(2) {

}
.box:nth-child(3) {

}
.box:nth-child(4) {

}
.box:nth-child(5) {
 
}
.box:nth-child(6) {

}
.box:nth-child(7) {

}
.box:nth-child(8) {

}
.box:nth-child(9) {
  
}
.box:nth-child(10) {
 
}
.box:nth-child(11) {
 
}
.box-blue {
  background:#0D6EFD;
}
.box-blue:hover {
  background:#0b61e1;
}
.box-blue-baby {
  background-color:#0DCAF0;
}
.box-blue-baby:hover {
  background-color:#07b8db;
}
.box-green {
  background-color:#198754;
}
.box-green:hover {
  background-color:#0c7f4a;
}
.box-yellow {
  background-color:#FFC107;
}
.box-yellow:hover {
  background-color:#edb304;
}
.box-orange {
  background-color:#FF860D;
}
.box-orange:hover {
  background-color:#e87706;
}
.box-red {
  background-color:#DC3545;
}
.box-red:hover {
  background-color:#df2b3d;
}
.box-purple {
  background-color:#3F0097;
}
.box-purple:hover {
  background-color:#3F0097;
}

.box img {
  height: 50px;
}
.box .text {
  color: white;
}
.icon-box {
	position: absolute !important;
	top: 15px;
	right: 15px;
	font-size: 36px;
}
.box-panel-group-btn{
   display: flex;
   justify-content: flex-end;	
}
.box-container-general{
    padding: 20px;	
}	
.btn-group-top{
    display: flex !important;
    flex-direction: unset;
    width: auto;	
}
.view-container-top{
   padding: 15px;
   border-bottom: 2px solid #eee;
}	
.view-container{
   padding: 15px;
}	
.view-product{
	padding: 15px;
    display: flex;
    justify-content: flex-end;
	font-size: 22px;
}
.view-descript-box{
	padding-bottom: 10px;
    padding-top: 10px;
    background: #dcdcdc;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 22px;
	margin-bottom: 20px;
    	
}
.view-box-text{
   color: #343a40;
   margin-left: 15px;
}
.text-area-product{ 
 min-height:300px !important;	
	}
.img-modal-right{
  width: 50px;
  height: 50px;
	}	
}
@media{
 
	}
}	