/*.btn{
    border-radius: 5px;
}*/

/*.form-control {

    height: calc(1.5em + 0.75rem + 2px) ;
    border-radius: 3px !important;
}*/

.menu-item{
    margin: 10px ;
    border-radius: 5px; 
    padding: 10px;
}

.menu-item h5{
    margin-bottom: 5px;
    font-size: .9em;
}

.menu-item p{
    font-size: .8em;
    color: #666;
}

@media (max-width: 576px){
.menu-item img {
    height: auto;
    width: 100%;
    border-radius: 3px;
}
}

.menu-item img {
    height: auto;
    width: 50%;
    border-radius: 3px;
}

.empty{
    color: #a6a6a6;
    font-size: 1em;
    padding: 30px;
    font-weight: bold;

}

/*.menu-item img {
    height: 70px;
    width: auto;
    
    border-radius: 3px;
}*/


.card-dashboard-two{
    padding: 20px;
}

.card-dashboard-two h5{
    font-size: 1em;
    font-weight: bolder;
    color: #333;
}

.card-dashboard-two .number-of{
    font-size: 3em;
    font-weight: bolder;
    color: #333;
}

.az-dashboard-one-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.menu-url{
    margin-top: 20px ;
    margin-bottom: 30px ;
    font-size: .9em;
}

.menu-url i{
    margin-left: 20px;
}

.create .card-dashboard-one{
    padding: 15px ;
    border-radius: 5px ;
}

.create .color{
    width: 45px;
    /* text-align: left; */
    padding: 0;
    height: 45px;
    float: right;
    border-radius: 5px;
    width: 45px;}


#isPDFfalse{
    border: 2px solid #4a69fa;
    cursor: pointer;
}   

#isPDFtrue{
    cursor: pointer;
}

.qr_code{
    padding: 20px ;
}

.qr_code .download .btn{
    background-color: #ddd;
    border: 1px solid #999;
}


/* phone */


#phone {
    width: 310px;
    height: 640px;
    border: 2px solid #ccc;
    border-radius: 30px;
    position: absolute;
    
    top: 50px;
    
    background: #fff;
}
#screen {
    width: 290px;
    height: 520px;
    border: 1px solid #ccc;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -260px -145px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}

/* screen custom scrollbar */

/* width */
#screen::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  #screen::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  #screen::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  #screen::-webkit-scrollbar-thumb:hover {
    background: rgb(104, 104, 104); 
  }

  #screen .btn{
    color: #000;
  }

  #screen p {
    font-size: 0.7em;
  }

  #screen img{
    width: 100% !important;
  }

  #screen h4{
    font-size: 1.2em;
  }

  @media (min-width: 576px){
    #screen .col-col .col-sm-3  {
        flex: 0 0 100%;
        max-width: 100%;
    }
  }

  @media (min-width: 576px){
#screen .col-col .col-sm-9 {
    flex: 0 0 100%;
    max-width: 100%;
}
  }

  #screen .price{
    text-align: left;
    font-size: .7em;
    margin-top: 8px!important;
  }

  #screen .btn-small{
   
        font-size: 10px;
        padding: 0px 20px !important;
        line-height: 0;
        min-height: 27px;
  }
 

#home {
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 -18px;
    border-radius: 50%;
}
#speaker {
    width: 50px;
    height: 6px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 25px;
    margin: 0 -25px;
}
#header {
    height: 46px;
    background: #353541;
    position: relative;
    z-index: 30;
    cursor: grab;
}
#header:active {
    cursor: grabbing;
}
.loader-icon {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    display: block;
}
.loader-icon.anim {
    animation: loader 1s infinite linear;
}
#loader .loader-icon {
    border: 2px solid #353541;
    border-bottom-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -8px;
}
@keyframes loader {
    0% {
        transform: rotate(0);
   }
    100% {
        transform: rotate(359deg);
   }
}
.box {
    height: 116px;
    position: relative;
    width: 50%;
    float: left;
}
.box.right {
    float: right;
}
.box.tall {
    height: 232px;
}
.box.wide {
    width: 100%;
}
.box.small {
    width: 100%;
    height: 70px;
}
.box.hero {
    height: 240px;
    width: 100%;
}
.box.hero span {
    font-size: 23px;
}
.box span {
    position: absolute;
    color: #fff;
    font-size: 15px;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    padding: 25px 25px;
    font-weight: 600;
}

/***********************/

.sections .card {
    padding:20px ;
}

.cover-img{
    padding: 80px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: cover;
    background-size: cover;
}

.btn-upload{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: smaller;
    color: #444;
}

.header-content{
    padding: 25px;
    color: #fff;
}

.menu-content{
    border-radius: 25px;
    
}

.menu-content iframe {
    width: 100% !important;
    min-height: 550px !important;
}

