.visuallyhidden {
    display: none !important;
}

body.has--overlay {
    overflow: hidden;
}

.loadingOverlay {
    background: rgba(255, 255, 255, .8);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 250ms ease-out;
    width: 100%;
    z-index: 99;
    display: none;
}

.loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: 6px solid transparent;
    border-top: 6px solid #5969ff;
    border-left: 6px solid #5969ff;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

.selecetedrosequantity {
    display: inline-block;
    width: 100px;
    margin-left: 5px;
}

.sidebar-dark,
.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:focus {
    background-color: rgba(132, 103, 36, 0.84);
}

.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link.active {
    background-color: rgba(132, 103, 36, 0.84);
}

.sidebar-dark.nav-left-sidebar .nav-link i,
.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link,
.sidebar-dark .nav-divider {
    color: #FFF;
}

.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:focus,
.sidebar-dark.nav-left-sidebar .navbar-nav .nav-link:hover {
    background-color: #846724;
}

#datatable_products img,
#datatable_shopifyproducts img {
    max-height: 150px;
    vertical-align: middle;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 50%;
    transform: translateY(-50%);
    background-color: #5969ff;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    background-color: #ff407b;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
}

.add__mapping__html .custom-control-inline {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.navbar-brand {
    padding: 5px;
    width: 250px;
    display: block;
    margin: 0 auto;
}

.logo__img {
    max-height: 50px;
}

.table>thead>tr>th {
    text-transform: capitalize;
}

.hide {
    display: none !important;
}

.order--properties table td {
    white-space: normal !important;
}

.order--properties span {
    display: block;
}

.order--properties span.badge {
    display: inline-block;
}

.custom-control-label {
    text-transform: capitalize;
}
.deletematerial{
    cursor: pointer;
}
.swal2-popup .swal2-title{
    font-size: 18px !important;
}
@media only screen and (max-width:767px) {
    li.paginate_button {
        display: none;
    }

    li.paginate_button.next,
    li.paginate_button.previous {
        display: inline-block;
    }

    .dataTables_paginate ul {
        text-align: center;
        display: block;
        margin: 1.5rem 0 0 !important;
    }
}
#calendar
{
    max-width: calc(100% - 365px) !important;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 365px);
}
#calendarNotes
{
    max-width: 29% !important;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 350px;
}
.calendarNotesLists
{
    display: block;
    width: 100%;
    max-width: 100%;
}
.calendarNotesTitle h2
{
    display: inline-block;
    vertical-align: middle;
    width: 80px;
}
.calendarNotesTitle .calendarNotesAddNote
{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    text-align: right;
}
.calendarNotesTitle .calendarNotesAddNote a,
.calendarNotesTitle .calendarNotesAddNote a:hover,
.calendarNotesTitle .calendarNotesAddNote a:focus
{
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    border: none;
    color: #ffffff;
    background-color: rgba(132, 103, 36, 0.84);
    padding: 10px;
    border-radius: 5px;
    line-height: 1;
    font-size: 13px;
    outline: none;
    text-decoration: none;
    margin: 0px;
    margin-bottom: 15px;
}
.calendarNotesLists ul
{
    display: block;
    width: 100%;
    max-width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.calendarNotesLists ul li
{
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.calendarNotesLists ul li.isLoading:before
{
    content: "";
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../../images/customLoader.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
}
.calendarNotesLists ul li form
{
    display: block;
    max-width: 100%;
    width: 100%;
}
.calendarNotesLists ul li form .form-group
{
    display: block;
    max-width: 100%;
    width: 100%;
    position: relative;
}
.calendarNotesLists ul li form .form-group label
{
    font-weight: bold;
    display: block;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.calendarNotesLists ul li form .form-group label span
{
    display: inline-block;
    vertical-align: middle;
}
.calendarNotesLists ul li form .form-group label span.labelWrap
{
    width: 35px;
}
.calendarNotesLists ul li form .form-group label span.editNoteWrap
{
    width: calc(100% - 40px);
    text-align: right;
    display: none;
}
.calendarNotesLists ul li form .form-group label span.editNoteWrap .editNote
{
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}
.calendarNotesLists ul li form .form-group label span.editNoteWrap .editNote img
{
    max-width: 100%;
    width: 100%;
}
.calendarNotesLists ul li form .form-group textarea
{
    display: block;
    max-width: 100%;
    width: 100%;
    resize: none;
    font-size: 13px;
    padding: 10px;
    color: #000000;
    margin-bottom: 15px;
    outline: none;
    text-decoration: none;
    border:1px solid #000000;
}
.calendarNotesLists ul li form .form-group textarea.error
{
    border: 1px solid red;
}
.calendarNotesLists ul li form .form-group textarea:disabled
{
    border: 1px solid rgba(118, 118, 118, 0.3);
}
.calendarNotesLists ul li form .form-group button,
.calendarNotesLists ul li form .form-group button:hover,
.calendarNotesLists ul li form .form-group button:focus
{
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    border: none;
    color: #ffffff;
    background-color: rgba(132, 103, 36, 0.84);
    padding: 10px;
    border-radius: 5px;
    line-height: 1;
    font-size: 13px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 15px;
}
.calendarNotesLists ul li form .form-group.noteFormButtonsWrapper a,
.calendarNotesLists ul li form .form-group.noteFormButtonsWrapper a:hover,
.calendarNotesLists ul li form .form-group.noteFormButtonsWrapper a:focus
{
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    border: none;
    color: #ffffff;
    background-color: rgba(132, 103, 36, 0.84);
    padding: 10px;
    border-radius: 5px;
    line-height: 1;
    font-size: 13px;
    outline: none;
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 15px;
}
.editDeliveryDate,
.editDeliveryDate:hover,
.editDeliveryDate:focus
{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #846724;
    outline: none;
    text-decoration: none;
}
.changeDeliveryDateForm
{
    border: none;
    display: none;
}
.changeDeliveryDateForm .form-control
{
    border: none;
    padding: 0px;
    margin:0px;
}
.changeDeliveryDate
{
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    outline: none;
    text-decoration: none;
}
.changeDeliveryDate.error
{
    border:1px solid red;
}
.changeDeliveryDateBtn,
.changeDeliveryDateBtn:hover,
.changeDeliveryDateBtn:focus
{
    display: inline-block;
    vertical-align: middle;
    box-shadow: none;
    border: none;
    color: #ffffff;
    background-color: rgba(132, 103, 36, 0.84);
    padding: 10px;
    border-radius: 5px;
    line-height: 1;
    font-size: 13px;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 10px;
}
.calendarFiltersLists .form-group
{
    display: inline-block;
    vertical-align: middle;
    width: 130px;
}
@media only screen and (max-width: 1199px)
{
    .calendarFiltersLists .form-group
    {
        display: block;
        vertical-align: middle;
        width: 100%;
    }
    #calendar
    {
        max-width: 100% !important;
        display: block;
        width: 100%;
    }
    #calendarNotes
    {
        max-width: 100% !important;
        margin-right: 0px;
        display: block;
        width: 100%;
    }
}

.spreadsheet iframe{
    width:100%;
    height:100vh;
}

.calendarFiltersLists .form-group.title_search_section {
    display: none;
}