@font-face {
    font-family: 'Roboto'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Black.ttf');
    font-weight: 900;
}
@font-face {
    font-family: 'Roboto'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
    font-weight: 700;
}
@font-face {
    font-family: 'Roboto'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: 'Roboto'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Medium.ttf');
    font-weight: 500;
}
@font-face {
    font-family: 'Roboto'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Roboto'; /*a name to be used later*/
    src: url('../fonts/Roboto/Roboto-Thin.ttf');
    font-weight: 100;
}

html{
    font-family: Roboto, sans-serif;
}


body{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font-family: Roboto, sans-serif;
    color:  #4A4A4A;
}

a{
    font-size: 16px;
    font-weight: 300;
    color:  #4A4A4A;
}
a:hover{
    text-decoration: none !important;
    color:  #4A4A4A;
}

/* width */
::-webkit-scrollbar {
  width:6px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #00000032; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #979797; 
  border-radius: 5px;
}

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

textarea::-webkit-scrollbar{
    width: 12px;
}

::placeholder{
    color: #BBBBBB !important;
}

.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px !important;
}
.h-300{
    height: 300px;
}
.h-200{
    height: 200px;
}
.h-150{
    height: 150px;
}
.image-h{
    height: 375px;
}
.h-165{
    height: 165px;
}
.w-150{
    width: 150px !important;
}
.max-w-300{
    max-width: 300px !important;
}
.border-none{
    border: none !important;
}
.visiblity-hidden{
    visibility: hidden;
}
.main-container{
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.bottom_logo{
    margin-right: 50px;
}

.home_images{
    height: 50px;
    margin-right: 50px;
}

.link:hover{
    color: #92CF93;
    cursor: pointer;
}
.form-control{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #979797;
    border-radius: 3px;
    height: 36px;
   /*  width: 300px; */
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 300;
}
.form-control:focus,.form-control:active,.form-control:hover{
    box-shadow: none !important;
    border: 1px solid #979797 !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    border-color: #D8D8D8;
    color: #BBBBBB;
}

.image_perview{
    background: url('../../images/image_placeholder.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.book_preview{
    height: 375px;
}
.label-text{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}
label{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}
textarea{
    border: 1px solid #979797;
    border-radius: 3px;
}
.btn{
    height: 36px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
}

.btn-primary{
    background-color: #92CF93E6;
    border: none;
    border: 1px solid #D8D8D8 !important;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus,.btn-outline:hover,.btn-outline:active,.btn-outline:focus,.tab_button.active{
    border: 1px solid #D8D8D8 !important;
    background-color: #92CF93 !important;
    box-shadow: none !important;
    color: #fff;
}


.btn-lg{
    min-width: 145px;
    padding: 0.375rem 0.75rem;
}
.btn-outline{
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    text-align: center;
    letter-spacing: -0.43px;
    font-weight: bold;
    color: #4A4A4A;
}
.modal{
    background-color: #0D0213E6;
}
.modal-content{
    border-radius: 0px;
    padding: 30px;
}
.checkbox-label{
    margin-top: 0px;
    margin-bottom: 0px;
}
.custom-checkbox .custom-control-label::before {
    width: 16px;
    height: 16px;
    border: 1px solid #979797;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px 0px rgb(0 0 0 / 50%);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,.custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before{
    color: #92CF93E6 !important;
    background-color: #fff;
}
 .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    border: 1px solid #979797 !important;
   
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    top: 5px;
    background-image: url(../../images/check.png);
    width: 12px;
    height: 12px;
    background-size: contain;
    left: -20px;
}
.custom-control-input:focus ~ .custom-control-label::before{
    box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{
    border-color: #979797;
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before{
     box-shadow: inset 0 1px 3px 0px rgb(0 0 0 / 50%)  !important;
}

.custom-switch .custom-control-label::before {
    border-radius: 16.5px;
    width: 30px;
    height: 18px;
    border: 1px solid #979797;
}
.custom-switch .custom-control-label::after {
    background-color: #0D0213;
    width: 16px;
    height: 17px;
    left: -36px;
    top: 4px;
    z-index: 1051;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    color: #92CF93;
    border-color: #979797;
    background-color: transparent;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #92CF93;
    transform: translateX(0.75rem);
    left: -35px;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url(../../images/exclude.svg);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{
    background-color: transparent;
    border: 1px solid #979797;
}

.custom-accordion .card{
    border: none;
    border-top: 1px solid #979797;
    border-radius: 0px;
}
.custom-accordion .card-header{
    background: transparent;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}
.custom-accordion .card-header h5{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.custom-accordion .card-header h5::after {
    content: url('../../images/triangle_close.svg');
    margin-left: 10px;
}

.custom-accordion .card-header h5[aria-expanded="true"]::after {
  content: url('../../images/triangle_open.svg');
}
.search-accordion .card{
    border: none;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    border: 1px solid #979797 !important;
    background-color: #fff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #92CF93E6 0% 0% no-repeat padding-box !important;
    top: 8px;
    left: -20px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.swal2-popup{
    border-radius: 0px !important;
}
.tag-close{
    width: 10px;
    height: 10px;
    margin-left: 8px;
}
.badge-custom{
    padding: 10px 8px;
    border: 1px solid #979797;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 300;
}
.vertical-divider{
    width: 0.5px;
    background-color: #979797;
    margin: 0px 25px;
}
.horizontal-divider{
    height: 0.5px;
    background-color: #979797;
    margin: 25px 0px 36px;
}
.search-icon{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.heading{
    letter-spacing: 0px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}
.inner-container{
    max-width: 300px; 
    margin: 0 auto;
    height: 100vh;
}
.page-content-wrapper{
    position: relative;
   /*  width: 50%;
    flex-grow: 8; */
    width: calc(100% - 60px);
    margin-bottom: 0;
   /*  margin-left: 60px; */
  /*  margin-left: 240px; */
    transition: .600s;
    overflow-x: hidden;
    margin-top: 50px;
    padding-left: 20px;
    transform: translateX(280px);
}

.side-navigation {
    position: fixed;
    z-index: 800;
    transition: .600s;
    display: block;
    overflow: hidden;
    width: 280px;
    height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-radius: 0px;
    background-color: rgba(13, 2, 19, 0.75);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.18);  
    overflow-y: auto;
}

.logo-block {
    display: block;
    margin-bottom: 20px;
    cursor: pointer;
    height: 83px;
}

.logo-signet {
    opacity: 0;
    left:0;
    right:0;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    transition: .5s ease;
    position: absolute;
}
.logo{
     transition: .5s ease;
     opacity: 1;
     left:0;
    right:0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
}

.nav-heading-wrapper {
    display: flex;
    margin-right: 10px;
    margin-left: 20px;
    padding: 20px 10px 0px 0px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: stretch;
    white-space: nowrap;
}
.nav-heading-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 30px;
    padding: 2px;
    opacity: 1;
}

.nav-heading-icon.big {
    width: auto;
    height: 20px;
    max-width: 20px;
    min-width: 20px;
    padding: 0px;
    opacity: 0;
    text-align: left;
}

.nav-heading {
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 0px;
    font-family: Geometos, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.nav-links {
    border-left: 3px solid transparent;
    transition: all 500ms ease;
    color: hsla(0, 0%, 100%, 0.69);
    line-height: 16px;
    font-weight: 500;
}

.nav-links:hover {
    border-left-width: 4px;
    border-left-color: #fff;
    background-color: rgba(102, 147, 103, 0.9);
}

.nav-links.nav-active {
  border-left-style: solid;
  border-left-color: #fff;
  background-color: rgba(13, 2, 19, 0.9);
  color: #fff;
}

.nav-links.nav-active .nav-link-text{
    color: #fff;
}

.nav-links.nav-active:hover {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #000 #000 #000 #fff;
  background-color: rgba(102, 147, 103, 0.9);
}

.nav-links.hidden {
  display: block;
}

.nav-item-wrapper {
    display: flex;
    margin-right: 10px;
    margin-left: 20px;
    padding: 8px 10px 8px 0px;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 8px;
}

.nav-link-text {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
    color: hsla(0, 0%, 100%, 0.69);
    text-decoration: none;
}
.nav-link-text:hover{
    color: hsla(0, 0%, 100%, 0.69);
    text-decoration: none;
    font-weight: 400;
}

.side-navigation.nav-collapse{
    width: 60px;
}
.nav-collapse + .page-content-wrapper{
    /* margin-left: 60px; */
    transform: translateX(60px);
    
}

.nav-collapse .logo-signet{
    opacity: 1;
}

.nav-collapse .logo{
    opacity: 0;
}

.page-heading{
    font-size: 22px;
    letter-spacing: 0.73px;
    font-weight: 900;
    text-transform: uppercase;
}
.sub-heading{
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}
.popup-heading{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}
.sub-heading-line{
    background-color: #979797;
    width: 100px;
    height: 1px;
    margin: 10px 0px;
}
.page-heading-line{
    background-color: #979797;
    width: 100%;
    height: 1px;
    margin: 30px 0px;
}

.custom-table th,.custom-table td{
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 300;
}
.custom-table th{
    text-transform: uppercase;
}
.action-icon{
    width: 15px;
    margin-right: 12px;
}
/* .permission-checkbox-list{
    display: flex;
    flex-direction: column;
    float: left;
} */

.ingredient-list p{
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    margin: 0px;

}

.filter_letters span{
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    margin-right: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}
.filter_letters span:hover,.letter_active{
    font-weight: bold;
}

.card-view .card{
    border: none !important;
}
.card-view .card-body{
    padding: 0px 12px;
}
.card-view .card-title{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.card-view .card-text{
    font-size: 16px;
    font-weight: 300;
}

.add_absolute_button{
    position: absolute;
    right: 30px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
    margin-bottom: 0px;
    background: none;
    border: none;
    -webkit-appearance: auto;
}

.search-icon{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background: transparent  url('../../images/search.svg') no-repeat;
    top: 10px;
}
.dataTable th{
    border-bottom: 1px solid #979797 !important;
}
.custom-datatable .page-item.active .page-link {
    background: transparent!important;
    color: #4a4a4a!important;
    border-color: #979797!important;
    border-radius: 3px!important;
}

.page-item.disabled .page-link,.page-item .page-link {
    color: #4a4a4a !important;
    background-color: transparent !important;
    border-color: #979797 !important;
    border-radius: 3px !important;
    border-radius: 3px !important;
    margin: 0 5px;
}
ul.pagination{
    justify-content: flex-start !important;
    margin-top: 30px !important;
}
.page-item.active .page-link{
    font-weight: bold !important;
}
.dataTables_info{
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 16px;
}
.page-link:focus{
    box-shadow: none !important;
}

.ck .ck-content{
    min-height: 500px !important;
}
.ck .ck-toolbar{
    background-color: #242424 !important;
}
.ck.ck-reset_all, .ck.ck-reset_all *{
    color: #ADADAD !important;
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){
    border-color: #979797 !important;
}
.info_block{
    border-radius: 6px !important;
    padding: 30px 20px !important;
    border: 1px solid #92CF93 !important;
}
.info_content{
    text-align: left !important;
    padding: 0px 15px 0px 0px !important;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.info_close,.info_close:hover,.info_close:focus {
    box-shadow: none !important;
    color: #fff !important;
}

.remove_image{
    float: right;
    padding: 10px;
    background: #fff;
    border-radius: 50%;
    margin-top: 5px;
    margin-right: 5px;
}
.svgicon:hover path,.add_absolute_button p:hover .svgicon path {
  fill: #92CF93 !important;
  transition: 200ms;
}
.add_absolute_button:hover, .add_absolute_button p:hover{
    color: #92CF93 !important;
      transition: 200ms;
}
.add_absolute_button, .add_absolute_button p{
    color: #669367;
}
.typeahead__list{
    width:  250px !important;
}
@media (min-width: 1441px){
    .pr-2xl-5, .px-2xl-5 {
        padding-right: 3rem !important;
    }
}

@media (max-width: 1200px) {
 
}
@media (max-width: 1024px){
    .home_logo{
        width: 400px;
    }
    .home_images{
        width: 100px;
    }
}
@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
    .view_option{
        align-items: flex-start !important;
        flex-direction: column !important;
    }
    .sort_dropdown{
        margin-left:  0px !important;
    }
    .add_absolute_button{
        position: relative;
        right: 0;
        flex-wrap: wrap;
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .page-content-wrapper{
        padding: 0px;
    }
    .checkbox_section{
        flex-direction: column;
    }
}

@media (max-width: 576px) {
  
}

@media (max-width: 576px) {
    .home_logo{
        width: 100%;
    }
    .home_images{
      width: 100px;
      height: unset;
      padding: 20px 0px;
      /* margin-right: 25px; */
    }
}

@media print
{   
    .page-content-wrapper{
        margin-left: 0px !important;
    }
}