.show-menu-page .menu-item{
    margin: 10px ;
    border-radius: 5px; 
    padding: 0px;
}

.btn-small{
    padding: 0px 9px;
    min-height: 25px;
    font-size: smaller;
    color: #444;
    float: right;
    margin-left: 12px;
}

.show-menu-page .price{
    font-size: 18px;

}

.show-menu-page .card-title{
    font-size: 15px;
    
}

.show-menu-page .section-title{
    color:#fff;
    
}

.show-menu-page .section-description{
    color:#fff;
	margin-top: -30px;
    margin-right: 10px;
	position: absolute;
}

.show-menu-page {
   background-color: rgb(0 0 0);
}

.input-file-container {
    position: relative;
    width: 225px;
  } 
  .js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #39D2B4;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
  }
  .js .input-file {
    position: absolute;
    top: 0; left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
  }
  .js .input-file:hover + .input-file-trigger,
  .js .input-file:focus + .input-file-trigger,
  .js .input-file-trigger:hover,
  .js .input-file-trigger:focus {
    background: #34495E;
    color: #fff;
  }
  
  .file-return {
    margin: 0;
  }
  .file-return:not(:empty) {
    margin: 1em 0;
  }
  .js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
  }
  .js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
  }
  
  
  
  
  
  
  /* Useless styles, just for demo styles */
  
  
 
  #uploadpdfForm {
    width: 225px;
    margin: 0 auto;
    text-align:center;
  }

  .txtcenter {
    margin-top: 4em;
    font-size: .9em;
    text-align: center;
    color: #aaa;
  }
  .copy {
    margin-top: 2em;
  }
  .copy a {
    text-decoration: none;
    color: #6046A6;
  }

  .input-file-container {
    position: relative;
    width: auto;
}

.js .input-file-trigger {
   
    background: #6046A6;
    color: #fff;
    
}

.az-content-header-right {
    display: flex !important;
   
}

@media (max-width: 575.98px) { 
    .az-content-header-right {
        display: flex !important;
        
        margin-top: 20px;
    }

    .az-content-header-right .btn:first-of-type {
        margin-left: 0;
    }

    .menu-item .custom-control, .menu-item i{
        margin-top: 15px;
    }

    .menu-item img {
        height: auto;
        width: 100% !important;
    }

    #itemCont{
        padding-right: 0 !important;
     }

     #itemCont img{
        max-width: 55% !important;
     }

     .rtl .add-item-modal{
        left: 36px;
        position: relative;     
     }

     .views{
         margin-top: 20px ; 
     }

 }

 .select2{
     width:100% !important
 }

 .qrcode-label{
     max-width: 300px;
 }



.container.menu-content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 992px){
    .cropmodel {
        max-width: 1150px;
    }
    
}

#modalCrop img {
    display: block;
    width: 100%;
}

#preview {
    overflow: hidden;
    width: 300px;
    height: 170.75px;
    margin: 10px;
    border: 1px solid red;
}


/** Modal Newsletter */

#accordionNewsletter {	
	color: #999;
	font-size: 15px;
  /*	min-width: 600px;*/
}
#accordionNewsletter .modal-content {
	padding: 40px;
	border-radius: 0;		
	border: none;
}
#accordionNewsletter .modal-header {
	border-bottom: none;   
	position: relative;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
#accordionNewsletter h4 {
	color: #000;
	text-align: center;
	font-size: 30px;
	margin: 0 0 25px;
	font-weight: bold;
	text-transform: capitalize;
}

.modal-newsletter .close span {
	position: relative;
	top: -1px;
}

#accordionNewsletter .icon-box {
	color: #7265ea;		
	display: inline-block;
	z-index: 9;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
#accordionNewsletter .icon-box i {
	font-size: 110px;
}
#accordionNewsletter .form-control, #accordionNewsletter .btn {
	min-height: 46px;

}
#accordionNewsletter .form-control {
	box-shadow: none;
	border-color: #dbdbdb;
}
#accordionNewsletter .form-control:focus {
	border-color: #7265ea;
	box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}

#accordionNewsletter .btn {
	color: #fff;

	background: #7265ea;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	padding: 6px 20px;
	width: 100%;
	border: none;
}
#accordionNewsletter .btn:hover, .modal-newsletter .btn:focus {
	background: #4e3de4;
	outline: none;
}
#accordionNewsletter .input-group {
	margin: 30px 0 15px;
}
.hint-text {
	margin: 100px auto;
	text-align: center;
}



@media (max-width: 992px){
    .items-container {
        padding: 0px 0px 0px 50px !important;
    }

    .items-container .menu-item{
        padding-top: 50px !important;
    }

    .items-container .menu-item .handle-item{
        min-height: 50px ;
        z-index: 900;
        min-width: 35px;
    }
}